/** Shopify CDN: Minification failed

Line 761:0 Expected "}" to go with "{"

**/
/* Mobile header size reduction */
@media screen and (max-width: 749px) {
  /* Header container padding */
  .shopify-section-header {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  
  /* Inner header padding/height */
  .header,
  .header__wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: auto !important;
  }
  
  /* Logo container and image */
  .header__heading,
  .header__heading-logo {
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .header__heading-logo img,
  .header__heading-link img {
    max-height: 35px !important;
    width: auto !important;
  }
  
  /* Menu icons */
  .header__icon {
    height: 2rem !important;
    width: 2rem !important;
  }
}
/* Small but still functional header */

.header-wrapper,
.header {
  min-height: 48px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.header__heading,
.header__inline-menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header__heading-logo img {
  max-height: 28px !important;
  height: auto !important;
  width: auto !important;
}

.header__menu-item,
.header__inline-menu li a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.2 !important;
}

.header__icon,
.header__icon svg {
  width: 20px !important;
  height: 20px !important;
}

@media screen and (max-width: 749px) {
  .header-wrapper,
  .header {
    min-height: 56px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .header__heading-logo img {
    max-height: 24px !important;
  }
}
/* EXTRA SMALL functional header */

/* Main header height + padding */
.header-wrapper,
.header {
  min-height: 42px !important;  /* was 48px */
  padding-top: 2px !important;  /* was 4px */
  padding-bottom: 2px !important;
}

/* Reduce inner spacing */
.header__heading,
.header__inline-menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Smaller logo */
.header__heading-logo img {
  max-height: 22px !important;  /* was 28px */
  height: auto !important;
  width: auto !important;
}

/* Tighten menu link spacing */
.header__menu-item,
.header__inline-menu li a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;

}

/* Desktop header height */
.header-wrapper,
.header {
  min-height: 38px !important;  /* absolute safe minimum */
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

/* Remove almost all inner padding */
.header__heading,
.header__inline-menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Shrink logo further */
.header__heading-logo img {
  max-height: 18px !important;  /* very small but still visible */
  height: auto !important;
  width: auto !important;
}

/* Tighten navigation links */
.header__menu-item,
.header__inline-menu li a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;  /* smallest possible without clipping */
  font-size: 13px !important; /* optional: reduce menu font size */
}

/* Shrink icons again */
.header__icon,
.header__icon svg {
  width: 16px !important;
  height: 16px !important;
}

/* Mobile version – minimum safe touch size */
@media screen and (max-width: 749px) {
  .header-wrapper,
  .header {
    min-height: 48px !important; /* DO NOT go lower – required for tap targets */
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .header__heading-logo img {
    max-height: 18px !important;
  }
  /* Make collapsible titles look like real headings */
summary.accordion__summary .text-with-icon span {
  font-family: var(--font-heading-family, serif) !important;
  font-weight: 700 !important;           /* heavier, like a heading */
  font-size: 1.5rem !important;          /* clearly larger than body text */
  letter-spacing: 0.18em !important;     /* spaced out like your main headers */
  line-height: 1.2 !important;
}
/* TEST: force accordion titles to change so we can see it's working */
body .accordion__summary .text-with-icon span,
body .accordion__summary.uppercase .text-with-icon span {
  font-family: var(--font-heading-family, serif) !important;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #c13c88 !important; /* TEMP: bright color so we can see it */
}
/* Stretch Theme Accordion Title Override */
accordion-row::part(summary),
accordion-group::part(summary),
accordion::part(summary),
.collapsible-rte::part(summary),
details::part(summary) {
  font-family: var(--font-heading-family) !important;
  font-weight: 700 !important;
  font-size: 1.3rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}
/* ======= CUSTOM LUXURY STYLES ======= */

/* More vertical breathing room between major sections */
.section,
.main-content > div {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* Softer body text and warmer near-black color */
body, p, .text-body {
  color: #3a332c !important;
  line-height: 1.6 !important;
}

/* Cleaner headings */
h1, h2, h3, .heading {
  letter-spacing: -0.005em;
  line-height: 1.15 !important;
  font-weight: 500 !important;
}

/* Pill-shaped elegant buttons */
.button, .btn, button, .shopify-payment-button__button {
  border-radius: 999px !important;
  padding: 0.85rem 1.9rem !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.05em;
  text-transform: none !important;
  transition: all 0.25s ease;
}
.button:hover, .btn:hover, button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* Minimal & clean product cards */
.product-card, .card {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.product-card__title, .card__title {
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  margin-top: 12px !important;
}

/* Soft hover underline for nav links */
.header__menu-item a {
  position: relative;
}
.header__menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  width: 0;
  background: currentColor;
  transition: width 0.25s ease;
}
.header__menu-item a:hover::after {
  width: 100%;
}

/* ======= CUSTOM LUXURY STYLES ======= */

/* More vertical breathing room between major sections */
.section,
.main-content > div {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* Softer body text and warmer near-black color */
body, p, .text-body {
  color: #3a332c !important;
  line-height: 1.6 !important;
}

/* Cleaner headings */
h1, h2, h3, .heading {
  letter-spacing: -0.005em;
  line-height: 1.15 !important;
  font-weight: 500 !important;
}

/* Pill-shaped elegant buttons */
.button, .btn, button, .shopify-payment-button__button {
  border-radius: 999px !important;
  padding: 0.85rem 1.9rem !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.05em;
  text-transform: none !important;
  transition: all 0.25s ease;
}
.button:hover, .btn:hover, button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* Minimal & clean product cards */
.product-card, .card {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.product-card__title, .card__title {
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  margin-top: 12px !important;
}

/* Soft hover underline for nav links */
.header__menu-item a {
  position: relative;
}
.header__menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  width: 0;
  background: currentColor;
  transition: width 0.25s ease;
}
.header__menu-item a:hover::after {
  width: 100%;
}

/* Slight rounding of images for editorial softness */
img {
  border-radius: 0 !important;
}
/* Remove rounding from EVERYTHING on site */
*, *::before, *::after {
  border-radius: 0 !important;
}

/* ===== EXOTICA – custom styles ===== */

/* Base page background + text */
html,
body {
  background-color: #F8F5EF;  /* your cream */
  color: #3a332c;
  line-height: 1.6;
}

/* Spacing between sections */
main .shopify-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* Spacing between sections */
main .shopify-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Remove bottom padding from slideshow on mobile */
@media screen and (max-width: 749px) {
  main #shopify-section-template--22392049041444__slideshow_rwmxqG {
    padding-bottom: 0 !important;
  }
}


/* No extra padding under header/announcement */
main .shopify-section:first-child {
  padding-top: 0;
}

/* Headings – editorial feel */
h1, h2, h3 {
  letter-spacing: -0.01em;
  line-height: 1.15;
  font-weight: 500;
}

/* Buttons – pill shape, keep theme colors */
.button,
.btn,
button,
.shopify-payment-button__button {
  border-radius: 999px;
  padding: 0.8rem 1.8rem;
  letter-spacing: 0.06em;
  text-transform: none;
  transition: all 0.25s ease;
}

.button:hover,
.btn:hover,
button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* Product cards – minimal */
.product-card,
.card {
  border: none;
  box-shadow: none;
}

.product-card__title,
.card__title {
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 12px;
}

/* Nav hover – subtle underline */
.header__menu-item a {
  position: relative;
}

.header__menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  width: 0;
  background: currentColor;
  transition: width 0.25s ease;
}

.header__menu-item a:hover::after {
  width: 100%;
}
/* === EXOTICA – make FACE / BODY / ALL horizontal in the SHOP dropdown (desktop only) === */
@media (min-width: 990px) {
  /* The dropdown panel */
  .header__submenu .list-menu {
    display: flex !important;
    flex-direction: row !important;
    gap: 32px;                  /* space between FACE / BODY / ALL – adjust if needed */
  }

  /* Each item inside the dropdown */
  .header__submenu .list-menu__item {
    margin: 0 !important;
    white-space: nowrap;        /* keeps each word on one line */
  }
}
/* EXOTICA – Reduce height of SHOP dropdown */
.header__submenu {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Optional: reduce space ABOVE dropdown */
.header__submenu.open {
  margin-top: -10px !important;
}

/* Optional: tighten spacing between items */
.header__submenu .header__menu-item {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
/* Thin line buttons for trust icons */
.trust-icons .button,
.trust-icons__item .button,
[class*="trust"] .button {
  border-radius: 0 !important;
  padding: 8px 16px !important;
  border-width: 1px !important;
  background: transparent !important;
}
@media screen and (min-width: 1000px) {
  .footer img {
    max-width: 200px !important;
    width: 200px !important;
    height: auto !important;
  }
}
@media screen and (max-width: 749px) {
  .product-facets,
  .product-filters,
  .mobile-facets,
  .mobile-facets__wrapper,
  facet-filters-form {
    display: none !important;
  }
}
/* Ingredient modal background fix */
div[class*="ai-gen-block__bf4eb64"] {
  background-color: #ffffff !important;
  padding: 20px !important;
}
/* White text for footer except buttons */
.footer h2,
.footer h3,
.footer h4,
.footer p,
.footer a:not(.button):not(.btn),
.footer label,
.footer input::placeholder {
  color: white !important;
}

/* Ensure links are visible */
.footer a:not(.button):not(.btn):hover {
  opacity: 0.8;
}

/* Newsletter button text - targets the exact Stretch theme button */
.footer button.button,
.footer .form-row button.button {
  color: #442718 !important;
}
/* For a fully transparent button with border */
.section-split .button {
  background-color: transparent !important;
  border: 2px solid #fdf8f1 !important;
  color: #fdf8f1 !important;
}

/* For hover effect */
.section-split .button:hover {
  background-color: rgba(253, 248, 241, 0.1) !important;
}

/* Mobile button sizing - very specific targeting */
@media screen and (max-width: 749px) {
  .section-split button.button,
  .section-split a.button {
    font-size: 12px !important;
    padding: 8px 16px !important;
    min-height: 36px !important;
    height: auto !important;
  }
  
  .section-split .button__content {
    font-size: 12px !important;
    padding: 0 !important;
  }
}
#shopify-section-template--22392049041444__text_with_media_7Ycdqm .button.button--outline {
  background-color: #442718 !important;
  border-color: #442718 !important;
  color: #ffffff !important;
}

#shopify-section-template--22392049041444__text_with_media_7Ycdqm .button.button--outline:hover {
  background-color: #5a3420 !important;
  border-color: #5a3420 !important;
}
@media screen and (max-width: 749px) {
  .section-split button.button,
  .section-split a.button {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }
}
#template--22392049041444__text_with_media_fBKkRh .button {
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  #shopify-section-template--22392049041444__text_with_media_fBKkRh .prose {
    padding-top: 80px;
  }
   /* Rhode-style accordion for values section - force override */
.links-with-image .section-split__column a.big-link {
  display: block !important;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the h4 heading by default */
.links-with-image .section-split__column a.big-link .w-stack h4 {
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: all 0.3s ease !important;
}

/* Hide the paragraph by default */
.links-with-image .section-split__column a.big-link .w-stack p {
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: all 0.4s ease !important;
}

/* Show h4 heading on hover */
.links-with-image .section-split__column a.big-link:hover .w-stack h4 {
  max-height: 200px !important;
  opacity: 1 !important;
  margin-bottom: 0.5rem !important;
}

/* Show paragraph on hover */
.links-with-image .section-split__column a.big-link:hover .w-stack p {
  max-height: 500px !important;
  opacity: 1 !important;
  margin-top: 0.5rem !important;
}

/* Mobile menu drawer - make all headings consistent size and alignment */
@media screen and (max-width: 749px) {
  .menu-drawer__panel-body .h4,
  .menu-drawer__panel-body button.h4,
  .menu-drawer__panel-body .subheading {
    font-size: 1rem !important;
    text-align: left !important;
  }
  
  .menu-drawer__panel-body button.h4 {
    justify-content: flex-start !important;
  }
  
  .menu-drawer__panel-body .h-stack {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 749px) {
  /* Remove all possible padding sources */
  .header__account-link,
  .header__account-link * {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
  }
  
  /* Target parent containers */
  nav[role="navigation"],
  .header__inline-menu,
  ul.list-unstyled {
    padding-bottom: 0 !important;
  }
}
#shopify-block-template--22392049172516__1767263598de0c7644__ai_gen_block_2afd88d_jy4DRi {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

#shopify-block-template--22392049172516__1767263598de0c7644__ai_gen_block_2afd88d_jy4DRi img,
#shopify-block-template--22392049172516__1767263598de0c7644__ai_gen_block_2afd88d_jy4DRi picture {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
@media screen and (max-width: 749px) {
  #ai_gen_block_2afd88d_jy4DRi,
  #ai_gen_block_2afd88d_jy4DRi img,
  #ai_gen_block_2afd88d_jy4DRi .image-wrapper {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
#shopify-section-template--22392049172516__links_with_image_wGH4E9 .content-box,
#shopify-section-template--22392049172516__links_with_image_wGH4E9 .content-box *,
#shopify-section-template--22392049172516__links_with_image_wGH4E9 .content-box__background-media,
#shopify-section-template--22392049172516__links_with_image_wGH4E9 .links-with-image,
#shopify-section-template--22392049172516__links_with_image_wGH4E9 .links-with-image * {
  border-radius: 0 !important;
}
#shopify-section-template--22392049172516__rich_text_PpYm8Y {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media (max-width: 749px) {
  #shopify-section-template--22392049172516__links_with_image_wGH4E9 links-with-image-carousel {
    margin-top: 24px !important;
  }

@media screen and (max-width: 749px) {
  #shopify-section-template--22392049008676__image_with_text_overlay_bjTMjz {
    --border-radius: 0 !important;
    --rounded: 0 !important;
  }
}
  
  #shopify-section-template--22392049008676__image_with_text_overlay_bjTMjz,
  #shopify-section-template--22392049008676__image_with_text_overlay_bjTMjz > *,
  #shopify-section-template--22392049008676__image_with_text_overlay_bjTMjz * {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
@media screen and (max-width: 749px) {
  #shopify-section-template--22392049008676__image_with_text_overlay_bjTMjz .content-box,
  #shopify-section-template--22392049008676__image_with_text_overlay_bjTMjz .content-box__background-media {
    border-radius: 0 !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
}

/* Add vertical spacing between products on mobile */
@media screen and (max-width: 699px) {
  #shopify-section-template--22392049008676__main .product-list {
    row-gap: 12px !important;     /* adjust this */
    column-gap: 12px !important;  /* adjust this */
  }
}

/* Add vertical spacing between products on mobile */
@media screen and (max-width: 699px) {
  #shopify-section-template--22392049008676__main .product-list > * {
    margin-bottom: 2rem !important;
  }
  
  /* Remove extra margin from last row */
@media screen and (max-width: 699px) {
  #shopify-section-template--22392049008676__main .product-list > *:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
}

}
@media screen and (max-width: 699px) {
  #shopify-section-template--22392049008676__main .product-list {
    row-gap: 16px !important;
  }
}

/* Collection grid spacing (mobile) */

  /* ==================================================
   PRODUCT CARDS (MOBILE): Same-size images + show 1st image
   ================================================== */

@media screen and (max-width: 749px) {

  a[href*="/products/"] .card__media,
  a[href*="/products/"] .card__media .media,
  a[href*="/products/"] .media,
  a[href*="/products/"] .product-card__image {
    aspect-ratio: 4 / 5 !important;
    overflow: hidden !important;
  }

  a[href*="/products/"] img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  a[href*="/products/"] .card__media img:nth-of-type(n+2),
  a[href*="/products/"] .media img:nth-of-type(n+2),
  a[href*="/products/"] picture:nth-of-type(n+2) {
    display: none !important;
  }
}
