.gallery-wrap {
  display: flex;
  gap: 12px;
  clear: both;
}

.thumb-wrapper {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thumb-prev,
.thumb-next {
  cursor: pointer;
  font-size: 20px;
  padding: 6px;
  user-select: none;
}

.thumb-swiper {
  height: 520px;
  width: 100%;
}

.thumb-swiper .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  border: 1px solid #fff;
  width: calc(100% - 2px);
  height: 120px;
  border-radius: 4px;
}

.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #cfcece;
}

.thumb-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.main-swiper {
  width: calc(100% - 135px);
}

.main-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}

.gallery-wrap .swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.product-carousel .swiper-slide {
  width: 248px;
}

.gallery-wrap .thumb-prev,
.gallery-wrap .thumb-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  color: #02184b;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  transition: 0.35s all ease;
  border: 1px solid #02184b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-wrap .thumb-next {
  margin-top: 8px;
}

.gallery-wrap .thumb-prev {
  margin-bottom: 8px;
}

.gallery-wrap .thumb-prev.swiper-button-lock,
.gallery-wrap .thumb-next.swiper-button-lock {
  display: none;
}

.gallery-wrap i {
  font-size: 16px;
}


/* B: size chart + variant */
.show_sizechart {
  font-weight: 500;
  padding: 1px 6px 1px 0;
  font-size: 16px;
  line-height: 1.5;
  background: transparent;
  border: none;
  outline: none !important;
  color: #02184b;
  display: flex;
  align-items: center;
}

.show_sizechart i {
  font-size: 25px;
}

.show_sizechart span {
  text-decoration: underline;
  cursor: pointer;
}

#moda_sizechart .modal-content,
#modal_variants .modal-content,
#modal_noti_qty .modal-content {
  border-radius: 0;
  border: none;
  display: flex;
  flex-direction: column;
  max-height: 100svh;
  transform: translateX(100%);
  transition: 0.35s all ease-in-out;
  height: 100vh;
  height: 100svh;
}

@media (max-width: 767px) {
  #moda_sizechart .modal-content,
  #modal_variants .modal-content,
  #modal_noti_qty .modal-content {
    transform: translateY(100%);
    height: auto;
    max-height: 90svh;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}

#moda_sizechart.in .modal-content,
#modal_variants.in .modal-content,
#product-item-modal_variants.in .modal-content,
#modal_noti_qty.in .modal-content {
  transform: none;
  transition: 0.35s all ease;
}

#moda_sizechart .modal-dialog,
#modal_variants .modal-dialog,
#product-item-modal_variants .modal-dialog,
#modal_noti_qty .modal-dialog {
  margin: 0 0 0 auto;
  max-height: 100svh;
  width: 100%;
  max-width: 450px !important;
  height: 100vh;
  height: 100svh;
}

#moda_sizechart .modal-body,
#modal_variants .modal-body,
#product-item-modal_variants .modal-body,
#modal_noti_qty .modal-body {
  overflow: hidden auto;
  flex-grow: 1;
  padding: 0;
}

#modal_variants .modal-body,
#product-item-modal_variants .modal-body,
#modal_noti_qty .modal-body {
  position: relative;
}

.moda_sizechart .modal-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #02184b;
}

.moda_variants .modal-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #02184b;
}

.moda_sizechart .modal-title div {
  line-height: 1;
  font-size: 10px;
  color: #b6b9ba;
  text-transform: uppercase;
}

#modal_variants .show_sizechart {
  padding: 0 16px;
  margin-bottom: 16px;
  cursor: pointer;
}

#modal_variants .product-add-to-cart {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

#modal_variants .add-to-cart i {
  display: none;
}

#modal_variants .add-to-cart {
  padding: 16px 24px;
  border-radius: 4px;
  background: linear-gradient(90deg, #0c2b72, #02184b) padding-box,
    linear-gradient(90deg, #0c2b72, #02184b) border-box;
  color: #fff;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
}

#modal_variants .add-to-cart:hover {
  background: linear-gradient(90deg, #02184b, #02184b) padding-box,
    linear-gradient(90deg, #02184b, #02184b) border-box;
}

#modal_variants .product-minimal-quantity {
  margin-bottom: 0;
}

#modal_variants .product-add-to-cart .control-label {
  display: none;
}

#modal_variants .product-variants {
  /*padding-bottom: 140px;*/
  padding-bottom: 0;
}

#modal_variants .product-add-to-cart:before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 20px;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  left: 0;
}

.legend {
  padding: 0 40px 0 16px;
  margin-top: 8px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.legend img {
  max-width: 130px;
  width: 100%;
  height: auto;
}

.legend .text-medium {
  font-size: 16px;
  font-weight: 500;
}

.legend .text-normal {
  font-size: 12px;
  font-weight: 400;
}

.sizeguide-table {
  overflow: auto;
  width: 100%;
}

.sizeguide-table table td:first-child,
.sizeguide-table table th:first-child {
  background-color: #fff;
  border-right: 1px solid #f0f0f0;
  left: 0;
  position: sticky;
}

.sizeguide-table table {
  border: 0;
  border-color: #f0f0f0;
  border-collapse: separate;
  border-spacing: 0;
  caption-side: bottom;
  vertical-align: top;
}

.sizeguide-table th {
  min-width: 100px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.sizeguide-table th,
.sizeguide-table td {
  padding: 8px;

  border: 1px solid #f0f0f0;

  border-width: 0 1px 0 0;
}

.sizeguide-table .table-striped>tbody>tr:nth-child(odd)>td,
.sizeguide-table .table-striped>tbody>tr:nth-child(odd)>th {
  background: #f8f5f2;
}

.sizeguide-table::-webkit-scrollbar-thumb {
  background: #ddd;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 10px;
  height: 8px;
  width: 8px;
}

.sizeguide-table::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}

.sizeguide-table::-webkit-scrollbar-track {
  background: transparent;
}

.sizeguide-bottom {
  padding: 0 40px;
  margin-top: 40px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.sizeguide-bottom p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 9px;
}

.sizeguide-bottom p a {
  text-decoration: underline;
}

/**/
div.show_variants {
  margin-bottom: 8px;
  padding: 16px 24px;
  border-radius: 4px;
  background-color: transparent;
  color: #02184b;
  border: 1px solid #02184b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

button.show_variants {
  padding: 16px 24px;
  border-radius: 4px;
  background: linear-gradient(90deg, #0c2b72, #02184b) padding-box,
    linear-gradient(90deg, #0c2b72, #02184b) border-box;
  color: #fff;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  outline: 4px solid #fafafa;
}

button.show_variants:hover {
  background: linear-gradient(90deg, #02184b, #02184b) padding-box,
    linear-gradient(90deg, #02184b, #02184b) border-box;
}

.product-variants>.product-variants-item {
  margin: 0;
}

@media (max-width: 900px) {
  .product-variants > .product-variants-item {
    margin: 9px 0px 7px 0px;
  }
}

.product-variants>.product-variants-item select {
  border: 1px solid #eaeaea;
  height: 2.5rem;
  width: 6.75rem;
  padding: 2px 7px;
  outline: none;
  display: inline-block;
}

.product-variants>.product-variants-item ul {
  display: block;
}

.product-variants>.product-variants-item ul li {
  float: unset !important;
  margin-right: 0;
  width: 100%;
}

@media (hover: hover) {
  .product-variants>.product-variants-item ul li:hover,
  #product-item-modal_variants ul li:hover {
    background: #f8f5f2;
  }
}
.product-variants>.product-variants-item ul li:active,
#product-item-modal_variants ul li:active {
  background: #f8f5f2;
}

.product-variants>.product-variants-item ul li label {
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: -2px;
}

.product-variants>.product-variants-item .radio-label {
  width: auto;
  background: none;
  box-shadow: none;
  border: none;
  padding: 9px 16px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  color: #02184b;
  text-align: left;
}

.product-variants>.product-variants-item ul li:hover .radio-label {
  /*background-color: #f8f5f2;*/
}

.product-variants>.product-variants-item ul li .input-radio:checked+span {
  /*          background-color: #02184b;

          color: #fff;*/
}

.product-variants-item>span.control-label {
  display: none;
}

.product-variants>.product-variants-item .color {
  margin-left: 0;
  margin-top: 0;
}

#add-to-cart-or-refresh .product-add-to-cart {
  display: none;
}

/* E: size chart + variant */


#product #wrapper {
  background-color: #fafafa;
  padding-bottom: 40px;
}

#product #notifications {
  display: none;
  /* padding-top: 10px; */
}



@media (min-width: 992px) {
  .product-detail-left {
    position: sticky;
    top: 80px
  }
}

.product-cover .leo-wishlist-button {
  position: absolute;

  top: 15px;

  right: 15px;

  width: 40px;

  height: 40px;

  padding: 4px;

  border-radius: 50%;

  background: #f8f5f2;

  color: #02184b;

  display: flex;

  justify-content: center;

  align-items: center;
  z-index: 2;
}

.product-cover .leo-wishlist-button.added i:before {
  content: "\e90b";
}

.product-cover .leo-wishlist-button .leo-wishlist-bt-content {
  display: flex;
}

.product-cover .leo-wishlist-button i {
  font-size: 28px;
}

.product-cover .leo-wishlist-button .name-btn-product {
  display: none;
}

.product-cover #lightgallery .swiper-slide-active img {
  cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDU5LjY1IDU5LjY1Ij48ZGVmcz48c3R5bGU+LmNscy0ye3N0cm9rZS13aWR0aDowO2ZpbGw6IzAyMTg0Yn08L3N0eWxlPjwvZGVmcz48Y2lyY2xlIGN4PSIyOS44MyIgY3k9IjI5LjgzIiByPSIyNi43MSIgc3R5bGU9InN0cm9rZS13aWR0aDowO2ZpbGw6I2Y4ZjVmMiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjUyIDM4LjI3cy4wNi0uMDEuMDgtLjAyYy0uMDUuMDEtLjA4LjAyLS4wOC4wMlpNMjEuNzQgMzYuODJoLjAzLS4wM1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00NC42MiA0MS41M2MtLjM0LS4yNC0uNy0uNDgtMS4wNC0uNzMtMi4zNi0xLjc3LTQuNzktMy41My03LjE1LTUuMjRsLS4xOC0uMTNjLS4yLS4xNC0uNDEtLjMyLS40NS0uNTktLjA0LS4yNi4xMS0uNDkuMjctLjY4IDIuMTEtMi42MyAyLjgtNS42MyAyLjA2LTguOTEtMS4wOC00Ljc4LTMuNDQtOC4wNC03LjIyLTkuOTVhMjMuNSAyMy41IDAgMCAwLTEuMzgtLjY1di0uMDNhMTEuODkgMTEuODkgMCAwIDAtMy40OS0uOTdjLS4xNi0uMDUtLjUxLS4wOC0xLjE0LS4wOGE5Ljg1IDkuODUgMCAwIDAtMS42LjA2Yy0uMTcuMDItLjMzLjAzLS40OS4wNnMtLjAxIDAtLjAyIDBjLS45Ny4xMy0xLjg0LjQtMi43Ni44Ny0uNi4yNi0xLjE3LjU3LTEuNzEuOTItMi40NSAxLjQ0LTMuMzkgMi45Mi0zLjU5IDMuMjgtMS45MiAyLjU5LTIuMjYgNS44LTIuMzEgNi41Ny0uMzMgMi41Ny0uMjMgNi44NyAzLjMyIDkuODQgMi4wNCAxLjkyIDUuNjkgNC4wMyAxMS42MyAzLjQzLjg3LS4wNSAxLjU4LS4xOCAyLjE1LS4zMi45OC0uMTggMS44MS0uNDggMi41NS0uOS41NC0uMzEuOTItLjE3IDEuMzEuMTMgMCAwIC4wMi4wMS4wMi4wMiAxLjI5Ljk3IDIuNTkgMS45NCAzLjg4IDIuOTEgMi4xMSAxLjU3IDQuMjggMy4yIDYuNDEgNC44Mi4yNC4xOC40OS4zMi43Ni40Ni4yMy4xMi40Ni4yNS42OC40aC4yNmMxLjAzLS4xNCAxLjY3LS42NyAxLjk2LTEuNjF2LS40OWMtLjY5LTEuMDYtMS42OS0xLjc0LTIuNzQtMi40N1pNMjIuMDcgMzYuOWE0LjE4IDQuMTggMCAwIDEtLjM0LS4wOGMtNi45LTEuNjYtNy43NS03Ljc1LTcuNzUtNy43NXMtLjAxLS4wMy0uMDQtLjA4Yy0uMy0yLjQzLS4xNy00LjQ1LjQyLTYuMyAxLjAzLTMuMTkgMy4wMS01LjQ4IDUuOTEtNi44MyAxLjQtLjYyIDIuNzgtLjg3IDMuODYtLjk2IDEuNTgtLjA3IDMuMDMuMjcgMy44NC41MSAyLjYyLjk2IDQuNDggMi41MSA0LjU5IDIuNmwxLjM4IDEuMTctMS42OS0uNjZjLTEuNDktLjU5LTIuNjYtLjkxLTMuOC0xLjA3LTIuMS0uMjgtNC0uMjYtNS44LjA2LS4xNS4wMy0uMzIuMDYtLjQ3LjEzLS41LjIyLS40OC41LS40Mi43My4wMy4xMS4xNC40Ni42OS4zNCAxLjU5LS4zNSAzLjE2LS4zMyA0LjQ4LS4yNiAxLjg1LjA5IDMuNTguNTIgNS4xNiAxLjI4IDAgMCAxLjY5LjYzIDMuMTUgMi4xNmwuMDIuMDRzMi44MyA0IDEuNDEgOC41OGgtLjAzYy0xLjg2IDUuNzktNy42MiA2Ljc0LTEwLjQ5IDYuODQtLjI0IDAtLjQ4LS4wMi0uNzItLjA0aC0uMDljLTEuMDgtLjA5LTIuMTgtLjE3LTMuMjctLjQtLjAzIDAtLjA2LS4wMS0uMDktLjAyLjAzIDAgLjA2LjAxLjA5LjAyWiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI4LjI3IDI2LjM2SDI1Ljl2LTIuNDhhLjMuMyAwIDAgMC0uMDktLjIycy0uMDEtLjAyLS4wMi0uMDJsLS4wMi0uMDJhLjMxNy4zMTcgMCAwIDAtLjIyLS4wOWgtLjc3Yy0uMTkgMC0uMzUuMTYtLjM1LjM1djIuNDhoLTIuMzdjLS4xOSAwLS4zNS4xNi0uMzUuMzV2LjcyYzAgLjE5LjE2LjM1LjM1LjM1aDIuMzd2Mi41YzAgLjE5LjE2LjM1LjM1LjM1aC43N2MuMTkgMCAuMzUtLjE2LjM1LS4zNXYtMi41aDIuMzdjLjE5IDAgLjM1LS4xNi4zNS0uMzV2LS43MmMwLS4xOS0uMTYtLjM1LS4zNS0uMzVaIi8+PC9zdmc+Cg==) 20 20,
    auto;
}

.product-brand-detail-page {
  color: #02184b;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
}

/* Modif */
@media (max-width: 900px) {
  .product-brand-detail-page {
    font-size: 20px;
  }
}

.product-detail-name {
  text-transform: none;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--text-color);
}

/* Modif5 */
@media (max-width: 900px) {
  .product-detail-name {
    margin-bottom: 4px;
  }
}

#leo_product_reviews_block_extra {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 12px;
}

.reviews_advices {
  margin: 0;
}

.product-prices {
  margin-top: 0;
  margin-bottom: 10px;
}

.product-price {
  position: relative;
  color: var(--price-color);
  display: inline-block;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
  margin-right: 0rem !important;
}

/* Modif3 */
@media (max-width: 900px) {
  .product-price.has-discount {
    margin-bottom: -3px !important;
  }
}

/* Modif2 */
@media (max-width: 900px) {
  .product-price {
    font-size: 25px;
    font-weight: 700;
  }
}

.current-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.current-price-value {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

#price-information {
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  outline: none !important;
}

#price-information svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

#tooltipprice.hide {
  position: absolute;
  top: -56px;
  left: -60px;
  z-index: 9;
}

#tooltipprice.in {
  position: absolute;
  top: -56px;
  left: -60px;
  opacity: 1;
  z-index: 9;
}

#tooltipprice .tooltip-inner {
  background: #000;
  max-width: unset;
  border-radius: 3px;
  width: auto;
  text-wrap: nowrap;
}

#tooltipprice .tooltip-arrow {
  position: absolute;
  bottom: -1px;
  left: calc(50% - 5px);
}

#tooltipprice .tooltip-arrow:after {
  border-color: transparent;
  border-style: solid;
  border-top-color: #000;
  border-width: 5px;
  top: -1px;
  content: "";
  position: absolute;
}

.product-actions {
  margin-top: 16px;
}

.alma__text {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
  font-size: 12px;
}

.alma__text svg {
  width: 50px;
}

.loyalty-card.loyalty-card-content {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.loyalty-card {
  margin-top: 1rem;
  padding: 7.5px;
  background: #f8f5f2;
  border-radius: 3px;
  text-align: left;
}

.loyalty-card .rounded-circle {
  background: #e78558;
  padding: .25rem;
  width: 33.7px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  padding-top: 0;
}

.loyalty-card .rounded-circle i {
  font-size: 1.563rem;
  color: #02184b;
}

.loyalty-card-content a {
  text-decoration: underline;
  font-weight: 500;
}

.products-accordion {
  margin-top: 13px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 4px 16px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  text-align: left;
}

.products-accordion #leo_extratab_1 {
  order: -1;
  border: none;
}

.products-accordion #description {
  order: -2;
}

.products-accordion .card {
  margin: 0px;

  border-bottom: 1px solid #f0f0f0;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  -ms-border-radius: 0px;

  -o-border-radius: 0px;

  border-radius: 0px;

  background: transparent;
}

.products-accordion .card:last-child {
  border-bottom: none;
}

.products-accordion #leofeature-product-review {
  border-bottom: none;
}

.products-accordion .card-header {
  background: none;

  padding: 1rem 0;

  border-bottom: none;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  -ms-border-radius: 0px;

  -o-border-radius: 0px;

  border-radius: 0px;
}

.products-accordion .card-header h5 {
  margin: 0px;
}

.products-accordion .card-header a {
  position: relative;

  width: 100%;

  display: inline-block;

  font-size: 16px;

  font-weight: 700;

  line-height: 1;
  color: #02184b;
}

.products-accordion .card-header a span {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1;
  font-weight: 500;
}

.products-accordion .card-header a:after {
  content: "\e96c";

  font-size: 1rem;

  font-family: "Icons";

  position: absolute;

  font-weight: normal;

  top: 0px;

  right: 0.625rem;
}

.rtl .products-accordion .card-header a:after {
  left: 0.625rem;

  right: auto;
}

.products-accordion .card-header a.collapsed:after {
  content: "\e902";
}

.products-accordion .card-header a:hover:after {
  color: var(--theme-color-default);
}

.products-accordion .card-block {
  padding: 0 0 8px;
}

.product-same-category {
  margin-top: 40px;
}

.products-section-title {
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-color);
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .products-section-title {
    font-size: 20px;
  }
}

.thumbnail-container .product-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.03);
}



@media (min-width: 1025px) {

  #same-category-products .swiper,
  #random-products .swiper {
    width: 88%;
    margin: 0 auto;
  }
}


@media (max-width: 1035px) {

  .products-section-title {
    max-width: 100%;
  }
}

@media (max-width: 990px) {
  .thumb-wrapper {
    display: none;
  }

  .main-swiper {
    width: 100%;
  }

  .product-detail {
    text-align: center;
  }

  .product-save {
    justify-content: center;
  }
}

.reference-top {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  margin-top: 8px;
}


@media (min-width: 991px) {
  .product-cover .product-flags {
    left: 150px;
  }

}

@media (max-width: 767px) {

  #modal_variants .modal-dialog {
    max-width: 100vw !important;
    height: auto;
    position: absolute;
    bottom: 0;
  }

  #modal_variants .modal-content {
    width: 100%;
    transform: translateY(100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  #modal_variants.in .modal-content {
    height: auto;
    transform: translateY(0);
  }

  .modal-header {
    padding: 14px;
    position: relative;
    text-align: center;
    /* border-bottom: 1px solid #f0f0f0; hidden 18/02/2026*/
    margin-bottom: 0;
  }

  #modal_variants .modal-content,
  #modal_variants .modal-body {
    overflow: unset;
  }



  #modal_variants .show_sizechart {
    padding: 5px 16px 3px 11px;
    margin-bottom: 0;
    cursor: pointer;
    position: absolute;
    top: -93px;
    background: #fff;
    margin-left: 10px;
    border-radius: 20px;
    font-size: 20px;
  }

  #modal_variants .show_sizechart span {
    text-decoration: none;
    font-size: 12px;
    margin-top: -5px;
    margin-left: 4px;
  }
}

@media (max-width: 2000px) {
  .product-detail .show_variants-wrapper {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding-bottom: 4px;
    z-index: 10;
  }
  .alma__text {
    margin-top: 10px;
  }
}

.list-color-product {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.color-product-item {
  width: calc(20% - 8px);
  text-align: center;
}
.color-product-item:first-child img{
  border: 1px solid #02184b;
}
.color-product-item span{
  display: block;
  font-size: 12px;
}
.color-product-item img {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
}

.more-item-product-color > div{
  display: flex;
  background: hsla(195,3%,72%,.3);
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #fff;
  cursor: pointer;
}
.color-product-item.more-item-product-color span{ visibility: hidden; }
.list-color-product{ margin-bottom: 20px; }

@media (min-width: 1000px) {
  .list-color-product .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    transform: none !important;
  }
  .list-color-product .color-product-item { width: auto; }
  .list-color-product .color-product-item.hidden { display: none !important; }

  .list-color-product .more-item-product-color {
    display: flex !important;
    align-self: start;
  }

  .list-color-product .more-item-product-color > div {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin: 0;
    position: relative;
    color: transparent;
    cursor: pointer;
  }

  .list-color-product .more-item-product-color span {
    display: flex !important;
    visibility: visible !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}

@media (max-width: 999px) {
  .list-color-product .color-product-item.hidden { display: block !important; }
  .list-color-product .more-item-product-color { display: none !important; }
  .list-color-product .swiper-slide img { width: 100%; max-width: 150px; height: auto; }
}

@media (max-width: 599px) {
  .list-color-product .swiper-wrapper { justify-content: flex-start; }
}
@media (min-width: 600px) and (max-width: 999px) {
  .list-color-product .swiper-slide { max-width: 150px; }
}

.plist-product-carousel .swiper-pagination-bullet,
.gallery-wrap .swiper-pagination-bullet {
  background-color: #b6b9ba !important;
  opacity: 0.4 !important;
  border-radius: 50% !important;
  width: 6px !important;
  height: 6px !important;
  margin: 0 4px !important;
}

.plist-product-carousel .swiper-pagination-bullet-active,
.gallery-wrap .swiper-pagination-bullet-active {
  background-color: #b6b9ba !important;
  opacity: 1 !important;
}

.menu-placeholder-item .placeholder {
  background-color: #e8e8e8;
}

/* Skeleton menu - classes Bootstrap manquantes */
.col-1 { flex: 0 0 auto; width: 8.3333333333%; }
.col-11 { flex: 0 0 auto; width: 91.6666666667%; }
.text-start { text-align: left !important; }
.text-end { text-align: right !important; }
.border-0 { border: 0 !important; }