/** Shopify CDN: Minification failed

Line 268:1 Unexpected ")"

**/
/* ── BODY FONT: Neue Haas Unica ── */
body,
body p,
body li,
body span,
body div {
  font-family: 'NeueHaasUnica', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ── HEADING FONT: DM Sans ── */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 500 !important;
}

body h1, body .h1 { line-height: 1.1; }
body h2, body .h2 { line-height: 1.1; }
body h3, body .h3 { line-height: 1.15; }
body h4, body h5, body h6 { line-height: 1.2; }

/* ── SECTION SUBHEADINGS ── */
.ai-three-column-item-heading {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

/* ── BOLD / STRONG ── */
strong,
b,
.rte strong,
.rte b,
.shopify-richtext strong,
.shopify-richtext b,
[class*="richtext"] strong,
[class*="rte"] strong {
  font-weight: 700 !important;
  font-synthesis: auto;
}
.shopify-policy__body ul,
.shopify-policy__body ol,
.rte ul,
.rte ol {
  list-style-position: outside !important;
  padding-left: 1.5em !important;
}

/* ── RICH TEXT HEADING ── */
.rich-text__heading {
  font-weight: 700 !important;
}

/* ── FOOTER ── */
span.footer-heading {
  font-weight: 600 !important;
}
.footer-heading {
  font-weight: 400 !important;
  letter-spacing: -0.1px;
}
.newsletter-button {
  font-weight: 400 !important;
}

/* ── NAV ── */
.header__menu-item:not(.child_sub_menu) > a,
.header__menu-item:not(.child_sub_menu) > span {
  font-size: 14px !important;
  font-weight: 500 !important;
}
.child_sub_menu a,
.caption-large {
  font-size: 14px !important;
  font-weight: normal !important;
}
/* Footer headings */
.footer-heading {
  font-weight: 400 !important;
  letter-spacing: -0.1px;
}
.checkbox-wrapper input[type="checkbox"] {
  display: none !important;
}
span.footer-heading {
  font-weight: 600 !important;
}
.footer-container {
  padding: 4rem 4rem !important;
}
.footer-social-icons {
  display: flex;
  gap: 1.5rem !important;
  justify-content: flex-end;
  padding: 1.5rem 4rem;
  background-color: #f1f1f1;
}
.footer-bottom {
  border-top: 0.5px solid rgba(0,0,0,0.15) !important;
}
[class*="footer-sections"] .footer-bottom {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  margin-top: 0 !important;
}

.card__heading {
  text-transform: capitalize !important;
  font-weight: 400 !important;
}

/* === Product Right Drawer === */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.drawer-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.product-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 420px;
  max-width: 90vw;
  background: #fff;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.product-drawer.is-open {
  transform: translateX(0);
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 28px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.drawer-title {
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: none;
  color: inherit;
}

.drawer-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drawer-close:hover {
  opacity: 0.5;
}

.drawer-content {
  padding: 28px;
  overflow-y: auto;
  flex: 1;
}

/* Hide default accordion expand icon when drawer mode active */
body.drawer-mode .accordion__button [data-icon] { display: none; }

@media screen and (max-width: 991px) {
  .announcement-bar .rte,
  .announcement-bar p,
  .announcement-bar .link,
  .announcement-bar span {
    font-size: 11px !important;
    line-height: 1.3 !important;
    max-width: 71% !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 991px) {
  .menu-drawer localization-form:last-of-type,
  .menu-drawer .localization-wrapper:last-child {
    display: none !important;
  }
}

nav.breadcrumb {
  display: none !important;
}

.pswp__button--share {
  display: none !important;
}

@media (min-width: 990px) {
.page-width[class*="__main-padding"] {
  padding-left: 0 !important;
}

  .wbproleftimg.product__media-wrapper {
    margin-left: -15px !important;
    padding-left: 0 !important;
  }

  .product__media-list {
    gap: 0 !important;
    row-gap: 0 !important;
    column-gap: 0 !important;
  }

  .product__media-list .product__media-item {
    margin: 0 !important;
    padding: 0 !important;
  }

  product-recommendations.page-width {
    padding-left: 0 !important;
  }
}

product-recommendations .heading-top {
  padding-left: 0 !important;
  margin-left: 15px !important;
}

webi-collapse.product__accordion:first-of-type {
  margin-top: 32px !important;
}

.shopify-policy__title {
  padding-top: 80px;
  text-align: center;
})