#scrollbar-pd-bottom {
  scroll-behavior: smooth;
}

.production-image-mobile {
  display: none !important;
}
.production-image-mobile .image-active {
  opacity: 0.7;
  border-width: 3px;
  border-style: solid;
  transition: all 0.5s ease;
}
.production-image-mobile .image-preview-button {
  transition: all 0.2s ease;
}
.production-image-mobile .image-preview-button:hover {
  cursor: pointer;
  border-width: 3px;
  border-style: solid;
  transition: all 0.2s ease;
}
.production-image-mobile .slider-transition {
  transition: all 0.3s ease-out;
}

.products-detail {
  padding: 20px 0px;
  display: flex;
  min-height: 100%;
  flex-wrap: wrap;
}
.products-detail .image-gallery {
  flex: 1 1 0%;
  min-width: 65%;
  max-width: 65%;
  min-height: 100%;
}
.products-detail .image-gallery .image-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.products-detail .image-gallery .image-flex img {
  flex: 1 1 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  min-width: 340px;
  max-width: 440px;
  height: 500px;
  object-fit: cover;
}
.products-detail .content-detail-pd {
  /* flex: 1 0 0; */
  width: 60%;
  padding-top: 50px;
  min-height: 100%;
}
.products-detail .content-detail-pd .border-is-threme {
  width: 100%;
  border: 0.7px solid rgba(0, 0, 0, 0.1333333333);
}
.products-detail .content-detail-pd .right-content {
  padding: 0px 20px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.products-detail .content-detail-pd .color-is-threme {
  color: #5a781e;
}
.products-detail .content-detail-pd .name-products {
  font-size: clamp(1rem, 0.7143rem + 0.5952vw, 1.25rem);
  font-weight: 600;
  margin-bottom: 10px;
}
.products-detail .content-detail-pd .price-products-main {
  font-size: clamp(0.875rem, 0.7321rem + 0.2976vw, 1rem);
  margin-bottom: 15px;
}
.products-detail .content-detail-pd .size-list-pd {
  margin: 0px;
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
}
.products-detail .content-detail-pd .size-list-pd-select {
  transition: all 0.5s ease;
  cursor: pointer;
  margin: 0px;
  font-size: clamp(0.625rem, 0.537rem + 0.3756vw, 0.875rem);
  border: 1px solid #000000;
  padding: 10px 15px;
  color: #000;
}
.products-detail .content-detail-pd .size-list-pd-select:hover {
  transition: all 0.5s ease;
  background-color: #000;
  color: #ffffff !important;
}
.products-detail .content-detail-pd .size-list-pd-select.active {
  font-size: clamp(0.625rem, 0.537rem + 0.3756vw, 0.875rem);
  background-color: #000;
  color: #ffffff !important;
}
.products-detail .content-detail-pd .size-list-pd-select.is-disable {
  cursor: not-allowed;
  text-decoration: line-through;
}
.products-detail .content-detail-pd .size-list-pd-select.none-disable:hover {
  transition: all 0.5s ease;
  opacity: 0.5;
}
.products-detail .content-detail-pd .size-list-pd-select.none-disable:active {
  transition: all 0.5s ease;
  opacity: 1;
  transform: scale(0.6);
}
.products-detail .content-detail-pd .color-list {
  transition: all 0.5s ease;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  border: 0.4px solid #5a781e;
}
.products-detail .content-detail-pd .color-list.is-active {
  transition: all 0.5s ease;
  transform: scale(1.5);
  box-shadow:
    rgba(0, 0, 0, 0.07) 0px 1px 2px,
    rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px,
    rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px,
    rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.products-detail .content-detail-pd .color-list:hover {
  transition: all 0.5s ease;
}
.products-detail .content-detail-pd .color-list:active {
  transition: all 0.5s ease;
  opacity: 1;
}
.products-detail .content-detail-pd .descriptionSub {
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
  color: #868686;
}
.products-detail .content-detail-pd ul li {
  list-style: none;
}
.products-detail .content-detail-pd .collapse ul li {
  list-style: disc;
}
.products-detail .content-detail-pd .collapse ol li {
  list-style: decimal;
}
.products-detail .content-detail-pd .sumary-detail {
  margin-top: 20px;
}
.products-detail .content-detail-pd .descriptionSubOnDetail {
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
  color: #868686;
}
.products-detail .guid-detail .header-toggle {
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products-detail .guid-detail .header-toggle .head {
  text-transform: uppercase;
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
  margin: 0px;
  padding: 0px;
}
.products-detail .guid-detail .header-toggle .icon-is-toggle {
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
}
.products-detail .guid-detail .text-theme {
  color: #5a781e;
}
.products-detail .guid-detail .size-guid {
  text-align: center;
  width: 100%;
}
.products-detail .guid-detail .size-guid img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.products-detail
  .guid-detail
  .header-toggle[aria-expanded="false"]
  .icon-is-toggle
  .plus {
  display: inline;
}
.products-detail
  .guid-detail
  .header-toggle[aria-expanded="false"]
  .icon-is-toggle
  .minus {
  display: none;
}
.products-detail
  .guid-detail
  .header-toggle[aria-expanded="true"]
  .icon-is-toggle
  .plus {
  display: none;
}
.products-detail
  .guid-detail
  .header-toggle[aria-expanded="true"]
  .icon-is-toggle
  .minus {
  display: inline;
}
.products-detail .guid-detail .header-toggle:hover {
  transition: all 0.2s ease;
  opacity: 0.9;
}

.bottom-btn button {
  height: 43px;
  font-size: clamp(0.6875rem, 0.6655rem + 0.0939vw, 0.75rem);
  font-weight: 500;
}
.bottom-btn .btn-is-default {
  height: auto !important;
}
.bottom-btn .btn-is-dark:hover {
  transition: all 0.5s ease;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.bottom-btn .btn-is-dark:active {
  transition: all 0.5s ease;
  transform: scale(0.8);
}
.bottom-btn .btn-threme {
  transition: all 0.5s ease;
  background-color: #5a781e;
  border: 1px solid white;
  color: #fff;
}
.bottom-btn .btn-threme:hover {
  transition: all 0.5s ease;
  background-color: transparent;
  border: 1px solid #5a781e;
  color: #5a781e;
}
.bottom-btn .btn-threme:active {
  transition: all 0.5s ease;
  transform: scale(0.8);
}

.content-slider-img-products {
  display: none;
}

.prev-btn-detail-image-pd {
  position: absolute;
  left: 5px;
  top: 40%;
  padding: 10px 15px;
  z-index: 10;
}

.next-btn-detail-image-pd {
  position: absolute;
  right: 5px;
  top: 40%;
  padding: 10px 15px;
  z-index: 10;
}

.image-preview-res-pd {
  transition: all 0.2s ease;
  transition-duration: 1s;
  object-fit: cover;
}

.sldier-animate-tran {
  transition: all 0.2s ease-out;
  transition-duration: 1s;
}

.carousel-container {
  display: none;
  height: fit-content;
  width: 100vw;
  background: white;
  border-radius: 0px;
  overflow: hidden;
}

.carousel-wrapper {
  height: fit-content;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.carousel-track {
  height: fit-content;
  display: flex;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: grab;
  user-select: none;
  will-change: transform;
}

.carousel-track:active {
  cursor: grabbing;
}

.carousel-track.dragging {
  transition: none;
}

.carousel-slide {
  min-width: 100vw;
  overflow: hidden;
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  position: relative;
}
.carousel-slide img {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px 0px 10px 0px;
  background: white;
}

.nav-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  border: solid 1px #6c757d;
  outline: none;
}

.nav-dot.active {
  background: #0a0a0a;
  transition: all 0.3s ease;
  transform: scale(1.3);
}

.nav-dot:hover {
  transition: all 0.3s ease;
  background: #adb5bd;
}

.out-of-stock-header {
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.6071rem + 0.2976vw, 0.875rem);
  line-height: 16px;
  text-transform: uppercase;
}

.out-of-stock-header-detail {
  font-weight: 400;
  font-size: clamp(0.625rem, 0.581rem + 0.1878vw, 0.75rem);
  color: #bbbaba;
}

.modesl-tag-on {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  color: #36561b;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: clamp(0.625rem, 0.559rem + 0.2817vw, 0.8125rem);
}

@media (max-width: 1114px) {
  .products-detail {
    gap: 20px 0px;
  }
  .products-detail .image-gallery {
    flex: 1 1 0%;
    min-width: 50%;
    max-width: 50%;
    min-height: 100%;
  }
  .products-detail .image-gallery .image-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .products-detail .image-gallery .image-flex img {
    min-width: 210px;
    max-width: 290px;
    height: 300px;
    object-fit: cover;
  }
  .products-detail .content-detail-pd {
    flex: 1 0 0;
    width: 50%;
    min-height: 100%;
  }
}
@media (max-width: 890px) {
  .is-set-new-line-mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .is-flex-lg-row {
    flex-direction: column;
  }
  .carousel-container {
    display: block;
  }
  .production-image-mobile {
    display: block !important;
  }
  .products-detail {
    gap: 10px 0px;
    flex-direction: column;
  }
  .products-detail .image-gallery {
    display: none;
  }
  .products-detail .content-detail-pd {
    width: 100%;
    padding-top: 0px;
    min-height: fit-content;
  }
  .products-detail .content-detail-pd .right-content {
    padding: 0px;
  }
  .products-detail .content-detail-pd .right-content .name-products,
  .products-detail .content-detail-pd .right-content .price-products-main {
    text-align: center;
  }
  .content-slider-img-products {
    display: block;
    max-width: 100%;
  }
  .content-slider-img-products .carousel-inner {
    min-width: 100%;
  }
  .content-slider-img-products img {
    min-width: 340px;
    max-width: 100vw;
    min-height: 500px;
    max-height: 900px;
    object-fit: cover;
  }
}

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

/* Disable legacy zoom modal */
.modal-zoom {
  display: none !important;
  visibility: hidden !important;
}
.preview-image {
  cursor: default !important;
}
/* === Renovate additive styles (no edits to existing classes) === */
.pd-renovate-shell {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(16px, 3vw, 28px);
}
.pd-renovate-shell .container-project {
  max-width: 100vw !important;
  min-width: 0 !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pd-renovate-shell .products-detail {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(16px, 2vw, 24px);
  align-items: start;
  width: 100% !important;
  margin: 0 !important;
}
.pd-renovate-shell .image-gallery {
  display: none !important;
}
.pd-renovate-media .carousel-container {
  display: block !important;
  width: 100%;
  background: transparent;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.pd-renovate-media .carousel-wrapper {
  position: relative;
  overflow: hidden;
}
.pd-renovate-media .carousel-track {
  display: flex;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.pd-renovate-media .carousel-slide {
  min-width: 100%;
  aspect-ratio: 3 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  position: relative;
}
.pd-renovate-media .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pd-renovate-media .carousel-nav {
  display: none !important;
}
.pd-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
  opacity: 0.85;
  z-index: 5;
}
.pd-nav-btn i {
  line-height: 1;
  font-size: 15px;
  display: block;
}
.pd-nav-btn:hover {
  opacity: 1;
}
.pd-nav-btn.prev {
  left: 10px;
}
.pd-nav-btn.next {
  right: 10px;
}
.pd-indicator {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 6px;
  z-index: 5;
}

/* Lightbox */
.pd-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 4000;
}
.pd-lightbox.active {
  display: flex;
}
.pd-lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}
.pd-lightbox .lb-btn {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.pd-lightbox .lb-close {
  top: 18px;
  right: 18px;
}
.pd-lightbox .lb-prev {
  left: 24px;
}
.pd-lightbox .lb-next {
  right: 24px;
}
.pd-lightbox .lb-count {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.6);
  padding: 6px 10px;
  border-radius: 6px;
}

/* Related products */
.pd-renovate-related-shell {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
}
.pd-renovate-related .container-project {
  max-width: 100vw !important;
  min-width: 0 !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-project.pd-renovate-related {
  max-width: 100vw !important;
  min-width: 0 !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pd-renovate-related h2 {
  display: none !important;
}
.pd-renovate-related .loop-collections {
  flex-wrap: wrap !important;
  /* gap: 20px !important; */
}
.pd-renovate-related .loop-collections .card-collections-products,
.pd-renovate-related .loop-collections .card-collections-products-other {
  width: calc(25% - 15px) !important;
  max-width: none !important;
}
.pd-renovate-related .continer-preview {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  position: relative;
}
.pd-renovate-related .continer-preview img {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
.pd-renovate-related .continer-preview .img-v2 {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.pd-renovate-related .card-collections-products-other:hover .img-v2,
.pd-renovate-related .card-collections-products:hover .img-v2 {
  opacity: 1;
}
.pd-renovate-related .card-collections-products-other:hover .img-v1,
.pd-renovate-related .card-collections-products:hover .img-v1 {
  opacity: 0;
}
.pd-renovate-related-bottom .btn-is-default {
  display: none !important;
}
.pd-renovate-related-bottom .pd-view-all {
  border: 1px solid currentColor;
  background: transparent;
  color: #111;
  padding: 10px 18px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  transition: all 0.2s ease;
  border-radius: 0;
}
.pd-renovate-related-bottom .pd-view-all:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 991.98px) {
  .pd-renovate-shell {
    flex-direction: column !important;
    gap: 16px;
  }
  .pd-renovate-shell .products-detail {
    grid-template-columns: 1fr;
  }
  .pd-renovate-media .pd-nav-btn {
    width: 34px;
    height: 34px;
  }
  .pd-renovate-related .loop-collections .card-collections-products,
  .pd-renovate-related .loop-collections .card-collections-products-other {
    width: 46% !important;
    max-width: none !important;
  }
}

@media (max-width: 575.98px) {
  .pd-renovate-shell {
    padding-left: 14px;
    padding-right: 14px;
  }
  .pd-renovate-media .pd-indicator {
    font-size: 12px;
    padding: 5px 8px;
  }
  .pd-renovate-related .loop-collections .card-collections-products,
  .pd-renovate-related .loop-collections .card-collections-products-other {
    width: 100% !important;
    max-width: none !important;
  }

  /* hide nav arrows on mobile for smoother swipe */
  .pd-nav-btn {
    display: none !important;
  }
}

/* Desktop two-column shell (media | detail) */
@media (min-width: 992px) {
  .pd-renovate-shell {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .pd-renovate-shell .pd-renovate-media,
  .pd-renovate-shell .pd-renovate-detail {
    flex: 1 1 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  .pd-renovate-detail {
    position: sticky;
    top: 80px;
    align-self: flex-start;
  }
}

/* Sticky detail column on desktop */
@media (min-width: 992px) {
  .pd-renovate-shell .products-detail .content-detail-pd,
  .pd-renovate-shell .products-detail .right-content {
    position: sticky;
    top: 80px;
    align-self: start;
  }
}

/* === Renovate additive styles === */
.pd-renovate-shell {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pd-renovate-shell .products-detail {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: clamp(16px, 2vw, 24px);
  align-items: start;
  width: 100%;
}
.pd-renovate-detail,
.pd-renovate-detail .products-detail {
  overflow: visible !important;
}
.pd-renovate-shell .image-gallery {
  display: none;
}
.pd-renovate-media .carousel-container {
  display: block;
  width: 100%;
  background: transparent;
  overflow: hidden;
}
.pd-renovate-media .carousel-wrapper {
  position: relative;
  overflow: hidden;
}
.pd-renovate-media .carousel-track {
  display: flex;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.pd-renovate-media .carousel-slide {
  min-width: 100%;
  aspect-ratio: 3 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  position: relative;
}
.pd-renovate-media .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pd-renovate-media .carousel-nav {
  display: none;
}
.pd-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
  opacity: 0.85;
  z-index: 5;
}
.pd-nav-btn:hover {
  opacity: 1;
}
.pd-nav-btn.prev {
  left: 10px;
}
.pd-nav-btn.next {
  right: 10px;
}
.pd-indicator {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 6px;
  z-index: 5;
}

.pd-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 4000;
}
.pd-lightbox.active {
  display: flex;
}
.pd-lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}
.pd-lightbox .lb-btn {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.pd-lightbox .lb-close {
  top: 18px;
  right: 18px;
}
.pd-lightbox .lb-prev {
  left: 24px;
}
.pd-lightbox .lb-next {
  right: 24px;
}
.pd-lightbox .lb-count {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.6);
  padding: 6px 10px;
  border-radius: 6px;
}

.pd-renovate-related-shell {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: 20px;
  padding-right: 20px;
}
.pd-renovate-related h2 {
  display: none;
}
.pd-renovate-related .loop-collections {
  flex-wrap: wrap !important;
}
.pd-renovate-related .loop-collections .card-collections-products,
.pd-renovate-related .loop-collections .card-collections-products-other {
  width: 25% !important;
}
.pd-renovate-related-bottom .btn-is-default {
  display: none !important;
}
.pd-renovate-related-bottom .pd-view-all {
  border: 1px solid currentColor;
  background: transparent;
  color: #111;
  padding: 10px 18px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  transition: all 0.2s ease;
  border-radius: 0;
}
.pd-renovate-related-bottom .pd-view-all:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 991.98px) {
  .pd-renovate-shell .products-detail {
    grid-template-columns: 1fr;
  }
  .pd-renovate-media .pd-nav-btn {
    width: 34px;
    height: 34px;
  }
  .pd-renovate-related .loop-collections .card-collections-products,
  .pd-renovate-related .loop-collections .card-collections-products-other {
    width: 46% !important;
  }
}

@media (max-width: 575.98px) {
  .pd-renovate-shell {
    padding-left: 14px;
    padding-right: 14px;
  }
  .pd-renovate-media .pd-indicator {
    font-size: 12px;
    padding: 5px 8px;
  }
  .pd-renovate-related .loop-collections .card-collections-products,
  .pd-renovate-related .loop-collections .card-collections-products-other {
    width: 100% !important;
  }
}

/* Related products - home-like layout */
.pd-renovate-related .pd-related-slider {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: auto;
}

.pd-renovate-related .pd-related-slider::-webkit-scrollbar {
  display: none;
}

.pd-renovate-related .pd-related-track {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.pd-renovate-related .pd-related-card {
  flex: 0 0 calc((100% - 60px) / 4);
  width: calc((100% - 60px) / 4) !important;
  max-width: calc((100% - 60px) / 4) !important;
  min-width: 0;
  margin-bottom: 0;
  padding: 0 !important;
  text-decoration: none;
  color: inherit;
}

.pd-renovate-related .pd-related-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: none;
}

.pd-renovate-related .pd-related-thumb .pd-related-img-primary,
.pd-renovate-related .pd-related-thumb .pd-related-img-hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.pd-renovate-related
  .loop-collections
  .pd-related-card
  .pd-related-thumb
  .pd-related-img-primary {
  opacity: 1 !important;
  z-index: 1 !important;
}

.pd-renovate-related
  .loop-collections
  .pd-related-card
  .pd-related-thumb
  .pd-related-img-hover {
  opacity: 0 !important;
  z-index: 2 !important;
}

.pd-renovate-related
  .loop-collections
  .pd-related-card:hover
  .pd-related-thumb
  .pd-related-img-primary {
  opacity: 0 !important;
}

.pd-renovate-related
  .loop-collections
  .pd-related-card:hover
  .pd-related-thumb
  .pd-related-img-hover {
  opacity: 1 !important;
}

.pd-renovate-related .pd-related-thumb .sale-tag,
.pd-renovate-related .pd-related-thumb .new-tag,
.pd-renovate-related .pd-related-thumb .new-tag-2,
.pd-renovate-related .pd-related-thumb .sold-out-tag {
  position: absolute !important;
  z-index: 4;
  line-height: 1.2;
  opacity: 1;
  border: none;
  border-radius: 0;
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
}

.pd-renovate-related .pd-related-thumb .sale-tag {
  top: 10px;
  left: 10px;
  background: #ef4444;
}

.pd-renovate-related .pd-related-thumb .new-tag,
.pd-renovate-related .pd-related-thumb .new-tag-2 {
  top: 10px;
  left: auto;
  right: 10px;
  background: #111827;
}

.pd-renovate-related .pd-related-thumb .sold-out-tag {
  top: auto;
  right: auto !important;
  left: 10px;
  bottom: 10px;
  background: #6b7280;
  width: fit-content;
  max-width: calc(100% - 20px);
  white-space: nowrap;
}

.pd-renovate-related .pd-related-card .bottom-detail-pd {
  margin-top: 8px;
}

.pd-renovate-related .pd-related-card .bottom-detail-pd h3 {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

.pd-renovate-related .pd-related-card .bottom-detail-pd .price {
  font-size: 13px;
  line-height: 1.3;
}

@media (max-width: 991.98px) {
  .pd-renovate-related .pd-related-card {
    flex: 0 0 calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2) !important;
    max-width: calc((100% - 20px) / 2) !important;
  }
}

@media (max-width: 767.98px) {
  .pd-renovate-related .pd-related-slider {
    cursor: grab;
  }

  .pd-renovate-related .pd-related-slider.is-dragging {
    cursor: grabbing;
  }

  .pd-renovate-related .pd-related-track {
    flex-wrap: nowrap !important;
    gap: 10px;
  }

  .pd-renovate-related .pd-related-track.is-auto-mobile {
    animation: pd-related-marquee var(--pd-related-duration, 35s) linear
      infinite;
    will-change: transform;
  }

  .pd-renovate-related .pd-related-card {
    flex: 0 0 calc((100% - 20px) / 2.05);
    width: calc((100% - 20px) / 2.05) !important;
    max-width: calc((100% - 20px) / 2.05) !important;
    min-width: 0;
  }

  .pd-renovate-related .pd-related-card .bottom-detail-pd {
    margin-top: 6px;
  }

  .pd-renovate-related .pd-related-card .bottom-detail-pd h3 {
    font-size: 12px;
    line-height: 1.3;
  }

  .pd-renovate-related .pd-related-card .bottom-detail-pd .price {
    font-size: 11px;
    line-height: 1.25;
  }

  .pd-renovate-related .pd-related-thumb .sale-tag,
  .pd-renovate-related .pd-related-thumb .new-tag,
  .pd-renovate-related .pd-related-thumb .new-tag-2,
  .pd-renovate-related .pd-related-thumb .sold-out-tag {
    font-size: 10px;
    padding: 3px 6px;
  }

  .pd-renovate-related .pd-related-thumb .sale-tag {
    top: 8px;
    left: 8px;
  }

  .pd-renovate-related .pd-related-thumb .new-tag,
  .pd-renovate-related .pd-related-thumb .new-tag-2 {
    top: 8px;
    right: 8px;
  }

  .pd-renovate-related .pd-related-thumb .sold-out-tag {
    left: 8px;
    bottom: 8px;
    right: auto !important;
    width: fit-content;
    max-width: calc(100% - 16px);
    white-space: nowrap;
  }
}

@keyframes pd-related-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}
