@import url("custom.css?v=20260609a");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

/* Prevent inherited classic header clipping (max-height: 50px) from cutting custom desktop header */
#header .header-nav {
  max-height: none !important;
  overflow: visible !important;
}

@media (min-width: 768px) {
  #header .header-top {
    display: none !important;
  }
}

/* Header stability overrides applied directly in RTL bundle */
#header .cf-header-actions #_desktop_top_menu,
#header .cf-header-actions .menu,
#header .cf-header-actions .top-menu {
  display: none !important;
}

#header .cf-header-shell {
  grid-template-columns: minmax(140px, 0.85fr) minmax(0, 1.85fr) minmax(220px, 0.95fr);
  column-gap: clamp(0.35rem, 1.1vw, 1rem);
  width: 100%;
}

#header .cf-header-main-nav,
#header .cf-header-actions {
  min-width: 0;
}

#header .cf-main-nav-list {
  gap: clamp(0.3rem, 0.85vw, 0.85rem);
  flex-wrap: nowrap;
}

#header .cf-main-nav-list a {
  white-space: nowrap;
  font-size: clamp(0.8rem, 0.95vw, 0.95rem);
  padding-inline: 0.14rem;
}

#header .cf-header-actions {
  justify-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: clamp(0.3rem, 0.7vw, 0.65rem);
  overflow: visible;
}

#header .cf-header-actions > * {
  min-width: 0;
}

#header .cf-header-actions #search_widget {
  flex: 0 1 clamp(122px, 15vw, 180px);
  max-width: clamp(122px, 15vw, 180px);
  margin: 0 !important;
}

#header .cf-header-actions #_desktop_cart,
#header .cf-header-actions #_desktop_user_info {
  position: static !important;
  inset: auto !important;
  float: none !important;
  margin: 0 !important;
  flex: 0 0 auto;
}

#header .cf-header-actions #_desktop_cart .blockcart,
#header .cf-header-actions #_desktop_cart .header {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  white-space: nowrap;
}

#header .cf-header-actions #_desktop_user_info .user-info,
#header .cf-header-actions #_desktop_user_info .account {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  white-space: nowrap;
}

@media (max-width: 1199px) and (min-width: 768px) {
  #header .cf-header-shell {
    grid-template-columns: minmax(112px, 0.72fr) minmax(0, 1.5fr) minmax(188px, 0.88fr);
  }

  #header .cf-main-nav-list a {
    font-size: 0.8rem;
  }

  #header .cf-header-actions #search_widget {
    flex-basis: 130px;
    max-width: 130px;
  }

  #header .cf-header-actions #_desktop_cart .hidden-sm-down,
  #header .cf-header-actions #_desktop_user_info .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #header .cf-header-shell {
    grid-template-columns: 1fr;
    row-gap: 0.4rem;
    padding: 0.35rem 0;
  }

  #header .cf-header-logo,
  #header .cf-header-main-nav,
  #header .cf-header-actions {
    justify-self: center;
  }

  #header .cf-main-nav-list {
    justify-content: center;
    flex-wrap: wrap;
  }

  #header .cf-header-actions {
    justify-content: center;
  }
}

/* Fallback for missing local Material Icons font files in child theme */
.material-icons {
  font-family: "Material Icons" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* Force Material Icons font files from classic as fallback when child asset files return 404 */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/themes/classic/assets/css/af9a28e7f261a412f581.eot");
  src:
    local("Material Icons"),
    local("MaterialIcons-Regular"),
    url("/themes/classic/assets/css/2d8017489da689caedc1.woff2") format("woff2"),
    url("/themes/classic/assets/css/08cefa1bc6566a650da7.woff") format("woff"),
    url("/themes/classic/assets/css/698bd8550d863c20a3e1.ttf") format("truetype");
}

/* Social icon SVG fallbacks to remove missing asset requests from child theme */
.facebook {
  background-image: url("/themes/classic/assets/css/04be689c12d686c59503.svg");
}

.facebook.icon-gray:hover,
.facebook::before {
  background-image: url("/themes/classic/assets/css/fa3993a997a0b84e9900.svg");
}

.twitter {
  background-image: url("/themes/classic/assets/css/684e630555d851000280.svg");
}

.twitter.icon-gray:hover,
.twitter::before {
  background-image: url("/themes/classic/assets/css/2427823c6e4aa7568894.svg");
}

.pinterest {
  background-image: url("/themes/classic/assets/css/33e7446832ac7aa84b95.svg");
}

.pinterest.icon-gray:hover,
.pinterest::before {
  background-image: url("/themes/classic/assets/css/882e1291e47c7d9d5dd7.svg");
}

/* Ensure reassurance row styles apply on RTL storefront, where only custom_rtl.css is loaded */
body#index #block-reassurance {
  margin: 2rem 0 0;
  padding: 0.5rem 0 0;
  border-top: 1px solid rgba(183, 155, 77, 0.2);
}

body#index #block-reassurance > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body#index #block-reassurance > ul > li {
  flex: 1 1 280px;
  max-width: 360px;
  border: 0;
}

body#index #block-reassurance li .block-reassurance-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  gap: 0.6rem;
  padding: 0.75rem 1rem;
  line-height: 1.45;
}

body#index #block-reassurance li img {
  width: 28px;
  height: 28px;
  margin: 0;
  flex: 0 0 auto;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(73%) sepia(29%) saturate(527%) hue-rotate(9deg) brightness(95%) contrast(90%);
}

body#index #block-reassurance li .h6,
body#index #block-reassurance li span {
  margin: 0;
  color: var(--chaya-text);
  font-size: 0.95rem;
  font-weight: 500;
}

/* Keep product modal image aspect ratio and prevent stretching */
#product-modal .product-cover-modal {
  display: block;
  width: auto !important;
  max-width: min(46vw, 560px) !important;
  height: auto !important;
  max-height: min(58vh, 560px);
  object-fit: contain;
  margin: 0 auto;
  border-radius: 14px;
}

/* Keep product modal readable with a very light overlay and proper page isolation */
body.chaya-product-modal-open .modal-backdrop,
body.chaya-product-modal-open .modal-backdrop.fade,
body.chaya-product-modal-open .modal-backdrop.fade.in {
  opacity: 0.22 !important;
  background: #000 !important;
  pointer-events: auto !important;
}

body.chaya-product-modal-open #product-modal.modal.in,
body.chaya-product-modal-open #product-modal.modal.show {
  background: rgba(8, 8, 8, 0.1) !important;
  backdrop-filter: blur(1.5px);
}

body.modal-open.chaya-product-modal-open {
  overflow: hidden !important;
  padding-right: 0 !important;
}

body.chaya-product-modal-open #main .images-container {
  visibility: hidden !important;
}

#product-modal {
  inset: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

#product-modal.modal.in,
#product-modal.modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 12px;
  overflow: hidden !important;
}

#product-modal .modal-dialog {
  width: fit-content;
  max-width: calc(100vw - 24px);
  margin: 0 !important;
}

#product-modal .modal-content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  max-height: calc(100vh - 24px);
  overflow: hidden;
}

#product-modal .modal-body {
  margin: 0 auto !important;
  width: fit-content !important;
  max-width: calc(100vw - 24px) !important;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.94) !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.45rem;
  padding: clamp(14px, 2vw, 22px) clamp(12px, 1.8vw, 18px) !important;
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 30px;
  box-shadow: 0 0 14px 4px rgba(98, 98, 98, 0.34);
}

#product-modal .modal-body figure {
  margin: 0;
  flex: 0 1 auto;
  width: auto !important;
  max-width: 100% !important;
  display: flex;
  justify-content: center;
}

#product-modal .modal-body figure .image-caption,
#product-modal .modal-body figure figcaption {
  display: none !important;
}

#product-modal .modal-body #thumbnails {
  display: block !important;
  width: clamp(86px, 10vw, 150px);
  flex: 0 0 auto;
  margin-inline-start: 0 !important;
}

/* Keep modal thumbnails from stretching inside square slots */
#product-modal .modal-content .modal-body .product-images img.js-modal-thumb {
    width: 100px;
    height: auto;
    object-fit: contain;
    object-position: center;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: border-color 0.18s ease, transform 0.18s ease;
}

/* Keep hover neutral and only highlight the selected thumbnail */
#product-modal .modal-content .modal-body .product-images img.js-modal-thumb:hover {
  border-color: transparent !important;
}

#product-modal .modal-content .modal-body .product-images img.js-modal-thumb.selected,
#product-modal .modal-content .modal-body .product-images img.js-modal-thumb.selected:hover {
  border-color: rgba(215, 192, 122, 0.85) !important;
}

@media (min-width: 992px) {
  #product-modal .modal-body {
    width: fit-content !important;
    max-width: calc(100vw - 24px) !important;
    flex-wrap: nowrap !important;
    gap: 0.55rem !important;
  }

  #product-modal .modal-body figure {
    flex: 0 0 auto !important;
  }

  #product-modal .product-cover-modal {
    max-width: min(40vw, 600px) !important;
    max-height: min(64vh, 700px) !important;
  }

  #product-modal .modal-body #thumbnails {
    width: clamp(92px, 9vw, 148px) !important;
    flex: 0 0 clamp(92px, 9vw, 148px) !important;
  }

  #product-modal .modal-body #thumbnails .product-images {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }

  #product-modal .modal-body #thumbnails .thumb-container {
    margin: 0 !important;
  }
}

@media (max-width: 991px) {
  #product-modal .modal-dialog {
    width: calc(100vw - 12px);
    margin: 6px auto;
  }

  #product-modal .product-cover-modal {
    max-width: calc(100vw - 72px) !important;
    max-height: calc(100vh - 180px);
  }
}

/* Product action row: softer rounded controls instead of square blocks */
.product-actions .product-quantity {
  align-items: center;
  gap: 0.55rem;
}

.product-actions .product-quantity .qty .input-group {
  border: 1px solid rgba(183, 155, 77, 0.48);
  border-radius: 0 50px 50px 0;
  overflow: hidden;
  background: rgba(22, 22, 22, 0.92);
  min-height: 44px;
}

.product-actions #quantity_wanted {
  border: 0;
  border-radius: 0 !important;
  background: transparent;
  color: #f2e6c7;
  text-align: center;
  min-width: 54px;
}

.product-actions .bootstrap-touchspin .btn-touchspin {
  border: 0;
  background: rgba(183, 155, 77, 0.14);
  color: #e8d5a2;
  min-width: 34px;
  border-radius: 0 !important;
}

.product-actions .add-to-cart {
  border-radius: 50px 0 0 50px!important;
  padding: 0.62rem 1.25rem;
  min-height: 44px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.product-actions .wishlist-button-add.wishlist-button-product {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(183, 155, 77, 0.45);
  background: rgba(20, 20, 20, 0.92);
  color: #d7c07a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.product-actions .wishlist-button-add.wishlist-button-product:hover {
  background: rgba(183, 155, 77, 0.16);
}

/* Customer privacy consent checkbox (registration/auth forms) */
#authentication .custom-checkbox,
.page-authentication .custom-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

#authentication .custom-checkbox input[name="customer_privacy"] + span,
.page-authentication .custom-checkbox input[name="customer_privacy"] + span {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid rgba(214, 188, 121, 0.62);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0.96), rgba(12, 12, 12, 0.96));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
}

#authentication .custom-checkbox input[name="customer_privacy"]:focus + span,
.page-authentication .custom-checkbox input[name="customer_privacy"]:focus + span {
  box-shadow: 0 0 0 0.17rem rgba(203, 175, 103, 0.25);
}

#authentication .custom-checkbox input[name="customer_privacy"] + span .checkbox-checked,
.page-authentication .custom-checkbox input[name="customer_privacy"] + span .checkbox-checked {
  color: #f2dfaf;
  font-size: 1rem;
}

#authentication .custom-checkbox label,
.page-authentication .custom-checkbox label {
  color: #ead9ad;
  line-height: 1.6;
}

/* Hide the product details tab trigger on product pages */
body#product .tabs .nav-tabs a[href="#product-details"],
body#product .tabs .nav-tabs a[aria-controls="product-details"] {
  display: none !important;
}
body#product .product-description p{
  font-size: 1.1rem;
  line-height: 1.4;
}
.input-group-btn-vertical>.js-increase-product-quantity,
.input-group-btn-vertical>.js-decrease-product-quantity{
   border-radius: 0!important;
   overflow: hidden!important;
}
/* Add-to-cart popup styling */
#blockcart-modal.modal.in {
  background: rgba(0, 0, 0, 0.72);
}

#blockcart-modal .modal-dialog {
  max-width: 920px;
  margin: 6vh auto;
}

#blockcart-modal .modal-content {
  background-color: #111 !important;
  background: linear-gradient(180deg, #121212 0%, #0c0c0c 100%) !important;
  color: #ead9ad !important;
  border: 1px solid rgba(183, 155, 77, 0.35) !important;
  border-radius: 20px !important;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.55) !important;
  overflow: hidden;
}

#blockcart-modal .modal-header {
  background: rgba(183, 155, 77, 0.08) !important;
  border-bottom: 1px solid rgba(183, 155, 77, 0.24) !important;
  padding: 0.9rem 1.1rem !important;
}

#blockcart-modal .modal-title {
  color: #f1e1b7;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

#blockcart-modal .modal-title .material-icons {
  color: #c5af69;
  margin-left: 0.35rem;
}

#blockcart-modal .close {
  color: #f1e1b7;
  opacity: 0.86;
  text-shadow: none;
}

#blockcart-modal .close:hover {
  opacity: 1;
  color: #fff3cf;
}

#blockcart-modal .modal-body {
  background-color: #111 !important;
  background: transparent !important;
  color: #e5d7b4 !important;
  padding: 1.25rem 1.15rem 1.35rem !important;
}

#blockcart-modal .divide-right {
  border-left: 1px solid rgba(183, 155, 77, 0.18);
}

#blockcart-modal .product-image {
  border-radius: 14px;
  border: 1px solid rgba(183, 155, 77, 0.25);
  background: #090909;
}

#blockcart-modal .product-name,
#blockcart-modal .product-price,
#blockcart-modal .product-quantity,
#blockcart-modal .cart-content p,
#blockcart-modal .label,
#blockcart-modal .value,
#blockcart-modal .cart-products-count {
  color: #e8dab7;
}

#blockcart-modal .cart-content .product-total {
  margin-top: 0.4rem;
  padding-top: 0.5rem;
  border-top: 1px dashed rgba(183, 155, 77, 0.25);
}

/* Wishlist modal coherence with site theme */
.wishlist-modal .modal-content {
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.98), rgba(9, 9, 9, 0.98)) !important;
  border: 1px solid rgba(183, 155, 77, 0.34) !important;
  border-radius: 16px !important;
  color: #e8d8b1;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.46) !important;
}

.wishlist-modal .modal-header {
  border-bottom: 1px solid rgba(183, 155, 77, 0.22);
  background: rgba(183, 155, 77, 0.08);
}

.wishlist-modal .modal-title {
  color: #f2e2b9;
  font-weight: 700;
}

.wishlist-modal .close,
.wishlist-modal .close span {
  color: #e8d8b1;
  opacity: 0.9;
  text-shadow: none;
}

.wishlist-modal .modal-body {
  color: #dbc9a0;
}

.wishlist-modal .wishlist-list-item {
  background: linear-gradient(180deg, rgba(27, 24, 17, 0.95), rgba(18, 16, 11, 0.95));
  border: 1px solid rgba(183, 155, 77, 0.28);
  border-radius: 10px;
}

.wishlist-modal .wishlist-list-item p {
  color: #f0dfb4;
}

.wishlist-modal .modal-footer {
  border-top: 1px solid rgba(183, 155, 77, 0.2);
}

.wishlist-modal .wishlist-add-to-new {
  color: #d7c07a !important;
  font-weight: 700;
}

#blockcart-modal .cart-content .page-content.page-cms ul.product-total,
#blockcart-modal .cart-content p.product-total,
.page-content.page-cms #blockcart-modal .cart-content ul.product-total {
  background: linear-gradient(180deg, rgba(31, 27, 16, 0.95), rgba(22, 19, 12, 0.95)) !important;
  border: 1px solid rgba(183, 155, 77, 0.3) !important;
  border-radius: 10px;
  padding: 0.55rem 0.7rem !important;
}

#blockcart-modal .cart-content p.product-total .label,
#blockcart-modal .cart-content .page-content.page-cms ul.product-total .label,
.page-content.page-cms #blockcart-modal .cart-content ul.product-total .label {
  color: #f0dfb4 !important;
  font-weight: 700;
}

#blockcart-modal .cart-content p.product-total .value,
#blockcart-modal .cart-content .page-content.page-cms ul.product-total .value,
.page-content.page-cms #blockcart-modal .cart-content ul.product-total .value {
  color: #ffe7ad !important;
  font-weight: 800;
}

#blockcart-modal .cart-content-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.95rem;
}

#blockcart-modal .cart-content-btn .btn {
  border-radius: 999px !important;
  min-height: 42px !important;
  padding: 0.55rem 1.1rem !important;
  font-weight: 700;
}

#blockcart-modal .cart-content-btn .btn-secondary {
  background: transparent !important;
  color: #e5d7b3 !important;
  border: 1px solid rgba(183, 155, 77, 0.45) !important;
}

#blockcart-modal .cart-content-btn .btn-secondary:hover {
  background: rgba(183, 155, 77, 0.14);
}

#blockcart-modal .cart-content-btn .btn-primary {
  background: linear-gradient(180deg, #d6bf7e 0%, #b69043 100%) !important;
  border: 1px solid #c6a65f !important;
  color: #1b1508 !important;
}

#blockcart-modal .cart-content-btn .btn-primary:hover {
  filter: brightness(1.04);
}

@media (max-width: 767px) {
  #blockcart-modal .modal-dialog {
    margin: 4vh 0.75rem;
  }

  #blockcart-modal .divide-right {
    border-left: 0;
    border-bottom: 1px solid rgba(183, 155, 77, 0.18);
    padding-bottom: 0.85rem;
    margin-bottom: 0.85rem;
  }
}

@media (max-width: 575px) {
  body#index #block-reassurance > ul > li {
    flex: 1 1 100%;
    max-width: none;
  }

  body#index #block-reassurance li .block-reassurance-item {
    justify-content: flex-start;
  }
}

/* Category cards (RTL): remove extra media strip and tighten spacing */
body#category .products .product-miniature .thumbnail-top,
body.page-category .products .product-miniature .thumbnail-top {
  position: relative !important;
  aspect-ratio: 1 / 1 !important;
  line-height: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}

body#category .products .product-miniature .highlighted-informations,
body.page-category .products .product-miniature .highlighted-informations {
  display: flex !important;
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  justify-content: center;
  padding: 0.35rem 0.45rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.72));
}

body#category .products .product-miniature .product-thumbnail,
body.page-category .products .product-miniature .product-thumbnail {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

body#category .products .product-miniature .product-thumbnail picture,
body.page-category .products .product-miniature .product-thumbnail picture {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

body#category .products .product-miniature .product-thumbnail img,
body.page-category .products .product-miniature .product-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  margin: 0 !important;
  display: block !important;
}

body#category .products .product-miniature .product-description,
body.page-category .products .product-miniature .product-description {
  min-height: 0 !important;
  justify-content: flex-start !important;
  gap: 0.35rem !important;
  padding: 0.55rem 0.6rem 0.65rem !important;
}

body#category .products .product-miniature,
body.page-category .products .product-miniature {
  height: auto !important;
}

body#category .products .product-miniature .thumbnail-container,
body.page-category .products .product-miniature .thumbnail-container {
  display: block !important;
  height: auto !important;
}

body#category .products .product-miniature .product-description,
body.page-category .products .product-miniature .product-description {
  display: block !important;
}

/* Final override: keep category thumbnails square and quick-view visible */
body#category #js-product-list .products .js-product .thumbnail-container .thumbnail-top,
body.page-category #js-product-list .products .js-product .thumbnail-container .thumbnail-top {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
}

body#category #js-product-list .products .js-product .thumbnail-container .product-thumbnail,
body.page-category #js-product-list .products .js-product .thumbnail-container .product-thumbnail {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
}

/* Contact page symmetry overrides (RTL bundle, loaded after custom.css) */
body#contact #wrapper .container > .row,
body.page-contact #wrapper .container > .row {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.88fr) !important;
  gap: 1.1rem !important;
  align-items: stretch !important;
}

body#contact #left-column,
body#contact #content-wrapper,
body.page-contact #left-column,
body.page-contact #content-wrapper {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body#contact #left-column,
body.page-contact #left-column {
  grid-column: 1;
}

body#contact #content-wrapper,
body.page-contact #content-wrapper {
  grid-column: 2;
}

body#contact .contact-rich,
body.page-contact .contact-rich {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  height: 100%;
}

body#contact .contact-rich .block,
body.page-contact .contact-rich .block {
  margin: 0;
  padding: 0.8rem 0.9rem;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.7rem;
  align-items: start;
}

body#contact .contact-rich .block .icon,
body.page-contact .contact-rich .block .icon {
  margin: 0;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(199, 175, 117, 0.12);
}

body#contact .contact-rich .block > a[href^="mailto:"],
body.page-contact .contact-rich .block > a[href^="mailto:"] {
  grid-column: 1 / -1;
  display: block;
  width: 100%;
  max-width: 100%;
}

body#contact .chaya-contact-form form,
body.page-contact .chaya-contact-form form {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0.9rem;
  height: 100%;
}

body#contact .chaya-contact-form,
body.page-contact .chaya-contact-form {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(216, 190, 126, 0.26);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.36);
}

body#contact .chaya-contact-form::before,
body.page-contact .chaya-contact-form::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 8% 5%, rgba(199, 175, 117, 0.16), transparent 34%);
}

body#contact .chaya-contact-form .chaya-contact-form-header,
body.page-contact .chaya-contact-form .chaya-contact-form-header {
  margin-bottom: 1.1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(202, 176, 109, 0.22);
}

body#contact .chaya-contact-form .chaya-contact-grid,
body.page-contact .chaya-contact-form .chaya-contact-grid {
  gap: 1rem;
}

body#contact .chaya-contact-form .chaya-contact-grid .mb-3,
body.page-contact .chaya-contact-form .chaya-contact-grid .mb-3 {
  display: grid;
  gap: 0.45rem;
}

body#contact .chaya-contact-form .form-label,
body.page-contact .chaya-contact-form .form-label {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

body#contact .chaya-contact-form .form-control,
body#contact .chaya-contact-form .form-select,
body#contact .chaya-contact-form select,
body#contact .chaya-contact-form textarea,
body#contact .chaya-contact-form input,
body.page-contact .chaya-contact-form .form-control,
body.page-contact .chaya-contact-form .form-select,
body.page-contact .chaya-contact-form select,
body.page-contact .chaya-contact-form textarea,
body.page-contact .chaya-contact-form input {
  border-radius: 12px !important;
  border-color: rgba(219, 192, 125, 0.34) !important;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.96), rgba(12, 12, 12, 0.96)) !important;
}

body#contact .chaya-contact-form .form-control:focus,
body#contact .chaya-contact-form .form-select:focus,
body#contact .chaya-contact-form select:focus,
body#contact .chaya-contact-form textarea:focus,
body#contact .chaya-contact-form input:focus,
body.page-contact .chaya-contact-form .form-control:focus,
body.page-contact .chaya-contact-form .form-select:focus,
body.page-contact .chaya-contact-form select:focus,
body.page-contact .chaya-contact-form textarea:focus,
body.page-contact .chaya-contact-form input:focus {
  transform: translateY(-1px);
}

body#contact .chaya-contact-form .chaya-contact-footer,
body.page-contact .chaya-contact-form .chaya-contact-footer {
  padding-top: 0.6rem;
  border-top: 1px solid rgba(202, 176, 109, 0.2);
}

body#contact .chaya-contact-form .chaya-contact-footer .btn-primary,
body.page-contact .chaya-contact-form .chaya-contact-footer .btn-primary {
  min-width: 210px;
  box-shadow: 0 8px 18px rgba(184, 149, 68, 0.28);
}

body#contact .chaya-contact-form .chaya-contact-footer .btn-primary:hover,
body.page-contact .chaya-contact-form .chaya-contact-footer .btn-primary:hover {
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  body#contact #wrapper .container > .row,
  body.page-contact #wrapper .container > .row {
    display: block !important;
  }

  body#contact #left-column,
  body#contact #content-wrapper,
  body.page-contact #left-column,
  body.page-contact #content-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

body#category #js-product-list .products .js-product .thumbnail-container .product-thumbnail picture,
body.page-category #js-product-list .products .js-product .thumbnail-container .product-thumbnail picture,
body#category #js-product-list .products .js-product .thumbnail-container .product-thumbnail img,
body.page-category #js-product-list .products .js-product .thumbnail-container .product-thumbnail img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

body#category #js-product-list .products .js-product .thumbnail-container .product-thumbnail img,
body.page-category #js-product-list .products .js-product .thumbnail-container .product-thumbnail img {
  object-fit: cover !important;
  object-position: center !important;
}

body#category #js-product-list .products .js-product .thumbnail-container .highlighted-informations,
body.page-category #js-product-list .products .js-product .thumbnail-container .highlighted-informations,
body#category #js-product-list .products .js-product .thumbnail-container .highlighted-informations.no-variants,
body.page-category #js-product-list .products .js-product .thumbnail-container .highlighted-informations.no-variants {
  display: flex !important;
  top: auto !important;
  bottom: 0 !important;
}

/* Wishlist page redesign */
body#view .wishlist-products-container #content.page-content.card.card-block {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.96), rgba(8, 8, 8, 0.95));
  border: 1px solid rgba(183, 155, 77, 0.26);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
  padding: 1.15rem 1rem;
}

body#view #main .wishlist-products-container #content.page-content.card.card-block {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.96), rgba(8, 8, 8, 0.95)) !important;
  border: 1px solid rgba(183, 155, 77, 0.26) !important;
}

body#view .wishlist-products-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.95rem;
  margin: 0;
  padding: 0;
}

body#view #main .wishlist-products-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  gap: 0.95rem !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#view .wishlist-products-item {
  margin: 0;
}

body#view #main .wishlist-products-item {
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

body#view .wishlist-product {
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.98), rgba(11, 11, 11, 0.98));
  border: 1px solid rgba(183, 155, 77, 0.24);
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

body#view .wishlist-product-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

body#view .wishlist-product-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #0b0b0b;
  border-bottom: 1px solid rgba(183, 155, 77, 0.22);
}

body#view #main .wishlist-product-image {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
}

body#view .wishlist-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

body#view #main .wishlist-product-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

body#view .wishlist-product-right {
  padding: 0.62rem 0.72rem 0.35rem;
}

body#view .wishlist-product-title {
  color: #efe4c4;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 0.28rem;
  min-height: 2.35em;
}

body#view .wishlist-product-price {
  color: #d7c07a;
  font-size: 1.08rem;
  font-weight: 700;
  margin: 0 0 0.38rem;
}

body#view .wishlist-product-combinations {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b7a36e;
  font-size: 0.86rem;
}

body#view .wishlist-product-combinations a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(183, 155, 77, 0.42);
  border-radius: 999px;
  color: #dec88a;
}

body#view .wishlist-product-bottom {
  margin-top: auto;
  padding: 0.65rem 0.72rem 0.78rem;
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

body#view .wishlist-product-addtocart {
  flex: 1 1 auto;
  border-radius: 999px;
  border: 1px solid #c6a45e;
  background: linear-gradient(180deg, #d9c07b, #b99247);
  color: #1b1508;
  font-weight: 700;
  min-height: 40px;
}

body#view #main .wishlist-product-addtocart {
  background: linear-gradient(180deg, #d9c07b, #b99247) !important;
  border: 1px solid #c6a45e !important;
  color: #1b1508 !important;
}

body#view .wishlist-product-bottom .wishlist-button-add {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 999px;
  border: 1px solid rgba(183, 155, 77, 0.45);
  background: rgba(24, 24, 24, 0.96);
  color: #d7c07a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body#view #main .wishlist-product-bottom .wishlist-button-add {
  background: rgba(24, 24, 24, 0.96) !important;
  border: 1px solid rgba(183, 155, 77, 0.45) !important;
  color: #d7c07a !important;
}

@media (max-width: 575px) {
  body#view .wishlist-products-container #content.page-content.card.card-block {
    padding: 0.85rem 0.7rem;
    border-radius: 14px;
  }

  body#view .wishlist-products-list {
    grid-template-columns: 1fr;
    gap: 0.78rem;
  }
}

/* Cart page redesign */
body#cart #wrapper {
  padding-top: 1.4rem;
  background:
    radial-gradient(1000px 340px at 82% -100px, rgba(215, 192, 122, 0.2), transparent 62%),
    linear-gradient(180deg, #0f0f10 0%, #070707 62%, #050505 100%);
}

body#cart #main {
  padding-bottom: 2.4rem;
}

body#cart .cart-grid {
  gap: 1rem 0;
}

body#cart .cart-grid .card {
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.96) 0%, rgba(13, 13, 13, 0.98) 100%);
  border: 1px solid rgba(215, 192, 122, 0.26);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

body#cart .cart-grid .card .card-block,
body#cart .cart-grid .card hr.separator {
  border-color: rgba(215, 192, 122, 0.2);
}

body#cart .cart-grid .card .h1,
body#cart .cart-grid .card .h2,
body#cart .cart-grid .card .h3,
body#cart .cart-grid .card strong {
  color: #f0deb1;
}

body#cart .cart-container .cart-overview {
  padding: 0.7rem 1.1rem 0.2rem;
}

body#cart .cart-items .cart-item {
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(215, 192, 122, 0.14);
}

body#cart .cart-items .cart-item:last-child {
  border-bottom: 0;
}

body#cart .cart-item .label,
body#cart .cart-item .product-line-info,
body#cart .cart-item .product-price,
body#cart .cart-item .price,
body#cart .cart-summary-line .label,
body#cart .cart-summary-line .value {
  color: #e6d7b4;
}

body#cart .cart-item .product-line-grid {
  align-items: center;
}

body#cart .product-line-grid .product-image img {
  border-radius: 14px;
  border: 1px solid rgba(215, 192, 122, 0.3);
  object-fit: cover;
}

body#cart .product-line-grid .bootstrap-touchspin {
  border: 1px solid rgba(215, 192, 122, 0.42);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(8, 8, 8, 0.8);
}

body#cart .product-line-grid .bootstrap-touchspin .form-control,
body#cart .product-line-grid .bootstrap-touchspin .btn-touchspin {
  background: transparent;
  border: 0;
  color: #f2dfb2;
}

body#cart .product-line-grid .bootstrap-touchspin .btn-touchspin:hover {
  background: rgba(215, 192, 122, 0.15);
}

body#cart .cart-line-product-actions .remove-from-cart {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid rgba(215, 192, 122, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d7c07a;
  background: rgba(20, 20, 20, 0.9);
}

body#cart .cart-line-product-actions .remove-from-cart:hover {
  background: rgba(215, 192, 122, 0.14);
}

body#cart .cart-summary .cart-summary-line {
  margin-bottom: 0.9rem;
}

body#cart .cart-summary .cart-total {
  padding-top: 0.7rem;
  border-top: 1px dashed rgba(215, 192, 122, 0.25);
}

body#cart .cart-summary .btn.btn-primary {
  width: 100%;
  border-radius: 999px;
  min-height: 44px;
  background: linear-gradient(180deg, #e3cc8e 0%, #b78f41 100%);
  border: 1px solid #c8a764;
  color: #241d0b;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

body#cart .cart-summary .btn.btn-primary:hover {
  filter: brightness(1.05);
}

body#cart .blockreassurance_product {
  margin-top: 1rem;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.98) 0%, rgba(10, 10, 10, 0.98) 100%);
  border: 1px solid rgba(215, 192, 122, 0.2);
  border-radius: 18px;
  padding: 0.65rem 0.9rem;
}

body#cart .blockreassurance_product > div {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.6rem 0;
}

body#cart .blockreassurance_product > div:not(:last-child) {
  border-bottom: 1px solid rgba(215, 192, 122, 0.16);
}

body#cart .blockreassurance_product .item-product {
  flex: 0 0 36px;
  line-height: 1;
}

body#cart .blockreassurance_product .block-title {
  display: block;
  margin-bottom: 0.2rem;
  color: #e5d3a6 !important;
  font-weight: 700;
}

body#cart .blockreassurance_product p {
  margin: 0;
  color: #cabd99 !important;
  line-height: 1.45;
}

body#cart .cart-grid-body > .label {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.75rem;
  color: #d9c48a;
}

body#cart .cart-grid-body > .label:hover {
  color: #efddb0;
}

@media (max-width: 991px) {
  body#cart .cart-grid {
    margin-top: 0.2rem;
  }

  body#cart .cart-grid-right,
  body#cart .cart-grid-body {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  body#cart .cart-grid .card {
    border-radius: 16px;
  }
}

@media (max-width: 575px) {
  body#cart #wrapper {
    padding-top: 1rem;
  }

  body#cart .cart-grid .card .card-block {
    padding: 0.95rem 0.85rem;
  }

  body#cart .cart-container .cart-overview {
    padding: 0.35rem 0.75rem 0.1rem;
  }

  body#cart .cart-item .product-line-grid-body {
    padding-right: 0.35rem;
  }

  body#cart .blockreassurance_product {
    padding: 0.55rem 0.7rem;
  }
}

/* Product quickview popup redesign */
.modal.quickview .modal-content {
  background: linear-gradient(180deg, #171717 0%, #0d0d0d 100%);
  border: 1px solid rgba(215, 192, 122, 0.35);
  border-radius: 18px;
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.5);
  color: #e6d6af;
  overflow: hidden;
}

.modal.quickview .modal-body {
  padding: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
}

.modal.quickview .modal-body .row {
  display: flex;
  align-items: stretch;
}

.modal.quickview .images-container {
  background: rgba(7, 7, 7, 0.85);
  border: 1px solid rgba(215, 192, 122, 0.24);
  border-radius: 14px;
  padding: 0.55rem;
}

.modal.quickview .product-cover {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #080808;
}

.modal.quickview .product-cover .js-qv-product-cover {
  width: 100%;
  height: clamp(320px, 52vh, 620px);
  object-fit: contain;
  object-position: center;
  background: #0a0a0a;
}

.modal.quickview .product-cover .layer {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.52) 100%);
}

.modal.quickview .product-cover .layer .zoom-in {
  color: #f0dfb3;
}

.modal.quickview .js-qv-mask {
  margin-top: 0.6rem;
}

.modal.quickview .js-qv-mask .product-images {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.modal.quickview .js-qv-mask .thumb-container {
  margin: 0;
}

.modal.quickview .js-qv-mask .thumb {
  width: 76px;
  height: 94px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(215, 192, 122, 0.2);
  background: #101010;
  opacity: 0.8;
  transition: 0.18s ease;
}

.modal.quickview .js-qv-mask .thumb.selected,
.modal.quickview .js-qv-mask .thumb:hover {
  opacity: 1;
  border-color: rgba(215, 192, 122, 0.72);
  transform: translateY(-1px);
}

.modal.quickview h1.h1 {
  color: #efdcae;
  line-height: 1.25;
  margin: 0 0 0.45rem;
}

.modal.quickview .product-prices .current-price-value {
  color: #d9c07a;
  font-weight: 700;
}

.modal.quickview .tax-shipping-delivery-label,
.modal.quickview #product-description-short,
.modal.quickview .product-add-to-cart .control-label {
  color: #d4c39a;
}
button,add-to-cart{
  border-radius: 50px 0 0 50px
}
.modal.quickview .product-quantity {
  align-items: center;
  gap: 0.55rem;
}

.modal.quickview .product-quantity .qty .input-group {
  border: 1px solid rgba(215, 192, 122, 0.5);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(8, 8, 8, 0.86);
}

.modal.quickview .product-quantity #quantity_wanted,
.modal.quickview .product-quantity .btn-touchspin {
  background: transparent;
  color: #f3e4bd;
  border: 0;
}

.modal.quickview .product-quantity .btn-touchspin:hover {
  background: rgba(215, 192, 122, 0.15);
}

.modal.quickview .add-to-cart {
  border-radius: 999px;
  padding: 0.62rem 1.25rem;
  min-height: 44px;
  background: linear-gradient(180deg, #e3cb8b 0%, #b68f43 100%);
  border: 1px solid #c8a763;
  color: #1f180a;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}

.modal.quickview .add-to-cart:hover {
  filter: brightness(1.05);
}

@media (max-width: 991px) {
  .modal.quickview .modal-body {
    padding: 0.8rem;
  }

  .modal.quickview .modal-body .row {
    display: block;
  }

  .modal.quickview .product-cover .js-qv-product-cover {
    height: clamp(280px, 44vh, 420px);
  }

  .modal.quickview .js-qv-mask .product-images {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
