/* Static clone overrides — UI interactions without Shopify backend */

:root {
  --header-height: 130px;
  --viewport-height: 100vh;
  --header-bottom-position: 130px;
  --menu-drawer-max-width: min(100vw, 42rem);
  --cart-drawer-width: min(100vw, 42rem);
  --hestia-header-bg: #594a42;
  --hestia-header-text: #FFFCDD;
}

html,
body {
  overflow-x: clip;
  max-width: 100%;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

/* Product gallery uses Apex aspect-ratio layout — skip global img shrink */
body.apex-product-page .product__media-image-wrapper:not(.hestia-media-square) img,
body.apex-product-page .product__media-image-wrapper:not(.hestia-media-square) video {
  height: auto;
}

body.menu-drawer-open {
  overflow: hidden;
  touch-action: none;
}

/* Desktop nav: hide mobile drawer, show inline menu (matches bananatex.info) */
@media screen and (min-width: 1200px) {
  header-drawer {
    display: none !important;
  }

  .header-top__left-center {
    display: flex !important;
    align-items: center;
  }

  .header__menu {
    display: block !important;
  }
}

@media screen and (max-width: 1199px) {
  .header__menu,
  .header-top__left-center {
    display: none !important;
  }
}

.menu-drawer-container {
  display: flex;
}

/* Inline desktop submenu — hover disclosure */
.header .list-menu--inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header .list-menu--inline > li.list-menu-has-child {
  position: relative;
}

.header .list-menu--inline > li > .header__menu-item {
  position: relative;
  padding: 1rem 1.2rem;
  margin: 0;
}

.header .list-menu--inline > li:hover > .header__menu-item {
  opacity: 0.7;
}

.header .list-menu--inline > li.list-menu-has-child:hover > .header__menu-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50%;
  width: 200%;
  height: 20rem;
  z-index: 5;
}

.header__submenu {
  position: absolute;
  padding: 1.2rem 0;
  top: 100%;
  width: max-content;
  max-width: 30rem;
  min-width: 15rem;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity var(--duration-default, 0.3s) ease, visibility var(--duration-default, 0.3s) ease;
  border: 0.1rem solid rgba(var(--color-border), 0.1);
  border-radius: 4px;
  background-color: rgb(var(--color-background));
  list-style: none;
  margin: 0;
}

.header__submenu.header__submenu-first_level {
  margin-left: 1.2rem;
}

.header .list-menu--inline li:hover > .header__submenu,
.header .list-menu--inline li:focus-within > .header__submenu {
  pointer-events: unset;
  visibility: visible;
  opacity: 1;
  z-index: 6;
}

.header-tabs,
.header .list-menu--inline > li > a {
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  font-size: calc(var(--font-header-menu-link-scale) * 1rem);
  text-transform: var(--font-header-menu-text-transform);
  color: var(--hestia-header-text);
  letter-spacing: calc(var(--font-subtitle-letter-spacing, 0.8em) * 0.1);
  text-decoration: none;
}

/* ── Hestia header theme (all pages) ─────────────────────────── */
.shopify-section-header,
.shopify-section-header .header-wrapper,
.shopify-section-header .header-top-container,
.shopify-section-header .header-top-background,
.shopify-section-header .header-top__wrapper,
.shopify-section-header.header-overlay.scrolled-past-header,
.shopify-section-header.header-overlay.scrolled-past-header.color-inverse,
body.apex-product-page .shopify-section-header,
body.apex-product-page .shopify-section-header .header-wrapper,
body.apex-product-page .shopify-section-header .header-wrapper.scrolled-past-header,
body.apex-product-page .shopify-section-header.scrolled-past-header {
  background-color: var(--hestia-header-bg) !important;
}

.shopify-section-header .header-tabs,
.shopify-section-header .header .list-menu--inline > li > a,
.shopify-section-header .header .list-menu--inline > li > .header__menu-item,
.shopify-section-header .header__icon,
.shopify-section-header .header__icon--summary,
.shopify-section-header a.header__cart,
.shopify-section-header .header__cart .cart-count-bubble,
.shopify-section-header .header__mobile-icon-label,
.shopify-section-header.header-overlay.scrolled-past-header .header-tabs,
.shopify-section-header.header-overlay.scrolled-past-header .list-menu--inline > li > a,
.shopify-section-header.header-overlay.scrolled-past-header .header__icon {
  color: var(--hestia-header-text) !important;
}

.shopify-section-header .header__heading-logo:not(.header__heading-logo--overlay) {
  filter: brightness(0) saturate(100%) invert(89%) sepia(12%) saturate(384%) hue-rotate(353deg) brightness(103%) contrast(101%);
}

.shopify-section-header .header__heading-logo--overlay,
.shopify-section-header.header-overlay.scrolled-past-header .header__heading-logo--overlay {
  display: none !important;
}

.shopify-section-header .header__heading-logo:not(.header__heading-logo--overlay),
.shopify-section-header.header-overlay.scrolled-past-header .header__heading-logo:not(.header__heading-logo--overlay) {
  display: block !important;
}

/* Home hero — transparent header + white nav/logo over slideshow */
.shopify-section-header.header-overlay:not(.scrolled-past-header),
.shopify-section-header.header-overlay:not(.scrolled-past-header) .header-wrapper,
.shopify-section-header.header-overlay:not(.scrolled-past-header) .header-top-container,
.shopify-section-header.header-overlay:not(.scrolled-past-header) .header-top-background,
.shopify-section-header.header-overlay:not(.scrolled-past-header) .header-top__wrapper {
  background-color: transparent !important;
}

.shopify-section-header.header-overlay:not(.scrolled-past-header) .header-tabs,
.shopify-section-header.header-overlay:not(.scrolled-past-header) .header .list-menu--inline > li > a,
.shopify-section-header.header-overlay:not(.scrolled-past-header) .header .list-menu--inline > li > .header__menu-item,
.shopify-section-header.header-overlay:not(.scrolled-past-header) .header__icon,
.shopify-section-header.header-overlay:not(.scrolled-past-header) .header__icon--summary,
.shopify-section-header.header-overlay:not(.scrolled-past-header) a.header__cart,
.shopify-section-header.header-overlay:not(.scrolled-past-header) .header__cart .cart-count-bubble,
.shopify-section-header.header-overlay:not(.scrolled-past-header) .header__mobile-icon-label {
  color: #fff !important;
}

.shopify-section-header.header-overlay:not(.scrolled-past-header) .header__heading-logo:not(.header__heading-logo--overlay) {
  display: none !important;
  filter: none;
}

.shopify-section-header.header-overlay:not(.scrolled-past-header) .header__heading-logo--overlay {
  display: block !important;
  filter: brightness(0) invert(1);
}

.shopify-section-header .header__submenu {
  background-color: var(--hestia-header-bg);
  border-color: rgba(255, 252, 221, 0.18);
}

.shopify-section-header .header__submenu .header__menu-item {
  color: var(--hestia-header-text);
}

.shopify-section-header #cart-icon-bubble {
  display: none !important;
}

#menu-drawer,
.menu-drawer__submenu {
  background-color: var(--hestia-header-bg) !important;
}

#menu-drawer .menu-drawer__menu-item,
#menu-drawer .menu-drawer__close-button,
.menu-drawer__submenu .menu-drawer__menu-item {
  color: var(--hestia-header-text);
}

#menu-drawer .menu-drawer__navigation > .menu-drawer__menu > li,
#menu-drawer .menu-drawer__inner-submenu .menu-drawer__menu > li,
#menu-drawer .menu-drawer__close-button,
#menu-drawer .menu-drawer__utility-links {
  border-color: rgba(255, 252, 221, 0.14);
}

#menu-drawer .menu-drawer__navigation > .menu-drawer__menu > li > a.menu-drawer__menu-item:hover,
#menu-drawer .menu-drawer__navigation > .menu-drawer__menu > li > a.menu-drawer__menu-item:focus-visible,
#menu-drawer .menu-drawer__navigation > .menu-drawer__menu > li > details > summary.menu-drawer__menu-item:hover,
#menu-drawer .menu-drawer__navigation > .menu-drawer__menu > li > details > summary.menu-drawer__menu-item:focus-visible {
  background: rgba(255, 252, 221, 0.08);
}

/* Hestia Fashion logo sizing */
.header__heading-link .header__heading-logo {
  height: 52px;
  width: auto;
  max-width: 208px;
  object-fit: contain;
}

.header__heading-link .header__heading-logo--overlay {
  display: none;
  filter: brightness(0) invert(1);
}

/* Sticky header — always visible while scrolling */
.shopify-section-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: var(--header-z-index, 100);
  background: var(--hestia-header-bg);
}

.shopify-section-header .header-wrapper {
  transition: background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Offset main content so it is not hidden under fixed header */
#MainContent:not(:has(> .header-overlay-section:first-child)) {
  padding-top: var(--header-height);
}

/* Hero overlay header — white nav + logo over slideshow (home) */
.shopify-section-header.header-overlay {
  background: transparent;
}

.shopify-section-header.header-overlay.color-inverse:not(.color-background-1) .header-tabs,
.shopify-section-header.header-overlay.color-inverse:not(.color-background-1) .list-menu--inline > li > a,
.shopify-section-header.header-overlay.color-inverse:not(.color-background-1) .header__icon {
  color: #fff;
}

.shopify-section-header.header-overlay.color-inverse:not(.color-background-1) .header__heading-logo:not(.header__heading-logo--overlay) {
  display: none;
}

.shopify-section-header.header-overlay.color-inverse:not(.color-background-1) .header__heading-logo--overlay {
  display: block;
}

.shopify-section-header.header-overlay.scrolled-past-header,
.shopify-section-header.header-overlay.scrolled-past-header.color-inverse {
  background: var(--hestia-header-bg);
}

.shopify-section-header.header-overlay.scrolled-past-header .header-tabs,
.shopify-section-header.header-overlay.scrolled-past-header .list-menu--inline > li > a,
.shopify-section-header.header-overlay.scrolled-past-header .header__icon {
  color: var(--hestia-header-text);
}

.shopify-section-header.header-overlay.scrolled-past-header .header__heading-logo:not(.header__heading-logo--overlay) {
  display: block;
  filter: brightness(0) saturate(100%) invert(89%) sepia(12%) saturate(384%) hue-rotate(353deg) brightness(103%) contrast(101%);
}

.shopify-section-header.header-overlay.scrolled-past-header .header__heading-logo--overlay {
  display: none;
}

.header-overlay-section .overlay-header-paddings {
  padding-top: var(--header-height);
}

.header__mobile-icon-label {
  display: none;
}

@keyframes bounce-animation {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

.scroll-arrow-link {
  animation: bounce-animation 2s infinite ease-in-out;
}

/* ── Mobile drawer + backdrop ───────────────────────────────────── */
@media screen and (max-width: 1199px) {
  header-drawer {
    display: flex;
    align-items: center;
  }

  .menu-drawer-container {
    position: relative;
    z-index: 120;
  }

  .menu-drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 110;
    background: rgba(6, 6, 6, 0.45);
    opacity: 1;
    transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu-drawer-backdrop[hidden] {
    display: none !important;
  }

  #menu-drawer.menu-opening,
  .menu-drawer-container.menu-opening #menu-drawer,
  .menu-drawer-container details[open] #menu-drawer {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  #menu-drawer {
    position: fixed;
    top: var(--header-bottom-position, var(--header-height));
    left: 0;
    width: var(--menu-drawer-max-width);
    max-width: 100%;
    height: calc(var(--viewport-height, 100vh) - var(--header-bottom-position, var(--header-height)));
    transform: translateX(-105%);
    opacity: 0;
    visibility: hidden;
    z-index: 120;
    overflow: hidden;
    transition: transform 0.24s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1),
      visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 8px 0 40px rgba(0, 0, 0, 0.12);
  }

  .menu-drawer__inner-container,
  .menu-drawer__navigation-container {
    height: 100%;
    min-height: 0;
  }

  .menu-drawer__navigation-container {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .menu-drawer__navigation-container .menu-drawer__navigation {
    padding: 0;
  }

  .menu-drawer__navigation > .menu-drawer__menu {
    margin: 0;
    padding: 0;
  }

  .menu-drawer__navigation > .menu-drawer__menu > li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 252, 221, 0.14);
  }

  .menu-drawer__navigation > .menu-drawer__menu > li:first-child {
    border-top: 1px solid rgba(255, 252, 221, 0.14);
  }

  .menu-drawer__navigation > .menu-drawer__menu > li > a.menu-drawer__menu-item,
  .menu-drawer__navigation > .menu-drawer__menu > li > details > summary.menu-drawer__menu-item,
  .menu-drawer__inner-submenu .menu-drawer__menu-item {
    min-height: 4.8rem;
    padding: 1.4rem 2.4rem 1.4rem 3.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }

  .menu-drawer__navigation > .menu-drawer__menu > li > a.menu-drawer__menu-item,
  .menu-drawer__navigation > .menu-drawer__menu > li > details > summary.menu-drawer__menu-item {
    width: 100%;
    margin: 0;
    border: 0;
    background: transparent;
    color: var(--hestia-header-text) !important;
    font-family: var(--font-heading-family, var(--font-body-family));
    line-height: 1.25;
    text-decoration: none;
    justify-content: space-between;
    gap: 1.6rem;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-drawer .menu-drawer__navigation > .menu-drawer__menu > li > a.menu-drawer__menu-item .menu-drawer__menu-label,
  #menu-drawer .menu-drawer__navigation > .menu-drawer__menu > li > details > summary.menu-drawer__menu-item .menu-drawer__menu-label {
    display: block;
    margin: 0 !important;
    padding: 0;
    color: inherit !important;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    flex: 1;
  }

  #menu-drawer .menu-drawer__navigation > .menu-drawer__menu > li > a.menu-drawer__menu-item {
    margin-bottom: 0 !important;
    display: flex !important;
  }

  .menu-drawer__navigation > .menu-drawer__menu > li > details > summary.menu-drawer__menu-item {
    list-style: none;
    cursor: pointer;
  }

  .menu-drawer__navigation > .menu-drawer__menu > li > details > summary.menu-drawer__menu-item::-webkit-details-marker {
    display: none;
  }

  .menu-drawer__navigation > .menu-drawer__menu > li > details > summary.menu-drawer__menu-item::after {
    content: "";
    flex-shrink: 0;
    width: 0.7rem;
    height: 0.7rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(-45deg) translateY(-0.1rem);
    opacity: 0.45;
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu-drawer__navigation > .menu-drawer__menu > li > details[open] > summary.menu-drawer__menu-item::after {
    transform: rotate(45deg) translateY(0.1rem);
    opacity: 0.7;
  }

  .menu-drawer__navigation > .menu-drawer__menu > li > a.menu-drawer__menu-item:hover,
  .menu-drawer__navigation > .menu-drawer__menu > li > a.menu-drawer__menu-item:focus-visible,
  .menu-drawer__navigation > .menu-drawer__menu > li > details > summary.menu-drawer__menu-item:hover,
  .menu-drawer__navigation > .menu-drawer__menu > li > details > summary.menu-drawer__menu-item:focus-visible {
    background: rgba(255, 252, 221, 0.08);
    color: var(--hestia-header-text) !important;
  }

  .menu-drawer__navigation > .menu-drawer__menu > li > a.menu-drawer__menu-item--active,
  .menu-drawer__navigation > .menu-drawer__menu > li > a.menu-drawer__menu-item[aria-current="page"] {
    color: var(--hestia-header-text) !important;
    opacity: 1;
  }

  .menu-drawer__inner-submenu .menu-drawer__menu {
    padding: 0;
    margin: 0;
  }

  .menu-drawer__inner-submenu .menu-drawer__menu > li {
    border-bottom: 1px solid rgba(255, 252, 221, 0.14);
  }

  .menu-drawer__inner-submenu .menu-drawer__menu-item {
    color: var(--hestia-header-text) !important;
  }

  .menu-drawer__close-button {
    display: flex !important;
    min-height: 4.8rem;
    align-items: center;
    border: 0;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--hestia-header-text) !important;
    padding: 1.6rem 2.4rem;
    border-bottom: 1px solid rgba(255, 252, 221, 0.14);
  }

  .menu-drawer__submenu {
    position: fixed;
    top: var(--header-bottom-position, var(--header-height));
    left: 0;
    width: var(--menu-drawer-max-width);
    max-width: 100%;
    height: calc(var(--viewport-height, 100vh) - var(--header-bottom-position, var(--header-height)));
    transform: translateX(-105%);
    opacity: 0;
    visibility: hidden;
    z-index: 125;
    background: rgb(var(--color-background));
    transition: transform 0.24s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1),
      visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu-drawer__submenu.menu-opening,
  .menu-drawer__navigation details[open] > .menu-drawer__submenu {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .menu-drawer__utility-links {
    padding: 2.4rem;
    border-top: 1px solid rgba(28, 27, 26, 0.08);
  }

  .menu-drawer__utility-links--legacy {
    display: none;
  }

  .menu-drawer__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-top: 1px solid rgba(255, 252, 221, 0.14);
    margin-top: 0.8rem;
  }

  .menu-drawer__action {
    appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    min-height: 5.6rem;
    padding: 1.4rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    font-family: var(--font-body-family, var(--font-primary), -apple-system, BlinkMacSystemFont, system-ui, sans-serif);
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: var(--hestia-header-text) !important;
    transition: background 0.18s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu-drawer__action + .menu-drawer__action {
    border-left: 1px solid rgba(255, 252, 221, 0.14);
  }

  .menu-drawer__action:hover,
  .menu-drawer__action:focus-visible {
    background: rgba(255, 252, 221, 0.08);
    outline: none;
  }

  .menu-drawer__action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--hestia-header-text) !important;
  }

  .menu-drawer__action-label {
    line-height: 1.2;
  }

  .menu-drawer__action-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.5rem;
    border-radius: 999px;
    background: rgb(var(--color-foreground-title, 28 27 26));
    color: rgb(var(--color-background, 253 253 253));
    font-family: var(--font-secondary), sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
    line-height: 1;
  }

  .menu-drawer__action-count.is-empty {
    opacity: 0.55;
  }

  .header-top__wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.8rem;
    min-height: 64px;
  }

  .header-top__left-center {
    display: none !important;
  }

  .header-top__logo {
    justify-self: center;
    text-align: center;
  }

  .header-top__right {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: nowrap;
  }

  .header__heading-link .header__heading-logo {
    height: 42px;
    max-width: 156px;
  }

  .header-tabs {
    font-size: 1.1rem;
    letter-spacing: 0.04em;
  }

  .header__icon--menu .header__modal-close-button {
    display: none;
  }

  .header__icon--menu .header__modal-open svg {
    width: 30px;
    height: 14px;
  }

  .menu-drawer-container.menu-opening .header__modal-open,
  .menu-drawer-container details[open] .header__modal-open {
    display: none;
  }

  .menu-drawer-container.menu-opening .header__modal-close-button,
  .menu-drawer-container details[open] .header__modal-close-button {
    display: inline-flex;
  }

  .shopify-section-header.header-overlay .header-tabs,
  .shopify-section-header.header-overlay .header__icon,
  .shopify-section-header.header-overlay .list-menu--inline > li > a {
    color: #fff;
  }

  .shopify-section-header.header-overlay .header__heading-logo:not(.header__heading-logo--overlay) {
    display: none;
  }

  .shopify-section-header.header-overlay .header__heading-logo--overlay {
    display: block;
    filter: brightness(0) invert(1);
  }

  .shopify-section-header.header-overlay:not(.scrolled-past-header) {
    background: transparent;
  }

  .shopify-section-header.header-overlay.scrolled-past-header .header-tabs,
  .shopify-section-header.header-overlay.scrolled-past-header .header__icon,
  .shopify-section-header.header-overlay.scrolled-past-header .list-menu--inline > li > a {
    color: var(--hestia-header-text);
  }

  .shopify-section-header.header-overlay.scrolled-past-header .header__heading-logo:not(.header__heading-logo--overlay) {
    display: block;
    filter: brightness(0) saturate(100%) invert(89%) sepia(12%) saturate(384%) hue-rotate(353deg) brightness(103%) contrast(101%);
  }

  .shopify-section-header.header-overlay.scrolled-past-header .header__heading-logo--overlay {
    display: none;
  }

  .shopify-section-header.header-overlay.scrolled-past-header {
    background: var(--hestia-header-bg);
  }

  .header-overlay-section .overlay-header-paddings {
    padding-top: 0;
  }

  .container {
    padding-left: max(1.6rem, env(safe-area-inset-left));
    padding-right: max(1.6rem, env(safe-area-inset-right));
  }

  .featured-brands-shop {
    padding: 4rem 0 5rem;
  }

  .featured-brands-shop__grid {
    gap: 2.8rem;
  }

  .brand-product-card__title {
    font-size: 1.6rem;
  }

  .brand-product-card__desc {
    font-size: 1.35rem;
  }

  .brand-product-card__cta {
    width: 100%;
    text-align: center;
  }

  .contact-interest-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .contact-interest-option {
    min-height: 4.4rem;
    padding: 1rem 1.2rem;
  }

  .contact-form .field {
    margin-bottom: 1.6rem;
  }
}

/* Homepage hero — full-viewport video cover */
#shopify-section-template--24413710451028__slideshow_QbVbHd {
  position: relative;
  margin-bottom: 0;
  height: 100dvh;
  overflow: hidden;
}

#shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow,
#shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow > div,
#shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow__swiper,
#shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow__wrapper,
#shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow-swiper__slide,
#shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow__slider__item-inner {
  height: 100dvh;
  min-height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
}

#shopify-section-template--24413710451028__slideshow_QbVbHd [data-id="slideshow_item_Epbp69"].slideshow-slide {
  --slide-height: 100dvh !important;
  height: 100dvh;
  min-height: 100dvh;
  max-height: 100dvh;
  background: #000 !important;
}

#shopify-section-template--24413710451028__slideshow_QbVbHd [data-id="slideshow_item_Epbp69"].slideshow-slide::before {
  display: none !important;
  padding-bottom: 0 !important;
}

#shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow-slide_full-left {
  padding: 0 !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

#shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow__slider__item-inner,
#shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow-slide_full-screen_text {
  align-items: flex-start !important;
  justify-content: center !important;
}

#shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow-slide_full-screen_text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: stretch !important;
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
  pointer-events: none;
}

#shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow-slide_full-screen_text::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.42) 0%,
    rgba(0, 0, 0, 0.12) 28%,
    transparent 52%
  );
}

#shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow-slide__text.hestia-hero-editorial {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: clamp(8rem, 22vh, 13rem);
  top: auto;
  z-index: 2;
  transform: translateX(-50%);
  width: min(90vw, 72rem);
  max-width: none;
  margin: 0 !important;
  padding: 0 2rem;
  text-align: center !important;
  align-self: center !important;
  pointer-events: auto;
}

.hestia-hero-editorial__eyebrow {
  margin: 0 0 1.6rem;
  font-family: var(--font-body-family, var(--font-primary), sans-serif);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
}

.hestia-hero-editorial__headline {
  margin: 0 0 2rem;
  font-family: var(--font-primary), var(--font-heading-family, serif);
  font-size: clamp(2.6rem, 3.6vw, 4.4rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.12;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
}

.hestia-hero-editorial__link {
  display: inline-block;
  font-family: var(--font-body-family, var(--font-primary), sans-serif);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.2rem;
  transition: opacity 0.2s ease;
}

.hestia-hero-editorial__link:hover,
.hestia-hero-editorial__link:focus-visible {
  opacity: 0.78;
}

#shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow-slide__text {
  position: relative;
  z-index: 2;
  margin: 0 !important;
  max-width: min(65rem, 48vw);
  text-align: left !important;
  align-self: flex-start !important;
  pointer-events: auto;
}

#shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow-slide__title {
  font-size: clamp(2.8rem, 3.5vw, 4rem);
  line-height: 1.28;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

#shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow-slide__img {
  overflow: hidden;
  inset: 0;
  width: 100%;
  height: 100%;
}

#shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow-slide__img img,
#shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow-slide__img video {
  object-fit: cover !important;
  object-position: center;
  width: 100% !important;
  height: 100% !important;
  min-width: 100%;
  min-height: 100%;
}

#shopify-section-template--24413710451028__slideshow_QbVbHd .scroll-arrow-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.4rem;
  z-index: 55;
  padding: 0;
  text-align: center;
  pointer-events: none;
}

#shopify-section-template--24413710451028__slideshow_QbVbHd .scroll-arrow-link {
  pointer-events: auto;
  color: #fff;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

#shopify-section-template--24413710451028__slideshow_QbVbHd .scroll-arrow-link svg {
  width: 3.5rem;
  height: auto;
}

#shopify-section-template--24413710451028__custom_liquid_XmNF3Q.hestia-scroll-arrow-section--hidden {
  display: none;
}

@media screen and (max-width: 749px) {
  #shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow-slide_full-screen_text {
    justify-content: flex-end;
    align-items: stretch;
    padding: 0;
  }

  #shopify-section-template--24413710451028__slideshow_QbVbHd .slideshow-slide__text.hestia-hero-editorial {
    left: 50%;
    right: auto;
    bottom: clamp(7rem, 18vh, 10rem);
    width: min(92vw, 72rem);
    padding: 0 1.6rem;
    transform: translateX(-50%);
  }

  .hestia-hero-editorial__eyebrow {
    margin-bottom: 1.2rem;
    font-size: 1rem;
    letter-spacing: 0.14em;
  }

  .hestia-hero-editorial__headline {
    margin-bottom: 1.6rem;
    font-size: clamp(2.2rem, 7.2vw, 3.2rem);
    letter-spacing: 0.06em;
  }

  .hestia-hero-editorial__link {
    font-size: 1.1rem;
  }

  #shopify-section-template--24413710451028__slideshow_QbVbHd .scroll-arrow-wrapper {
    bottom: 1rem;
  }
}

.hestia-hero-sound-toggle {
  position: absolute;
  left: var(--main-padding, 2rem);
  bottom: 2rem;
  z-index: 60;
  width: 4.4rem;
  height: 4.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(18, 32, 56, 0.58);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(3px);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.hestia-hero-sound-toggle:hover,
.hestia-hero-sound-toggle:focus-visible {
  background: rgba(18, 32, 56, 0.78);
  border-color: rgba(255, 255, 255, 0.72);
  outline: none;
}

.hestia-hero-sound-toggle:active {
  transform: scale(0.96);
}

.hestia-hero-sound-toggle__icon {
  width: 2rem;
  height: 2rem;
}

.hestia-hero-sound-toggle__icon--unmuted {
  display: none;
}

.hestia-hero-sound-toggle--unmuted .hestia-hero-sound-toggle__icon--muted {
  display: none;
}

.hestia-hero-sound-toggle--unmuted .hestia-hero-sound-toggle__icon--unmuted {
  display: block;
}

@media screen and (max-width: 749px) {
  .hestia-hero-sound-toggle {
    left: max(1.6rem, env(safe-area-inset-left));
    bottom: 1.2rem;
    width: 4rem;
    height: 4rem;
  }

  .hestia-hero-sound-toggle__icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}

/* Showcase slideshow — refined slide title */
#shopify-section-template--25260701581652__slideshow_VELtCU {
  display: none !important;
}

#shopify-section-template--25260701581652__slideshow_VELtCU .slideshow-slide {
  background: transparent !important;
}

#shopify-section-template--25260701581652__slideshow_VELtCU .slideshow-slide_full-screen_text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  pointer-events: none;
}

#shopify-section-template--25260701581652__slideshow_VELtCU .slideshow-slide__img {
  z-index: 0;
}

#shopify-section-template--25260701581652__slideshow_VELtCU .slideshow-slide__img img,
#shopify-section-template--25260701581652__slideshow_VELtCU .slideshow-slide__img video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#shopify-section-template--25260701581652__slideshow_VELtCU .slideshow-slide__text {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 !important;
  padding: 2.4rem var(--main-padding, 2rem) 1.4rem;
  text-align: left !important;
  pointer-events: auto;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.38) 68%,
    rgba(0, 0, 0, 0.52) 100%
  );
}

#shopify-section-template--25260701581652__slideshow_VELtCU .slideshow-slide__title {
  font-size: clamp(1.6rem, 4.2vw, 2.6rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin: 0;
  max-width: none;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

@media screen and (min-width: 990px) {
  #shopify-section-template--25260701581652__slideshow_VELtCU .slideshow-slide__text {
    padding-left: var(--main-padding, 2rem);
    padding-right: var(--main-padding, 2rem);
    padding-bottom: 1.8rem;
  }

  #shopify-section-template--25260701581652__slideshow_VELtCU .slideshow-slide__title {
    font-size: clamp(2rem, 2.4vw, 2.8rem);
  }
}

@media screen and (max-width: 749px) {
  :root {
    --header-height: 72px;
  }

  .header-top__right .header-tabs {
    display: none;
  }

  .header__account .header-tabs,
  .header__cart .header-tabs {
    display: none;
  }

  .header__icon--account,
  .header__icon--cart,
  a.header__cart {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding: 0 0.4rem;
  }

  .header__mobile-icon-label {
    display: inline-flex !important;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1;
    color: inherit;
  }

  .header__mobile-icon-label--cart {
    margin-right: 0.2rem;
  }

  .header__cart .cart-count-bubble {
    display: inline-flex !important;
    align-items: center;
    font-size: 1rem;
    letter-spacing: 0.04em;
    min-width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    color: inherit;
  }

  .header__cart .cart-count-bubble .visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .slideshow-section .slideshow,
  .slideshow-section .slideshow-slide__img,
  .cards-grid__items,
  .multicolumn-list,
  .rich-text__blocks {
    max-width: 100%;
  }

  /* Showcase hero slideshow — compact height on mobile */
  #shopify-section-template--25260701581652__slideshow_VELtCU .slideshow-slide[data-id^="slideshow_item_"] {
    --slide-height: calc(50vh / 3) !important;
  }

  #shopify-section-template--25260701581652__slideshow_VELtCU .slideshow-slide[data-id^="slideshow_item_"]::before {
    padding-bottom: calc(50vh / 3) !important;
  }

  #shopify-section-template--25260701581652__slideshow_VELtCU .slideshow-swiper__slide {
    min-height: 220px !important;
  }

  #shopify-section-template--25260701581652__slideshow_VELtCU .slideshow-slide_full-left {
    padding: 0;
  }

  #shopify-section-template--25260701581652__slideshow_VELtCU .slideshow-slide__text {
    padding: 1.8rem max(1.6rem, env(safe-area-inset-left)) 1.1rem;
    padding-right: max(1.6rem, env(safe-area-inset-right));
  }

  #shopify-section-template--25260701581652__slideshow_VELtCU .slideshow-slide__title {
    font-size: clamp(1.35rem, 5.2vw, 1.75rem);
    letter-spacing: 0.08em;
  }

  .cards-grid__items {
    grid-template-columns: 1fr !important;
  }

  .rich-text__wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer__content-top,
  .footer__content-middle {
    padding-left: max(1.6rem, env(safe-area-inset-left));
    padding-right: max(1.6rem, env(safe-area-inset-right));
  }
}

.deferred-media.video-playing .deferred-media__poster {
  opacity: 0;
  pointer-events: none;
}

.deferred-media.video-playing:not(:has(video, iframe))::after {
  content: "Video preview — backend not connected in static clone";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(6, 6, 6, 0.72);
  color: #fdfdfd;
  font: 400 14px/1.5 var(--font-secondary), sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 2rem;
}

.deferred-media.video-section__media {
  position: relative;
}

.deferred-media video.video-section__player,
.deferred-media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

/* Homepage video section — keep overlay text + play/pause on top of video */
#hestia-home-video.hestia-home-video {
  position: relative;
  overflow: hidden;
}

#hestia-home-video .video-section__player {
  z-index: 0;
  opacity: 1;
}

#hestia-home-video .hestia-home-video__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  pointer-events: none;
}

#hestia-home-video .hestia-home-video__toggle {
  pointer-events: auto;
  border: 0;
  cursor: pointer;
}

#hestia-home-video .hestia-home-video__icon--pause[hidden] {
  display: none;
}

#hestia-home-video .hestia-home-video__icon--play[hidden] {
  display: none;
}

.header-wrapper.scrolled-past-header .header {
  background: rgb(var(--color-background));
  box-shadow: 0 1px 0 rgba(var(--color-foreground), 0.08);
}

.brands-items,
img[style*="grayscale"] {
  filter: grayscale(1);
  mix-blend-mode: multiply;
}

/* Material page — anchor offset for in-page nav (Chất liệu / Vải sợi khóm / Bộ sưu tập) */
html {
  scroll-padding-top: calc(var(--header-height) + 1.6rem);
}

/* Product grid — demo add-to-cart state */
.product-form__submit[disabled],
.quick-add__submit[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Showcase — Featured Brands e-commerce cards */
.featured-brands-shop {
  padding: 6rem 0 8rem;
  background: rgb(var(--color-background));
}

.featured-brands-shop--after-intro {
  padding-top: 3.2rem;
}

@media screen and (min-width: 990px) {
  .featured-brands-shop {
    padding: 8rem 0 10rem;
  }

  .featured-brands-shop--after-intro {
    padding-top: 4rem;
  }
}

.featured-brands-shop__header {
  margin-bottom: 3.2rem;
}

.featured-brands-shop__header .subtitle {
  margin: 0 0 1rem;
  text-align: left;
}

.featured-brands-shop__lede {
  margin: 0;
  max-width: 42ch;
  font-size: 1.5rem;
  line-height: 1.55;
  color: rgba(var(--color-foreground), 0.72);
}

/* Material page — match grid banner subtitle to rich-text subheading */
#shopify-section-template--25263574155604__grid_banner_W83gHi .section-header__line .subtitle {
  color: rgba(var(--color-foreground));
}

#shopify-section-template--25263574155604__grid_banner_W83gHi .cards-grid__heading,
#shopify-section-template--25263574155604__grid_banner_W83gHi .cards-grid__heading strong {
  font-weight: 400;
}

.featured-brands-shop__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}

#featured-brands-shop .featured-brands-shop__products-grid,
#shopify-section-hestia-flagship .featured-brands-shop__products-grid {
  padding: 0;
}

#featured-brands-shop .collection-product-list,
#shopify-section-hestia-flagship .collection-product-list {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(1, 1fr);
  gap: 3.2rem 1.6rem;
}

@media screen and (min-width: 576px) {
  #featured-brands-shop .collection-product-list,
  #shopify-section-hestia-flagship .collection-product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  #featured-brands-shop .collection-product-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 1.6rem;
  }

  #shopify-section-hestia-flagship .collection-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem 2.4rem;
    max-width: 92rem;
    margin: 0 auto;
  }
}

#shopify-section-template--25263574155604__products_grid_MHXgxy .card-information,
#featured-brands-shop .card-information,
#shopify-section-hestia-flagship .card-information {
  border-top: none;
  padding-top: 0;
  margin-top: 1.2rem;
}

#shopify-section-template--25263574155604__products_grid_MHXgxy .card-information__wrapper,
#featured-brands-shop .card-information__wrapper,
#shopify-section-hestia-flagship .card-information__wrapper {
  padding-top: 0;
  margin-top: 0;
}

#shopify-section-template--25263574155604__products_grid_MHXgxy .card-information-block,
#featured-brands-shop .card-information-block,
#shopify-section-hestia-flagship .card-information-block {
  margin-top: 0;
  padding-top: 0;
}

#shopify-section-template--25263574155604__products_grid_MHXgxy .card__title,
#featured-brands-shop .card__title,
#shopify-section-hestia-flagship .card__title {
  font-family: var(--font-heading-card-family, var(--font-primary));
  font-size: 1.5rem;
  font-weight: var(--font-heading-card-weight, 400);
  letter-spacing: 0;
  line-height: 1.35;
  margin-top: 0;
  text-align: left;
  text-transform: capitalize;
}

#shopify-section-template--25263574155604__products_grid_MHXgxy .card__title a,
#featured-brands-shop .card__title a,
#shopify-section-hestia-flagship .card__title a {
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

#shopify-section-hestia-flagship .price--on-sale .price__sale {
  justify-content: flex-start;
}

#shopify-section-template--25263574155604__products_grid_MHXgxy .hestia-card-price .price__sale,
#featured-brands-shop .hestia-card-price .price__sale,
#shopify-section-hestia-flagship .hestia-card-price .price__sale {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0;
}

#shopify-section-template--25263574155604__products_grid_MHXgxy .hestia-card-price__current,
#featured-brands-shop .hestia-card-price__current,
#shopify-section-hestia-flagship .hestia-card-price__current {
  order: 1;
}

#shopify-section-template--25263574155604__products_grid_MHXgxy .hestia-card-price__compare,
#featured-brands-shop .hestia-card-price__compare,
#shopify-section-hestia-flagship .hestia-card-price__compare {
  order: 2;
}

#shopify-section-template--25263574155604__products_grid_MHXgxy .hestia-card-price .price__sale dd,
#featured-brands-shop .hestia-card-price .price__sale dd,
#shopify-section-hestia-flagship .hestia-card-price .price__sale dd {
  margin: 0;
}

#shopify-section-template--25263574155604__products_grid_MHXgxy .hestia-card-price__current .price-item--sale,
#featured-brands-shop .hestia-card-price__current .price-item--sale,
#shopify-section-hestia-flagship .hestia-card-price__current .price-item--sale {
  color: rgb(var(--color-foreground-title, var(--color-foreground)));
  font-weight: 600;
}

#shopify-section-template--25263574155604__products_grid_MHXgxy .hestia-card-price__compare,
#featured-brands-shop .hestia-card-price__compare,
#shopify-section-hestia-flagship .hestia-card-price__compare {
  color: rgba(var(--color-foreground), 0.45);
  font-weight: 400;
}

#shopify-section-template--25263574155604__products_grid_MHXgxy .hestia-card-price__compare .price-item,
#featured-brands-shop .hestia-card-price__compare .price-item,
#shopify-section-hestia-flagship .hestia-card-price__compare .price-item,
#shopify-section-template--25263574155604__products_grid_MHXgxy .hestia-card-price__compare s,
#featured-brands-shop .hestia-card-price__compare s,
#shopify-section-hestia-flagship .hestia-card-price__compare s {
  text-decoration: line-through;
}

#shopify-section-hestia-flagship .card-information {
  text-align: left;
}

#shopify-section-hestia-flagship .card-information__wrapper {
  align-items: flex-start;
}

@media screen and (min-width: 750px) {
  .featured-brands-shop__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 2.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .featured-brands-shop__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.6rem 2.8rem;
  }
}

.brand-product-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  border: none;
}

.brand-product-card__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f4f4f4;
}

.brand-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.brand-product-card:hover .brand-product-card__media img {
  transform: scale(1.03);
}

.brand-product-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1rem;
  padding: 1.6rem 0 0;
}

.brand-product-card__title {
  margin: 0;
  font-family: var(--font-heading-family, var(--font-body-family));
  font-size: calc(var(--font-heading-scale, 1) * 1.8rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: rgb(var(--color-foreground-title, var(--color-foreground)));
}

.brand-product-card__desc {
  margin: 0;
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.55;
  color: rgba(var(--color-foreground), 0.78);
  max-width: 52ch;
}

a.brand-product-card__cta {
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

.brand-product-card__cta {
  align-self: flex-start;
  margin-top: 0.4rem;
  padding: 1rem 1.8rem;
  border: 0.1rem solid rgb(var(--color-foreground-title, var(--color-foreground)));
  border-radius: 0;
  background: transparent;
  color: rgb(var(--color-foreground-title, var(--color-foreground)));
  font-family: var(--font-header-menu-family, var(--font-body-family));
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: none;
  cursor: pointer;
  transition: background 0.2s cubic-bezier(0.23, 1, 0.32, 1),
    color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.brand-product-card__cta:hover,
.brand-product-card__cta:focus-visible {
  background: var(--hestia-header-bg);
  border-color: var(--hestia-header-bg);
  color: var(--hestia-header-text);
  outline: none;
}

.brand-collection-panel {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 2rem;
}

.brand-collection-panel[hidden] {
  display: none;
}

.brand-collection-panel__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 6, 6, 0.52);
}

.brand-collection-panel__dialog {
  position: relative;
  width: min(100%, 44rem);
  padding: 2.4rem 2.4rem 2rem;
  background: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-border), 0.12);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.brand-collection-panel__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.2rem;
  height: 3.2rem;
  border: 0;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: rgb(var(--color-foreground));
}

.brand-collection-panel__eyebrow {
  margin: 0 0 0.8rem;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.55);
}

.brand-collection-panel__title {
  margin: 0 0 1.2rem;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.brand-collection-panel__copy {
  margin: 0 0 2rem;
  font-size: 1.4rem;
  line-height: 1.55;
  color: rgba(var(--color-foreground), 0.72);
}

/* Contact page */
.contact-interest-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.contact-interest-fieldset > .field__label {
  display: block;
  margin-bottom: 1rem;
  padding: 0;
}

.contact-interest-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1rem;
  margin: 0;
  padding: 0;
}

.contact-interest-option {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 4.8rem;
  margin: 0;
  padding: 1.1rem 1.4rem;
  border: 1px solid rgba(var(--color-foreground), 0.14);
  background: rgb(var(--color-background));
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease;
}

.contact-interest-option:hover {
  border-color: rgba(var(--color-foreground), 0.28);
  background: rgba(var(--color-foreground), 0.02);
}

.contact-interest-option:has(input:focus-visible) {
  outline: 2px solid rgba(var(--color-foreground), 0.35);
  outline-offset: 2px;
}

.contact-interest-option:has(input:checked) {
  border-color: #594a42;
  background: rgba(89, 74, 66, 0.06);
  box-shadow: inset 0 0 0 1px rgba(89, 74, 66, 0.12);
}

.contact-interest-option input[type="radio"] {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  accent-color: #594a42;
}

.contact-interest-option__text {
  font-family: var(--font-body-family, var(--font-primary), sans-serif);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: rgb(var(--color-foreground-title, var(--color-foreground)));
}

.contact-interest-option--full {
  grid-column: 1 / -1;
}

.contact-form .field__label {
  display: block;
}

.contact-form .contact__bottom {
  margin-top: 2.4rem;
}

#ContactForm .button.button--primary,
#footer-newsletter-form .button.button--primary {
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    background-position 0.2s ease;
}

@media (hover: hover) {
  #ContactForm .button.button--primary:hover,
  #footer-newsletter-form .button.button--primary:hover {
    background-color: var(--hestia-header-bg);
    background-image: none;
    color: var(--hestia-header-text);
    border-color: var(--hestia-header-bg);
  }
}

#ContactForm .button.button--primary:focus-visible,
#footer-newsletter-form .button.button--primary:focus-visible {
  background-color: var(--hestia-header-bg);
  background-image: none;
  color: var(--hestia-header-text);
  border-color: var(--hestia-header-bg);
  outline: 2px solid rgba(255, 252, 221, 0.45);
  outline-offset: 2px;
}

.body-template-page-contact .contact-form__block {
  max-width: 100%;
}

/* ── Shopping cart drawer ───────────────────────────────────────── */

body.cart-drawer-open {
  overflow: hidden;
}

.hestia-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 10120;
  pointer-events: none;
}

.hestia-cart-drawer[hidden] {
  display: none;
}

.hestia-cart-drawer.is-open {
  pointer-events: auto;
}

.hestia-cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.42);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.hestia-cart-drawer.is-open .hestia-cart-drawer__backdrop {
  opacity: 1;
}

.hestia-cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--cart-drawer-width);
  max-width: 100%;
  height: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #111;
  box-shadow: -12px 0 48px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 0.22s cubic-bezier(0.23, 1, 0.32, 1);
  outline: none;
}

.hestia-cart-drawer.is-open .hestia-cart-drawer__panel {
  transform: translateX(0);
}

.hestia-cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 2rem 2.4rem 1.8rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  flex-shrink: 0;
}

.hestia-cart-drawer__title-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.hestia-cart-drawer__title-icon {
  flex-shrink: 0;
  color: #111;
}

.hestia-cart-drawer__title {
  margin: 0;
  font-family: var(--font-body-family, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}

.hestia-cart-drawer__close {
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  cursor: pointer;
  flex-shrink: 0;
}

.hestia-cart-drawer__close:hover,
.hestia-cart-drawer__close:focus-visible {
  opacity: 0.65;
}

.hestia-cart-drawer__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.hestia-cart-drawer__empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3.2rem 2.4rem 4rem;
}

.hestia-cart-drawer__empty-icon {
  display: grid;
  place-items: center;
  width: 9.6rem;
  height: 9.6rem;
  margin-bottom: 2.4rem;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.04);
  color: rgba(17, 17, 17, 0.28);
}

.hestia-cart-drawer__empty-title {
  margin: 0 0 1rem;
  font-family: var(--font-heading-family, var(--font-primary));
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #111;
}

.hestia-cart-drawer__empty-text {
  margin: 0 0 2.8rem;
  max-width: 28rem;
  font-size: 1.4rem;
  line-height: 1.55;
  color: rgba(17, 17, 17, 0.58);
}

.hestia-cart-drawer__browse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 0 2.4rem;
  width: min(100%, 28rem);
  border: 0;
  background: #111;
  color: #fff;
  font-family: var(--font-body-family, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.hestia-cart-drawer__browse:hover,
.hestia-cart-drawer__browse:focus-visible {
  background: #000;
  color: #fff;
}

.hestia-cart-drawer__browse--secondary {
  width: 100%;
  background: transparent;
  color: #111;
  border: 1px solid rgba(17, 17, 17, 0.18);
}

.hestia-cart-drawer__browse--secondary:hover,
.hestia-cart-drawer__browse--secondary:focus-visible {
  background: rgba(17, 17, 17, 0.04);
  color: #111;
}

.hestia-cart-drawer__items {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.hestia-cart-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  flex: 1;
}

.hestia-cart-item {
  display: grid;
  grid-template-columns: 7.2rem 1fr auto;
  gap: 1.2rem;
  align-items: start;
  padding: 1.8rem 2.4rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.hestia-cart-item__media {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(17, 17, 17, 0.04);
}

.hestia-cart-item__media img {
  display: block;
  width: 7.2rem;
  height: 7.2rem;
  object-fit: cover;
}

.hestia-cart-item__body {
  min-width: 0;
}

.hestia-cart-item__title {
  margin: 0 0 0.4rem;
  font-size: 1.4rem;
  line-height: 1.35;
  color: #111;
}

.hestia-cart-item__variant {
  margin: 0 0 0.6rem;
  font-size: 1.2rem;
  line-height: 1.4;
  color: rgba(17, 17, 17, 0.55);
}

.hestia-cart-item__price {
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

.hestia-cart-item__remove {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(17, 17, 17, 0.45);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.hestia-cart-drawer__footer {
  padding: 1.6rem 2.4rem 2.4rem;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  flex-shrink: 0;
}

@media screen and (max-width: 749px) {
  .hestia-cart-drawer__header {
    padding: 1.6rem 1.6rem 1.4rem;
  }

  .hestia-cart-drawer__empty {
    padding: 2.4rem 1.6rem 3.2rem;
  }

  .hestia-cart-drawer__empty-title {
    font-size: 2rem;
  }

  .hestia-cart-item {
    padding: 1.4rem 1.6rem;
  }

  .hestia-cart-drawer__footer {
    padding: 1.4rem 1.6rem 2rem;
    padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px));
  }
}

/* Homepage — Core Collection (flagship products after Partners) */
.hestia-flagship {
  padding: 4rem 0 6rem;
  background: rgb(var(--color-background));
}

@media screen and (min-width: 990px) {
  .hestia-flagship {
    padding: 5rem 0 8rem;
  }
}

.hestia-flagship__header {
  text-align: center;
  margin-bottom: 3.2rem;
}

.hestia-flagship__eyebrow {
  margin: 0 0 1.2rem;
  font-family: var(--font-body-family, var(--font-primary), sans-serif);
  font-size: calc(var(--font-body-scale-m, 1.4) * 1rem);
  font-weight: var(--font-body-weight, 400);
  line-height: var(--font-body-line-height, 1.5);
  letter-spacing: 0.01em;
  text-transform: none;
  color: rgba(var(--color-foreground), 0.62);
}

.hestia-flagship__title.subtitle {
  margin: 0;
  font-family: var(--font-subtitle-family, var(--font-body-family));
  font-size: calc(var(--font-subtitle-scale, 1.2) * 1rem);
  font-weight: var(--font-subtitle-weight, 500);
  font-style: var(--font-subtitle-style, normal);
  line-height: 1.4;
  letter-spacing: calc(var(--font-subtitle-letter-spacing, 0.8em) * 0.1);
  text-transform: var(--font-subtitle-text-transform, uppercase);
  color: rgba(var(--color-foreground));
}

.hestia-flagship__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem 1.6rem;
}

@media screen and (min-width: 750px) {
  .hestia-flagship__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.8rem 1.8rem;
  }
}

.hestia-flagship__grid--two-center {
  display: flex;
  justify-content: center;
  gap: 2.4rem 3.2rem;
  flex-wrap: wrap;
}

.hestia-flagship__grid--two-center .hestia-flagship__card {
  width: calc(50% - 1.6rem);
  max-width: 46rem;
}

.hestia-flagship__grid--two-center .hestia-flagship__media {
  aspect-ratio: unset;
  padding-bottom: 130%;
  position: relative;
}

.hestia-flagship__grid--two-center .hestia-flagship__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hestia-flagship__grid--two-center .hestia-flagship__name {
  font-size: 1.5rem;
  font-weight: 400;
}

.hestia-flagship__grid--two-center .hestia-flagship__price {
  justify-content: flex-start;
  gap: 0.8rem;
  font-size: 1.5rem;
}

@media screen and (min-width: 750px) {
  .hestia-flagship__grid--two-center {
    gap: 2.8rem 4rem;
  }
  .hestia-flagship__grid--two-center .hestia-flagship__card {
    width: 38rem;
    max-width: 46rem;
  }
}

.hestia-flagship__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.hestia-flagship__card:hover .hestia-flagship__media img {
  transform: scale(1.03);
}

.hestia-flagship__card--static {
  cursor: default;
}

.hestia-flagship__card--static:hover .hestia-flagship__media img {
  transform: none;
}

.hestia-flagship__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f3f3f3;
  margin-bottom: 1.4rem;
}

.hestia-flagship__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.hestia-flagship__name {
  margin: 0 0 0.4rem;
  font-family: var(--font-heading-card-family, var(--font-heading-family));
  font-size: calc(var(--font-heading-card-scale, 2) * 1rem);
  font-weight: var(--font-heading-card-weight, 400);
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: capitalize;
  color: rgb(var(--color-foreground-title, var(--color-foreground)));
}

.hestia-flagship__meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.hestia-flagship__price {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0.8rem;
  font-family: var(--font-price-card-family, var(--font-body-family));
  font-size: calc(var(--font-price-card-scale, 1.4) * 1rem);
  font-weight: var(--font-prcie-card-weight, 700);
  letter-spacing: 0;
  line-height: 1.4;
}

.hestia-flagship__price-current,
.hestia-flagship__price-sale {
  color: rgb(var(--color-foreground-title, var(--color-foreground)));
  font-weight: 600;
}

.hestia-flagship__price-was {
  color: rgba(var(--color-foreground), 0.45);
  text-decoration: line-through;
  font-size: calc(var(--font-text-card-scale, 1.2) * 1rem);
  font-weight: var(--font-text-card-weight, 400);
}

.hestia-flagship__cta-wrap {
  margin: 4rem 0 0;
  text-align: center;
}

.hestia-flagship__cta {
  display: inline-block;
  padding: 0 0 0.2rem;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid currentColor;
  font-family: var(--font-body-family, var(--font-primary), sans-serif);
  font-size: calc(var(--font-header-menu-link-scale, 1.2) * 1rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
  color: rgb(var(--color-foreground-title, var(--color-foreground)));
  transition: opacity 0.2s ease;
}

.hestia-flagship__cta:hover,
.hestia-flagship__cta:focus-visible {
  background: transparent;
  opacity: 0.78;
  color: rgb(var(--color-foreground-title, var(--color-foreground)));
  outline: none;
}

@media screen and (max-width: 749px) {
  .hestia-flagship {
    padding: 3.2rem 0 5rem;
  }

  .hestia-flagship__header {
    margin-bottom: 2.4rem;
  }

  .hestia-flagship__eyebrow {
    margin-bottom: 1rem;
  }
}

/* Footer — unified background & vertical spacing */
.footer-section,
.footer-section .footer#site-footer-inner,
.footer-section .footer__content-top,
.footer-section .footer__content-bottom {
  background-color: rgb(var(--color-background, 245, 245, 245));
}

.footer-section {
  margin-top: 4.8rem;
}

#shopify-section-template--16271745253559__b034352a-05b5-489a-92e8-0e475a9daae0
  + .footer-section {
  margin-top: 0;
}

.footer-section .footer__content-top {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.footer-section .footer--button--disabled {
  cursor: default;
  pointer-events: none;
}

.footer-section .footer--button--disabled:hover {
  color: rgb(var(--color-foreground-secondary));
}

@media screen and (min-width: 990px) {
  .footer-section {
    margin-top: 6.4rem;
  }

  #shopify-section-template--16271745253559__b034352a-05b5-489a-92e8-0e475a9daae0
    + .footer-section {
    margin-top: 0;
  }

  .footer-section .footer__content-top {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .footer-block--newsletter .newsletter-form__inner {
    display: flex;
    align-items: stretch;
    gap: 0.8rem;
  }

  .footer-block--newsletter .newsletter-form__field-wrapper,
  .footer-block--newsletter .newsletter-form__field-wrapper .field {
    display: flex;
    flex: 1;
    min-width: 0;
    margin: 0;
  }

  .footer-block--newsletter .field__input {
    height: 48px;
    min-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
  }

  .footer-block--newsletter .newsletter-form__inner > .button.button--primary {
    height: 48px;
    min-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
  }
}

/* Back to top — fixed utility control (layout inspired by luxury retail refs) */
.hestia-back-to-top {
  position: fixed;
  right: max(1.2rem, env(safe-area-inset-right));
  bottom: max(1.6rem, env(safe-area-inset-bottom));
  z-index: 10080;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  border: 1px solid rgba(var(--color-foreground, 40, 40, 40), 0.22);
  border-radius: 0;
  background: rgb(var(--color-background, 255, 255, 255));
  color: rgb(var(--color-foreground, 40, 40, 40));
  box-shadow: 0 8px 24px rgba(var(--color-foreground, 40, 40, 40), 0.08);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.8rem);
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease,
    border-color 0.15s ease,
    background-color 0.15s ease;
}

.hestia-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hestia-back-to-top[hidden] {
  display: inline-flex !important;
}

.hestia-back-to-top__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.hestia-back-to-top__label {
  font-family: var(--font-body-family, var(--font-primary), sans-serif);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.hestia-back-to-top:hover,
.hestia-back-to-top:focus-visible {
  border-color: rgba(var(--color-foreground, 40, 40, 40), 0.42);
  background: rgb(var(--color-background, 255, 255, 255));
  outline: none;
}

body.menu-drawer-open .hestia-back-to-top,
body.cart-drawer-open .hestia-back-to-top,
body.hestia-reviews-photo-lightbox-open .hestia-back-to-top,
body.hestia-mobile-order-form-open .hestia-back-to-top,
body.hestia-size-guide-open .hestia-back-to-top {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

/* Mobile — flush right edge, ~1/3 viewport up from bottom (right-thumb reach) */
@media screen and (max-width: 989px) {
  .hestia-back-to-top {
    right: 0;
    bottom: calc(100dvh / 3 - 2.4rem);
    width: 4.4rem;
    height: 4.8rem;
    border-right-width: 0;
    box-shadow: -8px 10px 24px rgba(var(--color-foreground, 40, 40, 40), 0.1);
    transform: translateX(110%);
    transition:
      opacity 0.22s ease,
      visibility 0.22s ease,
      transform 0.22s ease,
      bottom 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .hestia-back-to-top.is-visible {
    transform: translateX(0);
  }

  body.hestia-mobile-purchase-bar-visible .hestia-back-to-top.is-visible {
    bottom: calc(var(--hestia-mobile-purchase-bar-height, 11rem) + 0.8rem);
  }

  body.apex-product-page.hestia-mobile-purchase-bar-visible .apex-product-main {
    padding-bottom: var(--hestia-mobile-purchase-bar-height, 11rem);
  }
}

@media screen and (min-width: 990px) {
  .hestia-back-to-top {
    right: max(2rem, env(safe-area-inset-right));
    bottom: max(2.4rem, env(safe-area-inset-bottom));
    width: 5.2rem;
    height: 5.2rem;
  }

  body.hestia-mobile-purchase-bar-visible .hestia-back-to-top.is-visible {
    bottom: calc(var(--hestia-mobile-purchase-bar-height, 8rem) + 1.2rem);
  }

  body.apex-product-page.hestia-mobile-purchase-bar-visible .apex-product-main {
    padding-bottom: var(--hestia-mobile-purchase-bar-height, 8rem);
  }

  .hestia-back-to-top__label {
    font-size: 10px;
  }
}

/* Mobile gallery preview lightbox */
body.hestia-gallery-lightbox-open {
  overflow: hidden;
}

.hestia-gallery-lightbox[hidden] {
  display: none !important;
}

.hestia-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 11080;
}

.hestia-gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(2px);
}

.hestia-gallery-lightbox__dialog {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  justify-items: center;
  padding: 1.2rem;
}

.hestia-gallery-lightbox__figure {
  margin: 0;
  width: 100%;
  max-width: 560px;
}

.hestia-gallery-lightbox__img {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 10px;
}

.hestia-gallery-lightbox__caption {
  margin: 0.8rem 0 0;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.4;
}

.hestia-gallery-lightbox__counter {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hestia-gallery-lightbox__close {
  position: absolute;
  top: max(1rem, env(safe-area-inset-top));
  right: max(1rem, env(safe-area-inset-right));
  width: 3.8rem;
  height: 3.8rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
}

.hestia-gallery-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
}

.hestia-gallery-lightbox__nav--prev {
  left: 1rem;
}

.hestia-gallery-lightbox__nav--next {
  right: 1rem;
}

@media screen and (min-width: 990px) {
  .hestia-gallery-lightbox {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hestia-back-to-top {
    transition: opacity 0.01s ease, visibility 0.01s ease;
    transform: none;
  }

  .hestia-back-to-top.is-visible {
    transform: none;
  }

  @media screen and (max-width: 989px) {
    .hestia-back-to-top,
    .hestia-back-to-top.is-visible {
      transform: none;
    }
  }
}

/* Social proof — order success toast (top of page) */
.hestia-social-proof {
  position: fixed;
  top: calc(var(--header-height, 72px) + 0.75rem);
  left: 50%;
  z-index: 10060;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: min(calc(100vw - 2rem), 22rem);
  padding: 0.55rem 0.85rem 0.55rem 0.55rem;
  border: 1px solid rgba(var(--color-foreground, 40, 40, 40), 0.08);
  border-radius: 999px;
  background: rgba(var(--color-background, 255, 255, 255), 0.94);
  box-shadow: 0 10px 28px rgba(var(--color-foreground, 40, 40, 40), 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -0.75rem);
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease,
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.hestia-social-proof.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.hestia-social-proof[hidden] {
  display: flex !important;
}

.hestia-social-proof__avatar {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(var(--color-foreground, 40, 40, 40), 0.08);
}

.hestia-social-proof__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.hestia-social-proof__name {
  margin: 0;
  font-family: var(--font-body-family, var(--font-primary), sans-serif);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  color: rgb(var(--color-foreground, 40, 40, 40));
}

.hestia-social-proof__status {
  margin: 0;
  font-family: var(--font-body-family, var(--font-primary), sans-serif);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  color: rgba(var(--color-foreground, 40, 40, 40), 0.78);
}

.hestia-social-proof__time {
  margin: 0;
  font-family: var(--font-body-family, var(--font-primary), sans-serif);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(var(--color-foreground, 40, 40, 40), 0.5);
}

@media screen and (max-width: 749px) {
  .hestia-social-proof {
    top: calc(var(--header-height, 64px) + 0.55rem);
    width: min(calc(100vw - 1.2rem), 20rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hestia-social-proof {
    transition: opacity 0.01s ease, visibility 0.01s ease;
    transform: translate(-50%, 0);
  }

  .hestia-social-proof.is-visible {
    transform: translate(-50%, 0);
  }
}

/* Product tabs — shared h6 + paragraph layout */
body.apex-product-page .product-tabs__tab-item-content.rte {
  color: rgb(var(--text-color, 40, 40, 40));
}

body.apex-product-page .product-tabs__tab-item-content.rte h6 {
  margin: 2rem 0 0.5rem;
  font-family: var(--font-primary), var(--text-font-family, sans-serif);
  font-size: var(--heading-small-font-size, 11px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  color: rgb(var(--text-color, 40, 40, 40));
}

body.apex-product-page .product-tabs__tab-item-content.rte h6:first-child {
  margin-top: 0;
}

body.apex-product-page .product-tabs__tab-item-content.rte h6 strong {
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

body.apex-product-page .product-tabs__tab-item-content.rte p {
  margin: 0 0 1.5rem;
  font-size: 15px;
  line-height: 1.55;
  color: inherit;
}

body.apex-product-page .product-tabs__tab-item-content.rte p + h6 {
  margin-top: 2.25rem;
}

body.apex-product-page .product-tabs__tab-item-content.rte p:last-child {
  margin-bottom: 0;
}
