/** Shopify CDN: Minification failed

Line 566:0 All "@import" rules must come first

**/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&display=swap");

/* =========================================
   KZ MARKETPLACE — CUSTOM STYLES
   ========================================= */

:root {
  --kz-brown: #3e2d23;
  --kz-brown-dark: #221712;
  --kz-brown-hover: #8b6a45;
  --kz-gold: #a97832;
  --kz-cream: #f5efe4;
  --kz-cream-light: #fcfaf6;
  --kz-card: #fffdf9;
  --kz-ivory: #f7e8d2;
}


/* =========================================
   GLOBAL TYPOGRAPHY
   ========================================= */

h1,
h2,
h3,
.title,
.section-title,
.collection-list-title,
.collection__title,
.collapsible-content__heading,
.main-page-title,
.footer-block__heading {
  font-family: "Playfair Display", serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}

h1,
.main-page-title {
  line-height: 1.1;
}

body,
p,
a,
button,
input,
textarea,
select,
.header__menu-item,
.footer-block__details-content {
  letter-spacing: 0.01em;
}


/* =========================================
   HOMEPAGE HERO TITLE
   ========================================= */

.slideshow__heading,
.banner__heading,
.hero__heading {
  font-size: 0 !important;
}

.slideshow__heading::after,
.banner__heading::after,
.hero__heading::after {
  content: "Estilo, elegancia... y mucho más.";
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--kz-brown);
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.18);
}


/* =========================================
   HOMEPAGE HERO CONTENT
   ========================================= */

.slideshow__text,
.banner__box,
.hero__content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.slideshow__media img,
.banner__media img {
  object-fit: cover;
  object-position: center 25% !important;
}


/* =========================================
   HIDE STORE NAME
   ========================================= */

.header__heading,
.header__heading-link,
.header__heading-logo-wrapper + .header__heading,
.header__heading-text {
  display: none !important;
}


/* =========================================
   DEFAULT HOMEPAGE TRANSPARENT HEADER
   ========================================= */

.header-wrapper {
  position: absolute !important;
  inset: 0 0 auto 0;
  width: 100%;
  z-index: 999;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.header {
  background: transparent !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}


/* =========================================
   COLLECTION PAGE HEADER
   ========================================= */

body:has(#ProductGridContainer) .header-wrapper {
  position: relative !important;
  inset: auto !important;
  background: var(--kz-cream-light) !important;
  border-bottom: 1px solid rgba(62, 45, 35, 0.08) !important;
  box-shadow: none !important;
}

body:has(#ProductGridContainer) .header,
body:has(#ProductGridContainer) .shopify-section-header,
body:has(#ProductGridContainer) .section-header {
  background: var(--kz-cream-light) !important;
}


/* =========================================
   DESKTOP MENU
   ========================================= */

.header__menu-item {
  color: var(--kz-brown-dark) !important;
  font-size: 1.08rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.35);
  transition: color 0.25s ease;
}

.header__menu-item:hover {
  color: var(--kz-brown-hover) !important;
}


/* =========================================
   HEADER ICONS
   ========================================= */

.header__icon,
.header__icon svg {
  color: var(--kz-brown-dark) !important;
  fill: var(--kz-brown-dark) !important;
  stroke: var(--kz-brown-dark) !important;
  transition:
    color 0.25s ease,
    fill 0.25s ease,
    stroke 0.25s ease;
}

.header__icon:hover,
.header__icon:hover svg {
  color: var(--kz-brown-hover) !important;
  fill: var(--kz-brown-hover) !important;
  stroke: var(--kz-brown-hover) !important;
}


/* =========================================
   MOBILE MENU DRAWER
   ========================================= */

.menu-drawer,
.menu-drawer__inner-container,
.menu-drawer__navigation,
.menu-drawer__utility-links {
  background: #2f241d !important;
}

.menu-drawer__menu-item,
.menu-drawer__menu-item span,
.menu-drawer__account,
.menu-drawer__account span,
.menu-drawer__close-button,
.menu-drawer .icon {
  color: var(--kz-ivory) !important;
  fill: var(--kz-ivory) !important;
  stroke: var(--kz-ivory) !important;
}

.menu-drawer__menu-item {
  font-size: 1.55rem !important;
  font-weight: 600 !important;
}

.menu-drawer__account {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
}

.menu-drawer__menu-item:hover,
.menu-drawer__account:hover,
.menu-drawer__menu-item--active,
.menu-drawer__menu-item[aria-current="page"] {
  background: rgba(255, 255, 255, 0.07) !important;
  color: #d6b27a !important;
}

/* =========================================
   COLLECTION PAGE BACKGROUND
   ========================================= */

body:has(#ProductGridContainer) #MainContent,
body:has(#ProductGridContainer) #ProductGridContainer,
body:has(#ProductGridContainer) .product-grid-container,
body:has(#ProductGridContainer) .collection,
body:has(#ProductGridContainer) .facets-wrapper,
body:has(#ProductGridContainer) .facets-container {
  background: var(--kz-cream) !important;
}

body:has(#ProductGridContainer) #MainContent {
  min-height: 68vh;
}


/* =========================================
   COLLECTION BANNER
   ========================================= */

/* Hide the unnecessary Products banner */
body:has(#ProductGridContainer) .collection-hero,
body:has(#ProductGridContainer) .collection-hero__inner {
  display: none !important;
}


/* =========================================
   PRODUCT GRID
   ========================================= */

body:has(#ProductGridContainer) .product-grid {
  column-gap: 30px !important;
  row-gap: 40px !important;
}

body:has(#ProductGridContainer) .collection.page-width,
body:has(#ProductGridContainer) .facets-wrapper.page-width {
  max-width: 1540px !important;
}


/* =========================================
   PRODUCT CARDS
   ========================================= */

body:has(#ProductGridContainer) .product-card-wrapper,
body:has(#ProductGridContainer) .card-wrapper {
  background: var(--kz-card) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 28px rgba(62, 45, 35, 0.1) !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease !important;
}

body:has(#ProductGridContainer) .product-card-wrapper:hover,
body:has(#ProductGridContainer) .card-wrapper:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 40px rgba(62, 45, 35, 0.16) !important;
}


/* =========================================
   PRODUCT IMAGE
   ========================================= */

body:has(#ProductGridContainer) .card__inner,
body:has(#ProductGridContainer) .card__media {
  background: #f7f5f1 !important;
}

body:has(#ProductGridContainer) .card__media img {
  transition: transform 0.45s ease !important;
}

body:has(#ProductGridContainer)
  .product-card-wrapper:hover
  .card__media
  img {
  transform: scale(1.035);
}


/* =========================================
   PRODUCT INFORMATION
   ========================================= */

body:has(#ProductGridContainer) .card__content,
body:has(#ProductGridContainer) .card-information {
  text-align: center !important;
}

body:has(#ProductGridContainer) .card__information {
  padding: 20px 18px 12px !important;
}

body:has(#ProductGridContainer) .card-information {
  padding: 0 !important;
}


/* =========================================
   PRODUCT TITLE
   ========================================= */

body:has(#ProductGridContainer) .card__heading,
body:has(#ProductGridContainer) .card-information__text {
  font-family: "Playfair Display", serif !important;
  color: var(--kz-brown) !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}


/* =========================================
   PRODUCT PRICE
   ========================================= */

body:has(#ProductGridContainer) .price,
body:has(#ProductGridContainer) .price-item {
  color: var(--kz-gold) !important;
  font-size: 1.22rem !important;
  font-weight: 700 !important;
}


/* =========================================
   COMPARE-AT PRICE
   ========================================= */

body:has(#ProductGridContainer) .price-item--regular,
body:has(#ProductGridContainer) s.price-item {
  color: #746a64 !important;
}


/* =========================================
   ADD TO CART BUTTON
   ========================================= */

body:has(#ProductGridContainer)
  .product-card-wrapper
  .quick-add__submit {
  --color-button: 62, 45, 35 !important;
  --color-button-text: 255, 255, 255 !important;
  width: calc(100% - 36px) !important;
  margin: 12px 18px 18px !important;
  min-height: 56px !important;
  background: var(--kz-brown) !important;
  background-color: var(--kz-brown) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  transition:
    background 0.25s ease,
    transform 0.25s ease !important;
}

body:has(#ProductGridContainer)
  .product-card-wrapper
  .quick-add__submit::before,
body:has(#ProductGridContainer)
  .product-card-wrapper
  .quick-add__submit::after {
  background: var(--kz-brown) !important;
  background-color: var(--kz-brown) !important;
  border: 0 !important;
  box-shadow: none !important;
}

body:has(#ProductGridContainer)
  .product-card-wrapper
  .quick-add__submit:hover,
body:has(#ProductGridContainer)
  .product-card-wrapper
  .quick-add__submit:hover::before,
body:has(#ProductGridContainer)
  .product-card-wrapper
  .quick-add__submit:hover::after {
  background: var(--kz-brown-hover) !important;
  background-color: var(--kz-brown-hover) !important;
}

body:has(#ProductGridContainer)
  .product-card-wrapper
  .quick-add__submit:hover {
  transform: translateY(-2px);
}

body:has(#ProductGridContainer)
  .quick-add__submit
  .main-atc__label__text {
  color: #fff !important;
}


/* =========================================
   SOLD-OUT BUTTON
   ========================================= */

body:has(#ProductGridContainer) .quick-add__submit:disabled {
  --color-button: 167, 158, 153 !important;
  background: #a79e99 !important;
  background-color: #a79e99 !important;
  color: #fff !important;
  opacity: 1 !important;
  cursor: not-allowed;
}

body:has(#ProductGridContainer) .quick-add__submit:disabled::before,
body:has(#ProductGridContainer) .quick-add__submit:disabled::after {
  background: #a79e99 !important;
  background-color: #a79e99 !important;
}


/* =========================================
   SOLD-OUT / SALE BADGES
   ========================================= */

body:has(#ProductGridContainer) .card__sale-badge,
body:has(#ProductGridContainer) .card__badge .badge {
  background: rgba(62, 45, 35, 0.94) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 6px !important;
  padding: 7px 12px !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
}


/* =========================================
   FILTERS AND SORTING
   ========================================= */

body:has(#ProductGridContainer) .facets__heading,
body:has(#ProductGridContainer) .facets__summary,
body:has(#ProductGridContainer) .facet-filters__label,
body:has(#ProductGridContainer) .facet-filters__sort,
body:has(#ProductGridContainer) .product-count__text {
  color: var(--kz-brown) !important;
  font-weight: 600 !important;
}


/* =========================================
   FOOTER
   ========================================= */

.footer a,
.footer__content a,
.footer-block a,
.footer-block__details-content a {
  color: #e7e0d4 !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

.footer a:hover,
.footer__content a:hover,
.footer-block a:hover,
.footer-block__details-content a:hover {
  color: #d4b06a !important;
}

footer.footer .footer-block--newsletter {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

footer.footer .footer__content-top {
  padding-bottom: 12px !important;
}

footer.footer .footer__content-bottom {
  padding-top: 12px !important;
  border-top: 0 !important;
}


/* =========================================
   MOBILE
   ========================================= */

@media screen and (max-width: 749px) {
  .slideshow__heading::after,
  .banner__heading::after,
  .hero__heading::after {
    font-size: 2.5rem;
  }

  body:has(#ProductGridContainer) .product-grid {
    column-gap: 14px !important;
    row-gap: 24px !important;
  }

  body:has(#ProductGridContainer) .card__information {
    padding: 14px 10px 8px !important;
  }

  body:has(#ProductGridContainer) .card__heading {
    font-size: 1rem !important;
  }

  body:has(#ProductGridContainer) .price,
  body:has(#ProductGridContainer) .price-item {
    font-size: 1.05rem !important;
  }

  body:has(#ProductGridContainer)
    .product-card-wrapper
    .quick-add__submit {
    width: calc(100% - 20px) !important;
    margin: 10px !important;
    min-height: 48px !important;
    font-size: 0.92rem !important;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&display=swap");

/* =========================================
   KZ MARKETPLACE — CUSTOM STYLES
   ========================================= */

:root {
  --kz-brown: #3e2d23;
  --kz-brown-dark: #221712;
  --kz-brown-hover: #8b6a45;
  --kz-gold: #a97832;
  --kz-cream: #f5efe4;
  --kz-cream-light: #fcfaf6;
  --kz-card: #fffdf9;
  --kz-ivory: #f7e8d2;
}


/* =========================================
   GLOBAL TYPOGRAPHY
   ========================================= */

h1,
h2,
h3,
.title,
.section-title,
.collection-list-title,
.collection__title,
.collapsible-content__heading,
.main-page-title,
.footer-block__heading {
  font-family: "Playfair Display", serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}

h1,
.main-page-title {
  line-height: 1.1;
}

body,
p,
a,
button,
input,
textarea,
select,
.header__menu-item,
.footer-block__details-content {
  letter-spacing: 0.01em;
}


/* =========================================
   HOMEPAGE HERO TITLE
   ========================================= */

.slideshow__heading,
.banner__heading,
.hero__heading {
  font-size: 0 !important;
}

.slideshow__heading::after,
.banner__heading::after,
.hero__heading::after {
  content: "Estilo, elegancia... y mucho más.";
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--kz-brown);
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.18);
}


/* =========================================
   HOMEPAGE HERO CONTENT
   ========================================= */

.slideshow__text,
.banner__box,
.hero__content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.slideshow__media img,
.banner__media img {
  object-fit: cover;
  object-position: center 25% !important;
}


/* =========================================
   HIDE STORE NAME
   ========================================= */

.header__heading,
.header__heading-link,
.header__heading-logo-wrapper + .header__heading,
.header__heading-text {
  display: none !important;
}


/* =========================================
   DEFAULT HOMEPAGE TRANSPARENT HEADER
   ========================================= */

.header-wrapper {
  position: absolute !important;
  inset: 0 0 auto 0;
  width: 100%;
  z-index: 999;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.header {
  background: transparent !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}


/* =========================================
   COLLECTION PAGE HEADER
   ========================================= */

body:has(#ProductGridContainer) .header-wrapper {
  position: relative !important;
  inset: auto !important;
  background: var(--kz-cream-light) !important;
  border-bottom: 1px solid rgba(62, 45, 35, 0.08) !important;
  box-shadow: none !important;
}

body:has(#ProductGridContainer) .header,
body:has(#ProductGridContainer) .shopify-section-header,
body:has(#ProductGridContainer) .section-header {
  background: var(--kz-cream-light) !important;
}


/* =========================================
   DESKTOP MENU
   ========================================= */

.header__menu-item {
  color: var(--kz-brown-dark) !important;
  font-size: 1.08rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.35);
  transition: color 0.25s ease;
}

.header__menu-item:hover {
  color: var(--kz-brown-hover) !important;
}


/* =========================================
   HEADER ICONS
   ========================================= */

.header__icon,
.header__icon svg {
  color: var(--kz-brown-dark) !important;
  fill: var(--kz-brown-dark) !important;
  stroke: var(--kz-brown-dark) !important;
  transition:
    color 0.25s ease,
    fill 0.25s ease,
    stroke 0.25s ease;
}

.header__icon:hover,
.header__icon:hover svg {
  color: var(--kz-brown-hover) !important;
  fill: var(--kz-brown-hover) !important;
  stroke: var(--kz-brown-hover) !important;
}


/* =========================================
   MOBILE MENU DRAWER
   ========================================= */

.menu-drawer,
.menu-drawer__inner-container,
.menu-drawer__navigation,
.menu-drawer__utility-links {
  background: #2f241d !important;
}

.menu-drawer__menu-item,
.menu-drawer__menu-item span,
.menu-drawer__account,
.menu-drawer__account span,
.menu-drawer__close-button,
.menu-drawer .icon {
  color: var(--kz-ivory) !important;
  fill: var(--kz-ivory) !important;
  stroke: var(--kz-ivory) !important;
}

.menu-drawer__menu-item {
  font-size: 1.55rem !important;
  font-weight: 600 !important;
}

.menu-drawer__account {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
}

.menu-drawer__menu-item:hover,
.menu-drawer__account:hover,
.menu-drawer__menu-item--active,
.menu-drawer__menu-item[aria-current="page"] {
  background: rgba(255, 255, 255, 0.07) !important;
  color: #d6b27a !important;
}

/* =========================================
   COLLECTION PAGE BACKGROUND
   ========================================= */

body:has(#ProductGridContainer) #MainContent,
body:has(#ProductGridContainer) #ProductGridContainer,
body:has(#ProductGridContainer) .product-grid-container,
body:has(#ProductGridContainer) .collection,
body:has(#ProductGridContainer) .facets-wrapper,
body:has(#ProductGridContainer) .facets-container {
  background: var(--kz-cream) !important;
}

body:has(#ProductGridContainer) #MainContent {
  min-height: 68vh;
}


/* =========================================
   COLLECTION BANNER
   ========================================= */

/* Hide the unnecessary Products banner */
body:has(#ProductGridContainer) .collection-hero,
body:has(#ProductGridContainer) .collection-hero__inner {
  display: none !important;
}


/* =========================================
   PRODUCT GRID
   ========================================= */

body:has(#ProductGridContainer) .product-grid {
  column-gap: 30px !important;
  row-gap: 40px !important;
}

body:has(#ProductGridContainer) .collection.page-width,
body:has(#ProductGridContainer) .facets-wrapper.page-width {
  max-width: 1540px !important;
}


/* =========================================
   PRODUCT CARDS
   ========================================= */

body:has(#ProductGridContainer) .product-card-wrapper,
body:has(#ProductGridContainer) .card-wrapper {
  background: var(--kz-card) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 28px rgba(62, 45, 35, 0.1) !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease !important;
}

body:has(#ProductGridContainer) .product-card-wrapper:hover,
body:has(#ProductGridContainer) .card-wrapper:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 40px rgba(62, 45, 35, 0.16) !important;
}


/* =========================================
   PRODUCT IMAGE
   ========================================= */

body:has(#ProductGridContainer) .card__inner,
body:has(#ProductGridContainer) .card__media {
  background: #f7f5f1 !important;
}

body:has(#ProductGridContainer) .card__media img {
  transition: transform 0.45s ease !important;
}

body:has(#ProductGridContainer)
  .product-card-wrapper:hover
  .card__media
  img {
  transform: scale(1.035);
}


/* =========================================
   PRODUCT INFORMATION
   ========================================= */

body:has(#ProductGridContainer) .card__content,
body:has(#ProductGridContainer) .card-information {
  text-align: center !important;
}

body:has(#ProductGridContainer) .card__information {
  padding: 20px 18px 12px !important;
}

body:has(#ProductGridContainer) .card-information {
  padding: 0 !important;
}


/* =========================================
   PRODUCT TITLE
   ========================================= */

body:has(#ProductGridContainer) .card__heading,
body:has(#ProductGridContainer) .card-information__text {
  font-family: "Playfair Display", serif !important;
  color: var(--kz-brown) !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}


/* =========================================
   PRODUCT PRICE
   ========================================= */

body:has(#ProductGridContainer) .price,
body:has(#ProductGridContainer) .price-item {
  color: var(--kz-gold) !important;
  font-size: 1.22rem !important;
  font-weight: 700 !important;
}


/* =========================================
   COMPARE-AT PRICE
   ========================================= */

body:has(#ProductGridContainer) .price-item--regular,
body:has(#ProductGridContainer) s.price-item {
  color: #746a64 !important;
}


/* =========================================
   ADD TO CART BUTTON
   ========================================= */

body:has(#ProductGridContainer)
  .product-card-wrapper
  .quick-add__submit {
  --color-button: 62, 45, 35 !important;
  --color-button-text: 255, 255, 255 !important;
  width: calc(100% - 36px) !important;
  margin: 12px 18px 18px !important;
  min-height: 56px !important;
  background: var(--kz-brown) !important;
  background-color: var(--kz-brown) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  transition:
    background 0.25s ease,
    transform 0.25s ease !important;
}

body:has(#ProductGridContainer)
  .product-card-wrapper
  .quick-add__submit::before,
body:has(#ProductGridContainer)
  .product-card-wrapper
  .quick-add__submit::after {
  background: var(--kz-brown) !important;
  background-color: var(--kz-brown) !important;
  border: 0 !important;
  box-shadow: none !important;
}

body:has(#ProductGridContainer)
  .product-card-wrapper
  .quick-add__submit:hover,
body:has(#ProductGridContainer)
  .product-card-wrapper
  .quick-add__submit:hover::before,
body:has(#ProductGridContainer)
  .product-card-wrapper
  .quick-add__submit:hover::after {
  background: var(--kz-brown-hover) !important;
  background-color: var(--kz-brown-hover) !important;
}

body:has(#ProductGridContainer)
  .product-card-wrapper
  .quick-add__submit:hover {
  transform: translateY(-2px);
}

body:has(#ProductGridContainer)
  .quick-add__submit
  .main-atc__label__text {
  color: #fff !important;
}


/* =========================================
   SOLD-OUT BUTTON
   ========================================= */

body:has(#ProductGridContainer) .quick-add__submit:disabled {
  --color-button: 167, 158, 153 !important;
  background: #a79e99 !important;
  background-color: #a79e99 !important;
  color: #fff !important;
  opacity: 1 !important;
  cursor: not-allowed;
}

body:has(#ProductGridContainer) .quick-add__submit:disabled::before,
body:has(#ProductGridContainer) .quick-add__submit:disabled::after {
  background: #a79e99 !important;
  background-color: #a79e99 !important;
}


/* =========================================
   SOLD-OUT / SALE BADGES
   ========================================= */

body:has(#ProductGridContainer) .card__sale-badge,
body:has(#ProductGridContainer) .card__badge .badge {
  background: rgba(62, 45, 35, 0.94) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 6px !important;
  padding: 7px 12px !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
}


/* =========================================
   FILTERS AND SORTING
   ========================================= */

body:has(#ProductGridContainer) .facets__heading,
body:has(#ProductGridContainer) .facets__summary,
body:has(#ProductGridContainer) .facet-filters__label,
body:has(#ProductGridContainer) .facet-filters__sort,
body:has(#ProductGridContainer) .product-count__text {
  color: var(--kz-brown) !important;
  font-weight: 600 !important;
}


/* =========================================
   FOOTER
   ========================================= */

.footer a,
.footer__content a,
.footer-block a,
.footer-block__details-content a {
  color: #e7e0d4 !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

.footer a:hover,
.footer__content a:hover,
.footer-block a:hover,
.footer-block__details-content a:hover {
  color: #d4b06a !important;
}

footer.footer .footer-block--newsletter {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

footer.footer .footer__content-top {
  padding-bottom: 12px !important;
}

footer.footer .footer__content-bottom {
  padding-top: 12px !important;
  border-top: 0 !important;
}


/* =========================================
   MOBILE
   ========================================= */

@media screen and (max-width: 749px) {
  .slideshow__heading::after,
  .banner__heading::after,
  .hero__heading::after {
    font-size: 2.5rem;
  }

  body:has(#ProductGridContainer) .product-grid {
    column-gap: 14px !important;
    row-gap: 24px !important;
  }

  body:has(#ProductGridContainer) .card__information {
    padding: 14px 10px 8px !important;
  }

  body:has(#ProductGridContainer) .card__heading {
    font-size: 1rem !important;
  }

  body:has(#ProductGridContainer) .price,
  body:has(#ProductGridContainer) .price-item {
    font-size: 1.05rem !important;
  }

  body:has(#ProductGridContainer)
    .product-card-wrapper
    .quick-add__submit {
    width: calc(100% - 20px) !important;
    margin: 10px !important;
    min-height: 48px !important;
    font-size: 0.92rem !important;
  }
}
/* =========================================
   PRODUCT PAGE – PREMIUM STYLE
   ========================================= */

:root {
  --abry-brown: #3e2d23;
  --abry-brown-hover: #8b6a45;
  --abry-gold: #a97832;
  --abry-cream: #f8f4ec;
  --abry-card: #fffdf9;
  --abry-text: #221712;
}

/* Product-page background — MainContent only */
body:has([id^="MainProduct-"]) #MainContent,
body:has([id^="MainProduct-"]) #MainContent > .gradient,
body:has([id^="MainProduct-"]) #MainContent [id^="shopify-section-template"] {
  background: var(--abry-cream) !important;
}

/* Main product spacing */
body:has([id^="MainProduct-"]) [id^="MainProduct-"] {
  padding-top: 38px !important;
  padding-bottom: 48px !important;
}

/* Product layout */
body:has([id^="MainProduct-"]) [id^="MainProduct-"] .product {
  gap: 42px !important;
  align-items: flex-start !important;
}

/* Image area */
body:has([id^="MainProduct-"]) .product__media-wrapper {
  background: var(--abry-card) !important;
  border-radius: 20px !important;
  padding: 14px !important;
  box-shadow: 0 12px 32px rgba(62, 45, 35, 0.10) !important;
  overflow: hidden !important;
}

/* Product information card */
body:has([id^="MainProduct-"]) .product__info-wrapper {
  background: var(--abry-card) !important;
  border-radius: 20px !important;
  padding: 34px !important;
  box-shadow: 0 12px 32px rgba(62, 45, 35, 0.10) !important;
}

/* Product title */
body:has([id^="MainProduct-"]) .product__title h1,
body:has([id^="MainProduct-"]) .product__title h2 {
  color: var(--abry-brown) !important;
  line-height: 1.12 !important;
  margin-bottom: 12px !important;
}

/* Product price */
body:has([id^="MainProduct-"]) .product-page-price .price-item,
body:has([id^="MainProduct-"]) .product-page-price .main-price {
  color: var(--abry-gold) !important;
  font-weight: 700 !important;
}

/* Compare-at price */
body:has([id^="MainProduct-"]) .product-page-price .price__compare-price,
body:has([id^="MainProduct-"]) .product-page-price s {
  color: #8a817a !important;
}

/* Sale badge */
body:has([id^="MainProduct-"]) .price__badge-sale {
  background: #eadcc8 !important;
  color: var(--abry-brown) !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
}

/* Quantity label */
body:has([id^="MainProduct-"]) .quantity__label {
  color: var(--abry-text) !important;
  font-weight: 700 !important;
}

/* Quantity selector */
body:has([id^="MainProduct-"]) .quantity {
  background: #ffffff !important;
  border: 1px solid rgba(62, 45, 35, 0.18) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

/* Add-to-cart button */
body:has([id^="MainProduct-"]) .main-product-atc,
body:has([id^="MainProduct-"]) .product-form__submit {
  --color-button: 62, 45, 35 !important;
  --color-button-text: 255, 255, 255 !important;

  background: var(--abry-brown) !important;
  background-color: var(--abry-brown) !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  min-height: 56px !important;
}

body:has([id^="MainProduct-"]) .main-product-atc::before,
body:has([id^="MainProduct-"]) .main-product-atc::after,
body:has([id^="MainProduct-"]) .product-form__submit::before,
body:has([id^="MainProduct-"]) .product-form__submit::after {
  border: 0 !important;
  box-shadow: none !important;
}

body:has([id^="MainProduct-"]) .main-product-atc:hover,
body:has([id^="MainProduct-"]) .product-form__submit:hover {
  background: var(--abry-brown-hover) !important;
  background-color: var(--abry-brown-hover) !important;
}

/* Product description */
body:has([id^="MainProduct-"]) .product__description {
  color: #3d352f !important;
  line-height: 1.7 !important;
  font-size: 1.6rem !important;
  border-top: 1px solid rgba(62, 45, 35, 0.12) !important;
  padding-top: 22px !important;
}

/* Remove blue accents from product controls */
body:has([id^="MainProduct-"]) [id^="MainProduct-"] {
  --color-link: 62, 45, 35 !important;
  --color-button: 62, 45, 35 !important;
  --color-base-accent-1: 62, 45, 35 !important;
  --color-base-outline-button-labels: 62, 45, 35 !important;
}

/* Mobile layout */
@media screen and (max-width: 749px) {
  body:has([id^="MainProduct-"]) [id^="MainProduct-"] {
    padding-top: 18px !important;
    padding-bottom: 28px !important;
  }

  body:has([id^="MainProduct-"]) [id^="MainProduct-"] .product {
    gap: 18px !important;
  }

  body:has([id^="MainProduct-"]) .product__media-wrapper {
    border-radius: 16px !important;
    padding: 8px !important;
  }

  body:has([id^="MainProduct-"]) .product__info-wrapper {
    border-radius: 16px !important;
    padding: 22px 18px !important;
  }

  body:has([id^="MainProduct-"]) .product__title h1 {
    font-size: 3rem !important;
  }
}

/* =========================================
   FIX PRODUCT PAGE LAYOUT
   ========================================= */

/* Disable sticky behavior without damaging column widths */
body:has([id^="MainProduct-"]) .product__column-sticky {
  position: static !important;
  top: auto !important;
}

/* Desktop layout */
@media screen and (min-width: 990px) {
  body:has([id^="MainProduct-"]) [id^="MainProduct-"] {
    max-width: 1450px !important;
    margin: 0 auto !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  body:has([id^="MainProduct-"]) [id^="MainProduct-"] .product {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(480px, 0.92fr) !important;
    gap: 48px !important;
    align-items: start !important;
  }

  body:has([id^="MainProduct-"]) .product__media-wrapper,
  body:has([id^="MainProduct-"]) .product__info-wrapper {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body:has([id^="MainProduct-"]) .product__info-wrapper {
    padding: 34px !important;
  }

  body:has([id^="MainProduct-"]) .product__info-container,
  body:has([id^="MainProduct-"]) .main-product__info-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body:has([id^="MainProduct-"]) .product__title h1 {
    font-size: clamp(3.4rem, 3vw, 5rem) !important;
    line-height: 1.08 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  body:has([id^="MainProduct-"]) .product-form__submit,
  body:has([id^="MainProduct-"]) .main-product-atc {
    width: 100% !important;
  }
}

/* Tablet */
@media screen and (min-width: 750px) and (max-width: 989px) {
  body:has([id^="MainProduct-"]) [id^="MainProduct-"] .product {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr) !important;
    gap: 28px !important;
    align-items: start !important;
  }

  body:has([id^="MainProduct-"]) .product__media-wrapper,
  body:has([id^="MainProduct-"]) .product__info-wrapper,
  body:has([id^="MainProduct-"]) .product__info-container {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
}

/* Mobile */
@media screen and (max-width: 749px) {
  body:has([id^="MainProduct-"]) [id^="MainProduct-"] .product {
    display: block !important;
  }

  body:has([id^="MainProduct-"]) .product__media-wrapper,
  body:has([id^="MainProduct-"]) .product__info-wrapper {
    width: 100% !important;
    max-width: none !important;
  }

  body:has([id^="MainProduct-"]) .product__info-wrapper {
    margin-top: 18px !important;
    padding: 22px 18px !important;
  }
}
/* =========================================
   FOOTER — RESTORE BLACK BACKGROUND
   ========================================= */

body:has([id^="MainProduct-"]) [id*="footer-group"],
body:has([id^="MainProduct-"]) [id*="footer-group"] > .gradient,
body:has([id^="MainProduct-"]) .shopify-section-group-footer-group,
body:has([id^="MainProduct-"]) .shopify-section-group-footer-group > div,
body:has([id^="MainProduct-"]) footer,
body:has([id^="MainProduct-"]) .footer,
body:has([id^="MainProduct-"]) .footer.gradient,
body:has([id^="MainProduct-"]) .footer-wrapper,
body:has([id^="MainProduct-"]) .footer__content-top,
body:has([id^="MainProduct-"]) .footer__content-bottom,
body:has([id^="MainProduct-"]) .footer__content-bottom-wrapper {
  background: #111111 !important;
  background-color: #111111 !important;
  background-image: none !important;
}

/* Footer headings */
body:has([id^="MainProduct-"]) .footer .footer-block__heading,
body:has([id^="MainProduct-"]) .footer h2,
body:has([id^="MainProduct-"]) .footer h3,
body:has([id^="MainProduct-"]) .footer h4 {
  color: #d2ae63 !important;
}

/* Footer links and text */
body:has([id^="MainProduct-"]) .footer a,
body:has([id^="MainProduct-"]) .footer p,
body:has([id^="MainProduct-"]) .footer li,
body:has([id^="MainProduct-"]) .footer span,
body:has([id^="MainProduct-"]) .footer small {
  color: rgba(255, 255, 255, 0.84) !important;
}

body:has([id^="MainProduct-"]) .footer a:hover {
  color: #d2ae63 !important;
}
/* Center collection-card Add to Cart button */
body:has(#ProductGridContainer)
  .product-card-wrapper
  .quick-add__submit {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: calc(100% - 36px) !important;
  max-width: none !important;

  margin-top: 12px !important;
  margin-right: auto !important;
  margin-bottom: 18px !important;
  margin-left: auto !important;

  box-sizing: border-box !important;
}

/* Ensure its wrapper uses the full card width */
body:has(#ProductGridContainer)
  .product-card-wrapper
  .quick-add {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}
/* =========================================
   CART PAGE — ABRY PREMIUM STYLE
   ========================================= */

/* Cart-page background only */
body:has(.cart-items) #MainContent,
body:has(.cart-items) #MainContent > .gradient,
body:has(.cart-items) #MainContent [id^="shopify-section-template"] {
  background: #f8f4ec !important;
}

/* Main cart width and spacing */
body:has(.cart-items) .cart-items,
body:has(.cart-items) .cart__footer {
  max-width: 1510px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Cart title */
body:has(.cart-items) .title,
body:has(.cart-items) .cart__empty-text,
body:has(.cart-items) .totals__total {
  font-family: "Playfair Display", serif !important;
  color: #3e2d23 !important;
}

/* Cart product area */
body:has(.cart-items) .cart-items {
  background: #fffdf9 !important;
  border-radius: 20px !important;
  padding: 30px !important;
  box-shadow: 0 12px 32px rgba(62, 45, 35, 0.10) !important;
}

/* Cart footer / subtotal card */
body:has(.cart-items) .cart__footer {
  background: #fffdf9 !important;
  border-radius: 20px !important;
  padding: 30px !important;
  margin-top: 28px !important;
  box-shadow: 0 12px 32px rgba(62, 45, 35, 0.10) !important;
}

/* Product title and cart text */
body:has(.cart-items) .cart-item__name,
body:has(.cart-items) .cart-item__details,
body:has(.cart-items) .cart-item__quantity,
body:has(.cart-items) .caption-with-letter-spacing {
  color: #3e2d23 !important;
}

/* Product image */
body:has(.cart-items) .cart-item__image-container,
body:has(.cart-items) .cart-item__media {
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #f7f5f1 !important;
}

/* Prices */
body:has(.cart-items) .cart-item__price-wrapper,
body:has(.cart-items) .cart-item__totals,
body:has(.cart-items) .totals__total-value,
body:has(.cart-items) .price,
body:has(.cart-items) .price-item {
  color: #a97832 !important;
  font-weight: 700 !important;
}

/* Continue shopping */
body:has(.cart-items) .title-wrapper-with-link a,
body:has(.cart-items) .underlined-link {
  color: #8b6a45 !important;
  text-decoration-color: #8b6a45 !important;
}

body:has(.cart-items) .title-wrapper-with-link a:hover,
body:has(.cart-items) .underlined-link:hover {
  color: #3e2d23 !important;
}

/* Quantity selector */
body:has(.cart-items) .quantity {
  background: #ffffff !important;
  border: 1px solid rgba(62, 45, 35, 0.20) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

body:has(.cart-items) .quantity__button,
body:has(.cart-items) .quantity__input {
  color: #3e2d23 !important;
}

/* Trash icon */
body:has(.cart-items) cart-remove-button a,
body:has(.cart-items) cart-remove-button svg {
  color: #8b6a45 !important;
  fill: #8b6a45 !important;
  stroke: #8b6a45 !important;
}

/* Checkout button */
body:has(.cart-items) .cart__checkout-button {
  --color-button: 62, 45, 35 !important;
  --color-button-text: 255, 255, 255 !important;

  background: #3e2d23 !important;
  background-color: #3e2d23 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  min-height: 58px !important;
  font-weight: 700 !important;
}

body:has(.cart-items) .cart__checkout-button::before,
body:has(.cart-items) .cart__checkout-button::after {
  background: #3e2d23 !important;
  background-color: #3e2d23 !important;
  border: 0 !important;
  box-shadow: none !important;
}

body:has(.cart-items) .cart__checkout-button:hover,
body:has(.cart-items) .cart__checkout-button:hover::before,
body:has(.cart-items) .cart__checkout-button:hover::after {
  background: #8b6a45 !important;
  background-color: #8b6a45 !important;
}

/* Recommended-products area */
body:has(.cart-items) .featured-collection,
body:has(.cart-items) .related-products,
body:has(.cart-items) .product-recommendations,
body:has(.cart-items) .product-grid-container {
  background: #f8f4ec !important;
}

/* Recommended-products title */
body:has(.cart-items) .featured-collection h2,
body:has(.cart-items) .related-products h2,
body:has(.cart-items) .collection__title h2 {
  color: #3e2d23 !important;
}

/* Recommended product cards */
body:has(.cart-items) .product-card-wrapper,
body:has(.cart-items) .card-wrapper {
  background: #fffdf9 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 28px rgba(62, 45, 35, 0.10) !important;
}

/* Recommended-product prices */
body:has(.cart-items) .card-information .price,
body:has(.cart-items) .card-information .price-item {
  color: #a97832 !important;
}

/* View-all button below recommendations */
body:has(.cart-items) .collection__view-all .button,
body:has(.cart-items) .view-all-button {
  --color-button: 62, 45, 35 !important;
  --color-button-text: 255, 255, 255 !important;

  background: #3e2d23 !important;
  background-color: #3e2d23 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

body:has(.cart-items) .collection__view-all .button::before,
body:has(.cart-items) .collection__view-all .button::after,
body:has(.cart-items) .view-all-button::before,
body:has(.cart-items) .view-all-button::after {
  border: 0 !important;
  box-shadow: none !important;
  background: #3e2d23 !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  body:has(.cart-items) .cart-items,
  body:has(.cart-items) .cart__footer {
    padding: 18px !important;
    border-radius: 14px !important;
  }

  body:has(.cart-items) .cart-item {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  body:has(.cart-items) .cart__checkout-button {
    width: 100% !important;
  }
}
/* =========================================
   CART RECOMMENDATIONS — CENTER SINGLE PRODUCT
   ========================================= */

body:has(.cart-items) .featured-collection,
body:has(.cart-items) .related-products,
body:has(.cart-items) .product-recommendations {
  background: #f8f4ec !important;
  padding-top: 36px !important;
  padding-bottom: 50px !important;
}

/* Center recommendation heading */
body:has(.cart-items) .featured-collection h2,
body:has(.cart-items) .related-products h2,
body:has(.cart-items) .collection__title h2 {
  text-align: center !important;
  color: #3e2d23 !important;
  margin-bottom: 28px !important;
}

/* Center the product grid when only a few products exist */
body:has(.cart-items) .featured-collection .product-grid,
body:has(.cart-items) .related-products .product-grid,
body:has(.cart-items) .product-recommendations .product-grid {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 28px !important;
}

/* Give each recommendation a normal card width */
body:has(.cart-items) .featured-collection .grid__item,
body:has(.cart-items) .related-products .grid__item,
body:has(.cart-items) .product-recommendations .grid__item {
  width: 340px !important;
  max-width: 340px !important;
  flex: 0 0 340px !important;
}

/* Remove excessive section height */
body:has(.cart-items) .featured-collection .page-width,
body:has(.cart-items) .related-products.page-width,
body:has(.cart-items) .product-recommendations.page-width {
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

@media screen and (max-width: 749px) {
  body:has(.cart-items) .featured-collection .grid__item,
  body:has(.cart-items) .related-products .grid__item,
  body:has(.cart-items) .product-recommendations .grid__item {
    width: min(100%, 340px) !important;
    max-width: 340px !important;
    flex-basis: min(100%, 340px) !important;
  }
}
/* =========================================
   PRODUCT DESCRIPTION ACCORDIONS
   ========================================= */

body:has([id^="MainProduct-"]) .abry-product-summary {
  color: #3d352f;
  font-size: 1.65rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

body:has([id^="MainProduct-"]) .abry-product-summary p {
  margin: 0;
}

body:has([id^="MainProduct-"]) .abry-product-accordions {
  border-top: 1px solid rgba(62, 45, 35, 0.14);
}

body:has([id^="MainProduct-"]) .abry-product-accordions details {
  border-bottom: 1px solid rgba(62, 45, 35, 0.14);
}

body:has([id^="MainProduct-"]) .abry-product-accordions summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 18px 34px 18px 0;
  color: #3e2d23;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

body:has([id^="MainProduct-"]) .abry-product-accordions summary::-webkit-details-marker {
  display: none;
}

body:has([id^="MainProduct-"]) .abry-product-accordions summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: #a97832;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
}

body:has([id^="MainProduct-"]) .abry-product-accordions details[open] summary::after {
  content: "−";
}

body:has([id^="MainProduct-"]) .abry-accordion-content {
  padding: 0 8px 18px 0;
  color: #4b423c;
  font-size: 1.5rem;
  line-height: 1.7;
}

body:has([id^="MainProduct-"]) .abry-accordion-content ul {
  margin: 0;
  padding-left: 22px;
}

body:has([id^="MainProduct-"]) .abry-accordion-content li {
  margin-bottom: 6px;
}

body:has([id^="MainProduct-"]) .abry-accordion-content p {
  margin: 0;
}

@media screen and (max-width: 749px) {
  body:has([id^="MainProduct-"]) .abry-product-summary {
    font-size: 1.5rem;
  }

  body:has([id^="MainProduct-"]) .abry-product-accordions summary {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.5rem;
  }
}
/* =========================================
   CONTACT PAGE — PREMIUM STYLE
   ========================================= */

/* Match the site's cream background */
body:has(.contact) #MainContent,
body:has(.contact) #MainContent > .gradient,
body:has(.contact) #MainContent [id^="shopify-section-template"],
body:has(.contact) .shopify-section:has(.contact),
body:has(.contact) .shopify-section:has(.contact) > div {
  background: var(--kz-cream) !important;
  background-color: var(--kz-cream) !important;
}

/* Contact section */
body:has(.contact) .contact {
  max-width: 1040px !important;
  margin: 0 auto !important;
  padding: 52px 24px 72px !important;
  background: var(--kz-cream) !important;
}

/* Heading */
body:has(.contact) .contact .title,
body:has(.contact) .contact h1,
body:has(.contact) .contact h2 {
  color: var(--kz-brown) !important;
  font-family: "Playfair Display", serif !important;
  text-align: center !important;
  font-size: clamp(4rem, 5vw, 5.8rem) !important;
  line-height: 1.1 !important;
  margin-top: 0 !important;
  margin-bottom: 38px !important;
}

/* Field spacing */
body:has(.contact) .contact .field {
  margin-bottom: 22px !important;
}

body:has(.contact) .contact .contact__fields {
  gap: 22px !important;
}

/* Inputs and textarea */
body:has(.contact) .contact .field__input,
body:has(.contact) .contact .text-area {
  background: var(--kz-card) !important;
  color: var(--kz-brown) !important;
  border: 1px solid rgba(62, 45, 35, 0.22) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  min-height: 58px !important;
  font-size: 1.7rem !important;
}

/* Remove theme field overlays */
body:has(.contact) .contact .field::before,
body:has(.contact) .contact .field::after {
  border: 0 !important;
  box-shadow: none !important;
}

/* Textarea */
body:has(.contact) .contact textarea.field__input {
  min-height: 165px !important;
  resize: vertical !important;
}

/* Floating labels */
body:has(.contact) .contact .field__label {
  color: #59483d !important;
  font-size: 1.6rem !important;
}

/* Hide native placeholders to prevent doubled wording */
body:has(.contact) .contact input::placeholder,
body:has(.contact) .contact textarea::placeholder {
  color: transparent !important;
  opacity: 0 !important;
}

/* Focus */
body:has(.contact) .contact .field__input:focus,
body:has(.contact) .contact .text-area:focus {
  border-color: var(--kz-gold) !important;
  box-shadow: 0 0 0 2px rgba(169, 120, 50, 0.14) !important;
  outline: none !important;
}

/* Send button */
body:has(.contact) .contact .button,
body:has(.contact) .contact button[type="submit"] {
  --color-button: 62, 45, 35 !important;
  --color-button-text: 255, 255, 255 !important;

  width: 100% !important;
  min-height: 58px !important;
  margin-top: 4px !important;
  background: var(--kz-brown) !important;
  background-color: var(--kz-brown) !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
}

/* Remove button overlays */
body:has(.contact) .contact .button::before,
body:has(.contact) .contact .button::after,
body:has(.contact) .contact button[type="submit"]::before,
body:has(.contact) .contact button[type="submit"]::after {
  background: var(--kz-brown) !important;
  background-color: var(--kz-brown) !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 12px !important;
}

/* Hover */
body:has(.contact) .contact .button:hover,
body:has(.contact) .contact .button:hover::before,
body:has(.contact) .contact .button:hover::after,
body:has(.contact) .contact button[type="submit"]:hover {
  background: var(--kz-brown-hover) !important;
  background-color: var(--kz-brown-hover) !important;
}

/* Keep footer black */
body:has(.contact) .footer,
body:has(.contact) .footer.gradient,
body:has(.contact) .shopify-section-group-footer-group,
body:has(.contact) [id*="footer-group"] {
  background: #111111 !important;
  background-color: #111111 !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  body:has(.contact) .contact {
    padding: 38px 18px 55px !important;
  }

  body:has(.contact) .contact .title,
  body:has(.contact) .contact h1,
  body:has(.contact) .contact h2 {
    font-size: 3.8rem !important;
    margin-bottom: 28px !important;
  }

  body:has(.contact) .contact .contact__fields {
    display: block !important;
  }
}
/* =========================================
   FAQ PAGE — PREMIUM ACCORDION STYLE
   ========================================= */

/* FAQ page background */
body:has(.abry-faq) #MainContent,
body:has(.abry-faq) #MainContent > .gradient,
body:has(.abry-faq) #MainContent [id^="shopify-section-template"],
body:has(.abry-faq) .shopify-section:has(.abry-faq) {
  background: var(--kz-cream) !important;
  background-color: var(--kz-cream) !important;
}

/* Main page container */
body:has(.abry-faq) .main-page-title {
  color: var(--kz-brown) !important;
  text-align: center !important;
  font-size: clamp(4rem, 5vw, 5.8rem) !important;
  line-height: 1.1 !important;
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

body:has(.abry-faq) .page-width--narrow {
  max-width: 980px !important;
  padding-top: 48px !important;
  padding-bottom: 72px !important;
}

/* FAQ wrapper */
.abry-faq {
  max-width: 900px;
  margin: 0 auto;
}

/* Introduction */
.abry-faq-intro {
  max-width: 720px;
  margin: 0 auto 34px !important;
  color: #59483d;
  font-size: 1.75rem;
  line-height: 1.65;
  text-align: center;
}

/* Accordion cards */
.abry-faq details {
  background: var(--kz-card);
  border: 1px solid rgba(62, 45, 35, 0.14);
  border-radius: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 7px 22px rgba(62, 45, 35, 0.07);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.abry-faq details:hover {
  border-color: rgba(169, 120, 50, 0.42);
  box-shadow: 0 11px 28px rgba(62, 45, 35, 0.11);
  transform: translateY(-1px);
}

/* Open accordion */
.abry-faq details[open] {
  border-color: rgba(169, 120, 50, 0.5);
  box-shadow: 0 12px 30px rgba(62, 45, 35, 0.11);
}

/* Question row */
.abry-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 20px 62px 20px 24px;
  color: var(--kz-brown);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.abry-faq summary::-webkit-details-marker {
  display: none;
}

/* Plus icon */
.abry-faq summary::after {
  content: "+";
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--kz-gold);
  font-family: Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
}

/* Minus icon when open */
.abry-faq details[open] summary::after {
  content: "−";
}

/* Divider under open question */
.abry-faq details[open] summary {
  border-bottom: 1px solid rgba(62, 45, 35, 0.1);
}

/* Answer */
.abry-faq-answer {
  padding: 20px 24px 24px;
  color: #4c413a;
  font-size: 1.6rem;
  line-height: 1.75;
}

.abry-faq-answer p {
  margin: 0 !important;
}

/* Keep footer black */
body:has(.abry-faq) .footer,
body:has(.abry-faq) .footer.gradient,
body:has(.abry-faq) .shopify-section-group-footer-group,
body:has(.abry-faq) [id*="footer-group"] {
  background: #111111 !important;
  background-color: #111111 !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  body:has(.abry-faq) .page-width--narrow {
    padding: 34px 18px 52px !important;
  }

  body:has(.abry-faq) .main-page-title {
    font-size: 3.7rem !important;
    margin-bottom: 22px !important;
  }

  .abry-faq-intro {
    font-size: 1.55rem;
    margin-bottom: 26px !important;
  }

  .abry-faq details {
    margin-bottom: 12px;
    border-radius: 12px;
  }

  .abry-faq summary {
    min-height: 62px;
    padding: 17px 52px 17px 18px;
    font-size: 1.55rem;
  }

  .abry-faq summary::after {
    right: 18px;
    font-size: 2.5rem;
  }

  .abry-faq-answer {
    padding: 17px 18px 20px;
    font-size: 1.5rem;
  }
}
/* =========================================
   POLICY PAGES — PREMIUM STYLE
   ========================================= */

body:has(.store-policy) #MainContent,
body:has(.store-policy) #MainContent > .gradient,
body:has(.store-policy) #MainContent [id^="shopify-section-template"],
body:has(.store-policy) .shopify-section:has(.store-policy) {
  background: var(--kz-cream) !important;
  background-color: var(--kz-cream) !important;
}

body:has(.store-policy) .page-width--narrow {
  max-width: 1040px !important;
  padding-top: 48px !important;
  padding-bottom: 72px !important;
}

body:has(.store-policy) .main-page-title {
  color: var(--kz-brown) !important;
  text-align: center !important;
  font-family: "Playfair Display", serif !important;
  font-size: clamp(4rem, 5vw, 5.8rem) !important;
  line-height: 1.1 !important;
  margin-top: 0 !important;
  margin-bottom: 32px !important;
}

.store-policy {
  max-width: 900px;
  margin: 0 auto;
  padding: 38px 42px 44px;
  background: var(--kz-card);
  border: 1px solid rgba(62, 45, 35, 0.12);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(62, 45, 35, 0.09);
}

.store-policy-intro {
  margin: 0 0 30px !important;
  padding: 0 0 24px;
  color: #59483d;
  font-size: 1.7rem;
  line-height: 1.75;
  border-bottom: 1px solid rgba(62, 45, 35, 0.12);
}

.store-policy h2 {
  position: relative;
  margin: 32px 0 12px !important;
  padding-left: 18px;
  color: var(--kz-brown) !important;
  font-family: "Playfair Display", serif !important;
  font-size: 2.7rem !important;
  line-height: 1.25;
}

.store-policy h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 4px;
  height: 0.9em;
  border-radius: 999px;
  background: var(--kz-gold);
}

.store-policy p {
  margin: 0 0 22px !important;
  color: #403730;
  font-size: 1.62rem;
  line-height: 1.78;
}

.store-policy > :last-child {
  margin-bottom: 0 !important;
}

.store-policy a {
  color: var(--kz-gold) !important;
  text-decoration-color: rgba(169, 120, 50, 0.5) !important;
  text-underline-offset: 3px;
}

.store-policy a:hover {
  color: var(--kz-brown) !important;
}

body:has(.store-policy) .footer,
body:has(.store-policy) .footer.gradient,
body:has(.store-policy) .shopify-section-group-footer-group,
body:has(.store-policy) [id*="footer-group"] {
  background: #111111 !important;
  background-color: #111111 !important;
}

@media screen and (max-width: 749px) {
  body:has(.store-policy) .page-width--narrow {
    padding: 34px 16px 52px !important;
  }

  body:has(.store-policy) .main-page-title {
    font-size: 3.7rem !important;
    margin-bottom: 24px !important;
  }

  .store-policy {
    padding: 26px 20px 30px;
    border-radius: 14px;
  }

  .store-policy-intro {
    font-size: 1.55rem;
    line-height: 1.7;
    margin-bottom: 24px !important;
    padding-bottom: 20px;
  }

  .store-policy h2 {
    margin-top: 26px !important;
    font-size: 2.3rem !important;
  }

  .store-policy p {
    font-size: 1.5rem;
    line-height: 1.72;
  }
}
/* Product price color */

.price,
.price-item,
.price__regular,
.price__sale,
.price-item--regular,
.price-item--sale,
.card-information .price,
.card-information .price-item {
  color: var(--kz-brown) !important;
}

/* Sale price */
.price--on-sale .price-item--sale {
  color: var(--kz-brown) !important;
}

/* Compare-at price */
.price-item--regular.price-item--last {
  color: rgba(62,45,35,.55) !important;
}