.loop-collections {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.loop-collections .card-collections {
  position: relative;
  margin-bottom: 15px;
  padding: 0px 10px;
  width: 25%;
  cursor: pointer;
}
.loop-collections .card-collections .continer-preview {
  user-select: none;
  transition: all 0.2s ease;
  width: 100%;
  aspect-ratio: 3/4;
  max-height: 326px;
  overflow: hidden;
  border-radius: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  opacity: 1;
  position: relative;
}
.loop-collections .card-collections .continer-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(1);
  transition: all 0.3s ease;
}
.loop-collections .card-collections:hover .continer-preview {
  transition: all 0.2s ease-in-out;
  opacity: 0.7;
}
.loop-collections .card-collections:hover .continer-preview img {
  transform: scale(1.3);
  transition: all 0.3s ease;
}
.loop-collections .card-collections-products,
.loop-collections .card-collections-products-other {
  position: relative;
  margin-bottom: 15px;
  padding: 0px 10px;
  width: 25%;
  cursor: pointer;
}
.loop-collections .card-collections-products .sale-tag,
.loop-collections .card-collections-products-other .sale-tag {
  opacity: 0.6;
  position: absolute;
  top: 10px;
  left: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  border: #000 0.2px solid;
  background-color: white;
  color: #000;
  font-size: clamp(0.5rem, 0.3571rem + 0.2976vw, 0.625rem);
  z-index: 10;
}
.loop-collections .card-collections-products .new-tag,
.loop-collections .card-collections-products-other .new-tag {
  opacity: 0.6;
  position: absolute;
  top: 10px;
  left: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  border: #000 0.2px solid;
  background-color: white;
  color: #000;
  font-size: clamp(0.5rem, 0.3571rem + 0.2976vw, 0.625rem);
  z-index: 10;
}
.loop-collections .card-collections-products .new-tag-2,
.loop-collections .card-collections-products-other .new-tag-2 {
  opacity: 0.6;
  position: absolute;
  top: 10px;
  left: 70px;
  padding: 5px 10px;
  border-radius: 4px;
  border: #000 0.2px solid;
  background-color: white;
  color: #000;
  font-size: clamp(0.5rem, 0.3571rem + 0.2976vw, 0.625rem);
  z-index: 10;
}
.loop-collections .card-collections-products .sold-out-tag,
.loop-collections .card-collections-products-other .sold-out-tag {
  opacity: 0.6;
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  border: #000 0.2px solid;
  background-color: white;
  font-size: 600;
  color: #000;
  font-size: clamp(0.625rem, 0.537rem + 0.3756vw, 0.875rem);
  z-index: 10;
}
.loop-collections .card-collections-products .continer-preview,
.loop-collections .card-collections-products-other .continer-preview {
  user-select: none;
  transition: all 0.2s ease;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  opacity: 1;
  position: relative;
}
.loop-collections .card-collections-products .continer-preview .img-v1,
.loop-collections .card-collections-products-other .continer-preview .img-v1 {
  object-fit: contain;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(1);
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 1;
}
.loop-collections .card-collections-products .continer-preview .img-v2,
.loop-collections .card-collections-products-other .continer-preview .img-v2 {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  object-fit: contain;
  top: 0;
  right: 0;
  transform: scale(1);
  transition: all 0.3s ease;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.loop-collections .card-collections-products .continer-preview .preview-detail,
.loop-collections
  .card-collections-products-other
  .continer-preview
  .preview-detail {
  text-wrap: nowrap;
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
  padding: 3px 6px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: -1;
  color: #fff;
  border: 2px solid white;
}
.loop-collections .card-collections-products .stock,
.loop-collections .card-collections-products-other .stock {
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
  font-weight: 300;
  color: #393939 !important;
}
.loop-collections .card-collections-products .bottom-detail-pd,
.loop-collections .card-collections-products-other .bottom-detail-pd {
  width: 100%;
  transition: all 1s ease;
  margin-top: 15px;
  text-align: left;
  display: inline-block;
}
.loop-collections .card-collections-products .bottom-detail-pd h3,
.loop-collections .card-collections-products-other .bottom-detail-pd h3 {
  font-size: clamp(0.6875rem, 0.6215rem + 0.2817vw, 0.875rem);
  font-weight: 500;
  text-transform: uppercase !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.loop-collections .card-collections-products .bottom-detail-pd .price,
.loop-collections .card-collections-products-other .bottom-detail-pd .price {
  color: #000;
  font-size: clamp(0.75rem, 0.706rem + 0.1878vw, 0.875rem);
  text-transform: uppercase !important;
}
.loop-collections .card-collections-products .color-list,
.loop-collections .card-collections-products-other .color-list {
  transition: all 0.5s ease;
  cursor: pointer;
  min-width: 13px;
  min-height: 13px;
  border-radius: 50%;
  border: 0.4px solid #5a781e;
}
.loop-collections .card-collections-products .span-size,
.loop-collections .card-collections-products-other .span-size {
  margin-top: 15px;
  padding: 0px 10px;
  width: 100%;
  transition: all 1s ease;
  display: none;
}
.loop-collections .card-collections-products .span-size .size-list,
.loop-collections .card-collections-products-other .span-size .size-list {
  transition: 0.2s all ease;
  font-size: clamp(0.75rem, 0.3929rem + 0.744vw, 1.0625rem);
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  opacity: 1;
}
.loop-collections .card-collections-products .span-size .size-list:hover,
.loop-collections .card-collections-products-other .span-size .size-list:hover {
  transition: 0.2s all ease;
  opacity: 0.7;
  text-decoration: underline;
}
.loop-collections .card-collections-products .span-size h3,
.loop-collections .card-collections-products .span-size h4,
.loop-collections .card-collections-products-other .span-size h3,
.loop-collections .card-collections-products-other .span-size h4 {
  margin: 0px;
}
.loop-collections .bottom-detail {
  margin-top: 15px;
  text-align: center;
}
.loop-collections .bottom-detail h2 {
  font-size: clamp(1rem, 0.8571rem + 0.2976vw, 1.125rem);
  color: #000;
  font-weight: 300;
  text-transform: capitalize !important;
}
.loop-collections .bottom-detail .btn-div button {
  transition: all 0.3s ease;
  border-radius: 2px;
  width: fit-content;
  outline: 0px;
  opacity: 1;
  color: #5a781e;
  background: transparent;
  border: 2px solid #5a781e;
  padding: 5px 10px;
  font-weight: 300;
  text-transform: capitalize;
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
}
.loop-collections .bottom-detail .btn-div button:hover {
  transition: all 0.3s ease;
  transform: scale(1.01);
  border: 2px solid white;
  background: #5a781e;
  color: white;
}
.loop-collections .bottom-detail .btn-div button:active {
  transition: all 0.3s ease;
  opacity: 0.5;
  border: 2px solid white;
  background: #5a781e;
  color: white;
  transform: scale(0.9);
}

.pd-list-pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pd-list-pagination .pagination .page-item {
  text-decoration: none;
  font-size: clamp(0.8125rem, 0.7465rem + 0.2817vw, 1rem);
  padding: 6px 15px;
  border-radius: 0px;
  transition: all 0.3s ease;
  border-width: 1px;
  border: 1px solid #000;
}
.pd-list-pagination .pagination .page-item.is-active {
  color: white;
  transition: all 0.3s ease;
  border-width: 1px;
  border-style: solid;
}
.pd-list-pagination .pagination .page-item:not(.is-active):hover {
  transition: all 0.3s ease;
  opacity: 0.6;
}

.slider-filters-products {
  height: 100vh;
  max-width: 400px;
  width: 400px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  padding: 20px;
  left: -410px;
  box-shadow:
    rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  z-index: 1200;
  transition: all ease-out;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.slider-filters-products .form-switch .form-check-input {
  width: 50px !important;
  height: 25px !important;
  margin-top: 0px;
  padding-top: 0px;
}
.slider-filters-products .form-switch .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.slider-filters-products.is-active {
  left: 0;
  transition: all ease-in-out;
  transition-duration: 1.1s;
  transition-delay: 0.1s;
}

.before-sldier-filters-pd {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
  transition-duration: 300ms;
}

.slider-filters-products.is-active + .before-sldier-filters-pd {
  z-index: 1199;
  opacity: 1;
  transition: all 0.5s ease;
  transition-duration: 300ms;
  backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
  .card-collections-products-other,
  .card-collections-products {
    padding: 0px 2px !important;
    min-width: 50% !important;
  }
  .card-collections-products-other .sale-tag,
  .card-collections-products .sale-tag {
    left: 10px !important;
  }
  .card-collections-products-other .new-tag,
  .card-collections-products .new-tag {
    left: 10px !important;
  }
  .card-collections-products-other .new-tag-2,
  .card-collections-products .new-tag-2 {
    left: 50px !important;
  }
  .card-collections-products-other .sold-out-tag,
  .card-collections-products .sold-out-tag {
    right: 10px !important;
  }
  .slider-filters-products {
    width: 100vh;
    max-width: max-content;
  }
}

/*# sourceMappingURL=pd.css.map */
