/* Bejou storefront = Argima chrome + Jungo commerce hooks */
:root {
  --sf-radius: 1px;
  --bs-border-radius: 1px;
  --bs-border-radius-sm: 1px;
  --bs-border-radius-lg: 1px;
  --bs-border-radius-xl: 1px;
  --bs-border-radius-2xl: 1px;
  --bs-border-radius-pill: 1px;
  --bs-btn-border-radius: 1px;
}

/* iOS Safari auto-zooms focused fields when font-size < 16px */
@media only screen and (max-width: 991px) {
  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="file"]):not([type="color"]):not([type="hidden"]),
  textarea,
  select {
    font-size: 16px !important;
  }
}

/* Kill Bootstrap pill utilities on rectangular controls */
.rounded-pill,
.rounded-5,
.rounded-4,
.rounded-3,
.rounded-2,
.rounded-1 {
  border-radius: var(--sf-radius) !important;
}

/* Remove Argima section-title brand icon (::before) site-wide */
.section-title .title:before {
  content: none !important;
  display: none !important;
}

.section-title .title {
  font-weight: 500;
}

/*
 * ALL storefront buttons / CTAs → 1px.
 * Attribute selectors catch btn-Checkout, btn-view-cart, *-cta, *__btn, etc.
 */
button,
[type="button"],
[type="submit"],
[type="reset"],
.btn,
[class*="btn"],
[class*="__btn"],
[class*="__cta"],
[class*="-cta"],
[class*="__submit"],
[class*="-submit"],
a.btn,
a[class*="btn"],
.cart-drawer .checkout .btn-Checkout,
.cart-drawer .checkout .btn-view-cart,
.cart-drawer-empty__cta,
.sf-auth__submit,
.account-form-submit,
.oc-btn,
.choose-panel__cta,
.home-trio-slide-cta,
.wishlist-empty__btn,
.share-win-modal__cta,
.gift-card-howto__cta,
.gift-card-buy-form__submit,
.testimonials-cta,
.home-products-scroll__btn {
  border-radius: var(--sf-radius, 1px) !important;
}

/* Joined search submit keeps right-side radius only */
.btn-src,
.header-area .header-action-area .search-content-wrap .btn-search-content .jg-header-search-input-item .btn-src,
.responsive-header .responsive-search-content .jg-header-search-input-item .btn-src,
.header-area .header-action-area .search-content-wrap .btn-search-content form .form-input-item .btn-src,
.responsive-header .responsive-search-content .form-input-item .btn-src,
.sidebar-area .widget-search-box form .form-input-item .btn-src {
  border-radius: 0 var(--sf-radius, 1px) var(--sf-radius, 1px) 0 !important;
}

.btn-product-add:before,
.btn-product-add:after,
.product-item .inner-content .btn-product-add:before,
.product-item .inner-content .btn-product-add:after,
.product-single-item .product-single-info .product-quick-action .btn-product-add:before,
.product-single-item .product-single-info .product-quick-action .btn-product-add:after {
  border-radius: var(--sf-radius, 1px) !important;
}

/* Circles stay circular — do not flatten */
.rounded-circle,
.shop-count,
.header-area .header-action-area .shop-button-group .shop-button-item .shop-button .shop-count,
.owl-theme .owl-dots .owl-dot span,
.swiper-pagination-bullet,
.fancybox-loading,
.slick-dots li button,
.product-color-list .color-item,
.product-color-list .color-item a,
.product-color-list .color-item span,
.pro-color-list .color-list-item,
.pro-color-list li a,
.color-list li a,
.scroll-to-top,
.scroll-to-top .scroll-icon {
  border-radius: 50% !important;
}


.wrapper {
  overflow-x: hidden;
}

/* Home hero text — fade only (no pulse / bounce / scale) */
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-fade .sub-title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-fade .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-fade .btn-slide {
  animation-name: bejouHeroFadeIn;
  animation-timing-function: ease;
  animation-fill-mode: both;
  -webkit-animation-name: bejouHeroFadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
}

/* Home hero — full-bleed like Argima demo (crop asset letterboxing) */
.home-slider-area {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.home-slider-area .home-slider-container {
  overflow: hidden;
  touch-action: pan-y;
}

.home-slider-area .home-slider-container,
.home-slider-area .swiper-slide {
  margin: 0;
  padding: 0;
  height: 783px;
}

/* Let Swiper own the wrapper width/transform for smooth slide swipes */
.home-slider-area .swiper-wrapper {
  margin: 0;
  padding: 0;
  height: 783px;
  box-sizing: border-box;
}

.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
  height: 783px !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #f5f5f3;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: left center !important;
  transform: none;
}

/* True 50/50 split: image left, copy right — no overlap */
.home-slider-area .slider-content-area.bejou-hero-split {
  display: flex !important;
  align-items: stretch !important;
  flex-direction: row;
  width: 100%;
}

.bejou-hero-split__media {
  flex: 0 0 52%;
  width: 52%;
  max-width: 52%;
  height: 100%;
  overflow: hidden;
  background: #e8e8e6;
}

.bejou-hero-split__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.bejou-hero-split__copy {
  flex: 1 1 48%;
  width: 48%;
  max-width: 48%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 48px 56px 48px 48px;
  background: #f7f7f5;
  box-sizing: border-box;
}

.bejou-hero-split__copy .slider-content {
  max-width: 420px;
  width: 100%;
}

@media (max-width: 1799px) {
  .home-slider-area .home-slider-container,
  .home-slider-area .swiper-wrapper,
  .home-slider-area .swiper-slide,
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
    height: 600px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container,
  .home-slider-area .swiper-wrapper,
  .home-slider-area .swiper-slide,
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
    height: 520px !important;
  }

  .bejou-hero-split__copy {
    padding: 36px 40px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container,
  .home-slider-area .swiper-wrapper,
  .home-slider-area .swiper-slide,
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
    height: 420px !important;
  }

  .bejou-hero-split__media {
    flex-basis: 48%;
    width: 48%;
    max-width: 48%;
  }

  .bejou-hero-split__copy {
    flex-basis: 52%;
    width: 52%;
    max-width: 52%;
    padding: 28px 28px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container {
    position: relative;
  }

  .home-slider-area .home-slider-container,
  .home-slider-area .swiper-wrapper,
  .home-slider-area .swiper-slide,
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
    height: auto !important;
    min-height: 0;
  }

  .home-slider-area .slider-content-area.bejou-hero-split {
    flex-direction: column;
  }

  /* Full hero image — no crop */
  .bejou-hero-split__media {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: visible;
    background: transparent;
  }

  .bejou-hero-split__media img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
  }

  .bejou-hero-split__copy {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    /* Extra bottom room so dots sit under Shop Now inside the cream panel */
    padding: 28px 22px 52px;
  }

  /* Dots inside the swiper, over the copy panel, under Shop Now */
  .home-slider-area .home-slider-container.swiper-pagination-style .swiper-pagination {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 18px !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    display: block;
    width: auto;
    margin: 0 !important;
    padding: 0;
    text-align: center;
    z-index: 8;
  }

  /* Space under hero before New Arrivals */
  #home-cms-section-2 > .container.pt-95 {
    padding-top: 56px !important;
  }
}

@media only screen and (max-width: 479.98px) {
  .bejou-hero-split__copy {
    padding: 22px 18px 48px;
  }

  .home-slider-area .home-slider-container.swiper-pagination-style .swiper-pagination {
    bottom: 14px !important;
  }

  #home-cms-section-2 > .container.pt-95 {
    padding-top: 48px !important;
  }
}

@-webkit-keyframes bejouHeroFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes bejouHeroFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.jg-cart-drawer,
.storefront-auth-overlay,
.site-search-overlay,
#storefront-chrome-root .fi-modal,
.localization-modal {
  font-family: Poppins, sans-serif;
  z-index: 99999;
}

.header-logo-area img.logo-main,
.footer-logo img,
.footer-logo img.logo-light {
  max-height: 52px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

/* Footer menu links — lighter to match header nav (−25%) */
.footer-area .widget-menu-wrap .nav-menu li a {
  font-weight: 300;
}

.auth-panel img.img-fluid {
  max-height: 56px;
  width: auto;
  object-fit: contain;
}

.shop-count:empty,
.shop-count.d-none {
  display: none !important;
}

.product-item .btn-product-add {
  cursor: pointer;
}

/* Add to cart — semibold label site-wide */
.btn-product-add,
.btn-add-cart,
a.btn-product-add,
a.btn-add-cart,
button.btn-product-add,
button.btn-add-cart,
.product-item .btn-product-add,
.product-item .inner-content .btn-product-add,
.product-item .inner-content .product-footer .btn-product-add,
.product-single-item .product-single-info .product-quick-action .btn-product-add,
.product-detail-page .product-quick-action .btn-product-add.btn-add-cart,
.shopping-compare-wrap .btn-product-add {
  font-weight: 600 !important;
}

/* Shop cards: keep ATC label on one line (narrow columns wrap otherwise) */
.product-item .inner-content .btn-product-add,
.product-item .inner-content .product-footer .btn-product-add {
  display: flex !important;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 1.2;
  min-height: 50px;
}

.product-item .inner-content .btn-product-add.is-loading,
.product-item .inner-content .btn-product-add[aria-busy="true"] {
  pointer-events: none;
}

/* Hide bag glyph while spinner / ADDED (same as product detail) */
.product-item .inner-content .btn-product-add.btn-add-cart.is-loading:before,
.product-item .inner-content .btn-product-add.btn-add-cart[aria-busy="true"]:before,
.product-item .inner-content .btn-product-add.btn-add-cart:has(i.fa-check):before {
  opacity: 0;
  visibility: hidden;
}

.product-item .inner-content .btn-product-add.btn-add-cart .btn-cart-spinner,
.product-item .inner-content .btn-product-add.btn-add-cart .btn-cart-spinner i,
.product-item .inner-content .btn-product-add.btn-add-cart i.fa-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  vertical-align: middle;
}

.product-item .inner-content .btn-product-add:before,
.product-single-item .product-single-info .product-quick-action .btn-product-add:before {
  border-radius: var(--sf-radius, 1px);
  display: flex !important;
  align-items: center;
  justify-content: center;
  top: 50% !important;
  right: 5px !important;
  bottom: auto !important;
  left: auto !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  line-height: 1 !important;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
}

.site-header,
.site-footer,
.whatsapp-float {
  display: none !important;
}

/* Nested main from leftover pages */
.main-content > main {
  display: contents;
}

/* Page header (Argima leafy breadcrumb band) */
.page-header-area {
  background-color: #f8f5f2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 180px;
  display: flex;
  align-items: center;
}

.page-header-area .container {
  width: 100%;
}

/* Shop toolbar — mirror Argima .product-inner-wrapper .product-header-wrap
   (icons + count on one row; rounded sort select) */
.product-area .product-header-wrap,
.product-inner-wrapper .product-header-wrap {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 32px;
  padding: 0 0 10px 0;
}

.product-area .product-header-wrap::after,
.product-inner-wrapper .product-header-wrap::after {
  content: "";
  display: table;
  clear: both;
}

.product-area .product-header-wrap .product-tab-nav,
.product-inner-wrapper .product-header-wrap .product-tab-nav {
  float: left !important;
  margin-right: 35px;
  display: block !important;
  flex-wrap: nowrap;
  width: auto !important;
  max-width: none;
}

.product-area .product-header-wrap .product-tab-nav li a,
.product-inner-wrapper .product-header-wrap .product-tab-nav li a {
  color: #0f0f0f;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  margin-right: 15px;
  padding: 0;
  border: 0;
  background: transparent;
}

.product-area .product-header-wrap .product-tab-nav li a.active,
.product-inner-wrapper .product-header-wrap .product-tab-nav li a.active {
  color: #ec6b81;
}

.product-area .product-header-wrap .product-tab-nav li a i,
.product-inner-wrapper .product-header-wrap .product-tab-nav li a i {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-area .product-header-wrap .total-products,
.product-inner-wrapper .product-header-wrap .total-products {
  font-size: 14px;
  color: #0f0f0f;
  float: left !important;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  padding: 5px;
  text-transform: capitalize;
}

.product-area .product-header-wrap .total-products p,
.product-inner-wrapper .product-header-wrap .total-products p {
  margin-bottom: 0;
}

.product-area .product-header-wrap .sort-by-text,
.product-inner-wrapper .product-header-wrap .sort-by-text {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 20px;
  margin: 0;
  padding: 5px;
  text-transform: capitalize;
}

.product-area .product-header-wrap .sort-by-form .form-select,
.product-inner-wrapper .product-header-wrap .sort-by-form .form-select {
  border: 1px solid #ebebeb;
  border-radius: 1px;
  box-shadow: none;
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 2px 15px;
  height: 30px;
  line-height: 26px;
  background-image: url("../argima/img/icons/arrow-down.png");
  background-size: 10px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .product-area .product-header-wrap .sort-by-text,
  .product-inner-wrapper .product-header-wrap .sort-by-text {
    display: none;
  }
}

@media only screen and (max-width: 479.98px) {
  .product-area .product-header-wrap .product-tab-nav,
  .product-inner-wrapper .product-header-wrap .product-tab-nav {
    margin-right: 0;
  }
}

/* Legacy unused toolbar helpers (kept for older markup) */
.shop-toolbar-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}

.shop-toolbar-wrap .product-shorting {
  display: flex;
  align-items: center;
  gap: 8px;
}

.shop-toolbar-wrap .product-shorting select {
  min-width: 180px;
  height: 40px;
}

.sidebar-title-btn {
  background: none;
  border: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.sidebar-reset {
  font-size: 13px;
  text-decoration: underline;
}

.products-filter-group__list label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 14px;
  cursor: pointer;
}

.products-listing-grid.row,
.product-items-wrapper .row {
  margin-left: -10px;
  margin-right: -10px;
}

/* Mobile filter drawer */
@media (max-width: 991.98px) {
  #productsFiltersDrawer.is-open:not(.bejou-shop-filters) {
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: #fff;
    overflow: auto;
    padding: 20px;
    display: block !important;
  }
}

/* PDP */
.product-detail-page .product-single-info .title {
  font-size: 28px;
  margin-bottom: 10px;
}

/* Prices −20% site-wide */
.product-item .inner-content .product-info .prices .price,
.product-item .prices .price,
.shopping-compare-wrap .prices .price {
  font-size: 14.4px !important; /* was 18px */
}

.product-item .inner-content .product-info .prices .price-old,
.product-item .prices .price-old,
.shopping-compare-wrap .prices .price-old {
  font-size: 12px !important; /* was 15px */
}

.product-single-item .product-single-info .prices .price,
.product-detail-page .prices .price,
.product-detail-page .product-detail-price,
#productDetailPrice {
  font-size: 19.2px !important; /* was 24px */
  font-weight: 600;
}

.product-single-item .product-single-info .prices .price-old,
.product-detail-page .prices .price-old {
  font-size: 17.6px !important; /* was 22px */
}

.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item .product-price {
  font-size: 13.6px !important; /* was 17px */
}

.cart-drawer .popup-product-list .product-price,
.jg-cart-drawer .product-price {
  font-size: 11.2px !important; /* was 14px */
}

.shopping-cart-wrap .shopping-cart-content .shopping-cart-item .product-content .product-price,
.cart-page .product-price,
.checkout-page .product-price {
  font-size: 14.4px !important; /* was 18px */
}

.shopping-cart-wrap .shopping-cart-content .shopping-cart-item .product-info .product-price {
  font-size: 11.2px !important; /* was 14px */
}

.header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .price-content .cart-total .value,
.cart-drawer .cart-footer .value,
.jg-cart-drawer .cart-total .value {
  font-size: 13.6px !important; /* was 17px */
}

/*
 * Soft pink wash — centered (50%), light opacity.
 * Overrides core left-aligned (8%) washes on cart / checkout / wishlist / auth.
 */
body .main-content:has(.page-title-bar),
body .main-content:has(.bejou-shop-page),
body .main-content:has(.product-detail-page),
body .main-content:has(.cart-page),
body .main-content:has(.checkout-page),
body .main-content:has(.wishlist-page),
body .main-content:has(.account-page),
body .main-content:has(.account-hub-page),
body .main-content:has(.my-orders-page),
body .main-content:has(.oc-page),
body .main-content:has(.sf-auth-page) {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(236, 107, 129, 0.045), transparent 60%),
    linear-gradient(180deg, #fafafa 0%, #fff 100%);
}

.cart-page,
.checkout-page,
.wishlist-page,
.account-page,
.account-hub-page,
.my-orders-page,
.sf-auth-page,
.oc-page__hero {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(236, 107, 129, 0.045), transparent 60%),
    linear-gradient(180deg, #fafafa 0%, #fff 100%) !important;
}

.oc-page {
  background: transparent !important;
}

/* Cart / checkout titles use shared .page-title-bar — drop section top padding */
.cart-page,
.checkout-page {
  padding-top: 0 !important;
}

/* Space above footer when “You may also like” is missing (section stays .d-none) */
.product-detail-page:not(:has(#productDetailRoutineSection:not(.d-none))) {
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .product-detail-page:not(:has(#productDetailRoutineSection:not(.d-none))) {
    padding-bottom: 48px;
  }
}

.product-detail-page .product-detail-desc {
  margin: 14px 0 22px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #555;
}

.product-detail-page .product-detail-desc p {
  margin: 0 0 0.75em;
}

.product-detail-page .product-detail-desc p:last-child {
  margin-bottom: 0;
}

.product-detail-page .product-detail-desc ul {
  margin: 0;
  padding-left: 1.1em;
}

.product-detail-page .product-detail-desc li + li {
  margin-top: 0.35em;
}

/* Add-to-cart: keep exact box size while spinner / ADDED swap */
.product-detail-page .product-quick-action .btn-product-add.btn-add-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  line-height: 1.2;
}

.product-detail-page .product-quick-action .btn-product-add.btn-add-cart.is-loading,
.product-detail-page .product-quick-action .btn-product-add.btn-add-cart[aria-busy="true"] {
  pointer-events: none;
}

.product-detail-page .product-quick-action .btn-product-add.btn-add-cart .btn-cart-spinner,
.product-detail-page .product-quick-action .btn-product-add.btn-add-cart .btn-cart-spinner i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 14px;
  width: 1em;
  height: 1em;
}

/* store-cart uses FA5/6 classes; Argima only loads FA4 — fix broken check/spinner */
.btn-add-cart i.fas,
.btn-add-cart i.fa-solid {
  font-family: FontAwesome !important;
  font-weight: normal !important;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.btn-add-cart i.fa-check:before {
  content: "\f00c";
}

.btn-add-cart i.fa-circle-notch:before {
  content: "\f1ce";
}

/* Hide the bag glyph while spinner / ADDED is showing */
.product-detail-page .product-quick-action .btn-product-add.btn-add-cart.is-loading:before,
.product-detail-page .product-quick-action .btn-product-add.btn-add-cart[aria-busy="true"]:before,
.product-detail-page .product-quick-action .btn-product-add.btn-add-cart:has(i.fa-check):before {
  opacity: 0;
  visibility: hidden;
}

/* Qty counter = same 48px height as Add to cart */
.product-detail-page.product-single-area .product-single-item .product-single-info .product-quick-action {
  align-items: center;
}

.product-detail-page.product-single-area .product-single-item .product-single-info .product-quick-action .product-quick-qty .pro-qty.product-detail-qty-controls,
.product-detail-page .product-detail-qty-controls {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 84px;
  height: 48px;
  border: 0;
  background: transparent;
}

.product-detail-page.product-single-area .product-single-item .product-single-info .product-quick-action .product-quick-qty .pro-qty input.product-detail-qty-input,
.product-detail-page .product-detail-qty-input {
  box-sizing: border-box;
  width: 60px;
  height: 48px;
  margin: 0;
  padding: 0 0.5rem;
  border: 1px solid #ebebeb;
  border-right: none;
  background-color: #fff;
  color: #232323;
  font-weight: 300;
  line-height: 46px;
  text-align: center;
}

.product-detail-page.product-single-area .product-single-item .product-single-info .product-quick-action .product-quick-qty .pro-qty .qty-btn,
.product-detail-page .product-detail-qty-controls .qty-btn,
.product-detail-page .product-detail-qty-controls .product-detail-qty-minus,
.product-detail-page .product-detail-qty-controls .product-detail-qty-plus {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 1px solid #ebebeb;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}

.product-detail-page.product-single-area .product-single-item .product-single-info .product-quick-action .product-quick-qty .pro-qty .qty-btn.inc,
.product-detail-page .product-detail-qty-controls .product-detail-qty-plus,
.product-detail-page .product-detail-qty-controls .inc {
  top: 0;
  border-bottom: none;
}

.product-detail-page.product-single-area .product-single-item .product-single-info .product-quick-action .product-quick-qty .pro-qty .qty-btn.dec,
.product-detail-page .product-detail-qty-controls .product-detail-qty-minus,
.product-detail-page .product-detail-qty-controls .dec {
  top: auto;
  bottom: 0;
}

.product-detail-thumbs-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-detail-thumbs-nav {
  border: 0;
  background: #f5f5f5;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

/* Gallery: hug the photo — no tall empty stage pushing thumbs down */
.product-detail-page .product-single-item > .row {
  align-items: flex-start;
}

.product-detail-page .product-detail-gallery {
  width: 100%;
}

/* Core injects an empty .product-flag-new on every slide; Argima still paints the pink pill */
.product-detail-page .product-flag-new:empty,
.product-single-item .product-flag-new:empty {
  display: none !important;
}

.product-detail-page .product-detail-main-swiper {
  overflow: hidden;
}

.product-detail-page .product-detail-main-swiper .swiper-wrapper {
  align-items: flex-start;
}

.product-detail-page .product-detail-main-swiper .swiper-slide {
  height: auto;
}

.product-detail-page .product-detail-main-swiper:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
  display: none;
}

.product-detail-page .product-detail-main-swiper a.lightbox-image {
  display: block;
  line-height: 0;
}

.product-detail-main-swiper img,
.product-detail-thumbs-swiper img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.product-detail-page .product-detail-gallery.bejou-pdp-gallery,
.product-detail-page .product-detail-gallery {
  width: 100%;
}

.product-detail-page .bejou-pdp-gallery__main,
.product-detail-page .product-detail-main-swiper {
  overflow: hidden;
  border: 1px solid rgba(29, 29, 29, 0.06);
  background: #faf9f7;
  /* Let Swiper autoHeight set the pixel height per active slide */
  transition: height 0.28s ease;
}

.product-detail-page .bejou-pdp-gallery__main.swiper-container-autoheight .swiper-wrapper,
.product-detail-page .product-detail-main-swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  /* Do not force height — Swiper sizes the container to the active slide */
  height: auto;
}

.product-detail-page .bejou-pdp-gallery__main .swiper-slide,
.product-detail-page .product-detail-main-swiper .swiper-slide {
  height: auto;
}

.product-detail-page .bejou-pdp-gallery__main:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
  display: none;
}

.product-detail-page .bejou-pdp-gallery__zoom {
  display: block;
  width: 100%;
  line-height: 0;
  cursor: zoom-in;
  -webkit-user-select: none;
  user-select: none;
}

.product-detail-page .bejou-pdp-gallery__main img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  -webkit-user-drag: none;
  user-select: none;
}

.product-detail-page .bejou-pdp-gallery__thumbs img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  -webkit-user-drag: none;
  user-select: none;
}

/* Luxury thumbnail strip */
.product-detail-page .bejou-pdp-gallery__thumbs,
.product-detail-page .product-detail-thumbs-swiper {
  margin-top: 14px !important;
  overflow: hidden;
  padding: 2px 0 4px;
}

.product-detail-page .bejou-pdp-gallery__thumbs .swiper-wrapper {
  justify-content: flex-start !important;
  align-items: stretch;
}

.product-detail-page .bejou-pdp-gallery__thumbs .swiper-slide {
  height: auto !important;
  box-sizing: border-box;
  opacity: 0.55;
  transition: opacity 0.25s ease, transform 0.25s ease;
  cursor: pointer;
}

.product-detail-page .bejou-pdp-gallery__thumbs .swiper-slide:hover {
  opacity: 0.9;
}

.product-detail-page .bejou-pdp-gallery__thumbs .swiper-slide-thumb-active,
.product-detail-page .bejou-pdp-gallery__thumbs .swiper-slide.is-selected {
  opacity: 1;
}

.product-detail-page .bejou-pdp-gallery__thumb {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(29, 29, 29, 0.1);
  background: #fff;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  border-radius: var(--jg-settings-radius, 4px);
}

.product-detail-page .bejou-pdp-gallery__thumbs .swiper-slide-thumb-active .bejou-pdp-gallery__thumb,
.product-detail-page .bejou-pdp-gallery__thumbs .swiper-slide.is-selected .bejou-pdp-gallery__thumb {
  border-color: #1d1d1d;
  box-shadow: 0 0 0 1px #1d1d1d;
}

.product-detail-page .bejou-pdp-gallery__thumb img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-detail-page .product-detail-thumbs-row {
  display: none !important;
}

/* Kill Argima zoom overlays that stole pointer events on PDP */
.product-detail-page .product-detail-gallery .zoomImg,
.product-detail-page .product-detail-gallery .zoomLens {
  display: none !important;
  pointer-events: none !important;
}

.product-detail-lightbox[aria-hidden="true"],
.product-detail-video-modal[aria-hidden="true"] {
  display: none;
}

.product-detail-lightbox,
.product-detail-video-modal {
  position: fixed;
  inset: 0;
  z-index: 100001;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail-lightbox__stage,
.product-detail-video-modal__dialog {
  position: relative;
  width: min(960px, 92vw);
}

.btn-theme.btn-theme-border {
  background: transparent;
  color: #222;
  border: 1px solid #222;
}

.cart-line__remove {
  background: none;
  border: 0;
  color: #999;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
}

.shopping-cart-item {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.cart-summary-panel .btn-theme.w-100,
.shopping-cart-content .btn-theme.w-100 {
  display: block;
  text-align: center;
}

/* Checkout — let Argima style.css own accordion/forms/summary; only tiny bridges */
.checkout-page {
  font-family: Poppins, sans-serif;
}

.checkout-page .checkout-options .checkout-option input[type="radio"],
.checkout-page .checkout-pay-wrap input[type="radio"] {
  margin-right: 8px;
}

.checkout-page .checkout-summary__items {
  border-top: 1px solid #ebebeb;
  padding-top: 16px;
}

.checkout-page .btn-submit {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

/* Hidden dial select must never paint like a second phone field */
.checkout-page select[data-phone-dial][hidden] {
  display: none !important;
}

/* Account pages: Argima-ish spacing */
.account-page,
.account-hub-page,
.my-orders-page {
  padding: 40px 0 62px;
  font-family: Poppins, sans-serif;
}

/* Argima layout:
   - .container → max-width 1440px (match theme demo)
   - .container-fluid / header / footer → full bleed with side padding */
.header-area .container-fluid,
.header-area .container,
.page-title-bar .container,
.page-title-bar .container-fluid,
.footer-area .container,
.footer-area .container-fluid,
.oc-page .container,
.account-page .container,
.account-hub-page .container,
.about-area.about-page-area .container {
  width: 100%;
  max-width: none !important;
  padding-left: 90px;
  padding-right: 90px;
}

/* Home / main content boxed sections — same width as Argima demo */
.main-content .container {
  width: 100%;
  max-width: 1440px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.main-content .container-fluid {
  width: 100%;
  max-width: none !important;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1920px) {
  .main-content .container-fluid.spacingX-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media only screen and (max-width: 1399.98px) {
  .header-area .container-fluid,
  .header-area .container,
  .page-title-bar .container,
  .page-title-bar .container-fluid,
  .footer-area .container,
  .footer-area .container-fluid,
  .oc-page .container,
  .account-page .container,
  .account-hub-page .container,
  .about-area.about-page-area .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-content .container {
    max-width: none !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*
 * Information / legal pages — one shared type system
 * (delivery, privacy, terms, refund, IP, gift-card terms, contact)
 * Softer gray text (not near-black) — closer to the previous legal look.
 */
.legal-page:not(.testimonials-page),
.privacy-policy-page,
.terms-page,
.gift-card-terms-page,
.contact-page {
  --info-text: #666;
  --info-heading: #444;
  --info-strong: #555;
  padding: 48px 0 72px;
  font-family: "Poppins", sans-serif;
  color: var(--info-text);
  background: #fff;
}

.main-content .legal-page:not(.testimonials-page) .container,
.main-content .privacy-policy-page .container,
.main-content .terms-page .container,
.main-content .gift-card-terms-page .container,
.main-content .gift-card-terms-content .container,
.main-content .contact-page .container {
  max-width: 860px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.legal-page:not(.testimonials-page) .legal-content,
.gift-card-terms-content {
  padding: 0;
}

.legal-page:not(.testimonials-page) .legal-content p,
.legal-page:not(.testimonials-page) .legal-content li,
.gift-card-terms-content p,
.gift-card-terms-content li {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--info-text);
  margin: 0 0 14px;
}

.legal-section-title,
.legal-side-title,
.legal-page:not(.testimonials-page) .legal-content h2,
.gift-card-terms-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--info-heading);
  margin: 28px 0 12px;
}

.legal-page:not(.testimonials-page) .legal-content > .container > .legal-section-title:first-child,
.legal-page:not(.testimonials-page) .legal-content > .container > h2:first-of-type,
.legal-two-col > div > .legal-side-title:first-child,
.gift-card-terms-content > .container > h2:first-of-type {
  margin-top: 8px;
}

.legal-page:not(.testimonials-page) .legal-content strong,
.legal-page:not(.testimonials-page) .legal-content b,
.gift-card-terms-content strong,
.gift-card-terms-content b {
  font-weight: 500;
  color: var(--info-strong);
}

.legal-page:not(.testimonials-page) .legal-content a,
.gift-card-terms-content a {
  color: var(--info-strong);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-page:not(.testimonials-page) .legal-content a:hover,
.gift-card-terms-content a:hover {
  color: #ec6b81;
}

.legal-page:not(.testimonials-page) .legal-content ul,
.legal-page:not(.testimonials-page) .legal-content ol,
.legal-list,
.legal-bullets,
.gift-card-terms-content ul,
.gift-card-terms-content ol {
  list-style: disc;
  margin: 0 0 16px;
  padding-left: 1.25rem;
}

.legal-page:not(.testimonials-page) .legal-content ol,
.gift-card-terms-content ol {
  list-style: decimal;
}

.legal-page:not(.testimonials-page) .legal-content li,
.gift-card-terms-content li {
  position: static;
  padding-left: 0;
  margin-bottom: 8px;
}

.legal-page:not(.testimonials-page) .legal-content li::before,
.delivery-information-content li::before,
.gift-card-terms-content li::before {
  content: none !important;
  display: none !important;
}

.legal-bullets {
  margin-top: 20px;
  margin-bottom: 28px;
}

.legal-two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

@media (min-width: 768px) {
  .legal-two-col {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

.legal-page:not(.testimonials-page) .table-responsive {
  max-width: 100%;
  margin: 20px 0 8px;
}

.legal-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.legal-table thead th {
  background: #f3f3f3;
  color: var(--info-heading);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: none;
  padding: 12px 16px;
}

.legal-table tbody td {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--info-text);
  border: none;
  padding: 12px 16px;
}

.legal-table tbody tr:nth-child(odd) td {
  background-color: #fff;
}

.legal-table tbody tr:nth-child(even) td {
  background-color: #f8f8f8;
}

.legal-table .text-end {
  text-align: right !important;
}

/* Contact — same info-page system */
.contact-page .contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

@media (min-width: 768px) {
  .contact-page .contact-layout {
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: start;
  }
}

.contact-page .contact-info .legal-section-title,
.contact-page .contact-form .legal-section-title {
  margin-top: 0;
}

.contact-page .contact-details-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-page .contact-details-list li {
  position: static;
  padding-left: 0;
  margin: 0 0 18px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--info-text);
}

.contact-page .contact-details-list li::before {
  content: none !important;
  display: none !important;
}

.contact-page .contact-details-list li:last-child {
  margin-bottom: 0;
}

.contact-page .contact-flash {
  margin-bottom: 16px;
  color: var(--info-text);
  font-size: 15px;
  font-weight: 300;
}

.contact-page .contact-form .form-group {
  margin-bottom: 16px;
}

.contact-page .contact-form label,
.contact-page .contact-form .form-check-label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--info-heading);
  margin-bottom: 6px;
}

.contact-page .contact-form .form-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.contact-page .contact-form .form-check-input {
  margin-top: 3px;
  flex-shrink: 0;
}

.contact-page .contact-form .form-check-label {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--info-text);
}

.contact-page .contact-form .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--info-heading);
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 10px 14px;
  background: #fff;
  box-shadow: none;
}

.contact-page .contact-form .form-control:focus {
  border-color: #999;
  box-shadow: none;
  outline: none;
}

.contact-page .contact-form textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.contact-page .contact-form .btn-theme {
  margin-top: 4px;
}

@media (max-width: 575.98px) {
  .legal-page:not(.testimonials-page),
  .gift-card-terms-page,
  .contact-page {
    padding: 36px 0 56px;
  }

  .legal-page:not(.testimonials-page) .legal-content p,
  .legal-page:not(.testimonials-page) .legal-content li,
  .gift-card-terms-content p,
  .gift-card-terms-content li,
  .contact-page .contact-details-list li,
  .contact-page .contact-form .form-control,
  .legal-table tbody td {
    font-size: 14px;
  }
}

.rte-content p {
  margin-bottom: 0.75rem;
}

.price-old {
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
}

/* Failsafe: never dump overlays into page flow */
.localization-modal:not(.active),
.login-overlay:not(.active),
.cart-drawer:not(.active),
.jg-cart-drawer:not(.active) {
  display: none !important;
}

/*
 * Main menu colors: dark by default; pink only for hover / the single .active item.
 */
.header-area.header-default .header-align .header-navigation-area .main-menu.nav > li > a,
.header-area.header-default .header-navigation-area .main-menu.nav > li > a {
  color: #1d1d1d !important;
  font-weight: 500 !important;
}
.header-area.header-default .header-align .header-navigation-area .main-menu.nav > li:hover > a,
.header-area.header-default .header-align .header-navigation-area .main-menu.nav > li.active > a,
.header-area.header-default .header-navigation-area .main-menu.nav > li:hover > a,
.header-area.header-default .header-navigation-area .main-menu.nav > li.active > a {
  color: #ec6b81 !important;
}
.header-area.header-default .header-navigation-area .main-menu.nav .has-submenu > a:before {
  color: #1d1d1d !important;
}
.header-area.header-default .header-navigation-area .main-menu.nav > li:hover > a:before,
.header-area.header-default .header-navigation-area .main-menu.nav > li.active > a:before,
.header-area.header-default .header-navigation-area .main-menu.nav .has-submenu:hover > a:before {
  color: #ec6b81 !important;
}
/* Don't pink the whole dropdown when parent is hovered */
.header-area.header-default .header-navigation-area .main-menu.nav .has-submenu:hover .submenu-nav > li > a {
  color: #666 !important;
}
.header-area.header-default .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li > a:hover,
.header-area.header-default .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.has-submenu:hover > a {
  color: #ec6b81 !important;
}

/*
 * Nested flyouts (level 3): Argima header-default sets every .submenu-nav to left:0,
 * which stacks the third level on top of the second. Open beside the parent row.
 */
.header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.has-submenu {
  position: relative;
}
.header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.has-submenu > .submenu-nav {
  left: 100%;
  top: 0;
  margin-top: 0;
  z-index: 10001;
}
.header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.has-submenu > .submenu-nav:before {
  display: none;
}

/* Dropdown / mega links */
.header-area.header-default .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li > a,
.has-submenu .submenu-nav > li > a {
  font-weight: 400 !important;
}
.header-area.header-default .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega .mega-menu-item .mega-title {
  font-weight: 600 !important;
}

.off-canvas-wrapper .main-menu.nav > li > a {
  color: #1d1d1d !important;
  font-weight: 500 !important;
}
.off-canvas-wrapper .main-menu.nav > li > a:hover {
  color: #ec6b81 !important;
}

/* ——— Mobile off-canvas menu ——— */
.off-canvas-wrapper {
  /* Cover viewport for overlay, but NEVER steal taps while closed */
  left: 0 !important;
  opacity: 1 !important;
  visibility: hidden;
  pointer-events: none !important;
  transition: visibility 0s linear 0.2s !important;
}
.off-canvas-wrapper.active {
  visibility: visible;
  pointer-events: auto !important;
  transition: visibility 0s linear 0s !important;
}
.off-canvas-wrapper:not(.active),
.off-canvas-wrapper:not(.active) * {
  pointer-events: none !important;
}
.off-canvas-wrapper .off-canvas-overlay {
  /* Blur the page behind; no solid grey veil */
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, visibility 0.18s ease !important;
}
.off-canvas-wrapper.active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}
.off-canvas-wrapper.active .off-canvas-inner .off-canvas-content {
  /* Kill Argima's 0.3s transition-delay before the drawer slides */
  transition-delay: 0s !important;
  -webkit-transition-delay: 0s !important;
  transition-duration: 0.2s !important;
  -webkit-transition-duration: 0.2s !important;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
  width: min(320px, 86vw);
  box-shadow: 8px 0 40px rgba(15, 15, 15, 0.12);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1) !important;
  transition-delay: 0s !important;
  -webkit-transition-delay: 0s !important;
}
.off-canvas-wrapper .off-canvas-inner {
  transition: none !important;
}
.off-canvas-wrapper .btn-menu-close {
  height: 52px;
  line-height: 52px;
  padding: 0 22px;
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 600;
  background-color: #0f0f0f;
}
.off-canvas-wrapper .btn-menu-close i {
  height: 52px;
  line-height: 52px;
  right: 18px;
  font-size: 18px;
}
.off-canvas-wrapper .off-canvas-item {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0 28px;
}

/* Never show a second hand-written .main-menu inside the slicknav host */
.res-mobile-menu > .main-menu,
.res-mobile-menu .slicknav_menu ~ .slicknav_menu {
  display: none !important;
}

.res-mobile-menu .slicknav_nav li {
  border-top-color: #efefef;
}
.res-mobile-menu .slicknav_nav li:first-child {
  border-top: 0;
}
.res-mobile-menu .slicknav_nav li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  padding: 14px 22px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #1d1d1d;
}
.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  right: 8px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #888;
}
.res-mobile-menu .slicknav_nav li ul li a {
  font-size: 14px;
  font-weight: 400;
  padding: 11px 22px 11px 34px;
  color: #555;
}
.res-mobile-menu .slicknav_nav li a:hover,
.res-mobile-menu .slicknav_nav .slicknav_open a > a {
  color: #ec6b81;
}

.bejou-offcanvas-extras {
  margin: 18px 22px 0;
  padding-top: 18px;
  border-top: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bejou-offcanvas-extras__link {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #1d1d1d;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.bejou-offcanvas-extras__link:hover {
  color: #ec6b81;
}
.bejou-offcanvas-extras__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bejou-offcanvas-extras__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999;
}
.bejou-offcanvas-extras__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bejou-offcanvas-extras__chip {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #e4e4e4;
  background: #fff;
  color: #1d1d1d;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 0;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.bejou-offcanvas-extras__chip:hover,
.bejou-offcanvas-extras__chip.is-selected,
.bejou-offcanvas-extras__chip.selected {
  border-color: #ec6b81;
  color: #ec6b81;
  background: #fff7f8;
}

.product-tabs-content-wrap .product-tab-nav li a {
  color: #0f0f0f !important;
}
.product-tabs-content-wrap .product-tab-nav li a.active,
.product-tabs-content-wrap .product-tab-nav li a:hover {
  color: #ec6b81 !important;
}

/* Product tabs — hide Owl while it remeasures after tab switch (avoids full-size image flash) */
.product-tabs-content-wrap .product-tab-content .product-slider {
  overflow: hidden;
}

.product-tabs-content-wrap .product-tab-content .product-slider.is-owl-tab-refreshing {
  visibility: hidden;
}

.product-tabs-content-wrap .product-tab-content .product-slider .item,
.product-tabs-content-wrap .product-tab-content .product-slider .owl-item {
  max-width: 100%;
}

.product-tabs-content-wrap .product-tab-content .product-slider img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* Failsafe: Argima wishlist/compare must stay icon-only circles */
.product-item .product-action .addto-wrap > a,
.product-item .product-action .addto-wrap > button.add-wishlist {
  overflow: hidden;
  text-indent: 0;
  font-size: 0 !important;
  line-height: 40px !important;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.product-item .product-action .addto-wrap > a i,
.product-item .product-action .addto-wrap > button.add-wishlist i {
  font-size: 16px !important;
  line-height: inherit;
}
.product-item .product-action .addto-wrap > a.is-wishlisted,
.product-item .product-action .addto-wrap > button.add-wishlist.is-wishlisted {
  color: #ec6b81;
  background: #fff;
}

/* Clean product titles — no slug wrapping */
.product-item .product-desc .title {
  font-size: 15px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Always-hovered product-item (resting = former :hover) */
.product-item .inner-content {
  z-index: 3;
  border-radius: 1px;
  box-shadow: 0 3px 12px rgba(15, 15, 15, 0.06);
}

/* Drop the old hover “card extension” — footer is in normal flow now */
.product-item .inner-content:after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  bottom: 0 !important;
}

.product-item .inner-content .product-thumb .second-image {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
}

/* Footer in document flow (not absolute under the card) */
.product-item .inner-content .product-desc .product-footer {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  width: 100%;
  margin: 0;
  background: transparent !important;
  padding: 15px 0 0 !important;
}

.product-item .inner-content .product-action .addto-wrap > a,
.product-item .inner-content .product-action .addto-wrap > button.add-wishlist {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* Keep the wishlist heart above the product image link so clicks add, not navigate. */
.product-item .inner-content .product-thumb > a {
  position: relative;
  z-index: 0;
}
.product-item .inner-content .product-action {
  z-index: 5;
  pointer-events: auto;
}
.product-item .inner-content .product-action .addto-wrap > a,
.product-item .inner-content .product-action .addto-wrap > button.add-wishlist {
  position: relative;
  z-index: 6;
  pointer-events: auto;
}

/* Normal card spacing — no room reserved for absolute footer */
.product-items-wrapper .product-item,
.shop-product-wrap .product-item,
.product-area .product-item {
  margin-bottom: 30px;
}

/* Home dual promo banners — mobile: full width, no crop; desktop: equal height cover */
.bejou-home-banners .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.bejou-home-banners__panel {
  width: 100%;
  overflow: hidden;
}

.bejou-home-banners__panel > a {
  display: block;
  width: 100%;
}

.bejou-home-banners__panel img,
.bejou-home-banners__panel .hover-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 768px) {
  .bejou-home-banners__panel {
    height: 100%;
    min-height: 420px;
  }

  .bejou-home-banners__panel > a {
    height: 100%;
    min-height: inherit;
  }

  .bejou-home-banners__panel img,
  .bejou-home-banners__panel .hover-img {
    height: 100%;
    min-height: inherit;
    object-fit: cover;
  }
}

@media (min-width: 1400px) {
  .bejou-home-banners__panel {
    min-height: 520px;
  }
}

/*
 * Home Owl carousels — keep stage clipped while dragging.
 * Argima sets .owl-stage-outer { overflow: visible }, which lets the page
 * wrapper clip slides mid-swipe (hide → show). Do not put display:flex /
 * float:none on .owl-stage/.owl-item — that breaks Owl’s drag transform.
 *
 * Argima also hides .owl-item:not(.active) — during swipe the next slide
 * is not .active yet, so it vanishes until the snap. Keep all items visible.
 */
.product-area .product-slider.owl-carousel .owl-stage-outer,
.product-category-area .product-categorys-col5-slider.owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.product-area .product-slider.owl-carousel .owl-item,
.product-category-area .product-categorys-col5-slider.owl-carousel .owl-item,
.product-area .product-slider.owl-carousel .owl-item:not(.active),
.product-category-area .product-categorys-col5-slider.owl-carousel .owl-item:not(.active) {
  opacity: 1 !important;
  visibility: visible !important;
  transition: none;
}

/* Home product sliders: equal card height inside Owl’s float layout */
.product-area .product-slider.owl-carousel .owl-item .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.product-area .product-slider.owl-carousel .owl-item .product-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.product-area .product-slider.owl-carousel .owl-item .product-item .inner-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
}

.product-area .product-slider.owl-carousel .owl-item .product-item .product-thumb {
  flex: 0 0 auto;
}

.product-area .product-slider.owl-carousel .owl-item .product-item .product-desc {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.product-area .product-slider.owl-carousel .owl-item .product-item .product-info {
  flex: 1 1 auto;
}

.product-area .product-slider.owl-carousel .owl-item .product-item .product-info .title {
  min-height: 2.6em;
}

/* Popular categories — equal square crops; mobile peeks next via fractional owl items */
.product-category-area .product-category-item .inner-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-category-area .product-category-item .inner-content .thumb {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  flex: 0 0 auto;
  background: #f5f5f5;
}

.product-category-area .product-category-item .inner-content .thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.product-category-area .product-category-item .inner-content .thumb .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.product-category-area .product-category-item .inner-content .content {
  flex: 1 1 auto;
}

.product-category-area .product-categorys-col5-slider.owl-carousel .owl-item .item {
  width: 100%;
}

.product-category-area .product-categorys-col5-slider.owl-carousel .owl-item .product-category-item {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .product-category-area .product-category-item .inner-content .content {
    padding: 16px 12px 14px;
  }

  .product-category-area .product-category-item .inner-content .content .title {
    font-size: 16px;
  }
}

/* Home product carousel — soft pill pagination */
.product-area .product-slider.owl-theme .owl-dots {
  margin-top: 4px;
  margin-bottom: 8px;
  line-height: 1;
}

.product-area .product-slider.owl-theme .owl-dots .owl-dot {
  outline: none;
  vertical-align: middle;
}

.product-area .product-slider.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  background: rgba(15, 15, 15, 0.18);
  border-radius: 999px !important;
  transition:
    width 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s ease,
    opacity 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 1;
}

.product-area .product-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(236, 107, 129, 0.45);
  transform: scale(1.15);
}

.product-area .product-slider.owl-theme .owl-dots .owl-dot.active span {
  width: 22px;
  background: #ec6b81;
  box-shadow: 0 0 0 3px rgba(236, 107, 129, 0.16);
  transform: none;
}

@media only screen and (max-width: 767.98px) {
  .product-area .product-slider.owl-carousel .owl-item .product-item {
    margin-bottom: 12px;
  }

  .product-area .product-slider.owl-theme .owl-dots {
    margin-top: 8px;
  }
}

/* Shop listing: equal gaps left/right and top/bottom between cards. */
.bejou-shop-page #productsListingGrid,
.bejou-shop-page #productsListingList {
  --bejou-product-gap: 20px;
  --bs-gutter-x: var(--bejou-product-gap);
  --bs-gutter-y: 0;
  margin-left: calc(var(--bejou-product-gap) / -2) !important;
  margin-right: calc(var(--bejou-product-gap) / -2) !important;
}

.bejou-shop-page #productsListingGrid > [class*="col-"],
.bejou-shop-page #productsListingList > [class*="col-"] {
  padding-left: calc(var(--bejou-product-gap) / 2) !important;
  padding-right: calc(var(--bejou-product-gap) / 2) !important;
}

.bejou-shop-page #productsListingGrid .product-item,
.bejou-shop-page #productsListingList .product-item {
  margin-bottom: var(--bejou-product-gap);
}

/* Mobile: always 2-up (core listing uses col-sm-6 → 1-col below 576px) */
@media (max-width: 575.98px) {
  .bejou-shop-page #productsListingGrid > [class*="col-"],
  .bejou-shop-page #productsListingList > [class*="col-"]:not(.col-lg-12),
  .product-detail-page .product-detail-routine-grid > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }

  .bejou-shop-page #productsListingGrid,
  .product-detail-page .product-detail-routine-grid {
    --bejou-product-gap: 12px;
  }
}

/* Shop / listing cards: no quick view; ATC full width */
.product-item .inner-content .btn-quick-view {
  display: none !important;
}

/* Account waitlist keeps a full-width product link */
.account-waitlist-grid .product-item .inner-content .btn-quick-view {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
}

.product-item .inner-content .product-desc .product-footer {
  display: block !important;
  justify-content: unset;
}

.product-item .inner-content .product-footer .btn-product-add,
.product-item .inner-content .product-footer .product-card-waitlist,
.product-item .inner-content .product-footer .product-card-waitlist .btn-product-add {
  display: block !important;
  width: calc(100% - 30px) !important;
  max-width: calc(100% - 30px) !important;
  box-sizing: border-box;
  margin: 0 15px 15px !important;
}

.product-item .inner-content.product-list-item .product-desc .product-footer .btn-product-add {
  margin-left: 15px !important;
  margin-right: 15px !important;
  margin-bottom: 15px !important;
}

/* Mobile cards: same ATC chrome as desktop, full content width, no quick view */
@media (max-width: 767.98px) {
  .product-item .inner-content .btn-quick-view {
    display: none !important;
  }

  .product-item .inner-content:after {
    bottom: 0 !important;
  }

  .product-items-wrapper .product-item,
  .shop-product-wrap .product-item,
  .product-area .product-item,
  .bejou-shop-page #productsListingGrid .product-item,
  .bejou-shop-page #productsListingList .product-item,
  .product-detail-page .product-detail-routine-grid .product-item {
    margin-bottom: 20px !important;
  }

  .product-item .inner-content {
    padding: 12px;
  }

  .product-item .inner-content .product-desc .product-footer {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    width: 100%;
    margin: 12px 0 0;
    padding: 0 !important;
    background: transparent !important;
  }

  /* Match desktop ATC (text + absolute bag icon), full width with side margins */
  .product-item .inner-content .btn-product-add,
  .product-item .inner-content .product-footer .btn-product-add {
    display: block !important;
    position: relative;
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    box-sizing: border-box;
    margin: 0 12px 12px !important;
    /* 5 + 30 + 5 = 40 → same inset as desktop icon box */
    padding: 5px 40px 5px 14px !important;
    min-height: 40px;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 30px !important;
    text-align: left;
    white-space: nowrap;
  }

  .product-item .inner-content .btn-product-add:before {
    position: absolute !important;
    top: 50% !important;
    right: 5px !important;
    left: auto !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 30px !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    text-align: center;
  }
}

/* Yafpro-style site search: covers full header (top bar + nav).
   Do NOT add class "site-header" on Argima header — that class is hidden
   (leftover Yafpro chrome kill-switch below). */
.header-area.header-default {
  position: relative;
}

.site-search-overlay {
  position: fixed;
  inset: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  background: #f6f4f5;
  box-shadow: none;
  z-index: 99999;
  overflow: hidden;
}

.site-search-overlay.is-open {
  display: flex;
}

.site-search-bar {
  flex: 0 0 auto;
  background: #fff;
  border-bottom: 1px solid #ebe6e8;
}

.site-search-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 1rem;
  min-height: 76px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-search-leading-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--sf-radius, 1px);
  background: #faf7f8;
  color: #ec6b81;
  font-size: 1.05rem;
  line-height: 1;
}

.site-search-input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1d1d1d;
  padding: 0.55rem 0;
}

.site-search-input::-webkit-search-cancel-button,
.site-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.site-search-input::-ms-clear {
  display: none;
}

.site-search-input::placeholder {
  color: #b0b0b0;
  font-weight: 300;
}

.site-search-close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #ebe6e8;
  border-radius: var(--sf-radius, 1px);
  padding: 0;
  margin: 0;
  background: #fff;
  color: #777;
  font-size: 1.05rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.site-search-close:hover {
  color: #1d1d1d;
  border-color: #d8d2d4;
  background: #faf7f8;
}

/* Structured body: soft wash + distinct zones — fills remaining viewport */
.site-search-panel {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0;
  max-height: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background:
    radial-gradient(ellipse 70% 40% at 50% 0%, rgba(236, 107, 129, 0.06), transparent 60%),
    #f6f4f5;
}

.site-search-panel[hidden] {
  display: none !important;
}

.site-search-panel__inner {
  padding-top: 24px;
  padding-bottom: 40px;
  min-height: 100%;
}

.site-search-popular {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 20px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #ebe6e8;
  border-radius: var(--sf-radius, 1px);
}

.site-search-popular[hidden] {
  display: none !important;
}

.site-search-popular__label {
  font-family: Montserrat, Poppins, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999;
  margin-right: 4px;
}

.site-search-popular__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-search-popular .site-search-term {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  background: #faf7f8;
  border: 1px solid #ebe6e8;
  border-radius: 1px;
  border-bottom: 1px solid #ebe6e8;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.site-search-popular .site-search-term:hover {
  color: #ec6b81;
  background: #fff;
  border-color: rgba(236, 107, 129, 0.35);
}

.site-search-layout {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  gap: 16px 18px;
  align-items: start;
}

.site-search-suggestions {
  padding: 16px;
  background: #fff;
  border: 1px solid #ebe6e8;
  border-radius: var(--sf-radius, 1px);
  min-height: 180px;
}

.site-search-suggestions__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.site-search-suggestions .site-search-term {
  display: block;
  padding: 9px 10px;
  margin: 0 -4px;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  text-decoration: none;
  border-radius: var(--sf-radius, 1px);
  border-bottom: 0;
  transition: background 0.15s ease, color 0.15s ease;
}

.site-search-suggestions .site-search-term:hover {
  color: #ec6b81;
  background: #faf7f8;
  border-bottom-color: transparent;
}

.site-search-products {
  padding: 16px 16px 18px;
  background: #fff;
  border: 1px solid #ebe6e8;
  border-radius: var(--sf-radius, 1px);
}

.site-search-panel__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0ebed;
}

.site-search-panel__label {
  margin: 0;
  font-family: Montserrat, Poppins, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1d1d1d;
}

.site-search-panel__status {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #999;
}

.site-search-panel__all {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  background: #ec6b81;
  border-radius: var(--sf-radius, 1px);
  transition: background 0.15s ease;
}

.site-search-panel__all:hover {
  color: #fff;
  background: #d4556c;
  text-decoration: none;
}

.site-search-results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 12px;
}

.site-search-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 8px;
  margin: -8px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
  border-radius: var(--sf-radius, 1px);
  transition: background 0.15s ease;
}

.site-search-card:hover {
  background: #faf7f8;
}

.site-search-card__media {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: var(--sf-radius, 1px);
  overflow: hidden;
  background: #f0ebed;
  border: 1px solid #ebe6e8;
}

.site-search-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.site-search-card:hover .site-search-card__media img {
  transform: scale(1.04);
}

.site-search-card__ph {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #eee, #f7f7f7);
}

.site-search-card__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 0 2px 2px;
}

.site-search-card__name {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: #1d1d1d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.site-search-card__prices {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.site-search-card__price {
  font-family: Poppins, sans-serif;
  font-size: 14.4px;
  font-weight: 600;
  color: #ec6b81;
}

.site-search-card__old {
  font-size: 12px;
  font-weight: 400;
  color: #9b9b9b;
  text-decoration: line-through;
}

.site-search-empty {
  margin: 12px 0 4px;
  padding: 18px 14px;
  font-size: 14px;
  font-weight: 300;
  color: #888;
  text-align: center;
  background: #faf7f8;
  border-radius: var(--sf-radius, 1px);
}

.site-search-empty[hidden] {
  display: none !important;
}

.site-search-card--skeleton {
  pointer-events: none;
}

.site-search-card--skeleton .site-search-card__media {
  background: linear-gradient(90deg, #efe9eb 20%, #faf6f7 45%, #efe9eb 70%);
  background-size: 200% 100%;
  animation: bejouSearchShimmer 1.15s ease infinite;
  border-color: #e8e2e4;
}

.site-search-skeleton-line {
  display: block;
  height: 12px;
  width: 88%;
  border-radius: 1px;
  background: linear-gradient(90deg, #efe9eb 20%, #faf6f7 45%, #efe9eb 70%);
  background-size: 200% 100%;
  animation: bejouSearchShimmer 1.15s ease infinite;
}

.site-search-skeleton-line--sm {
  width: 42%;
  height: 10px;
  margin-top: 8px;
}

.site-search-skeleton-line--suggest {
  width: 72%;
  height: 34px;
  margin: 0;
  border-radius: var(--sf-radius, 1px);
}

.site-search-skeleton-chip {
  display: inline-block;
  width: 88px;
  height: 30px;
  border-radius: 1px;
  background: linear-gradient(90deg, #efe9eb 20%, #faf6f7 45%, #efe9eb 70%);
  background-size: 200% 100%;
  animation: bejouSearchShimmer 1.15s ease infinite;
}

.site-search-skeleton-chip:nth-child(2) { width: 72px; animation-delay: 0.08s; }
.site-search-skeleton-chip:nth-child(3) { width: 104px; animation-delay: 0.16s; }
.site-search-skeleton-chip:nth-child(4) { width: 64px; animation-delay: 0.24s; }
.site-search-skeleton-chip:nth-child(5) { width: 96px; animation-delay: 0.32s; }
.site-search-skeleton-chip:nth-child(6) { width: 78px; animation-delay: 0.4s; }

.site-search-card--skeleton:nth-child(2) .site-search-card__media,
.site-search-card--skeleton:nth-child(2) .site-search-skeleton-line { animation-delay: 0.08s; }
.site-search-card--skeleton:nth-child(3) .site-search-card__media,
.site-search-card--skeleton:nth-child(3) .site-search-skeleton-line { animation-delay: 0.16s; }
.site-search-card--skeleton:nth-child(4) .site-search-card__media,
.site-search-card--skeleton:nth-child(4) .site-search-skeleton-line { animation-delay: 0.24s; }
.site-search-card--skeleton:nth-child(5) .site-search-card__media,
.site-search-card--skeleton:nth-child(5) .site-search-skeleton-line { animation-delay: 0.32s; }
.site-search-card--skeleton:nth-child(6) .site-search-card__media,
.site-search-card--skeleton:nth-child(6) .site-search-skeleton-line { animation-delay: 0.4s; }
.site-search-card--skeleton:nth-child(7) .site-search-card__media,
.site-search-card--skeleton:nth-child(7) .site-search-skeleton-line { animation-delay: 0.48s; }
.site-search-card--skeleton:nth-child(8) .site-search-card__media,
.site-search-card--skeleton:nth-child(8) .site-search-skeleton-line { animation-delay: 0.56s; }

@keyframes bejouSearchShimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

@media (max-width: 991px) {
  .site-search-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* Popular searches — one horizontal scroll row + right fade */
  .site-search-popular {
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
    overflow: hidden;
  }

  .site-search-popular::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 56px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 72%);
    pointer-events: none;
    z-index: 2;
  }

  .site-search-popular__label {
    flex: 0 0 auto;
    margin-right: 0;
    white-space: nowrap;
  }

  .site-search-popular__list {
    flex: 0 0 auto;
    width: 100%;
    flex-wrap: nowrap;
    gap: 12px;
    min-width: 0;
    padding-right: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }

  .site-search-popular__list::-webkit-scrollbar {
    display: none;
  }

  .site-search-popular .site-search-term,
  .site-search-popular .site-search-skeleton-chip {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  /* Suggestions — one horizontal scroll row + right fade */
  .site-search-suggestions {
    position: relative;
    min-height: 0;
    overflow: hidden;
  }

  .site-search-suggestions::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 56px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 72%);
    pointer-events: none;
    z-index: 2;
  }

  .site-search-suggestions__list {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 10px;
    padding-right: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }

  .site-search-suggestions__list::-webkit-scrollbar {
    display: none;
  }

  .site-search-suggestions .site-search-term {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 7px 12px;
    margin: 0;
    background: #faf7f8;
    border: 1px solid #ebe6e8;
    border-radius: 1px;
  }

  .site-search-suggestions .site-search-skeleton-line--suggest {
    flex: 0 0 auto;
    width: 96px;
    height: 32px;
    border-radius: 1px;
  }

  .site-search-results {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .site-search-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 8px;
  }

  .site-search-panel__all {
    padding: 5px 10px;
    font-size: 11px;
  }

  .site-search-inner {
    min-height: 64px;
  }

  .site-search-input {
    font-size: 17px;
  }
}

/* Top-bar Account dropdown: desktop only (mobile uses header icon + offcanvas) */
@media only screen and (max-width: 991px) {
  .header-area .header-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    min-height: 36px;
    line-height: 1.3;
  }

  .header-area .header-top .container-fluid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .header-area .header-top .row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .header-area .header-top .col-md-6 {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
    padding: 0;
    margin: 0 !important;
  }

  .header-area .header-top .theme-setting {
    display: none;
  }

  /* Collapse the right column when only Account was there (no switchers) */
  .header-area .header-top .col-md-6.text-md-end:not(:has(.theme-currency, .theme-language, .theme-division)) {
    display: none;
  }

  .header-area .header-top p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .header-area .header-top {
    padding: 11px 12px;
    min-height: 38px;
  }

  .header-area .header-top p {
    font-size: 12px;
    line-height: 1.4;
  }
}

/* Header action icons — equal mood + 20% tighter gaps (26px → 20.8px) */
.header-area .header-action-area {
  display: flex;
  align-items: center;
}

.header-area .header-action-area .shop-button-group {
  display: flex;
  align-items: center;
  line-height: 1;
}

.header-area .header-action-area .shop-button-group .shop-button-item {
  display: inline-flex;
  align-items: center;
  margin-right: 20.8px;
  position: relative;
  vertical-align: middle;
}

.header-area .header-action-area .shop-button-group .shop-button-item:last-child {
  margin-right: 0;
}

.header-area .header-action-area .shop-button-group .shop-button-item .shop-button,
.header-area .header-action-area .shop-button-group .shop-button-item .btn-search.shop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #0f0f0f;
  cursor: pointer;
  text-decoration: none;
}

.header-area .header-action-area .shop-button-group .shop-button-item .shop-button .icon,
.header-area .header-action-area .shop-button-group .shop-button-item .btn-search.shop-button .icon {
  color: #0f0f0f;
  font-size: 24px;
  line-height: 1;
  transition: color 0.3s ease-out;
}

.header-area .header-action-area .shop-button-group .shop-button-item .shop-button:hover .icon,
.header-area .header-action-area .shop-button-group .shop-button-item .btn-search.shop-button:hover .icon {
  color: #ec6b81;
}

/* Magnifier — slightly smaller/thinner than user/bag for optical balance */
.header-area .header-action-area .shop-button-group .shop-button-item .btn-search.shop-button .icon-magnifier,
.responsive-header .jg-mobile-search-toggle .icon-magnifier {
  font-size: 23.28px; /* 24px − 3% */
  line-height: 1;
  -webkit-text-stroke: 0.57px currentColor; /* 0.6px − 5% */
  paint-order: stroke fill;
}

.responsive-header .jg-mobile-search-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  margin-right: 11px;
  height: 30px;
  font-size: 23.28px;
  line-height: 35px;
  color: #0f0f0f;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.4s ease-out;
}

.responsive-header .jg-mobile-search-toggle:hover {
  color: #ec6b81;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Product reviews — luxury modal (tabs removed) */
html.bejou-reviews-modal-open,
body.bejou-reviews-modal-open {
  overflow: hidden;
}

.bejou-reviews-modal {
  position: fixed;
  inset: 0;
  z-index: 100050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.bejou-reviews-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bejou-reviews-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 22, 24, 0.52);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.bejou-reviews-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(88vh, 760px);
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #fffdfb 0%, #f8f5f2 100%);
  border: 1px solid rgba(236, 107, 129, 0.18);
  box-shadow: 0 28px 80px rgba(28, 22, 24, 0.22);
  transform: translateY(14px) scale(0.98);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}

.bejou-reviews-modal.is-open .bejou-reviews-modal__dialog {
  transform: translateY(0) scale(1);
}

.bejou-reviews-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 28px 20px;
  border-bottom: 1px solid rgba(15, 15, 15, 0.06);
}

.bejou-reviews-modal__eyebrow {
  margin: 0 0 6px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ec6b81;
}

.bejou-reviews-modal__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #1d1d1d;
  line-height: 1.2;
}

.bejou-reviews-modal__close {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #8a8a8a;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease;
}

.bejou-reviews-modal__close:hover {
  color: #ec6b81;
}

.bejou-reviews-modal__body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 8px 28px 32px;
  -webkit-overflow-scrolling: touch;
}

.bejou-reviews-modal__list-panel {
  padding-top: 12px;
}

.bejou-reviews-modal__empty,
.bejou-reviews-modal__disabled,
.bejou-reviews-modal__hint {
  margin: 8px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #777;
  line-height: 1.6;
}

.bejou-reviews-modal__list .product-detail-review {
  border-bottom-color: rgba(15, 15, 15, 0.08) !important;
  padding-bottom: 18px !important;
  margin-bottom: 18px !important;
}

.bejou-reviews-modal__list .product-detail-review:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.bejou-reviews-modal__list .star-content i {
  color: #ec6b81;
  font-size: 14px;
}

.bejou-reviews-modal__list .star-content i.icon-color-gray {
  color: #d7d0cb;
}

.bejou-reviews-modal__list .fw-semibold {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  color: #1d1d1d;
}

.bejou-reviews-modal__write-panel {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(15, 15, 15, 0.06);
}

.bejou-reviews-modal.is-write .bejou-reviews-modal__write-panel {
  scroll-margin-top: 12px;
}

.bejou-reviews-modal__write-title {
  margin: 0 0 18px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1d1d1d;
}

.bejou-reviews-modal__field {
  margin-bottom: 16px;
}

.bejou-reviews-modal__label {
  display: block;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #777;
}

.bejou-reviews-modal__input {
  width: 100%;
  border: 1px solid #e6dfd8;
  background: #fff;
  color: #1d1d1d;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bejou-reviews-modal__input:focus {
  border-color: rgba(236, 107, 129, 0.55);
  box-shadow: 0 0 0 3px rgba(236, 107, 129, 0.12);
}

.bejou-reviews-modal__textarea {
  min-height: 120px;
  resize: vertical;
}

.bejou-reviews-modal__error {
  margin: 0 0 12px;
  font-size: 13px;
  color: #c0392b;
}

.bejou-reviews-modal__success {
  margin: 0 0 12px;
  font-size: 13px;
  color: #2e7d4f;
}

.bejou-reviews-modal__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  border: 0;
  background: #1d1d1d;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 22px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.bejou-reviews-modal__submit:hover {
  background: #ec6b81;
  color: #fff;
}

.bejou-reviews-modal__submit:disabled {
  opacity: 0.55;
  cursor: wait;
}

@media (max-width: 575.98px) {
  .bejou-reviews-modal {
    padding: 0;
    align-items: flex-end;
  }

  .bejou-reviews-modal__dialog {
    width: 100%;
    max-height: 92vh;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .bejou-reviews-modal__header,
  .bejou-reviews-modal__body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bejou-reviews-modal__title {
    font-size: 22px;
  }
}


/* ------------------------------------------------------------------
   Bejou shop — sexy filters + side-by-side presentation + drawer
------------------------------------------------------------------ */

/* Toolbar: presentation icons beside each other */
.bejou-shop-page .bejou-shop-toolbar.product-header-wrap {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 28px;
  padding: 0 0 14px;
  float: none !important;
}

.bejou-shop-page .bejou-shop-toolbar.product-header-wrap::after {
  display: none !important;
}

.bejou-shop-page .bejou-shop-toolbar__left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  min-width: 0;
}

.bejou-shop-page .bejou-shop-toolbar .product-tab-nav {
  float: none !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 6px;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  width: auto !important;
}

.bejou-shop-page .bejou-shop-toolbar .product-tab-nav li {
  float: none !important;
  display: block;
  margin: 0;
}

.bejou-shop-page .bejou-shop-toolbar .product-tab-nav li a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #ebebeb;
  border-radius: 1px;
  background: #fff;
  color: #0f0f0f;
  font-size: 16px;
  line-height: 1;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.bejou-shop-page .bejou-shop-toolbar .product-tab-nav li a:hover,
.bejou-shop-page .bejou-shop-toolbar .product-tab-nav li a.active {
  border-color: #ec6b81;
  color: #ec6b81;
  background: rgba(236, 107, 129, 0.06);
}

.bejou-shop-page .bejou-shop-toolbar .total-products {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px;
  font-weight: 300;
  color: #0f0f0f;
  line-height: 1.4;
}

.bejou-shop-page .bejou-shop-toolbar .total-products p {
  margin: 0;
}

.bejou-shop-page .bejou-shop-toolbar__right {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.bejou-shop-page .bejou-shop-toolbar__right .sort-by-text {
  display: none !important;
}

.bejou-shop-page .bejou-shop-sort {
  position: relative;
}

.bejou-shop-page .bejou-shop-sort__select,
.bejou-shop-page .bejou-shop-toolbar__right .form-select {
  min-width: 0;
  width: auto;
  max-width: 210px;
  height: 32px;
  padding: 0 28px 0 12px;
  border: 1px solid #ececec;
  border-radius: 1px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 30px;
  color: #0f0f0f;
  background-color: #fafafa;
  background-image: url("../argima/img/icons/arrow-down.png");
  background-size: 8px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  box-shadow: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.bejou-shop-page .bejou-shop-sort__select:hover,
.bejou-shop-page .bejou-shop-toolbar__right .form-select:hover {
  border-color: #e0e0e0;
  background-color: #fff;
  color: #0f0f0f;
}

.bejou-shop-page .bejou-shop-sort__select:focus,
.bejou-shop-page .bejou-shop-toolbar__right .form-select:focus {
  border-color: #ec6b81;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(236, 107, 129, 0.12);
}

/* Mobile filter trigger */
.bejou-shop-page .bejou-shop-filter-trigger {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 18px;
  padding: 0 16px;
  height: 48px;
  border: 1px solid #0f0f0f;
  border-radius: 1px;
  background: #0f0f0f;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.bejou-shop-page .bejou-shop-filter-trigger:hover {
  background: #ec6b81;
  border-color: #ec6b81;
  color: #fff;
}

.bejou-shop-page .bejou-shop-filter-trigger__icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.bejou-shop-page .bejou-shop-filter-trigger__label {
  margin-left: 10px;
}

.bejou-shop-page .bejou-shop-filter-trigger__count {
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.85;
}

/* Sexy sidebar filters */
.bejou-shop-page .bejou-shop-filters {
  position: relative;
  padding: 0;
  background: transparent;
}

.bejou-shop-page .bejou-shop-filters .products-filters__drawer-head {
  display: none;
}

.bejou-shop-page .bejou-shop-filters__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 8px;
  padding: 0 0 16px;
  border-bottom: 1px solid #f0f0f0;
}

.bejou-shop-page .bejou-shop-filters__top .sidebar-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #0f0f0f;
  text-transform: none;
}

.bejou-shop-page .bejou-shop-filters__top .sidebar-reset {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ec6b81;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}

.bejou-shop-page .bejou-shop-filters__top .sidebar-reset:hover {
  color: #0f0f0f;
}

.bejou-shop-page .bejou-shop-filters__section.sidebar-item {
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid #f0f0f0;
  background: transparent;
  box-shadow: none;
}

.bejou-shop-page .bejou-shop-filters__section.sidebar-item:last-of-type {
  border-bottom: 0;
}

.bejou-shop-page .bejou-shop-filters__section .small-title {
  margin: 0 0 14px;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0f0f0f;
  border: 0;
}

.bejou-shop-page .bejou-shop-filters__section .sidebar-body {
  margin: 0;
  padding: 0;
}

.bejou-shop-page .bejou-shop-filters .category-sub-menu ul,
.bejou-shop-page .bejou-shop-filters .sidebar-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bejou-shop-page .bejou-shop-filters .category-sub-menu ul > li {
  position: relative;
  margin: 0;
}

.bejou-shop-page .bejou-shop-filters.shop-sidebar-wrapper .category-sub-menu ul li a,
.bejou-shop-page .shop-sidebar-wrapper .sidebar-item .sidebar-body .category-sub-menu ul li a {
  display: block;
  padding: 8px 32px 8px 12px !important;
  border-radius: 1px;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.35 !important;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, padding 0.15s ease;
}

.bejou-shop-page .bejou-shop-filters.shop-sidebar-wrapper .category-sub-menu ul li a:hover,
.bejou-shop-page .shop-sidebar-wrapper .sidebar-item .sidebar-body .category-sub-menu ul li a:hover,
.bejou-shop-page .bejou-shop-filters.shop-sidebar-wrapper .category-sub-menu ul li a.is-active,
.bejou-shop-page .shop-sidebar-wrapper .sidebar-item .sidebar-body .category-sub-menu ul li a.is-active {
  background: rgba(236, 107, 129, 0.07);
  color: #ec6b81;
}

/* Nested levels — clear left indent when a branch is open / children shown */
.bejou-shop-page .bejou-shop-filters .category-sub-menu .collapse {
  margin: 2px 0 4px;
  padding-left: 16px;
  border-left: 1px solid #f0f0f0;
}

.bejou-shop-page .bejou-shop-filters .category-sub-menu .collapse .collapse {
  margin-left: 0;
  padding-left: 16px;
}

.bejou-shop-page .bejou-shop-filters .category-sub-menu .collapse.show,
.bejou-shop-page .bejou-shop-filters .category-sub-menu .collapse:not(.collapsed) {
  padding-left: 16px;
}

.bejou-shop-page .shop-sidebar-wrapper .sidebar-item .sidebar-body .category-sub-menu ul li .collapse a {
  font-size: 13px;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-left: 12px !important;
}

/* Selected category — space between pink edge and label */
.bejou-shop-page .shop-sidebar-wrapper .sidebar-item .sidebar-body .category-sub-menu ul li a.is-active {
  padding-left: 18px !important;
  border-left: 2px solid #ec6b81;
  border-radius: 0 1px 1px 0;
  box-sizing: border-box;
}

.bejou-shop-page .bejou-shop-filters .category-sub-menu .collapse-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  right: 4px;
  width: 24px;
  height: 24px;
  border-radius: 1px;
  cursor: pointer;
  z-index: 1;
  transition: background 0.15s ease;
}

.bejou-shop-page .bejou-shop-filters .category-sub-menu .collapse-icons:hover {
  background: rgba(236, 107, 129, 0.1);
}

.bejou-shop-page .bejou-shop-filters .category-sub-menu .collapse-icons i {
  position: relative;
  display: block;
  width: 10px;
  height: 1px;
  background: #888;
  top: auto;
  left: auto;
}

.bejou-shop-page .bejou-shop-filters .category-sub-menu .collapse-icons i:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 10px;
  background: #888;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.bejou-shop-page .bejou-shop-filters .category-sub-menu .collapse-icons:not(.collapsed) i {
  background: #ec6b81;
}

.bejou-shop-page .bejou-shop-filters .category-sub-menu .collapse-icons:not(.collapsed) i:after {
  background: #ec6b81;
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

/* Brand/checkbox rows only — never apply flex to category <li> (breaks nested tree) */
.bejou-shop-page .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-menu-list .list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  margin-bottom: 0 !important;
  padding: 5px 0 !important;
  border-radius: 1px;
  line-height: 1.3;
  transition: background 0.15s ease;
}

.bejou-shop-page .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-menu-list .list-item:hover {
  background: transparent;
}

.bejou-shop-page .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-menu-list .list-item .form-check-input {
  flex: 0 0 auto;
  appearance: none;
  -webkit-appearance: none;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0;
  border: 1.5px solid #d0d0d0 !important;
  border-radius: 1px !important;
  background: #fff;
  box-shadow: none !important;
  cursor: pointer;
  position: relative;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.bejou-shop-page .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-menu-list .list-item .form-check-input:hover {
  border-color: #ec6b81 !important;
}

.bejou-shop-page .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-menu-list .list-item .form-check-input:checked {
  border-color: #ec6b81 !important;
  background-color: #ec6b81 !important;
  background-image: none !important;
}

.bejou-shop-page .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-menu-list .list-item .form-check-input:checked::after {
  content: "";
  position: absolute;
  left: 4.5px;
  top: 1.5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

.bejou-shop-page .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-menu-list .list-item .form-check-input:focus {
  border-color: #ec6b81 !important;
  box-shadow: 0 0 0 3px rgba(236, 107, 129, 0.15) !important;
  outline: none;
}

.bejou-shop-page .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-menu-list .list-item .form-check-label {
  flex: 1 1 auto;
  margin: 0 !important;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.35;
  color: #333;
  cursor: pointer;
}

.bejou-shop-page .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-menu-list .list-item:hover .form-check-label {
  color: #ec6b81;
}

/* More… collapse for long filter lists */
.bejou-shop-page .bejou-filter-list.is-collapsed > .list-item.bejou-filter-list__overflow,
.bejou-shop-page .bejou-filter-list.is-collapsed > li.bejou-filter-list__overflow,
.bejou-shop-page #productsListingBrands.is-collapsed > .list-item.bejou-filter-list__overflow,
.bejou-shop-page #productsListingBrands .list-item.bejou-filter-list__overflow[hidden] {
  display: none !important;
}

.bejou-shop-page .bejou-filter-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ec6b81;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: color 0.15s ease;
}

.bejou-shop-page .bejou-filter-more-btn:hover {
  color: #0f0f0f;
}

.bejou-shop-page .bejou-filter-more-btn::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.bejou-shop-page .bejou-filter-list:not(.is-collapsed) > .bejou-filter-more-btn::after {
  transform: rotate(-135deg);
  margin-top: 2px;
}

/* Mobile sort accordion inside drawer */
.bejou-shop-page .products-filter-group--sort-mobile {
  margin: 0;
  padding: 18px 0 8px;
  border-top: 1px solid #f0f0f0;
}

.bejou-shop-page .products-filter-group--sort-mobile .sidebar-title {
  margin: 0 0 10px;
}

.bejou-shop-page .products-filter-group--sort-mobile .sidebar-title-btn,
.bejou-shop-page .products-filter-group--sort-mobile .products-filter-group__toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0f0f0f;
  cursor: pointer;
}

.bejou-shop-page .products-filter-group--sort-mobile .products-filter-group__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bejou-shop-page .products-filter-group--sort-mobile .products-filter-group__list li {
  margin: 0;
}

.bejou-shop-page .products-filter-group--sort-mobile .products-filter-group__list label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 1px;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  cursor: pointer;
}

.bejou-shop-page .products-filter-group--sort-mobile .products-filter-group__list label:hover {
  background: rgba(236, 107, 129, 0.06);
}

.bejou-shop-page .products-filter-group--sort-mobile.is-collapsed .products-filter-group__list {
  display: none;
}

/* Backdrop — also matches when portaled onto <body> */
.bejou-shop-page .bejou-shop-filters__backdrop,
body > .bejou-shop-filters__backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100050;
  background: rgba(15, 15, 15, 0.48);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.bejou-shop-page .bejou-shop-filters__backdrop.is-visible,
body > .bejou-shop-filters__backdrop.is-visible {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

body.products-filter-drawer-open {
  overflow: hidden;
}

@media (min-width: 992px) {
  .bejou-shop-page .bejou-shop-filter-trigger,
  .bejou-shop-page .bejou-shop-filters .products-filters__drawer-head,
  .bejou-shop-page .bejou-shop-filters__backdrop,
  body > .bejou-shop-filters__backdrop {
    display: none !important;
  }

  .bejou-shop-page .bejou-shop-filters {
    position: static !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    pointer-events: auto !important;
    background: transparent !important;
  }

  .bejou-shop-page .products-filter-group--sort-mobile.is-collapsed .products-filter-group__list {
    display: block !important;
  }
}

@media (max-width: 991.98px) {
  .bejou-shop-page .bejou-shop-filter-trigger {
    display: flex;
  }

  /* Works inside page OR when JS portals the panel onto <body> */
  .bejou-shop-page .bejou-shop-filters,
  body > .bejou-shop-filters {
    --bejou-filter-gutter: 22px;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 100060 !important;
    width: min(92vw, 388px) !important;
    max-width: 388px !important;
    height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    box-shadow: -20px 0 48px rgba(15, 15, 15, 0.2);
    transform: translate3d(105%, 0, 0) !important;
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
    display: block !important;
    pointer-events: auto !important;
  }

  .bejou-shop-page .bejou-shop-filters.is-open,
  body > .bejou-shop-filters.is-open {
    transform: translate3d(0, 0, 0) !important;
  }

  /* Drawer chrome (works after portal onto <body>) */
  .bejou-shop-filters .products-filters__drawer-head {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: sticky;
    top: 0;
    z-index: 2;
    margin: 0;
    padding: 14px var(--bejou-filter-gutter, 22px);
    padding-top: max(14px, env(safe-area-inset-top, 0px));
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
  }

  .bejou-shop-filters .products-filters__drawer-title {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #0f0f0f;
    text-align: left;
    line-height: 1.25;
  }

  .bejou-shop-filters .products-filters__drawer-head-actions {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
  }

  .bejou-shop-filters .products-filters__drawer-head-actions .sidebar-reset {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ec6b81;
    text-decoration: none;
    padding: 8px 10px;
    white-space: nowrap;
  }

  .bejou-shop-filters .products-filters__drawer-close {
    position: static;
    transform: none;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 0;
    border-radius: 1px;
    background: transparent;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    color: #0f0f0f;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .bejou-shop-filters .products-filters__drawer-close:hover {
    background: rgba(236, 107, 129, 0.08);
    color: #ec6b81;
  }

  /* Hide duplicate Filters / Reset row — reset lives in the drawer head */
  .bejou-shop-filters .bejou-shop-filters__top {
    display: none !important;
  }

  .bejou-shop-filters .bejou-shop-filters__section.sidebar-item {
    margin: 0;
    padding: 14px var(--bejou-filter-gutter, 22px) !important;
    border-bottom: 1px solid #f0f0f0;
  }

  .bejou-shop-filters .bejou-shop-filters__section.sidebar-item:last-of-type {
    border-bottom: 0;
  }

  .bejou-shop-filters .bejou-shop-filters__section .small-title {
    margin: 0 0 8px !important;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .bejou-shop-filters.shop-sidebar-wrapper .sidebar-item .sidebar-body .category-sub-menu ul li a {
    padding: 6px 28px 6px 10px !important;
    line-height: 1.3 !important;
  }

  .bejou-shop-filters.shop-sidebar-wrapper .sidebar-item .sidebar-body .category-sub-menu ul li a.is-active {
    padding-left: 10px !important;
    border-left: 2px solid #ec6b81;
    border-radius: 0 1px 1px 0;
  }

  .bejou-shop-filters .category-sub-menu .collapse-icons {
    top: 4px;
    right: 0;
  }

  .bejou-shop-filters.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-menu-list .list-item {
    padding: 4px 0 !important;
    gap: 10px;
  }

  .bejou-shop-filters .bejou-filter-more-btn {
    margin-top: 6px;
  }

  .bejou-shop-filters .products-filter-group--sort-mobile {
    margin: 0;
    padding: 14px var(--bejou-filter-gutter, 22px) 20px !important;
    border-top: 1px solid #f0f0f0;
  }

  .bejou-shop-filters .products-filter-group--sort-mobile .products-filter-group__list label {
    padding: 7px 8px;
  }

  body.products-filter-drawer-open {
    overflow: hidden !important;
  }
}

@media (max-width: 575.98px) {
  .bejou-shop-page .bejou-shop-toolbar.product-header-wrap {
    gap: 10px;
  }

  .bejou-shop-page .bejou-shop-toolbar__left {
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .bejou-shop-page .bejou-shop-toolbar .total-products {
    flex: 1 1 100%;
    font-size: 13px;
  }

  .bejou-shop-page .bejou-shop-filters {
    --bejou-filter-gutter: 20px;
    width: min(100vw, 100%);
    max-width: 100%;
  }

  .bejou-shop-page #productsFiltersDrawer.is-open {
    width: 100%;
    max-width: 100%;
  }
}

/* PDP also-like equal card gaps */
.bejou-shop-page .product-detail-routine-grid,
.product-detail-page .product-detail-routine-grid {
  --bejou-product-gap: 20px;
  --bs-gutter-x: var(--bejou-product-gap);
  margin-left: calc(var(--bejou-product-gap) / -2) !important;
  margin-right: calc(var(--bejou-product-gap) / -2) !important;
}
.product-detail-page .product-detail-routine-grid > [class*="col-"] {
  padding-left: calc(var(--bejou-product-gap) / 2) !important;
  padding-right: calc(var(--bejou-product-gap) / 2) !important;
}
.product-detail-page .product-detail-routine-grid .product-item {
  margin-bottom: calc(75px + var(--bejou-product-gap));
}

/* Hide star ratings on product cards */
.product-item .star-content,
.product-item .product-info .star-content {
  display: none !important;
}

/* PDP color swatches — vernice / luxury (theme-owned; beat Argima specificity) */
.product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item .title.product-detail-variants__label {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  gap: 0.35em;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.product-detail-page .product-detail-variants__attr {
  color: #1d1d1d;
}
.product-detail-page .product-detail-variants__sep {
  color: rgba(29, 29, 29, 0.28);
  font-weight: 400;
  letter-spacing: 0;
}
.product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item .title .product-detail-variants__selected {
  color: #6b6460;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-left: 0;
  text-transform: none;
}
/* Argima defaults variant rows to 25% width (size-dropdown era) — full row for PDP */
.product-detail-page.product-single-area .product-single-item .product-single-info .product-variants {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item,
.product-detail-page.product-single-area .product-single-item .product-single-info .product-detail-variants__group {
  margin: 0 0 0.75rem;
  max-width: 100%;
  width: 100%;
}
.product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item .product-color-select,
.product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item .product-color-select--lux {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(10, 36px);
  justify-content: start;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  width: 100%;
}
.product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item .product-color-select li {
  align-items: center;
  background-color: #e8e4df;
  background-image: none;
  border: 1px solid rgba(29, 29, 29, 0.1);
  border-radius: 50%;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.55),
    inset 0 -2px 4px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 36px;
  isolate: isolate;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  position: relative;
  transition:
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  width: 36px;
}
.product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item .product-color-select li::before {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  bottom: 2px;
  content: "";
  left: 2px;
  pointer-events: none;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1;
}
.product-detail-page .product-color-select__media {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  inset: 0;
  position: absolute;
  z-index: 0;
}
.product-detail-page .product-color-select__gloss {
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(255, 255, 255, 0.18) 38%,
    rgba(255, 255, 255, 0) 55%,
    rgba(0, 0, 0, 0.06) 100%
  );
  border-radius: 50%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item .product-color-select li:hover {
  background-color: var(--swatch-color, inherit);
  border-color: rgba(29, 29, 29, 0.22);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.55),
    inset 0 -2px 4px rgba(0, 0, 0, 0.08),
    0 4px 14px rgba(29, 29, 29, 0.12);
  transform: translateY(-1px) scale(1.04);
}
.product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item .product-color-select li.active {
  background-color: var(--swatch-color, #f3f3f3);
  border-color: #1d1d1d;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.45),
    0 0 0 2px #fff,
    0 0 0 3px #1d1d1d;
  transform: none;
}
.product-detail-page .product-detail-variants__selected:not(:empty) {
  color: #1d1d1d;
  font-weight: 600;
}
.product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item .product-color-select li.active:hover {
  background-color: var(--swatch-color, inherit);
  transform: none;
}
.product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item .product-color-select li:focus-visible {
  outline: none;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.45),
    0 0 0 2px #fff,
    0 0 0 3px #ec6b81;
}
/* Checkout gift — toggleable accordion (matches cart aside) */
.checkout-page .checkout-gift--lux {
  margin: 0 0 4px;
  padding: 0 2px;
  border-bottom: 1px solid rgba(28, 22, 24, 0.08);
}

.checkout-page .checkout-gift__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: Poppins, sans-serif;
  color: #3a3436;
}

.checkout-page .checkout-gift__toggle-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.checkout-page .checkout-gift__toggle-chev {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #9a9294;
  border-bottom: 1.5px solid #9a9294;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  flex-shrink: 0;
  margin-top: -3px;
}

.checkout-page .checkout-gift__toggle-chev.is-open {
  transform: rotate(225deg);
  margin-top: 3px;
}

.checkout-page .checkout-gift__body {
  padding: 0 0 16px;
}

.checkout-page .checkout-gift__combo {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid rgba(28, 22, 24, 0.12);
  border-radius: 1px;
  background: #faf8f7;
  box-sizing: border-box;
}

.checkout-page .checkout-gift__combo:focus-within {
  box-shadow: 0 0 0 1px rgba(236, 107, 129, 0.35);
  background: #fff;
}

.checkout-page .checkout-gift__input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 13px 12px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #333;
}

.checkout-page .checkout-gift__input:focus {
  outline: none;
}

.checkout-page .checkout-gift__apply,
.checkout-page .checkout-gift__remove {
  flex-shrink: 0;
  border: 0;
  background: transparent;
  font-family: Poppins, sans-serif;
  cursor: pointer;
}

.checkout-page .checkout-gift__apply {
  padding: 13px 16px;
  border-radius: 1px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  background: #ec6b81 !important;
  color: #fff !important;
}

.checkout-page .checkout-gift__apply:hover {
  background: #e2556d !important;
  color: #fff !important;
}

.checkout-page .checkout-gift__apply:disabled {
  opacity: 0.6;
  cursor: default;
}

.checkout-page .checkout-gift__applied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(28, 22, 24, 0.1);
  border-radius: 1px;
  background: #faf8f7;
}

.checkout-page .checkout-gift__applied-label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a8284;
}

.checkout-page .checkout-gift__applied-code {
  font-size: 14px;
  font-weight: 600;
  color: #2c2628;
  letter-spacing: 0.04em;
}

.checkout-page .checkout-gift__remove {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  color: #ec6b81;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.checkout-page .checkout-gift__error {
  margin: 10px 0 0;
  font-size: 13px;
  color: #b42318;
  line-height: 1.45;
}

.checkout-page .checkout-gift [x-cloak] {
  display: none !important;
}

.cart-page [data-cart-gift-applied] .cart-promo-applied + .cart-promo-applied {
  margin-top: 8px;
}

.product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item .product-color-select li.is-empty {
  background-color: #f4f1ed;
  color: #5c5650;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.product-detail-page .product-color-select__fallback {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
  position: relative;
  text-transform: none;
  z-index: 3;
}
.product-detail-page .product-color-select li.is-empty .product-color-select__fallback {
  font-size: 9px;
  letter-spacing: -0.02em;
}
@media (max-width: 991.98px) {
  .product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item .product-color-select,
  .product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item .product-color-select--lux {
    gap: 8px;
    grid-template-columns: repeat(10, 34px);
  }
  .product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item .product-color-select li {
    height: 34px;
    width: 34px;
  }
}
@media (max-width: 575.98px) {
  .product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item .product-color-select,
  .product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item .product-color-select--lux {
    gap: 8px;
    grid-template-columns: repeat(8, 32px);
  }
  .product-detail-page.product-single-area .product-single-item .product-single-info .product-variants-item .product-color-select li {
    height: 32px;
    width: 32px;
  }
}

.gift-card-buy-page {
  padding: 0 0 88px;
  font-family: 'Montserrat', 'Poppins', sans-serif;
  color: #1d1d1d;
}

.gift-card-buy {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 48px;
  align-items: start;
}

.gift-card-buy__stage {
  position: sticky;
  top: 24px;
}

.gift-card-buy__image {
  display: block;
  width: 100%;
  height: auto;
}

.gift-card-buy-form__lead {
  margin: 0 0 22px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: #3a3532;
}

.gift-card-buy-form__error {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #f0c2c2;
  background: #fff6f6;
  color: #9b1c1c;
  font-size: 13px;
  line-height: 1.45;
}

.gift-card-buy-form__block {
  margin: 0 0 16px;
  padding: 18px 18px 6px;
  border: 0;
  background: #fff;
}

.gift-card-buy-form__heading {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gift-card-buy-form__step {
  color: #ec6b81;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}

.gift-card-buy-form__submit-block {
  padding-top: 4px;
}

.gift-card-buy-amounts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.gift-card-buy-amount {
  position: relative;
  margin: 0;
}

.gift-card-buy-amount__input {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.gift-card-buy-amount__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 8px;
  border: 1px solid #e4ddd6;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.gift-card-buy-amount__input:checked + .gift-card-buy-amount__label {
  border-color: #ec6b81;
  background: #ec6b81;
  color: #fff;
}

.gift-card-buy-amount__input:focus-visible + .gift-card-buy-amount__label {
  outline: 2px solid #1d1d1d;
  outline-offset: 2px;
}

.gift-card-buy-page .gift-card-buy-custom-toggle {
  display: inline-flex;
  margin: 2px 0 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ec6b81;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.gift-card-buy-page .gift-card-buy-custom-toggle:hover {
  color: #1d1d1d;
}

.gift-card-buy-custom[hidden],
.gift-card-buy-amounts[hidden],
.gift-card-buy-custom-toggle[hidden] {
  display: none !important;
}

.gift-card-buy-designs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 8px;
}

.gift-card-buy-design {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.gift-card-buy-design input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.gift-card-buy-design img {
  display: block;
  width: 88px;
  height: 56px;
  object-fit: cover;
  border: 1px solid #e4ddd6;
  background: #fff;
}

.gift-card-buy-design input:checked + img {
  border-color: #ec6b81;
}

.gift-card-buy-design input:focus-visible + img {
  outline: 2px solid #1d1d1d;
  outline-offset: 2px;
}

.gift-card-buy-form__hint {
  margin: -8px 0 12px;
  color: #6b625b;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.gift-card-buy-page .contact-outline-field {
  position: relative;
  margin-bottom: 16px;
}

.gift-card-buy-page .contact-outline-input {
  display: block;
  width: 100%;
  padding: 18px 16px 12px;
  border: 1px solid #e4ddd6;
  background: #fff;
  color: #1d1d1d;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.gift-card-buy-page .contact-outline-input::placeholder {
  color: transparent;
}

.gift-card-buy-page .contact-outline-input:focus {
  outline: none;
  border-color: #1d1d1d;
}

.gift-card-buy-page .contact-outline-textarea {
  min-height: 120px;
  resize: vertical;
}

.gift-card-buy-page .contact-outline-label {
  position: absolute;
  left: 12px;
  top: 50%;
  max-width: calc(100% - 24px);
  margin: 0;
  padding: 0 4px;
  background: #fff;
  color: #6b6560;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
  transition: top 0.15s ease, transform 0.15s ease, font-size 0.15s ease, color 0.15s ease;
}

.gift-card-buy-page .contact-outline-field:focus-within .contact-outline-label,
.gift-card-buy-page .contact-outline-input:not(:placeholder-shown) + .contact-outline-label {
  top: 0;
  color: #1d1d1d;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.gift-card-buy-page .contact-outline-field--textarea .contact-outline-label {
  top: 22px;
  transform: none;
}

.gift-card-buy-page .contact-outline-field--textarea:focus-within .contact-outline-label,
.gift-card-buy-page .contact-outline-field--textarea .contact-outline-input:not(:placeholder-shown) + .contact-outline-label {
  top: 0;
  transform: translateY(-50%);
}

.gift-card-buy-form__terms {
  margin: 4px 0 18px;
  font-size: 13px;
  line-height: 1.5;
  color: #5c5650;
}

.gift-card-buy-form__terms a {
  color: #ec6b81;
  text-underline-offset: 2px;
}

.gift-card-buy-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid #ec6b81;
  background: #ec6b81;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.gift-card-buy-form__submit:hover {
  background: #fff;
  color: #ec6b81;
}

.gift-card-buy-form__submit:disabled,
.gift-card-buy-form__submit.is-loading {
  opacity: 0.65;
  cursor: default;
}

@media (max-width: 991.98px) {
  .gift-card-buy {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .gift-card-buy__stage {
    position: static;
  }

  .gift-card-buy-amounts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .gift-card-buy-page {
    padding-bottom: 64px;
  }
}

/* —— Cart aside: luxury summary + toggleable codes —— */
.cart-page .cart-aside__stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cart-page .cart-aside__codes {
  padding: 8px 22px 10px !important;
  border: 1px solid rgba(28, 22, 24, 0.08) !important;
  border-radius: 1px !important;
  background: #fff !important;
  box-shadow: 0 2px 14px rgba(15, 15, 15, 0.04);
}

.cart-page .cart-aside__codes .cart-card__title {
  display: none;
}

.cart-page .cart-aside__acc + .cart-aside__acc {
  border-top: 1px solid rgba(28, 22, 24, 0.08);
}

.cart-page .cart-aside__acc-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: Poppins, sans-serif;
  color: #3a3436;
}

.cart-page .cart-aside__acc-label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cart-page .cart-aside__acc-chev {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #9a9294;
  border-bottom: 1.5px solid #9a9294;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  flex-shrink: 0;
  margin-top: -3px;
}

.cart-page .cart-aside__acc-chev.is-open {
  transform: rotate(225deg);
  margin-top: 3px;
}

.cart-page .cart-aside__acc-panel {
  padding: 0 0 16px;
}

.cart-page .cart-aside__codes .cart-promo-combo {
  border-radius: 1px !important;
  border-color: rgba(28, 22, 24, 0.12) !important;
  background: #faf8f7;
}

.cart-page .cart-aside__codes .cart-promo-combo:focus-within {
  box-shadow: 0 0 0 1px rgba(236, 107, 129, 0.35);
  background: #fff;
}

.cart-page .cart-aside__codes .cart-promo-combo__apply {
  border-radius: 1px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  background: #ec6b81 !important;
  color: #fff !important;
  border: 0 !important;
}

.cart-page .cart-aside__codes .cart-promo-combo__apply:hover {
  background: #e2556d !important;
  color: #fff !important;
  filter: none;
}

/* Applied promo/gift chip — kill core cart.css Tailwind blues (#eff6ff / #1d4ed8) */
.cart-page .cart-aside__codes .cart-promo-applied {
  border: 1px solid rgba(28, 22, 24, 0.1) !important;
  border-radius: 1px !important;
  background: #faf8f7 !important;
}

.cart-page .cart-aside__codes .cart-promo-applied__label {
  font-weight: 500 !important;
  letter-spacing: 0.06em;
  color: #8a8284 !important;
}

.cart-page .cart-aside__codes .cart-promo-applied__code {
  font-weight: 600 !important;
  color: #2c2628 !important;
}

.cart-page .cart-aside__codes .cart-promo-applied__remove {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #ec6b81 !important;
  text-underline-offset: 2px;
}

.cart-page .cart-summary--lux {
  position: relative;
  overflow: hidden;
  padding: 28px 26px 26px !important;
  border: 1px solid rgba(28, 22, 24, 0.1) !important;
  border-top: 2px solid #ec6b81 !important;
  border-radius: 1px !important;
  background: #fff !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.65) inset,
    0 8px 24px rgba(15, 15, 15, 0.04);
}

.cart-page .cart-summary--lux::before {
  display: none !important;
  content: none !important;
}

.cart-page .cart-summary--lux .cart-summary__head {
  align-items: baseline;
  padding-bottom: 18px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(28, 22, 24, 0.08);
}

.cart-page .cart-summary--lux .cart-summary__title {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2c2628;
}

.cart-page .cart-summary--lux .cart-summary__count,
.cart-page .cart-summary--lux .cart-summary__count-mobile {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #8a8284;
}

.cart-page .cart-summary--lux .cart-summary__row {
  padding: 10px 0;
}

.cart-page .cart-summary--lux .cart-summary__row dt {
  font-size: 13px;
  font-weight: 400;
  color: #6a6466;
  letter-spacing: 0.02em;
}

.cart-page .cart-summary--lux .cart-summary__row dd {
  font-size: 14px;
  font-weight: 500;
  color: #2c2628;
}

.cart-page .cart-summary--lux .cart-summary__row--total {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(28, 22, 24, 0.1);
}

.cart-page .cart-summary--lux .cart-summary__row--total dt {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2c2628;
}

.cart-page .cart-summary--lux .cart-summary__row--total dd {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #1d1d1d;
}

.cart-page .cart-summary--lux .cart-summary__tax-note-inline {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #9a9294;
}

.cart-page .cart-summary--lux .cart-summary__footnote {
  margin: 14px 0 22px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.55;
  color: #8a8284;
}

.cart-page .cart-summary--lux .cart-summary__btn--primary {
  border-radius: 1px !important;
  background: #1d1d1d !important;
  border-color: #1d1d1d !important;
  color: #fff !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.cart-page .cart-summary--lux .cart-summary__btn--primary:hover {
  background: #ec6b81 !important;
  border-color: #ec6b81 !important;
  color: #fff !important;
}

.cart-page .cart-summary--lux .cart-summary__btn--outline {
  border-radius: 1px !important;
  border-color: rgba(28, 22, 24, 0.18) !important;
  color: #3a3436 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  background: transparent !important;
}

.cart-page .cart-summary--lux .cart-summary__btn--outline:hover {
  border-color: #ec6b81 !important;
  color: #ec6b81 !important;
}

.cart-page .cart-aside [x-cloak] {
  display: none !important;
}

/* —— Checkout summary: luxury panel (parity with cart) —— */
.checkout-page .checkout-summary--lux {
  position: relative;
  overflow: hidden;
  padding: 28px 26px 26px !important;
  border: 1px solid rgba(28, 22, 24, 0.1) !important;
  border-top: 2px solid #ec6b81 !important;
  border-radius: 1px !important;
  background: #fff !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.65) inset,
    0 8px 24px rgba(15, 15, 15, 0.04);
}

.checkout-page .checkout-summary--lux .checkout-summary__toggle {
  background: transparent !important;
  border-bottom-color: rgba(28, 22, 24, 0.08) !important;
  padding-bottom: 18px;
  margin-bottom: 4px;
}

.checkout-page .checkout-summary--lux .checkout-summary__heading {
  font-family: Poppins, sans-serif;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  color: #2c2628 !important;
}

.checkout-page .checkout-summary--lux .checkout-summary__count {
  font-size: 12px !important;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #8a8284 !important;
}

.checkout-page .checkout-summary--lux .checkout-summary__toggle-total {
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1d;
}

.checkout-page .checkout-summary--lux .checkout-summary__chev {
  color: #9a9294;
}

.checkout-page .checkout-summary--lux .checkout-summary__items {
  border-top: 0 !important;
  padding-top: 8px !important;
}

.checkout-page .checkout-summary--lux .checkout-summary__item {
  border-bottom-color: rgba(28, 22, 24, 0.08);
  padding: 14px 0;
}

.checkout-page .checkout-summary--lux .checkout-summary__item-name {
  font-size: 13px;
  font-weight: 500;
  color: #2c2628;
  letter-spacing: 0.01em;
}

.checkout-page .checkout-summary--lux .checkout-summary__item-price {
  font-size: 12px;
  color: #6a6466;
}

.checkout-page .checkout-summary--lux .checkout-summary__item-qty {
  color: #9a9294;
}

.checkout-page .checkout-summary--lux .checkout-summary__thumb-wrap::before {
  background-color: rgba(255, 255, 255, 0.85);
}

.checkout-page .checkout-summary--lux .checkout-summary__totals {
  margin-top: 10px;
}

.checkout-page .checkout-summary--lux .checkout-summary__row {
  padding: 10px 0;
}

.checkout-page .checkout-summary--lux .checkout-summary__row dt {
  font-size: 13px;
  font-weight: 400;
  color: #6a6466;
  letter-spacing: 0.02em;
}

.checkout-page .checkout-summary--lux .checkout-summary__row dd {
  font-size: 14px;
  font-weight: 500;
  color: #2c2628;
}

.checkout-page .checkout-summary--lux .checkout-summary__row--total {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(28, 22, 24, 0.1);
}

.checkout-page .checkout-summary--lux .checkout-summary__row--total dt {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2c2628;
}

.checkout-page .checkout-summary--lux .checkout-summary__row--total dd {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #1d1d1d;
}

.checkout-page .checkout-summary--lux .checkout-summary__coupon-code {
  font-weight: 400;
  color: #8a8284;
}

/* Left column: softer section rhythm + Place order CTA */
.checkout-page .checkout-section {
  padding-bottom: 28px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(28, 22, 24, 0.06);
}

.checkout-page .checkout-section:last-of-type {
  border-bottom: 0;
}

.checkout-page .checkout-section__title,
.checkout-page .checkout-section__title--solo {
  font-family: Poppins, sans-serif;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  color: #2c2628 !important;
}

.checkout-page .checkout-section__hint {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.55;
  color: #6a6466;
}

.checkout-page .btn-contact-send {
  border-radius: 1px !important;
  background: #1d1d1d !important;
  border-color: #1d1d1d !important;
  color: #fff !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  min-height: 48px;
  padding: 14px 28px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.checkout-page .btn-contact-send:hover:not(:disabled):not([aria-disabled="true"]) {
  background: #ec6b81 !important;
  border-color: #ec6b81 !important;
  color: #fff !important;
}

.checkout-page .btn-contact-send:disabled,
.checkout-page .btn-contact-send[aria-disabled="true"] {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Shop infinite scroll */
.products-listing-load-more {
  margin-top: 28px;
  margin-bottom: 8px;
}

.products-listing-load-more[hidden] {
  display: none !important;
}

.products-listing-sentinel {
  width: 100%;
  height: 1px;
  margin-top: 1px;
  pointer-events: none;
}

/* —— Shared shimmer + product media / page skeletons —— */
.bejou-skel-shimmer {
  background: linear-gradient(90deg, #efe9eb 18%, #faf6f7 45%, #efe9eb 72%);
  background-size: 220% 100%;
  animation: bejouSkelShimmer 1.15s ease infinite;
}

@keyframes bejouSkelShimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

.bejou-skel-card {
  width: 100%;
}

.bejou-skel-card__media {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--sf-radius, 1px);
  margin-bottom: 14px;
}

.bejou-skel-card__line {
  height: 12px;
  width: 78%;
  border-radius: 1px;
  margin-bottom: 10px;
}

.bejou-skel-card__line--sm {
  width: 42%;
  height: 10px;
  margin-bottom: 0;
}

/* Product card / home card cover shimmer until image loads */
.product-item .inner-content .product-thumb > a {
  display: block;
  overflow: hidden;
  background: #f3eef0;
}

.product-item .inner-content .product-thumb > a.is-media-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #efe9eb 18%, #faf6f7 45%, #efe9eb 72%);
  background-size: 220% 100%;
  animation: bejouSkelShimmer 1.15s ease infinite;
}

.product-item .inner-content .product-thumb > a img {
  opacity: 0;
  transition: opacity 0.28s ease;
}

.product-item .inner-content .product-thumb > a.is-media-ready img,
.product-item .inner-content .product-thumb > a:not(.is-media-loading) img {
  opacity: 1;
}

/* PDP gallery cover shimmer */
.product-detail-page .bejou-pdp-gallery__zoom,
.product-detail-page .bejou-pdp-gallery__thumb {
  position: relative;
  overflow: hidden;
  background: #f3eef0;
}

.product-detail-page .bejou-pdp-gallery__zoom.is-media-loading::after,
.product-detail-page .bejou-pdp-gallery__thumb.is-media-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #efe9eb 18%, #faf6f7 45%, #efe9eb 72%);
  background-size: 220% 100%;
  animation: bejouSkelShimmer 1.15s ease infinite;
}

.product-detail-page .bejou-pdp-gallery__zoom img,
.product-detail-page .bejou-pdp-gallery__thumb img {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-detail-page .bejou-pdp-gallery__zoom.is-media-ready img,
.product-detail-page .bejou-pdp-gallery__thumb.is-media-ready img,
.product-detail-page .bejou-pdp-gallery__zoom:not(.is-media-loading) img,
.product-detail-page .bejou-pdp-gallery__thumb:not(.is-media-loading) img {
  opacity: 1;
}

.product-detail-page .bejou-pdp-gallery__main {
  min-height: 280px;
}

/* Navigate skeleton over main content (header stays) */
main.main-content.is-bejou-skel-host {
  position: relative;
  min-height: 70vh;
}

.bejou-page-skeleton {
  position: absolute;
  inset: 0;
  z-index: 30;
  overflow: auto;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.bejou-skel-pdp__media {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--sf-radius, 1px);
}

.bejou-skel-pdp__thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.bejou-skel-pdp__thumbs span {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: var(--sf-radius, 1px);
}

.bejou-skel-pdp__title {
  height: 28px;
  width: 72%;
  border-radius: 1px;
  margin-bottom: 14px;
}

.bejou-skel-pdp__meta {
  height: 12px;
  width: 38%;
  border-radius: 1px;
  margin-bottom: 18px;
}

.bejou-skel-pdp__price {
  height: 22px;
  width: 28%;
  border-radius: 1px;
  margin-bottom: 22px;
}

.bejou-skel-pdp__line {
  height: 12px;
  width: 92%;
  border-radius: 1px;
  margin-bottom: 10px;
}

.bejou-skel-pdp__line + .bejou-skel-pdp__line {
  width: 68%;
  margin-bottom: 28px;
}

.bejou-skel-pdp__btn {
  height: 48px;
  width: 100%;
  max-width: 280px;
  border-radius: var(--sf-radius, 1px);
}

@media (prefers-reduced-motion: reduce) {
  .bejou-skel-shimmer,
  .product-item .inner-content .product-thumb > a.is-media-loading::after,
  .product-detail-page .bejou-pdp-gallery__zoom.is-media-loading::after,
  .product-detail-page .bejou-pdp-gallery__thumb.is-media-loading::after {
    animation: none;
  }

  .product-item .inner-content .product-thumb > a img,
  .product-detail-page .bejou-pdp-gallery__zoom img,
  .product-detail-page .bejou-pdp-gallery__thumb img {
    opacity: 1;
    transition: none;
  }
}
