/** Shopify CDN: Minification failed

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

**/
/* Place any CSS overrides in this file. */

/* =========================================================
   01. ROOT / GLOBAL TYPOGRAPHY SYSTEM
   Flow — Akzidenz editorial style
========================================================= */

:root {
  --body-font-stack: "akzidenz-grotesk-next-pro", sans-serif;
  --heading-font-stack: "akzidenz-grotesk-next-extend", sans-serif;

  --accent-font-stack: "akzidenz-grotesk-next-pro", sans-serif;
  --button-font-stack: "akzidenz-grotesk-next-pro", sans-serif;

  --font-body: "akzidenz-grotesk-next-pro", sans-serif;
  --font-display: "akzidenz-grotesk-next-extend", sans-serif;

  --track-caps: 0.03em;
  --track-small: 0.08em;

  --lh-tight: 1.03;
  --lh-head: 1.1;
  --lh-body: 1.55;

  --measure-hero: 18ch;
  --measure-section: 26ch;
}

html,
body {
  font-family: var(--font-body);
  font-weight: 400;
  font-style: normal;
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

p,
.rte,
.rte p,
li {
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

a {
  font-family: inherit;
}

.hero__title,
.banner__heading,
.section-header__title,
.page-title,
h1,
.h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: var(--track-caps);
  line-height: var(--lh-tight);
  font-size: clamp(2.2rem, 4.6vw, 4.8rem);
  max-width: var(--measure-hero);
}

.heading-note {
  display: block;
  font-size: 0.78em;
  max-width: var(--measure-hero);
}

h2,
.h2,
h3,
.h3,
.section__heading,
.collection__title,
.collection-list__title {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: var(--track-caps);
  line-height: var(--lh-head);
  font-size: clamp(1.35rem, 2vw, 2rem);
  max-width: var(--measure-section);
}

.product__title,
.card__heading,
.product-card__title,
.drawer__title,
.modal__title,
.header__menu-item,
.menu a,
.button,
button {
  font-family: var(--font-body);
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
}

.product__title {
  font-size: clamp(1.35rem, 1.6vw, 1.9rem);
}

/* CTA buttons — editorial style */
.button,
button,
.btn,
input[type="submit"] {
  font-family: "akzidenz-grotesk-next-extend", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  line-height: 1;
  padding: 16px 28px;
}

.footer-wrapper,
.footer-wrapper a,
.footer-wrapper p,
.footer-wrapper li,
small,
.caption,
.meta,
.badge,
.label {
  font-family: var(--font-display);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: var(--track-small);
  line-height: 1.35;
  font-size: 0.85rem;
}

/* =========================================================
   02. GLOBAL RESETS / HELPERS
========================================================= */

.btn {
  border-radius: 0 !important;
}

.top-links--icon-links {
  display: none !important;
}

.mobile-nav.nav--meta .mobile-nav__item.customer-login-link {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .homepage-sections--slideshow-wrapper.text-position--center-right
    .homepage-featured-content-box,
  .homepage-sections--slideshow-wrapper.text-position--center-left
    .homepage-featured-content-box {
    max-width: 55%;
  }
}

/* Product grid subheadings */
.grid-item__subheading {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-size: 0.72rem !important;
  line-height: 1.15 !important;
  margin-top: 10px !important;
  margin-bottom: 6px !important;
  opacity: 0.85;
}

.grid-item__title {
  line-height: 1.05;
}

/* =========================================================
   03. NAVIGATION — SLOT MACHINE HOVER
========================================================= */

/* Remove underline/link decoration */
.site-nav__link,
.site-nav__link:hover,
.site-nav__link:focus,
.site-nav__link:active,
.site-nav__dropdown a,
.site-nav__dropdown a:hover,
.site-nav__dropdown a:focus,
.site-nav__dropdown a:active {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* Text wrapper */
.site-nav__link .site-nav--link-text.animated-underline {
  position: relative !important;
  display: inline-block !important;
  overflow: hidden !important;
  height: 1.15em !important;
  line-height: 1.15em !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-size: 0.82rem !important;
  color: inherit !important;
  -webkit-text-fill-color: transparent !important;
  white-space: nowrap !important;
}

/* Create both text layers */
.site-nav__link .site-nav--link-text.animated-underline::before,
.site-nav__link .site-nav--link-text.animated-underline::after {
  content: attr(data-text) !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  width: 100% !important;
  height: 1.15em !important;
  line-height: 1.15em !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-mask-image: none !important;
  -webkit-text-fill-color: currentColor !important;
  mask-image: none !important;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

/* Default visible text */
.site-nav__link .site-nav--link-text.animated-underline::before {
  top: 0 !important;
  color: currentColor !important;
  transform: translateY(0) !important;
}

/* Hover text */
.site-nav__link .site-nav--link-text.animated-underline::after {
  top: 0 !important;
  color: #f7c9c9 !important;
  transform: translateY(110%) !important;
}

/* Kill theme underline */
.site-nav__link,
.site-nav__link *,
.site-nav--link-wrapper,
.site-nav--link-wrapper *,
.site-nav--link-text,
.site-nav--link-text * {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

.site-nav__link::before,
.site-nav__link::after,
.site-nav--link-wrapper::before,
.site-nav--link-wrapper::after {
  content: none !important;
  display: none !important;
}

/* Slot animation */
.site-nav__link:hover .site-nav--link-text.animated-underline::before,
.site-nav__link:focus .site-nav--link-text.animated-underline::before {
  transform: translateY(-110%) !important;
}

.site-nav__link:hover .site-nav--link-text.animated-underline::after,
.site-nav__link:focus .site-nav--link-text.animated-underline::after {
  transform: translateY(0) !important;
}

/* Active/current state */
.site-nav__link[aria-current="page"] .site-nav--link-text.animated-underline::before {
  color: #f7c9c9 !important;
}

/* =========================================================
   04. NAVIGATION — DROPDOWN
========================================================= */

.site-nav__dropdown .site-nav--link-text.animated-underline {
  white-space: nowrap !important;
  transition: color 0.25s ease !important;
}

/* =========================================================
   05. MOBILE NAV
========================================================= */

.mobile-nav--main {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.mobile-nav__item {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.mobile-nav--main > .mobile-nav__item.top-level {
  border-bottom: 0 !important;
}

.mobile-nav__item.top-level > .mobile-nav__link,
.mobile-nav__item.top-level > .mobile-nav__has-sublist {
  min-height: 78px !important;
}

.mobile-nav--main > .mobile-nav__item.top-level > .mobile-nav__link,
.mobile-nav--main
  > .mobile-nav__item.top-level
  > .mobile-nav__has-sublist
  > .mobile-nav__link {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-size: 1rem !important;
  line-height: 1.1 !important;
}

.mobile-nav__has-sublist {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}

.mobile-nav__sublist {
  padding-top: 2px !important;
  padding-bottom: 6px !important;
  margin-top: -10px !important;
}

.mobile-nav__sublist .mobile-nav__item {
  border: 0 !important;
}

.mobile-nav__sublist .mobile-nav__link {
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 0.95rem !important;
  line-height: 1.25 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.mobile-nav__toggle {
  display: flex !important;
  align-items: center !important;
  margin-top: 2px !important;
  margin-left: 16px !important;
  flex-shrink: 0 !important;
}

.mobile-nav__toggle button {
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.mobile-nav__toggle-open,
.mobile-nav__toggle-close {
  display: none !important;
}

.mobile-nav__has-sublist:not(.mobile-nav--expanded) .mobile-nav__toggle-open {
  display: flex !important;
}

.mobile-nav__has-sublist.mobile-nav--expanded .mobile-nav__toggle-close {
  display: flex !important;
}

.mobile-nav__toggle svg {
  width: 18px !important;
  height: 18px !important;
}

.mobile-nav__header,
.mobile-nav__header-wrapper {
  border-bottom: 0 !important;
}

.mobile-nav.nav--social {
  border-top: 1px solid rgba(25, 25, 25, 0.12) !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.mobile-nav.nav--social .mobile-nav__item {
  border: 0 !important;
}

.mobile-nav.nav--social svg {
  width: 24px !important;
  height: 24px !important;
}

.mobile-nav--main,
.mobile-nav--main .mobile-nav__item,
.mobile-nav--main .mobile-nav__link,
.mobile-nav--main .mobile-nav__has-sublist,
.mobile-nav--main .mobile-nav__sublist,
.mobile-nav--main .mobile-nav__sublist .mobile-nav__item,
.mobile-nav--main .mobile-nav__sublist .mobile-nav__link {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

.mobile-nav__header,
.mobile-nav__header-wrapper,
.mobile-nav__inner,
.mobile-nav__drawer {
  border-bottom: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
}

.mobile-nav--main .mobile-nav__item::before,
.mobile-nav--main .mobile-nav__item::after,
.mobile-nav--main .mobile-nav__link::before,
.mobile-nav--main .mobile-nav__link::after,
.mobile-nav--main .mobile-nav__has-sublist::before,
.mobile-nav--main .mobile-nav__has-sublist::after,
.mobile-nav--main .mobile-nav__sublist::before,
.mobile-nav--main .mobile-nav__sublist::after,
.mobile-nav__header::before,
.mobile-nav__header::after,
.mobile-nav__header-wrapper::before,
.mobile-nav__header-wrapper::after,
.mobile-nav__inner::before,
.mobile-nav__inner::after,
.mobile-nav__drawer::before,
.mobile-nav__drawer::after {
  content: none !important;
  display: none !important;
}

.mobile-nav__item.mobile-nav__item--active > .mobile-nav__link {
  color: #191919 !important;
  opacity: 1 !important;
}

.mobile-nav__has-sublist.mobile-nav--expanded > .mobile-nav__link {
  color: #f7c9c9 !important;
}

.mobile-nav__sublist .mobile-nav__item.mobile-nav__item--active .mobile-nav__link {
  font-weight: 500 !important;
  color: #191919 !important;
  opacity: 1 !important;
}

.mobile-nav__sublist .mobile-nav__link {
  opacity: 0.85;
}

/* =========================================================
   06. NAVIGATION BANNER / POLICY LINKS
========================================================= */

.navigation-banner .btn--underlined {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

.navigation-banner .btn--underlined::before,
.navigation-banner .btn--underlined::after {
  content: none !important;
  display: none !important;
}

.navigation-banner .btn--underlined:hover {
  opacity: 0.7;
}

/* =========================================================
   07. SCRIBBLE SYSTEM
========================================================= */

.scribble {
  position: relative;
  display: inline-block;
  line-height: 1;
  z-index: 1;
  --scribble-color: currentColor;
}

.scribble::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 1.2em;
  background-color: var(--scribble-color);
  pointer-events: none;
  z-index: -1;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.scribble-underline::after {
  width: 105%;
  height: 0.42em;
  top: 100%;
  transform: translate(-50%, -35%);
  -webkit-mask-image: url("/cdn/shop/files/scribble-underline.svg?v=1772791337");
  mask-image: url("/cdn/shop/files/scribble-underline.svg?v=1772791337");
}

.scribble-double::after {
  width: 108%;
  height: 0.5em;
  top: 100%;
  transform: translate(-50%, -30%);
  -webkit-mask-image: url("/cdn/shop/files/scribble-double.svg?v=1772791336");
  mask-image: url("/cdn/shop/files/scribble-double.svg?v=1772791336");
}

.scribble-swipe::after {
  width: 112%;
  height: 0.9em;
  top: 62%;
  -webkit-mask-image: url("/cdn/shop/files/scribble-swipe.svg?v=1772791336");
  mask-image: url("/cdn/shop/files/scribble-swipe.svg?v=1772791336");
}

.scribble-circle::after {
  width: 118%;
  height: 1.45em;
  top: 52%;
  -webkit-mask-image: url("/cdn/shop/files/scribble-circle.svg?v=1772791337");
  mask-image: url("/cdn/shop/files/scribble-circle.svg?v=1772791337");
}

.scribble-default::after {
  -webkit-mask-image: url("/cdn/shop/files/scribble.svg?v=1772791336");
  mask-image: url("/cdn/shop/files/scribble.svg?v=1772791336");
}

.scribble-pink {
  --scribble-color: #f7c9c9;
}

.scribble-black {
  --scribble-color: #191919;
}

.scribble-white {
  --scribble-color: #ffffff;
}

.scribble-word {
  position: relative;
  display: inline-block;
}

.scribble-word::after {
  content: "";
  position: absolute;
  left: -52%;
  top: 80%;
  width: 205%;
  height: 0.39em;
  background-color: #ffffff;
  pointer-events: none;
  opacity: calc(0.25 + (var(--scribble-progress, 0) * 0.75));
  -webkit-mask-image: url("/cdn/shop/files/scribble-underline.svg?v=1772791337");
  mask-image: url("/cdn/shop/files/scribble-underline.svg?v=1772791337");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  mask-position: left center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  clip-path: inset(0 calc(100% - (var(--scribble-progress, 0) * 100%)) 0 0);
}

.scribble-circle-word {
  position: relative;
  display: inline-block;
}

.scribble-circle-word::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 130%;
  height: 1.55em;
  background-color: #f7c9c9;
  pointer-events: none;
  z-index: -1;
  -webkit-mask-image: url("/cdn/shop/files/scribble-circle.svg");
  mask-image: url("/cdn/shop/files/scribble-circle.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.scribble-underline-word {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.scribble-underline-word::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.25em;
  transform: translateX(-50%);
  width: 100%;
  height: 0.5em;
  background-color: #ffffff;
  pointer-events: none;
  z-index: -1;
  opacity: 0.95;
  -webkit-mask-image: url("/cdn/shop/files/scribble-swipe.svg");
  mask-image: url("/cdn/shop/files/scribble-swipe.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* =========================================================
   08. SCROLLING TOP BANNER
========================================================= */

.scrolling-banner .text-content,
.scrolling-banner .text-content a,
.banner-item .text-content,
.banner-item .text-content a {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.scrolling-banner .text-content strong,
.banner-item .text-content strong {
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.scrolling-banner .text-content,
.banner-item .text-content {
  font-size: 0.78rem !important;
}

@media (max-width: 767px) {
  .scrolling-banner .text-content,
  .banner-item .text-content {
    font-size: 0.7rem !important;
    letter-spacing: 0.04em !important;
  }
}

/* =========================================================
   09. ACCORDION WITH IMAGE — WHY REBEL KITCHEN
========================================================= */

.accordion-with-image-container .main-content-wrapper {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 48px !important;
}

.accordion-with-image-container .section-title {
  margin-bottom: 34px !important;
}

.accordion-with-image-container .accordion-wrapper {
  flex: 0 1 48% !important;
  max-width: 760px !important;
  min-width: 0 !important;
}

.accordion-with-image-container .collapsible-tab {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.accordion-with-image-container .collapsible-tab .summary:hover {
  opacity: 0.8;
}

.accordion-with-image-container .collapsible-tab .summary {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  font-size: 0.9rem !important;
  padding-top: 19px !important;
  padding-bottom: 19px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.accordion-with-image-container .collapsible-tab.open .summary {
  color: #f7c9c9 !important;
  font-weight: 400 !important;
  letter-spacing: 0.045em !important;
}

.accordion-with-image-container .inline-icon--wrapper {
  margin-left: 20px !important;
  flex-shrink: 0 !important;
}

.accordion-with-image-container .inline-icon--wrapper svg {
  width: 18px !important;
  height: 18px !important;
}

.accordion-with-image-container .chevron-down {
  transition: transform 0.25s cubic-bezier(.22,1,.36,1);
}

.accordion-with-image-container .collapsible-tab.open .chevron-down {
  transform: rotate(180deg);
}

.accordion-with-image-container .collapsible-content .content {
  padding-top: 6px !important;
  padding-bottom: 30px !important;
}

.accordion-with-image-container .collapsible-content .rte p {
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.68 !important;
  letter-spacing: 0 !important;
  max-width: 54ch !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.88) !important;
}

.accordion-with-image-container .image-wrapper {
  flex: 0 1 52% !important;
  max-width: 560px !important;
  min-width: 0 !important;
  align-self: flex-start !important;
  margin-top: -6px !important;
}

.accordion-with-image-container .content-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.accordion-with-image-container .image--container,
.accordion-with-image-container .responsive-image-wrapper img {
  border-radius: 4px !important;
}

.accordion-with-image-container .image--container {
  width: 100% !important;
  max-width: 560px !important;
}

.accordion-with-image-container .accordion--button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-size: 0.8rem !important;
  line-height: 1 !important;
  min-width: 205px !important;
}

.accordion-with-image-container .accordion--button-desktop {
  margin-top: 12px !important;
  align-self: flex-start !important;
}

.accordion-with-image-container .accordion--button-mobile {
  display: none !important;
}

.accordion-with-image-container .accordion-image-stack {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.accordion-with-image-container .accordion-image-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.02);
  transition:
    opacity 0.5s ease,
    transform 0.6s ease,
    visibility 0s linear 0.6s;
  will-change: opacity, transform;
}

.accordion-with-image-container .accordion-image-panel.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  transition:
    opacity 0.5s ease,
    transform 0.6s ease,
    visibility 0s linear 0s;
}

@media (max-width: 767px) {
  .accordion-with-image-container {
    --padding-section-top: 70px !important;
    --padding-section-bottom: 70px !important;
  }

  .accordion-with-image-container .main-content-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
  }

  .accordion-with-image-container .section-title {
    font-size: clamp(2rem, 7.4vw, 2.6rem) !important;
    line-height: 0.95 !important;
    margin-bottom: 20px !important;
  }

  .accordion-with-image-container .image-wrapper {
    order: 1;
    margin-top: 0 !important;
    max-width: 100% !important;
  }

  .accordion-with-image-container .image--container {
    max-width: 100% !important;
  }

  .accordion-with-image-container .accordion-wrapper {
    order: 2;
    flex: 1 1 auto !important;
    max-width: 100% !important;
    margin-top: 12px !important;
  }

  .accordion-with-image-container .collapsible-tab .summary {
    font-size: 1.02rem !important;
    line-height: 1.15 !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .accordion-with-image-container .collapsible-content .rte p {
    font-size: 0.98rem !important;
    line-height: 1.6 !important;
    max-width: 100% !important;
  }

  .accordion-with-image-container .accordion--button-desktop {
    display: none !important;
  }

  .accordion-with-image-container .accordion--button-mobile {
    display: flex !important;
    width: fit-content !important;
    max-width: 240px !important;
    min-width: 205px !important;
    margin: 28px auto 0 auto !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
}

/* =========================================================
   10. RANGE GALLERY — REBEL KITCHEN
========================================================= */

.image-gallery-wrapper .homepage-gallery-background {
  max-width: 1280px !important;
}

.image-gallery-wrapper .section-title--wrapper {
  margin-bottom: 8px !important;
}

.image-gallery-wrapper .section-title {
  max-width: none !important;
  margin-bottom: 6px !important;
}

.image-gallery-wrapper .section-description {
  display: flex !important;
  justify-content: center !important;
  margin-top: 0 !important;
}

.image-gallery-wrapper .section-description h3 {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  line-height: 1 !important;
  font-size: clamp(1.2rem, 1.8vw, 1.7rem) !important;
  text-align: center !important;
  margin: -4px auto 0 !important;
}

.image-gallery-wrapper .gallery-grid.gallery-grid--items-4 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: start !important;
}

.image-gallery-wrapper .homepage-gallery-grid-item {
  width: 100% !important;
  min-width: 0 !important;
  margin-bottom: 0 !important;
  text-align: center !important;
}

.image-gallery-wrapper .homepage-gallery-grid-item .grid-image {
  height: 540px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  margin-bottom: -10px !important;
  overflow: hidden !important;
}

.image-gallery-wrapper .gallery-image-stack {
  position: relative !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.image-gallery-wrapper .gallery-image {
  width: 100% !important;
}

.image-gallery-wrapper .gallery-image--primary {
  position: relative !important;
  z-index: 1 !important;
}

.image-gallery-wrapper .gallery-image--hover {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.28s ease !important;
}

.image-gallery-wrapper .homepage-gallery-grid-item .responsive-image-wrapper,
.image-gallery-wrapper .gallery-image .responsive-image-wrapper {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}

.image-gallery-wrapper .homepage-gallery-grid-item .responsive-image-wrapper img,
.image-gallery-wrapper .gallery-image .responsive-image-wrapper img {
  width: auto !important;
  height: 470px !important;
  max-height: 470px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  margin: 0 auto !important;
}

.image-gallery-wrapper .grid-item-details--below-image {
  padding-top: 0 !important;
}

.image-gallery-wrapper .grid-item__content-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding-bottom: 0 !important;
}

.image-gallery-wrapper .grid-item__subheading {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-size: 0.74rem !important;
  line-height: 1.15 !important;
  margin-top: 0 !important;
  margin-bottom: 4px !important;
  opacity: 0.9 !important;
}

.image-gallery-wrapper .grid-item__title {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.01em !important;
  line-height: 0.95 !important;
  font-size: clamp(1.45rem, 2vw, 2rem) !important;
  max-width: none !important;
  margin-bottom: 14px !important;
}

.image-gallery-wrapper .homepage-featured-box-btn {
  min-width: 132px !important;
  justify-content: center !important;
  padding: 14px 24px !important;
  font-size: 0.74rem !important;
  letter-spacing: 0.06em !important;
  position: relative;
  z-index: 3;
  transform: none !important;
  top: auto !important;
}

@media (hover: hover) and (pointer: fine) {
  .image-gallery-wrapper .gallery-image-stack.has-hover-image {
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .image-gallery-wrapper .gallery-image-stack.has-hover-image .gallery-image--primary,
  .image-gallery-wrapper .gallery-image-stack.has-hover-image .gallery-image--hover {
    transition:
      opacity 0.28s ease,
      transform 0.28s ease,
      filter 0.28s ease !important;
  }

  .image-gallery-wrapper .gallery-image-stack.has-hover-image .gallery-image--primary {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
  }

  .image-gallery-wrapper .gallery-image-stack.has-hover-image .gallery-image--hover {
    opacity: 0 !important;
    transform: translateY(6px) scale(0.985) !important;
    filter: saturate(0.98) contrast(1) !important;
  }

  .image-gallery-wrapper .homepage-gallery-grid-item:hover .gallery-image-stack.has-hover-image {
    transform: translateY(-2px) !important;
  }

  .image-gallery-wrapper
    .homepage-gallery-grid-item:hover
    .gallery-image-stack.has-hover-image
    .gallery-image--primary {
    opacity: 0 !important;
    transform: translateY(-4px) scale(1.01) !important;
  }

  .image-gallery-wrapper
    .homepage-gallery-grid-item:hover
    .gallery-image-stack.has-hover-image
    .gallery-image--hover {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
    filter: saturate(1.03) contrast(1.01) !important;
  }

  .image-gallery-wrapper .homepage-gallery-grid-item .homepage-featured-box-btn {
    transition:
      transform 0.24s ease,
      background-color 0.24s ease,
      color 0.24s ease,
      border-color 0.24s ease !important;
  }

  .image-gallery-wrapper .homepage-gallery-grid-item:hover .homepage-featured-box-btn {
    transform: none !important;
    box-shadow: none !important;
  }

  .image-gallery-wrapper .homepage-gallery-grid-item .homepage-featured-box-btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1) !important;
  }
}

@media (hover: none), (pointer: coarse) {
  .image-gallery-wrapper .gallery-image--hover {
    display: none !important;
  }
}

@media (max-width: 990px) {
  .image-gallery-wrapper .gallery-grid.gallery-grid--items-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  .image-gallery-wrapper .homepage-gallery-grid-item .grid-image {
    height: 360px !important;
  }

  .image-gallery-wrapper .homepage-gallery-grid-item .responsive-image-wrapper img,
  .image-gallery-wrapper .gallery-image .responsive-image-wrapper img {
    height: 300px !important;
    max-height: 300px !important;
  }
}

@media (max-width: 767px) {
  [data-wetheme-section-id="template--19894076637353__gallery_QKRArJ"] {
    --padding-section-top: 52px !important;
    --padding-section-bottom: 60px !important;
  }

  .image-gallery-wrapper .section-title--wrapper {
    margin-bottom: 6px !important;
  }

  .image-gallery-wrapper .section-title {
    font-size: clamp(2rem, 8vw, 2.8rem) !important;
    line-height: 0.9 !important;
    margin-bottom: 2px !important;
  }

  .image-gallery-wrapper .section-description h3 {
    font-size: 1rem !important;
    line-height: 1.02 !important;
    margin: 0 auto !important;
  }

  .image-gallery-wrapper .gallery-grid.gallery-grid--items-4 {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .image-gallery-wrapper .homepage-gallery-grid-item {
    margin-bottom: 0 !important;
  }

  .image-gallery-wrapper .homepage-gallery-grid-item .grid-image {
    height: 340px !important;
    min-height: 0 !important;
    margin-bottom: -2px !important;
  }

  .image-gallery-wrapper .gallery-image-stack {
    max-width: 88% !important;
  }

  .image-gallery-wrapper .homepage-gallery-grid-item .responsive-image-wrapper img,
  .image-gallery-wrapper .gallery-image .responsive-image-wrapper img {
    height: 300px !important;
    max-height: 300px !important;
  }

  .image-gallery-wrapper .grid-item-details--below-image {
    padding-top: 2px !important;
  }

  .image-gallery-wrapper .grid-item__subheading {
    font-size: 0.72rem !important;
    margin-bottom: 4px !important;
  }

  .image-gallery-wrapper .grid-item__title {
    font-size: 1.65rem !important;
    line-height: 0.95 !important;
    margin-bottom: 10px !important;
  }

  .image-gallery-wrapper .homepage-featured-box-btn {
    min-width: 0 !important;
    width: auto !important;
    font-size: 0.72rem !important;
    padding: 13px 24px !important;
  }
}

/* =========================================================
   11. PARALLAX SECTION — COCONUT WATER AS IT SHOULD BE
========================================================= */

.parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"] {
  position: relative !important;
  z-index: 2 !important;
  overflow: hidden !important;
  margin-top: -48px !important;
  padding-top: 48px !important;
}

.parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"] .parallax-content-wrapper {
  max-width: 100% !important;
}

.parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"] .parallax--background-title,
.parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"] .parallax--background-text {
  position: relative !important;
  z-index: 1 !important;
}

.parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"] .parallax--background-title {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.01em !important;
  line-height: 0.92 !important;
  text-rendering: optimizeLegibility !important;
  max-width: 16ch !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"]
  .parallax--background-text
  h3,
.parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"]
  .parallax--background-text
  p {
  margin: 0 !important;
}

.parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"]
  .parallax--background-text
  h3 {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  line-height: 1.02 !important;
  opacity: 0.92 !important;
}

.parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"]
  .parallax--background-text
  p {
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  opacity: 0.82 !important;
}

.parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"] .text_JUgkpU,
.parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"] .text_KkbiaD {
  position: relative !important;
  z-index: 1 !important;
  margin-top: 38px !important;
}

.parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"] .text_JUgkpU {
  max-width: 560px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"] .text_KkbiaD {
  max-width: 420px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"] .parallax--background-image {
  z-index: 2 !important;
  pointer-events: none !important;
}

.parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"] .parallax--background-image-wrapper {
  display: block !important;
}

.parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"]
  .parallax--background-image-wrapper
  img {
  width: auto !important;
  height: auto !important;
  max-width: min(12vw, 190px) !important;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.18));
  transition: filter 0.3s ease !important;
  will-change: transform !important;
  transform: translateZ(0);
}

@media (max-width: 767px) {
  .parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"] {
    margin-top: -20px !important;
    padding-top: 20px !important;
  }

  .parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"]
    .parallax--background-title {
    font-size: clamp(2.6rem, 10vw, 4rem) !important;
    line-height: 0.92 !important;
    letter-spacing: 0.01em !important;
    max-width: 12ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"] .text_JUgkpU {
    max-width: 260px !important;
    margin-top: 24px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"]
    .text_JUgkpU
    h3 {
    font-size: 1.05rem !important;
    line-height: 1.04 !important;
    letter-spacing: 0.015em !important;
  }

  .parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"] .text_KkbiaD {
    display: none !important;
  }

  .parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"] .parallax--background-image-wrapper {
    padding-top: 24px !important;
  }

  .parallax--section-wrapper[data-wetheme-section-id="template--19894076637353__parallax_qhgjz9"]
    .parallax--background-image-wrapper
    img {
    max-width: min(24vw, 130px) !important;
  }
}

/* =========================================================
   12. TESTIMONIALS — REBEL KITCHEN
========================================================= */

.section--testimonials-wrapper .wrapper.width--content {
  max-width: 1180px !important;
}

.section--testimonials-wrapper .section-title--wrapper {
  margin-bottom: 36px !important;
}

.section--testimonials-wrapper .section-title {
  max-width: none !important;
  margin-bottom: 0 !important;
}

.section--testimonials-wrapper .testimonials-block {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.section--testimonials-wrapper .testimonial--single-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.14) !important;
  border-radius: 22px !important;
  padding: 28px 22px 24px !important;
  min-height: 100% !important;
}

.section--testimonials-wrapper .testimonial-section--image {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 16px !important;
}

.section--testimonials-wrapper .testimonial-section--image,
.section--testimonials-wrapper .testimonial-section--image .responsive-image-wrapper {
  width: 116px !important;
  height: 116px !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  transform: none !important;
}

.section--testimonials-wrapper .testimonial-section--image {
  margin-left: auto !important;
  margin-right: auto !important;
  background: rgba(255, 255, 255, 0.28) !important;
}

.section--testimonials-wrapper .testimonial-section--image img,
.section--testimonials-wrapper .testimonial-section--image .theme-img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  border-radius: 999px !important;
  object-fit: cover !important;
  object-position: center 30% !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  transform: none !important;
}

.section--testimonials-wrapper .testimonials--star-wrapper {
  display: none !important;
}

.section--testimonials-wrapper .testimonials--text-wrapper {
  margin-bottom: 16px !important;
  max-width: 26ch !important;
}

.section--testimonials-wrapper .testimonials--text-wrapper p {
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.05rem !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  margin: 0 !important;
  color: #191919 !important;
}

.section--testimonials-wrapper .testimonial--single-item .h6 {
  display: block !important;
  margin-top: auto !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.02 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
}

@media (hover: hover) and (pointer: fine) {
  .section--testimonials-wrapper .testimonial--single-item {
    transition:
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      background-color 0.28s cubic-bezier(0.22, 1, 0.36, 1) !important;
  }

  .section--testimonials-wrapper .testimonial--single-item:hover {
    transform: translateY(-4px) !important;
    background: rgba(255, 255, 255, 0.2) !important;
  }
}

@media (max-width: 990px) {
  .section--testimonials-wrapper .testimonials-block {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

@media (max-width: 767px) {
  .section--testimonials-wrapper {
    --padding-section-top: 64px !important;
    --padding-section-bottom: 64px !important;
  }

  .section--testimonials-wrapper .section-title--wrapper {
    margin-bottom: 24px !important;
  }

  .section--testimonials-wrapper .testimonials-block {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .section--testimonials-wrapper .testimonial--single-item {
    padding: 24px 18px 22px !important;
    border-radius: 18px !important;
  }

  .section--testimonials-wrapper .testimonial-section--image {
    margin-bottom: 14px !important;
  }

  .section--testimonials-wrapper .testimonial-section--image .responsive-image-wrapper {
    width: 88px !important;
    height: 88px !important;
  }

  .section--testimonials-wrapper .testimonials--text-wrapper {
    margin-bottom: 14px !important;
    max-width: 24ch !important;
  }

  .section--testimonials-wrapper .testimonials--text-wrapper p {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }

  .section--testimonials-wrapper .testimonial--single-item .h6 {
    font-size: 0.96rem !important;
  }
}

/* TESTIMONIALS — MOBILE SWIPE FIX */
@media screen and (max-width: 767px) {
  .rk-testimonials__track {
    display: flex !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x !important;
    padding: 0 20px 10px !important;
    cursor: grab !important;
  }

  .rk-testimonials__track::-webkit-scrollbar {
    display: none !important;
  }

  .rk-testimonial-card {
    flex: 0 0 82vw !important;
    width: 82vw !important;
    max-width: 82vw !important;
    scroll-snap-align: center !important;
  }
}

/* =========================================================
   13. FEATURED RETAILER LOGOS
========================================================= */

.homepage-section--logo-bar-wrapper .logo-bar__item,
.homepage-section--logo-bar-wrapper .responsive-image-wrapper,
.homepage-section--logo-bar-wrapper .logo-bar__image,
.homepage-section--logo-bar-wrapper .theme-img,
.homepage-section--logo-bar-wrapper img {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  max-height: none !important;
  min-height: 20px !important;
}

.homepage-section--logo-bar-wrapper .logo-bar {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 28px !important;
}

.homepage-section--logo-bar-wrapper .logo-bar__item {
  width: 180px !important;
  min-width: 180px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.homepage-section--logo-bar-wrapper img,
.homepage-section--logo-bar-wrapper .theme-img,
.homepage-section--logo-bar-wrapper .logo-bar__image {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

.homepage-section--logo-bar-wrapper .wrapper.logo-bar-section--template--19894076637353__logo_list_zzTFmE {
  max-width: 1820px;
  margin: 0 auto;
}

.homepage-section--logo-bar-wrapper .section-title--wrapper {
  margin-bottom: 42px !important;
}

.homepage-section--logo-bar-wrapper .section-description h3 {
  margin: 0 !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  line-height: 0.95 !important;
}

.homepage-section--logo-bar-wrapper .responsive-image-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}

.homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(5) img,
.homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(5) .theme-img,
.homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(5) .logo-bar__image {
  transform: scale(0.92);
}

.homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(7) img,
.homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(7) .theme-img,
.homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(7) .logo-bar__image {
  transform: scale(0.94);
}

.homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(8) img,
.homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(8) .theme-img,
.homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(8) .logo-bar__image {
  transform: scale(0.82);
}

@media (max-width: 767px) {
  .homepage-section--logo-bar-wrapper .section-title--wrapper {
    margin-bottom: 24px !important;
  }

  .homepage-section--logo-bar-wrapper .section-description h3 {
    font-size: clamp(1.6rem, 7vw, 2.2rem) !important;
    line-height: 0.95 !important;
  }

  .homepage-section--logo-bar-wrapper .logo-bar {
    flex-wrap: wrap !important;
    gap: 18px !important;
  }

  .homepage-section--logo-bar-wrapper .logo-bar__item {
    width: 140px !important;
    min-width: 140px !important;
  }

  .homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(5) img,
  .homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(5) .theme-img,
  .homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(5) .logo-bar__image {
    transform: scale(0.94);
  }

  .homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(7) img,
  .homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(7) .theme-img,
  .homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(7) .logo-bar__image {
    transform: scale(0.96);
  }

  .homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(8) img,
  .homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(8) .theme-img,
  .homepage-section--logo-bar-wrapper .logo-bar__item:nth-child(8) .logo-bar__image {
    transform: scale(0.9);
  }
}

/* =========================================================
   14. HERO — REBEL KITCHEN
========================================================= */

.slider-section--template--19894076637353__slideshow_WCrGKK .homepage-featured-content-box {
  max-width: 100%;
}

.slider-section--template--19894076637353__slideshow_WCrGKK .homepage-featured-content-box-inner {
  max-width: 760px;
}

.slider-section--template--19894076637353__slideshow_WCrGKK .block-section--image_VQTxgq .slideshow-image-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.12) 36%, rgba(0, 0, 0, 0.08) 62%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.52) 100%);
}

.slider-section--template--19894076637353__slideshow_WCrGKK .block-section--image_VQTxgq h2.homepage-sections--title {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.01em !important;
  margin: 0 !important;
  text-wrap: balance;
}

#shopify-section-template--19894076637353__slideshow_WCrGKK h2 {
  line-height: inherit !important;
}

.slider-section--template--19894076637353__slideshow_WCrGKK .block-section--image_VQTxgq .featured-row__subtext {
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  margin: 0 !important;
}

.slider-section--template--19894076637353__slideshow_WCrGKK .homepage-section-btn {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  font-size: 0.82rem !important;
  line-height: 1 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
}

.slider-section--template--19894076637353__slideshow_WCrGKK .homepage-section-btn:hover {
  transform: translateY(-1px);
}

.slider-section--template--19894076637353__slideshow_WCrGKK .site-header,
.slider-section--template--19894076637353__slideshow_WCrGKK .header-wrapper {
  z-index: 3;
}

/* Homepage hero — second CTA as outline */
.template-index .slide-buttons .homepage-section-btn-container:nth-child(2) .homepage-section-btn {
  background: transparent !important;
  border: 1px solid #f7c9c9 !important;
  color: #f7c9c9 !important;
  -webkit-text-fill-color: #f7c9c9 !important;
  box-shadow: none !important;
}

.template-index .slide-buttons .homepage-section-btn-container:nth-child(2) .homepage-section-btn .btn-text,
.template-index .slide-buttons .homepage-section-btn-container:nth-child(2) .homepage-section-btn .btn-text--default,
.template-index .slide-buttons .homepage-section-btn-container:nth-child(2) .homepage-section-btn .btn-text--hover {
  color: #f7c9c9 !important;
  -webkit-text-fill-color: #f7c9c9 !important;
}

/* Hover state */
.template-index .slide-buttons .homepage-section-btn-container:nth-child(2) .homepage-section-btn:hover {
  background: #f7c9c9 !important;
  border-color: #f7c9c9 !important;
}

.template-index .slide-buttons .homepage-section-btn-container:nth-child(2) .homepage-section-btn:hover .btn-text,
.template-index .slide-buttons .homepage-section-btn-container:nth-child(2) .homepage-section-btn:hover .btn-text--default,
.template-index .slide-buttons .homepage-section-btn-container:nth-child(2) .homepage-section-btn:hover .btn-text--hover {
  color: #191919 !important;
  -webkit-text-fill-color: #191919 !important;
}

@media (min-width: 768px) {
  .slider-section--template--19894076637353__slideshow_WCrGKK
    .block-section--image_VQTxgq.text-position--center-left
    .homepage-featured-content-box {
    align-items: flex-end;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .block-section--image_VQTxgq .homepage-featured-content-box-inner {
    max-width: 760px;
    padding-left: 56px;
    padding-right: 40px;
    padding-bottom: clamp(44px, 6vh, 84px);
    transform: translateY(clamp(10px, 1.2vh, 18px));
    position: static !important;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-title-container,
  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-text-container,
  .slider-section--template--19894076637353__slideshow_WCrGKK .slide-buttons,
  .slider-section--template--19894076637353__slideshow_WCrGKK .sitewide--title-wrapper,
  .slider-section--template--19894076637353__slideshow_WCrGKK .featured-row__subtext,
  .slider-section--template--19894076637353__slideshow_WCrGKK .homepage-section-btn-container {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  

  #shopify-section-template--19894076637353__slideshow_WCrGKK .block-section--image_VQTxgq h2.homepage-sections--title {
    font-size: clamp(3.6rem, 5.2vw, 5.4rem) !important;
    line-height: 1.04 !important;
    max-width: 11ch;
    margin: 0 0 10px 0 !important;
    text-wrap: balance;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .block-section--image_VQTxgq .featured-row__subtext {
    font-size: 1.22rem !important;
    line-height: 1.48 !important;
    max-width: 45ch;
    margin-bottom: 28px !important;
    color: rgba(255, 255, 255, 0.88) !important;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .homepage-section-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 176px;
    min-height: 52px;
    padding: 0 26px !important;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-title {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .sitewide--title-wrapper {
    margin-left: 0 !important;
    padding-left: 0 !important;
    max-width: none !important;
    width: 100% !important;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-title h2 {
    margin-left: 0 !important;
    padding-left: 0 !important;
    display: block !important;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-text-container,
  .slider-section--template--19894076637353__slideshow_WCrGKK .slide-buttons {
    width: 100% !important;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .swiper-slide--inner {
    position: relative !important;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-slide-badge {
    position: absolute !important;
    right: 56px !important;
    bottom: 56px !important;
    left: auto !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
    margin-top: 0 !important;
    display: block !important;
    z-index: 3 !important;
    line-height: 0;
    pointer-events: auto;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-slide-badge img {
    display: block;
    width: auto;
    max-width: 220px;
    height: auto;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-slide-badge__link {
    display: block;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow--desktop-height-full_screen {
    height: 90vh !important;
    min-height: 90vh !important;
    max-height: 90vh !important;
  }
}

@media (max-width: 767px) {
  .slider-section--template--19894076637353__slideshow_WCrGKK .homepage-featured-content-box-inner {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 28px;
    transform: translateY(-48px);
  }

  #shopify-section-template--19894076637353__slideshow_WCrGKK .block-section--image_VQTxgq h2.homepage-sections--title {
    font-size: clamp(2.35rem, 9.5vw, 3.6rem) !important;
    line-height: 1.02 !important;
    max-width: 9ch;
    margin-bottom: 16px !important;
    text-wrap: balance;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-text-container {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-top: 0 !important;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .block-section--image_VQTxgq .featured-row__subtext {
    font-size: 1rem !important;
    line-height: 1.48 !important;
    max-width: 24ch;
    margin: 0 auto 18px auto !important;
    text-align: center !important;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .slide-buttons {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .homepage-section-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    max-width: 320px;
    min-height: 54px;
    padding: 0 24px !important;
    font-size: 0.8rem !important;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-slide-badge {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100%;
    max-width: none;
    margin-top: 14px;
    display: flex;
    justify-content: center;
    line-height: 0;
    z-index: auto !important;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-slide-badge img {
    display: block;
    max-width: 108px;
    width: auto;
    height: auto;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .block-section--image_VQTxgq .slideshow-image-overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.52) 58%, rgba(0, 0, 0, 0.82) 100%) !important;
  }
}

.slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-slide-badge--desktop {
  display: block;
}

.slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-slide-badge--mobile {
  display: none;
}

@media (min-width: 768px) {
  .slider-section--template--19894076637353__slideshow_WCrGKK .swiper-slide--inner {
    position: relative !important;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-slide-badge--desktop {
    position: absolute !important;
    right: 56px !important;
    bottom: 56px !important;
    z-index: 5 !important;
    line-height: 0;
    pointer-events: auto;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-slide-badge--desktop img {
    display: block;
    width: auto;
    max-width: 220px;
    height: auto;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-slide-badge--mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-slide-badge--desktop {
    display: none !important;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-slide-badge--mobile {
    display: flex !important;
    justify-content: center;
    width: 100%;
    margin-top: 14px;
    line-height: 0;
  }

  .slider-section--template--19894076637353__slideshow_WCrGKK .slideshow-slide-badge--mobile img {
    display: block;
    width: auto;
    max-width: 108px;
    height: auto;
  }
}

/* =========================================================
   15. BUTTONS — CLEAN GLOBAL SYSTEM
========================================================= */

.btn::before,
.btn::after,
.button::before,
.button::after,
button::before,
button::after,
a.btn::before,
a.btn::after,
.homepage-section-btn::before,
.homepage-section-btn::after,
.homepage-featured-box-btn::before,
.homepage-featured-box-btn::after,
.accordion--button::before,
.accordion--button::after {
  content: none !important;
  display: none !important;
  animation: none !important;
  background: none !important;
  box-shadow: none !important;
}

.btn,
.button,
button,
a.btn,
.homepage-section-btn,
.homepage-featured-box-btn,
.accordion--button,
.dynamic-section-button {
  overflow: hidden !important;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease !important;
}

.btn:hover,
.button:hover,
button:hover,
a.btn:hover,
.homepage-section-btn:hover,
.homepage-featured-box-btn:hover,
.accordion--button:hover,
.dynamic-section-button:hover {
  transform: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.btn:active,
.button:active,
button:active,
a.btn:active,
.homepage-section-btn:active,
.homepage-featured-box-btn:active,
.accordion--button:active,
.dynamic-section-button:active {
  transform: none !important;
  box-shadow: none !important;
}

.btn:not(.btn--secondary):not(.btn--underlined),
.homepage-section-btn,
.homepage-featured-box-btn,
.accordion--button,
.dynamic-section-button {
  transition:
    background-color 0.18s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.18s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn:not(.btn--secondary):not(.btn--underlined):hover,
.homepage-section-btn:hover,
.homepage-featured-box-btn:hover,
.accordion--button:hover,
.dynamic-section-button:hover {
  filter: brightness(0.92) saturate(1.05);
}

.btn[style*="background-color: rgba(36, 36, 36"]:hover,
.accordion--button:hover {
  filter: none !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 -2px 0 rgba(0, 0, 0, 0.18) !important;
}

.btn--secondary:hover {
  background-color: rgba(0, 0, 0, 0.04);
  border-color: currentColor;
}

.btn--underlined:hover {
  opacity: 1 !important;
  color: #f7c9c9 !important;
}

/* Button text rollover */
.btn-text-wrap {
  position: relative;
  display: block;
  height: 1.1em;
  line-height: 1.1;
  overflow: hidden;
}

.btn-text {
  display: block;
  width: 100%;
  text-align: center;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.btn-text--default {
  transform: translateY(0%);
}

.btn-text--hover {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-110%);
}

.btn:hover .btn-text--default,
.button:hover .btn-text--default,
button:hover .btn-text--default,
a.btn:hover .btn-text--default,
.homepage-section-btn:hover .btn-text--default,
.homepage-featured-box-btn:hover .btn-text--default,
.accordion--button:hover .btn-text--default,
.dynamic-section-button:hover .btn-text--default {
  transform: translateY(110%);
}

.btn:hover .btn-text--hover,
.button:hover .btn-text--hover,
button:hover .btn-text--hover,
a.btn:hover .btn-text--hover,
.homepage-section-btn:hover .btn-text--hover,
.homepage-featured-box-btn:hover .btn-text--hover,
.accordion--button:hover .btn-text--hover,
.dynamic-section-button:hover .btn-text--hover {
  transform: translateY(0%);
}

.btn--underlined .btn-text-wrap,
.btn--underlined .btn-text {
  all: unset;
}

.slider-section--template--19894076637353__slideshow_WCrGKK .homepage-section-btn:hover,
.section--testimonials-wrapper .btn:hover,
.accordion-with-image-container .accordion--button:hover,
.image-with-text-overlay .btn:hover,
.image-gallery-wrapper .homepage-featured-box-btn:hover {
  opacity: 1 !important;
}

/* Gallery button fixes */
.image-gallery-wrapper .homepage-gallery-grid-item .homepage-featured-box-btn .btn-text-wrap {
  height: 1.1em !important;
  line-height: 1.1 !important;
}

/* Accordion button rollover */
.accordion-with-image-container .accordion--button .btn-text-wrap,
.accordion-with-image-container .accordion--button-desktop .btn-text-wrap,
.accordion-with-image-container .accordion--button-mobile .btn-text-wrap {
  position: relative;
  display: block;
  height: 1.1em;
  line-height: 1.1;
  overflow: hidden;
}

.accordion-with-image-container .accordion--button .btn-text,
.accordion-with-image-container .accordion--button-desktop .btn-text,
.accordion-with-image-container .accordion--button-mobile .btn-text {
  display: block;
  width: 100%;
  text-align: center;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.accordion-with-image-container .accordion--button:hover .btn-text--default,
.accordion-with-image-container .accordion--button-desktop:hover .btn-text--default,
.accordion-with-image-container .accordion--button-mobile:hover .btn-text--default {
  transform: translateY(110%);
}

.accordion-with-image-container .accordion--button:hover .btn-text--hover,
.accordion-with-image-container .accordion--button-desktop:hover .btn-text--hover,
.accordion-with-image-container .accordion--button-mobile:hover .btn-text--hover {
  transform: translateY(0%);
}

/* =========================================================
   16. SHOPPABLE VIDEOS / SOCIAL FEED
========================================================= */

.section-shoppable-videos .shoppable-videos__content {
  position: relative;
  overflow: hidden;
}

.section-shoppable-videos .shoppable-videos__content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.section-shoppable-videos .shoppable-videos__content:hover::after {
  opacity: 1;
}

.section-shoppable-videos .shoppable-videos__controls,
.section-shoppable-videos .shoppable-videos__overlay-link,
.section-shoppable-videos .shoppable-videos__product-preview {
  position: relative;
  z-index: 2;
}

.section-shoppable-videos .section-title--wrapper {
  text-align: center !important;
}

.section-shoppable-videos .section-title {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem) !important;
  line-height: 1.05 !important;
  letter-spacing: 0.02em !important;
  max-width: 22ch !important;
}

.section-shoppable-videos .section-description {
  max-width: 38ch !important;
  margin: 10px auto 0 !important;
  text-align: center !important;
}

.section-shoppable-videos .section-description p,
.section-shoppable-videos .section-description h3 {
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  opacity: 0.85;
}

.social-inline-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.social-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #191919;
  text-decoration: none !important;
  opacity: 0.82;
  transition: opacity 0.2s ease;
}

.social-inline-link:hover {
  opacity: 1;
}

.social-inline-link__icon-wrap {
  position: relative;
  width: 16px;
  height: 16px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.social-inline-link__icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.social-inline-link__icon svg {
  width: 14px;
  height: 14px;
}

.social-inline-link__icon--default {
  transform: translateY(0%);
}

.social-inline-link__icon--hover {
  transform: translateY(-120%);
}

.social-inline-link:hover .social-inline-link__icon--default {
  transform: translateY(120%);
}

.social-inline-link:hover .social-inline-link__icon--hover {
  transform: translateY(0%);
}

.social-inline-link__text {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  font-size: 0.7rem !important;
  line-height: 1 !important;
  opacity: 0.82;
  transition: opacity 0.2s ease;
}

.social-inline-link:hover .social-inline-link__text {
  opacity: 1;
}

.section-shoppable-videos .swiper-wrapper:hover .swiper-slide {
  opacity: 0.35;
  transition: opacity 0.3s ease;
}

.section-shoppable-videos .swiper-wrapper:hover .swiper-slide:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .section-shoppable-videos .section-description {
    max-width: 26ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .social-inline-row {
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }

  .social-inline-link {
    gap: 10px;
    justify-content: center;
    padding: 0;
  }

  .social-inline-link__icon-wrap {
    width: 22px;
    height: 22px;
  }

  .social-inline-link__icon svg {
    width: 18px;
    height: 18px;
  }

  .social-inline-link__text {
    font-size: 0.78rem !important;
    letter-spacing: 0.05em !important;
  }

  .social-inline-link:active {
    opacity: 0.6;
  }
}

/* =========================================================
   17. STORE LOCATOR — PAGE SHELL
========================================================= */

/* main page heading area */
.page-store-locator .shopify-section,
.template-page .shopify-section {
}

/* hero / intro block */
.store-locator-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 28px;
}

.store-locator-intro__title {
  margin: 0 0 10px !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  line-height: 1.02 !important;
  font-size: clamp(2.3rem, 4.8vw, 4rem) !important;
}

.store-locator-intro__subtitle {
  margin: 0 auto !important;
  max-width: 40ch;
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  opacity: 0.82;
}

/* locator wrapper spacing */
.store-locator-widget-wrap {
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 40px;
}

/* reassurance strip */
.store-locator-help {
  background: #f7c9c9;
  padding: 40px 28px;
}

.store-locator-help__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: center;
  gap: 36px;
}

.store-locator-help__divider {
  width: 1px;
  height: 72px;
  background: rgba(25, 25, 25, 0.18);
  justify-self: center;
}

.store-locator-help__block {
  text-align: center;
}

.store-locator-help__title {
  margin: 0 0 10px !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  line-height: 1.02 !important;
  font-size: clamp(1.3rem, 2vw, 2rem) !important;
  color: #191919 !important;
}

.store-locator-help__text {
  margin: 0 auto !important;
  max-width: 40ch;
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.45 !important;
  color: rgba(25, 25, 25, 0.82) !important;
}

.store-locator-help__text a {
  color: inherit;
  text-decoration: none !important;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.store-locator-help__text a:hover {
  opacity: 1;
}

/* mobile */
@media (max-width: 767px) {
  .store-locator-intro {
    margin-bottom: 20px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .store-locator-intro__title {
    font-size: clamp(2rem, 9vw, 3rem) !important;
    line-height: 0.95 !important;
    margin-bottom: 10px !important;
  }

  .store-locator-intro__subtitle {
    font-size: 0.98rem !important;
    max-width: 28ch;
  }

  .store-locator-widget-wrap {
    padding-top: 8px;
    padding-bottom: 28px;
  }

  .store-locator-help {
    padding: 30px 20px;
  }

  .store-locator-help__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .store-locator-help__divider {
    width: 56px;
    height: 1px;
  }

  .store-locator-help__title {
    font-size: 1.5rem !important;
    line-height: 0.98 !important;
  }

  .store-locator-help__text {
    font-size: 0.96rem !important;
    max-width: 30ch;
  }
}

/* =========================================================
   18. STORE LOCATOR — SUPPORT BLOCKS
========================================================= */

/* desktop layout */
#shopify-section-template--19894078308521__text_adverts_gRE6Xz .small--hide .grid.text-advert-section {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: center !important;
  column-gap: 36px !important;
  position: relative !important;
}

/* grid items */
#shopify-section-template--19894078308521__text_adverts_gRE6Xz .grid__item.large--one-half,
#shopify-section-template--19894078308521__text_adverts_gRE6Xz .grid__item.medium--one-half {
  width: auto !important;
  float: none !important;
  text-align: center !important;
}

/* heading */
#shopify-section-template--19894078308521__text_adverts_gRE6Xz .text-advert-section--header {
  display: block !important;
  margin: 0 0 10px 0 !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.035em !important;
  line-height: 1.02 !important;
  font-size: clamp(1.2rem, 1.6vw, 1.7rem) !important;
  color: #191919 !important;
}

/* subheading */
#shopify-section-template--19894078308521__text_adverts_gRE6Xz .text-advert-section--sub-header {
  display: block !important;
  max-width: 52ch !important;
  margin: 0 auto !important;
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
  color: rgba(25, 25, 25, 0.80) !important;
}

/* mobile — ditch swiper and stack the two support blocks */
@media (max-width: 767px) {
  #shopify-section-template--19894078308521__text_adverts_gRE6Xz .small--hide {
    display: block !important;
  }

  #shopify-section-template--19894078308521__text_adverts_gRE6Xz .small--show {
    display: none !important;
  }

  #shopify-section-template--19894078308521__text_adverts_gRE6Xz .small--hide .grid.text-advert-section {
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 26px !important;
    column-gap: 0 !important;
  }

  #shopify-section-template--19894078308521__text_adverts_gRE6Xz .grid__item.large--one-half,
  #shopify-section-template--19894078308521__text_adverts_gRE6Xz .grid__item.medium--one-half {
    text-align: center !important;
    width: auto !important;
    float: none !important;
  }

  /* kill any divider on mobile */
  #shopify-section-template--19894078308521__text_adverts_gRE6Xz .small--hide .grid.text-advert-section::after {
    display: none !important;
    content: none !important;
  }

  #shopify-section-template--19894078308521__text_adverts_gRE6Xz .text-advert-section--header {
    font-size: clamp(1.35rem, 6vw, 1.8rem) !important;
    line-height: 1 !important;
    margin-bottom: 10px !important;
  }

  #shopify-section-template--19894078308521__text_adverts_gRE6Xz .text-advert-section--sub-header {
    max-width: 30ch !important;
    margin: 0 auto !important;
    font-size: 0.95rem !important;
    line-height: 1.42 !important;
  }
}

/* =========================================================
   19. FOOTER — REBEL KITCHEN
========================================================= */

/* Reset / remove seams */
.footer-main,
.footer-bottom,
.navigation-banner,
.footer-wrapper,
.site-footer,
.bottom--footer,
.bottom--footer-row,
.footer-bottom--inner,
.shopify-section-group-footer-group,
.shopify-section-group-footer-group > .shopify-section {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.navigation-banner::before,
.navigation-banner::after,
.footer-main::before,
.footer-main::after,
.footer-bottom::before,
.footer-bottom::after,
.bottom--footer::before,
.bottom--footer::after,
.shopify-section-group-footer-group::before,
.shopify-section-group-footer-group::after,
.shopify-section-group-footer-group > .shopify-section::before,
.shopify-section-group-footer-group > .shopify-section::after {
  content: none !important;
  display: none !important;
}

/* Main wrappers */
.footer-main {
  background: #191919;
}

.footer-main--inner {
  padding-top: 48px !important;
  padding-bottom: 30px !important;
  align-items: start !important;
}

/* Typography */
.footer-main .footer-header {
  margin-bottom: 14px !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  line-height: 1 !important;
  color: #f7c9c9 !important;
}

.footer-main .content-footer .rte,
.footer-main .content-footer .rte p {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  line-height: 1.2 !important;
  font-size: 0.86rem !important;
  color: #f7c9c9 !important;
  margin: 0 !important;
  opacity: 0.92;
}

.footer-main .content-footer .rte strong {
  display: block;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  margin-bottom: 4px;
}

/* Nav + legal */
.footer-main .links-footer .footer-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-main .links-footer .footer-content a {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.045em !important;
  text-decoration: none !important;
  opacity: 0.82;
  transition: opacity 0.2s ease;
}

.footer-main .links-footer .footer-content a:hover {
  opacity: 1;
}

/* Socials */
.footer-main .social-media-footer {
  display: flex;
  align-items: flex-start;
}

.footer-main .social-media-footer ul,
.footer-main .social-media-footer .social-icons,
.footer-main .social-media-footer .inline-list {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
}

.footer-main .social-media-footer a {
  opacity: 0.5;
  transition: opacity 0.2s ease !important;
}

.footer-main .social-media-footer a:hover {
  opacity: 1 !important;
  transform: none !important;
}

.footer-main .social-media-footer svg {
  width: 18px !important;
  height: 18px !important;
  opacity: 0.85;
}

/* Logos — safe targeting */
.footer-main .image-footer:nth-last-child(2) .image-bar__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 150px !important;
}

.footer-main .image-footer:nth-last-child(2) img {
  max-width: 145px !important;
  height: auto !important;
  margin-right: -30px !important;
  opacity: 0.9;
}

.footer-main .image-footer:last-child .image-bar__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 48px !important;
  margin-left: -30px !important;
}

.footer-main .image-footer:last-child img {
  max-width: 48px !important;
  height: auto !important;
  opacity: 0.85;
  filter: brightness(0) invert(1);
  transform: translateY(2px);
}

/* Footer bottom */
.footer-bottom {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.footer-bottom--inner {
  padding-top: 8px !important;
  padding-bottom: 36px !important;
}

.bottom--footer---links {
  display: flex;
  justify-content: center;
  gap: 20px !important;
  flex-wrap: wrap;
}

.bottom--footer---links li,
.bottom--footer---links a,
.bottom--footer---copyright,
.bottom--footer---copyright a,
.bottom--footer---copyright span {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  font-size: 0.78rem !important;
}

.bottom--footer---links a {
  opacity: 0.48 !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease;
}

.bottom--footer---links a:hover {
  opacity: 0.78 !important;
}

.bottom--footer---copyright {
  margin-top: 26px !important;
  opacity: 0.62 !important;
  text-align: center;
}

/* Copyright underline removal */
.bottom--footer---copyright a,
.bottom--footer---copyright a:hover,
.bottom--footer---copyright .animated-underline,
.bottom--footer---copyright .animated-underline:hover {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

.bottom--footer---copyright .animated-underline::before,
.bottom--footer---copyright .animated-underline::after,
.bottom--footer---copyright a::before,
.bottom--footer---copyright a::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.bottom--footer---copyright a {
  background-image: none !important;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.bottom--footer---copyright a:hover {
  opacity: 0.85;
}

/* Footer links — slot hover */
.footer-main .footer-slot-link {
  position: relative !important;
  display: inline-flex !important;
  overflow: hidden !important;
  text-decoration: none !important;
}

.footer-main .footer-slot-link .btn-text-wrap {
  position: relative !important;
  display: block !important;
  height: 1.1em !important;
  line-height: 1 !important;
  overflow: hidden !important;
}

.footer-main .footer-slot-link .btn-text {
  display: block !important;
  transition: transform 0.22s cubic-bezier(.22, 1, .36, 1) !important;
  will-change: transform !important;
}

.footer-main .footer-slot-link .btn-text--hover {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  transform: translateY(-110%) !important;
}

.footer-main .footer-slot-link:hover .btn-text--default {
  transform: translateY(110%) !important;
}

.footer-main .footer-slot-link:hover .btn-text--hover {
  transform: translateY(0) !important;
}

/* Kill old animated underline */
.footer-main .animated-underline,
.footer-main .animated-underline::before,
.footer-main .animated-underline::after {
  background: none !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* Desktop grid */
@media (min-width: 768px) {
  .footer-main .footer-main--inner {
    display: grid !important;
    grid-template-columns: 1.2fr 0.75fr 0.95fr 1.05fr 1.45fr !important;
    grid-template-areas:
      "brand social nav legal newsletter";
    column-gap: 52px !important;
    row-gap: 18px !important;
    align-items: start !important;
  }

  .footer-main .content-footer {
    grid-area: brand;
  }

  .footer-main .social-media-footer {
    grid-area: social;
    margin: 0 !important;
    padding-top: 0 !important;
    align-self: start !important;
  }

  .footer-main .links-footer:first-of-type {
    grid-area: nav;
    margin-left: 0 !important;
  }

  .footer-main .links-footer:last-of-type {
    grid-area: legal;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .footer-main .newsletter-footer {
    grid-area: newsletter;
  }

  .footer-main .social-media-footer ul,
  .footer-main .social-media-footer .social-icons,
  .footer-main .social-media-footer .inline-list {
    justify-content: flex-start !important;
  }
}

/* Newsletter */
.footer-main .newsletter-footer .footer-header {
  margin-bottom: 18px !important;
}

.footer-main .newsletter-footer .input-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  max-width: 340px !important;
}

.footer-main .footer-email-input {
  width: 100% !important;
  height: 50px !important;
  background: transparent !important;
  border: 1px solid rgba(247, 201, 201, 0.32) !important;
  color: #f7c9c9 !important;
  padding: 0 18px !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-size: 0.78rem !important;
  text-transform: lowercase !important;
  letter-spacing: 0.02em !important;
}

.footer-main .footer-email-input::placeholder {
  color: rgba(247, 201, 201, 0.58) !important;
  opacity: 1 !important;
}

.footer-main .footer-email-submit {
  width: fit-content !important;
  min-width: 150px !important;
  height: 44px !important;
  padding: 0 28px !important;
  background: #f7c9c9 !important;
  color: #191919 !important;
  border: 1px solid #f7c9c9 !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.045em !important;
}

.footer-main .footer-email-submit:hover {
  background: transparent !important;
  color: #f7c9c9 !important;
}

/* Mobile */
@media (max-width: 767px) {
  .footer-main--inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    row-gap: 22px !important;
    padding-top: 34px !important;
    padding-bottom: 18px !important;
  }

  .footer-main .content-footer,
  .footer-main .links-footer,
  .footer-main .social-media-footer,
  .footer-main .image-footer {
    width: 100%;
    max-width: 320px;
    align-items: center !important;
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .footer-main .content-footer .rte,
  .footer-main .content-footer .rte p {
    font-size: 0.82rem !important;
    line-height: 1.18 !important;
    letter-spacing: 0.035em !important;
  }

  .footer-main .content-footer .rte strong {
    margin-bottom: 6px !important;
    letter-spacing: 0.07em !important;
  }

  .footer-main .links-footer:first-of-type {
    margin-top: 10px !important;
  }

  .footer-main .links-footer:last-of-type {
    margin-top: 6px !important;
  }

  .footer-main .links-footer .footer-content {
    align-items: center;
    gap: 14px !important;
  }

  .footer-main .links-footer .footer-content a {
    font-size: 0.94rem !important;
    line-height: 1.05 !important;
    letter-spacing: 0.045em !important;
  }

  .footer-main .links-footer:last-of-type .footer-content a {
    font-size: 0.82rem !important;
    opacity: 0.68 !important;
  }

  .footer-main .social-media-footer {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding-top: 0 !important;
    width: 100% !important;
    text-align: center !important;
  }

  .footer-main .social-media-footer ul,
  .footer-main .social-media-footer .social-icons,
  .footer-main .social-media-footer .inline-list {
    display: grid !important;
    grid-template-columns: repeat(3, 40px) !important;
    justify-content: center !important;
    align-items: center !important;
    column-gap: 28px !important;
    row-gap: 0 !important;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .footer-main .social-media-footer li {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer-main .social-media-footer a {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer-main .social-media-footer svg {
    width: 20px !important;
    height: 20px !important;
  }

  .footer-main .image-footer {
    width: 100%;
    max-width: 320px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .footer-main .image-footer:nth-last-child(2) {
    margin: 18px 0 22px !important;
  }

  .footer-main .image-footer:nth-last-child(2) .image-bar__content {
    width: auto !important;
    max-width: 210px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
  }

  .footer-main .image-footer:nth-last-child(2) img {
    max-width: 185px !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .footer-main .image-footer:last-child {
    margin-top: -2px !important;
  }

  .footer-main .image-footer:last-child .image-bar__content {
    width: auto !important;
    min-width: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
  }

  .footer-main .image-footer:last-child img {
    max-width: 58px !important;
    height: auto !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  .footer-bottom--inner {
    padding-top: 2px !important;
    padding-bottom: 24px !important;
  }

  .bottom--footer---links {
    gap: 18px !important;
  }

  .bottom--footer---links li,
  .bottom--footer---links a,
  .bottom--footer---copyright {
    font-size: 0.68rem !important;
    letter-spacing: 0.035em !important;
  }

  .bottom--footer---copyright {
    margin-top: 16px !important;
  }

    .footer-main .newsletter-footer {
    width: 100%;
    max-width: 320px;
    text-align: center !important;
  }

  .footer-main .newsletter-footer .input-group {
    margin: 0 auto !important;
    align-items: center !important;
  }

  .footer-main .footer-email-submit {
    width: 100% !important;
    max-width: 240px !important;
  }
}

/* =========================================================
   19. PRODUCT PAGE — REBEL PDP
   CHUNK 1: CORE LAYOUT / TITLE / BADGES / SWATCHES / CTA
========================================================= */

/* -----------------------------------------
   Base layout / spacing
----------------------------------------- */

.product-single {
  align-items: start !important;
}

.product-single-wrapper.width--content {
  max-width: 1320px !important;
}

.product-form-wrapper {
  padding-left: 24px !important;
}

.product-form-wrapper .product-form-block {
  --custom-margin-bottom: 18px !important;
}

.product-form-wrapper .product-details-wrapper {
  max-width: 580px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* -----------------------------------------
   Media column
----------------------------------------- */

@media (min-width: 768px) {
  .product-media-slider-desktop .thumbnail-media--main-media {
    max-width: 470px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* -----------------------------------------
   Title / intro
----------------------------------------- */

.product-form-wrapper .product-details-product-title {
  max-width: 14.1ch !important;
  font-size: clamp(2.15rem, 3vw, 3.5rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.015em !important;
  margin: 0 0 16px 0 !important;
}

.product-form-wrapper .product-block-richtext {
  margin-bottom: 16px !important;
}

.product-form-wrapper .product-block-richtext p {
  max-width: 47ch !important;
  margin: 0 !important;
  line-height: 1.42 !important;
}

.product-form-wrapper .product-block-richtext strong {
  font-weight: 500 !important;
}

/* -----------------------------------------
   Badge row
----------------------------------------- */

.rk-badge-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0 28px 0 !important;
}

.rk-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.rk-badge img {
  display: block;
  width: 64px !important;
  height: auto;
}

@media (max-width: 767px) {
  .rk-badge-row {
    gap: 8px;
  }

  .rk-badge img {
    width: 58px;
  }
}

/* -----------------------------------------
   Option labels
----------------------------------------- */

.product-form-wrapper .option-label-wrapper {
  margin-bottom: 6px !important;
}

.product-form-wrapper .option-label-wrapper .header.label-font {
  font-size: 11px !important;
  line-height: 1 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  opacity: 0.5 !important;
}

/* -----------------------------------------
   Swatches
----------------------------------------- */

.product-form-wrapper product-swatch.swatch {
  display: block !important;
}

.product-form-wrapper product-swatch[data-option-index="0"] {
  margin-bottom: 0 !important;
}

.product-form-wrapper product-swatch[data-option-index="1"] {
  margin-bottom: 18px !important;
}

.product-form-wrapper .swatch-items-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.product-form-wrapper .swatch-element {
  margin: 0 !important;
}

.product-form-wrapper .swatch-element label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  background: #ffffff !important;
  color: #191919 !important;
  box-shadow: none !important;
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease !important;
}

.product-form-wrapper .swatch-element.active label {
  background: #ffffff !important;
  color: #191919 !important;
  box-shadow: none !important;
}

.product-form-wrapper .swatch-element label:hover {
  transform: none !important;
  box-shadow: 0 0 0 1px rgba(25,25,25,0.08) !important;
}

/* TYPE */
.product-form-wrapper product-swatch[data-option-index="0"] .swatch-element label {
  min-height: 40px !important;
  padding: 10px 14px !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-size: 12px !important;
  border: 1px solid #191919 !important;
}

.product-form-wrapper product-swatch[data-option-index="0"] .swatch-element.active label,
.product-form-wrapper product-swatch[data-option-index="0"] .swatch-element input:checked + label {
  border-color: #191919 !important;
}

.product-form-wrapper product-swatch[data-option-index="0"] .swatch-element input:checked + label {
  background: #191919 !important;
  color: #ffffff !important;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04) !important;
}

/* SIZE */
.product-form-wrapper product-swatch[data-option-index="1"] .swatch-element label {
  min-height: 34px !important;
  padding: 7px 10px !important;
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
  font-size: 12.5px !important;
  color: #191919 !important;
  border: 1px solid rgba(25,25,25,0.16) !important;
}

.product-form-wrapper product-swatch[data-option-index="1"] .swatch-element.active label {
  border: 1px solid rgba(25,25,25,0.16) !important;
}

.product-form-wrapper product-swatch[data-option-index="1"] .swatch-element input:checked + label {
  border: 1px solid #191919 !important;
  box-shadow: 0 0 0 1px rgba(25,25,25,0.10) !important;
}

/* Retailer availability note */
[data-block-id="text_qfnqz3"] {
  margin-top: 18px !important;
  margin-bottom: 30px !important;
}

[data-block-id="text_qfnqz3"] p {
  margin: 0 !important;
  max-width: 42ch !important;
  font-size: 0.92rem !important;
  line-height: 1.45 !important;
  color: rgba(25,25,25,0.68) !important;
}

/* -----------------------------------------
   CTA
----------------------------------------- */

.product-form-wrapper .product-block-button {
  --custom-margin-bottom: 24px !important;
}

.product-form-wrapper .product-block-button .btn {
  min-width: 164px !important;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease !important;
}

.product-form-wrapper .product-block-button .btn:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important;
}

.product-form-wrapper .product-block-button .btn:active {
  transform: translateY(0) !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
}

.product-form-wrapper .btn {
  letter-spacing: 0.04em !important;
}

/* =========================================
   SUBSCRIPTION WIDGET — REBEL PDP
========================================= */

/* Hide default app policy line */
.shopify_subscriptions_app_policy {
  display: none !important;
}

/* Subscription rows */
.shopify_subscriptions_app_block .subscription_group {
  padding: 18px 20px !important;
  border-bottom: 1px solid rgba(25, 25, 25, 0.18) !important;
}

.shopify_subscriptions_app_block .subscription_group:last-child {
  border-bottom: 0 !important;
}

/* Main labels */
.shopify_subscriptions_app_block .title_and_price_wrapper span,
.shopify_subscriptions_app_block .in_widget_price {
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-size: 0.95rem !important;
  color: #191919 !important;
}

.shopify_subscriptions_app_block .in_widget_price {
  font-weight: 600 !important;
}

.shopify_subscriptions_app_block .group_name {
  font-weight: 500 !important;
}

/* Dropdown */
.shopify_subscriptions_app_block .group_dropdown {
  margin-top: 10px !important;
  height: 42px !important;
  padding: 10px 36px 10px 14px !important;
  border-radius: 0 !important;
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-size: 0.9rem !important;
  color: #191919 !important;
}

/* Benefits inside subscription option */
.shopify_subscriptions_app_block .subscription_group:nth-child(2)::after {
  content: "✓ Auto-renews\A✓ Skip or cancel anytime\A✓ Free UK delivery";
  display: block;
  white-space: pre-line;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(25, 25, 25, 0.1);
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(25, 25, 25, 0.72);
}

/* =========================================
   PDP — QUANTITY + BUY BUTTON LAYOUT
========================================= */

@media screen and (min-width: 768px) {
  .product-form-block[data-block-id^="quantity"] {
    width: 128px !important;
    max-width: 128px !important;
    float: left !important;
    margin-bottom: 12px !important;
  }

  .product-form-block[data-block-id^="quantity"] .product-sub-label {
    margin-bottom: 8px !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
  }

  .product-form-block[data-block-id^="quantity"] .js-qty {
    width: 128px !important;
    height: 52px !important;
    display: grid !important;
    grid-template-columns: 32px 1fr 32px !important;
    align-items: center !important;
    padding: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
  }

  .product-form-block[data-block-id^="quantity"] .js-qty__adjust {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 52px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .product-form-block[data-block-id^="quantity"] .js-qty__adjust svg {
    width: 18px !important;
    height: 18px !important;
  }

  .product-form-block[data-block-id^="quantity"] .js-qty__num {
    width: 100% !important;
    height: 52px !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .product-form-block[data-block-id^="buy_buttons"] {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 30px !important;
  }

  .product-form-block[data-block-id^="buy_buttons"] .paymentButtonsWrapper {
    display: block !important;
    width: 100% !important;
  }

.product-form-block[data-block-id^="buy_buttons"] .product--add-to-cart-button {
  width: calc(100% - 146px) !important;
  height: 52px !important;
  margin-left: 146px !important;
  margin-top: 49px !important;
  margin-bottom: 12px !important;

  position: relative !important;
  overflow: hidden !important;
}

  .product-form-block[data-block-id^="buy_buttons"] .width-full,
  .product-form-block[data-block-id^="buy_buttons"] .shopify-payment-button,
  .product-form-block[data-block-id^="buy_buttons"] .shopify-payment-button__button {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  .product-form-block[data-block-id^="buy_buttons"] .shopify-payment-button__button {
    height: 52px !important;
  }
}

/* PDP — match global slot button behaviour */
.product-form-block[data-block-id^="buy_buttons"] .product--add-to-cart-button {
  position: relative !important;
  overflow: hidden !important;
  height: 52px !important;
}

/* Keep wrapper as the clipped text window */
.product-form-block[data-block-id^="buy_buttons"] .product--add-to-cart-button .btn-text-wrap {
  position: relative !important;
  display: block !important;
  height: 1.1em !important;
  line-height: 1 !important;
  overflow: hidden !important;
}

/* Text layers */
.product-form-block[data-block-id^="buy_buttons"] .product--add-to-cart-button .btn-text {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  transition: transform 0.22s cubic-bezier(.22, 1, .36, 1) !important;
  will-change: transform !important;
}

/* Hover text starts above, exactly like working button */
.product-form-block[data-block-id^="buy_buttons"] .product--add-to-cart-button .btn-text--hover {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  transform: translateY(-110%) !important;
}

/* On hover, default moves down and hover text drops into place */
.product-form-block[data-block-id^="buy_buttons"] .product--add-to-cart-button:hover .btn-text--default {
  transform: translateY(110%) !important;
}

.product-form-block[data-block-id^="buy_buttons"] .product--add-to-cart-button:hover .btn-text--hover {
  transform: translateY(0) !important;
}

/* Kill shine/gloss */
.product-form-block[data-block-id^="buy_buttons"] .product--add-to-cart-button::before {
  display: none !important;
  content: none !important;
}


/* Subscription legal / cancellation policy text */
.product-form-block[data-block-id^="buy_buttons"] #shopify-buyer-consent,
.shopify-payment-button #shopify-buyer-consent,
#shopify-buyer-consent {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 14px !important;
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-size: 0.72rem !important;
  line-height: 1.45 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  color: rgba(25, 25, 25, 0.55) !important;
}

#shopify-subscription-policy-button {
  text-decoration: underline !important;
  color: inherit !important;
}

/* -----------------------------------------
   Mobile
----------------------------------------- */

@media (max-width: 767px) {
  .rk-badge-row {
    gap: 8px;
  }

  .rk-badge img {
    width: 58px;
  }

  .product-form-wrapper {
    padding-left: 0 !important;
  }
}

/* =========================================================
   19. PRODUCT PAGE — REBEL PDP
   CHUNK 2: ACCORDIONS / NUTRITION TABLE
========================================================= */

/* -----------------------------------------
   Accordion shell / headings
----------------------------------------- */

.product-form-wrapper .product-description,
.product-form-wrapper .collapsible-tab-container {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product-form-wrapper .collapsible-tab {
  border-top: 1px solid rgba(25,25,25,0.10) !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.product-form-wrapper .collapsible-tab-container:last-child .collapsible-tab,
.product-form-wrapper .product-description:last-of-type .collapsible-tab,
.product-form-wrapper .collapsible-tab:last-child {
  border-bottom: 1px solid rgba(25,25,25,0.10) !important;
}

.product-form-wrapper .collapsible-tab + .collapsible-tab,
.product-form-wrapper .collapsible-tab-container + .collapsible-tab-container,
.product-form-wrapper .product-description + .collapsible-tab-container {
  margin-top: 0 !important;
}

.product-form-wrapper .collapsible-tab .summary {
  min-height: 50px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  transition:
    color 0.18s ease,
    border-color 0.18s ease !important;
}

.product-form-wrapper .text-with-icon--text.label-font {
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  opacity: 0.88 !important;
}

.product-form-wrapper .collapsible-tab:hover .text-with-icon--text.label-font {
  opacity: 1 !important;
}

.product-form-wrapper .inline-icon--wrapper {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-form-wrapper .inline-icon--wrapper svg {
  width: 16px !important;
  height: 16px !important;
  stroke-width: 1.4 !important;
  opacity: 0.68 !important;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease !important;
}

.product-form-wrapper .collapsible-tab:hover .inline-icon--wrapper svg {
  opacity: 1 !important;
}

.product-form-wrapper .collapsible-tab.js.open .inline-icon--wrapper svg.minus-icon {
  transform: rotate(0deg) !important;
}

.product-form-wrapper .collapsible-tab.js:not(.open):hover .inline-icon--wrapper svg.plus-icon {
  transform: scale(1.04) !important;
}

/* -----------------------------------------
   Accordion content
----------------------------------------- */

.product-form-wrapper .collapsible-content,
.product-form-wrapper .collapsible-content .content,
.product-form-wrapper .collapsible-content .rte,
.product-form-wrapper .collapsible-content .text-link-animated.richtext-block,
.product-form-wrapper .collapsible-tab-container .richtext-block,
.product-form-wrapper .collapsible-tab-container .richtext-block p,
.product-form-wrapper .collapsible-tab-container .richtext-block table,
.product-form-wrapper .collapsible-tab-container .richtext-block ul,
.product-form-wrapper .collapsible-tab-container .richtext-block ol {
  width: 100% !important;
  max-width: none !important;
}

.product-form-wrapper .collapsible-content {
  padding-bottom: 0 !important;
}

.product-form-wrapper .collapsible-content .content {
  padding: 6px 0 8px 0 !important;
}

.product-form-wrapper .product-description .collapsible-content .content {
  padding-bottom: 4px !important;
}

.product-form-wrapper .product-description .collapsible-content {
  padding-bottom: 0 !important;
}

.product-form-wrapper .product-description {
  margin-bottom: 0 !important;
}

.product-form-wrapper .collapsible-content .rte,
.product-form-wrapper .collapsible-content .rte p {
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.product-form-wrapper .collapsible-content .rte p {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  width: 100% !important;
}

.product-form-wrapper .collapsible-content .rte p:last-child {
  margin-bottom: 0 !important;
}

/* -----------------------------------------
   Nutrition table
----------------------------------------- */

.product-form-wrapper .collapsible-content table,
.product-form-wrapper .collapsible-content tbody {
  width: 100% !important;
  max-width: none !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  color: #191919 !important;
}

.product-form-wrapper .collapsible-content th {
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  opacity: 1 !important;
  padding-top: 6px !important;
  padding-bottom: 14px !important;
  text-align: left !important;
  vertical-align: top !important;
  border-bottom: 1px solid rgba(25,25,25,0.14) !important;
}

.product-form-wrapper .collapsible-content td {
  font-size: 15px !important;
  line-height: 1.45 !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  text-align: left !important;
  vertical-align: top !important;
  border-bottom: 1px solid rgba(25,25,25,0.10) !important;
}

.product-form-wrapper .collapsible-content td strong,
.product-form-wrapper .collapsible-content th strong {
  font-weight: 500 !important;
}

.product-form-wrapper .collapsible-content td:first-child,
.product-form-wrapper .collapsible-content th:first-child {
  width: 58% !important;
  padding-right: 28px !important;
}

.product-form-wrapper .collapsible-content td:last-child,
.product-form-wrapper .collapsible-content th:last-child {
  width: 42% !important;
  text-align: left !important;
  font-variant-numeric: tabular-nums;
}

.product-form-wrapper .collapsible-content td:first-child {
  color: #191919 !important;
}

.product-form-wrapper .collapsible-content td:first-child br + * {
  opacity: 0.72 !important;
}

.product-form-wrapper .collapsible-content tr:last-child td,
.product-form-wrapper .collapsible-content tr:last-child th {
  border-bottom: 0 !important;
}

.product-form-wrapper .collapsible-content table[style] {
  height: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.product-form-wrapper .collapsible-content table p,
.product-form-wrapper .collapsible-content table br + br {
  margin: 0 !important;
}

/* -----------------------------------------
   Nutrition markup helpers
----------------------------------------- */

.product-form-wrapper .rk-nutrition-table .nutri-main {
  display: block !important;
  font-weight: 500 !important;
  color: #191919 !important;
  margin-bottom: 2px !important;
}

.product-form-wrapper .rk-nutrition-table .nutri-sub {
  display: block !important;
  font-size: 13.5px !important;
  line-height: 1.35 !important;
  opacity: 0.72 !important;
  font-weight: 400 !important;
}

.product-form-wrapper .rk-nutrition-table td:last-child {
  font-feature-settings: "tnum";
  letter-spacing: 0.01em;
}

/* =========================================================
   19. PRODUCT PAGE — REBEL PDP
   CHUNK 3: GALLERY UI / MICRO INTERACTIONS / PROOF STRIP
========================================================= */

/* -----------------------------------------
   Gallery thumbnails
----------------------------------------- */

.product-media-slider-desktop [data-media-thumbnails] .swiper-slide,
.product-media-slider-mobile [data-media-thumbnails] .swiper-slide {
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    border-color 0.18s ease !important;
}

.product-media-slider-desktop [data-media-thumbnails] .swiper-slide:not(.swiper-slide-thumb-active),
.product-media-slider-mobile [data-media-thumbnails] .swiper-slide:not(.swiper-slide-thumb-active) {
  opacity: 0.78 !important;
}

.product-media-slider-desktop [data-media-thumbnails] .swiper-slide-thumb-active,
.product-media-slider-mobile [data-media-thumbnails] .swiper-slide-thumb-active {
  opacity: 1 !important;
}

.product-media-slider-desktop [data-media-thumbnails] .swiper-slide:hover,
.product-media-slider-mobile [data-media-thumbnails] .swiper-slide:hover {
  transform: none !important;
  opacity: 1 !important;
}

.product-media-slider-desktop [data-media-thumbnails] .thumbnail-radius,
.product-media-slider-mobile [data-media-thumbnails] .thumbnail-radius {
  border: 1px solid rgba(25,25,25,0.10) !important;
  box-shadow: none !important;
  background: transparent !important;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease !important;
}

.product-media-slider-desktop [data-media-thumbnails] .swiper-slide:not(.swiper-slide-thumb-active) .thumbnail-radius,
.product-media-slider-mobile [data-media-thumbnails] .swiper-slide:not(.swiper-slide-thumb-active) .thumbnail-radius {
  border-color: rgba(25,25,25,0.08) !important;
}

.product-media-slider-desktop [data-media-thumbnails] .swiper-slide-thumb-active .thumbnail-radius,
.product-media-slider-mobile [data-media-thumbnails] .swiper-slide-thumb-active .thumbnail-radius {
  border: 1px solid rgba(25,25,25,0.22) !important;
  box-shadow: none !important;
  outline: none !important;
}

.product-media-slider-desktop [data-media-thumbnails] img,
.product-media-slider-mobile [data-media-thumbnails] img {
  box-shadow: none !important;
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
}

/* -----------------------------------------
   Main gallery arrows
----------------------------------------- */

.product-media-slider-desktop .thumb-prev,
.product-media-slider-desktop .thumb-next,
.product-media-slider-mobile .thumb-prev,
.product-media-slider-mobile .thumb-next {
  width: 28px !important;
  height: 28px !important;
  border-radius: 0 !important;
  background: rgba(255,255,255,0.82) !important;
  border: 1px solid rgba(25,25,25,0.10) !important;
  box-shadow: none !important;
  color: #191919 !important;
  opacity: 1 !important;
  transform: none !important;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    opacity 0.18s ease !important;
}

.product-media-slider-desktop .thumb-prev,
.product-media-slider-mobile .thumb-prev {
  left: 16px !important;
}

.product-media-slider-desktop .thumb-next,
.product-media-slider-mobile .thumb-next {
  right: 16px !important;
}

.product-media-slider-desktop .thumb-prev:hover,
.product-media-slider-desktop .thumb-next:hover,
.product-media-slider-mobile .thumb-prev:hover,
.product-media-slider-mobile .thumb-next:hover {
  transform: none !important;
  background: rgba(255,255,255,0.96) !important;
  border-color: rgba(25,25,25,0.16) !important;
  opacity: 1 !important;
}

.product-media-slider-desktop .thumb-prev svg,
.product-media-slider-desktop .thumb-next svg,
.product-media-slider-mobile .thumb-prev svg,
.product-media-slider-mobile .thumb-next svg {
  width: 16px !important;
  height: 16px !important;
}

/* -----------------------------------------
PDP — multi-case savings note
----------------------------------------- */
.rk-multi-case-saving {
  margin: 18px 0 22px !important;
  padding: 16px 18px !important;
  background: rgba(247,201,201,0.28) !important;
  border: 1px solid rgba(25,25,25,0.08) !important;
}

.rk-multi-case-saving__eyebrow {
  margin: 0 0 6px !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.72rem !important;
  line-height: 1 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
}

.rk-multi-case-saving__text {
  margin: 0 !important;
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
  color: #191919 !important;
}

.rk-multi-case-saving__small {
  margin: 5px 0 0 !important;
  font-size: 0.82rem !important;
  line-height: 1.35 !important;
  color: rgba(25,25,25,0.62) !important;
}

/* -----------------------------------------
   Proof strip
----------------------------------------- */

.section-template--19894077030569__template_product_info_columns_tnGxaC {
  background: #f7c9c9 !important;
  --padding-section-top: 80px !important;
  --padding-section-bottom: 80px !important;
}

.section-template--19894077030569__template_product_info_columns_tnGxaC .info-cols__slider-wrapper.width--content {
  max-width: 1320px !important;
}

.section-template--19894077030569__template_product_info_columns_tnGxaC .info-cols__slider-wrapper,
.section-template--19894077030569__template_product_info_columns_tnGxaC .info-cols--slider,
.section-template--19894077030569__template_product_info_columns_tnGxaC .swiper-wrapper,
.section-template--19894077030569__template_product_info_columns_tnGxaC .info-cols--image_and_text-column {
  height: auto !important;
  min-height: 0 !important;
}

.section-template--19894077030569__template_product_info_columns_tnGxaC .swiper-wrapper {
  align-items: stretch !important;
}

.section-template--19894077030569__template_product_info_columns_tnGxaC .swiper-pagination,
.section-template--19894077030569__template_product_info_columns_tnGxaC .info-cols--image,
.section-template--19894077030569__template_product_info_columns_tnGxaC .info-cols--media {
  display: none !important;
}

.section-template--19894077030569__template_product_info_columns_tnGxaC .info-cols--image_and_text-column {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 0 32px !important;
  min-height: 180px !important;
  position: relative !important;
  max-width: none !important;
}

@media (min-width: 768px) {
  .section-template--19894077030569__template_product_info_columns_tnGxaC .info-cols--image_and_text-column:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 24%;
    height: 52%;
    width: 1px;
    background: rgba(25,25,25,0.07);
  }
}

.section-template--19894077030569__template_product_info_columns_tnGxaC .info-cols--title {
  max-width: 12ch !important;
  margin: 0 auto 8px auto !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.01em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
}

.section-template--19894077030569__template_product_info_columns_tnGxaC .info-cols--text {
  max-width: 24ch !important;
  margin: 0 auto !important;
  opacity: 0.86 !important;
}

.section-template--19894077030569__template_product_info_columns_tnGxaC .info-cols--text p {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #191919 !important;
}

/* -----------------------------------------
   Mobile
----------------------------------------- */

@media (max-width: 767px) {
  .section-template--19894077030569__template_product_info_columns_tnGxaC {
    --padding-section-top: 48px !important;
    --padding-section-bottom: 48px !important;
  }

  .section-template--19894077030569__template_product_info_columns_tnGxaC .info-cols--image_and_text-column {
    min-height: auto !important;
    padding: 0 12px !important;
  }

  .section-template--19894077030569__template_product_info_columns_tnGxaC .info-cols--title {
    font-size: 1.3rem !important;
    margin-bottom: 10px !important;
  }

  .section-template--19894077030569__template_product_info_columns_tnGxaC .info-cols--text p {
    font-size: 15px !important;
  }
}

/* =========================================================
   REBEL PDP — SHARED BELOW-FOLD SECTIONS
   Works across product templates / cases / standard PDPs
========================================================= */

/* -----------------------------------------
   Info columns / benefit strip
----------------------------------------- */

.template-product info-columns.info-cols {
  --padding-section-top: 80px !important;
  --padding-section-bottom: 80px !important;
}

.template-product info-columns.info-cols .width--content {
  max-width: 1320px !important;
}

.template-product info-columns.info-cols .info-cols--image {
  display: none !important;
}

.template-product info-columns.info-cols .info-cols--title {
  margin: 0 0 10px !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  font-size: clamp(1.05rem, 1.35vw, 1.45rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.015em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
}

.template-product info-columns.info-cols .info-cols--text {
  max-width: 250px !important;
  margin: 0 auto !important;
}

.template-product info-columns.info-cols .info-cols--text p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: rgba(25, 25, 25, 0.82) !important;
}

.template-product info-columns.info-cols .info-cols--image_and_text-column {
  padding: 0 28px !important;
  border-right: 1px solid rgba(25,25,25,0.08);
}

.template-product info-columns.info-cols .info-cols--image_and_text-column:last-child {
  border-right: 0;
}

/* -----------------------------------------
   Origin / story image-with-text section
----------------------------------------- */

.template-product .image-with-text-wrapper .image-with-text__container {
  --padding-section-top: 88px !important;
  --padding-section-bottom: 88px !important;
}

.template-product .image-with-text-wrapper .width--content {
  max-width: 1320px !important;
}

.template-product .image-with-text-wrapper .homepage-indiv-section-wrapper {
  align-items: center !important;
  column-gap: 72px !important;
}

.template-product .image-with-text-wrapper .homepage-content--image {
  margin: 0 !important;
}

.template-product .image-with-text-wrapper .homepage-content--image .img,
.template-product .image-with-text-wrapper .responsive-image-wrapper {
  border-radius: 0 !important;
  overflow: hidden !important;
}

.template-product .image-with-text-wrapper .feature_row__image_wrapper {
  display: flex !important;
  align-items: center !important;
}

.template-product .image-with-text-wrapper .no-overlap-content-box {
  max-width: 480px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.template-product .image-with-text-wrapper .sitewide--title-wrapper {
  margin-bottom: 10px !important;
}

.template-product .image-with-text-wrapper .homepage-sections--title {
  margin: 0 !important;
  font-size: clamp(1.85rem, 2.7vw, 3rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
  max-width: 12ch !important;
  position: relative;
  display: inline-block;
  overflow: visible !important;
}

.template-product .image-with-text-wrapper .homepage-sections--title::after {
  content: "";
  position: absolute;
  left: -22%;
  bottom: -8px;
  width: 100%;
  height: 18px;
  background-color: #f7c9c9;
  -webkit-mask: url("/cdn/shop/files/scribble-underline.svg?v=1772791337") no-repeat center / contain;
  mask: url("/cdn/shop/files/scribble-underline.svg?v=1772791337") no-repeat center / contain;
  pointer-events: none;
}

.template-product .image-with-text-wrapper .featured-row__subtext {
  max-width: 500px !important;
}

.template-product .image-with-text-wrapper .featured-row__subtext p {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
  color: #191919 !important;
}

.template-product .image-with-text-wrapper .featured-row__subtext p + p {
  margin-top: 12px !important;
}

.template-product .image-with-text-wrapper .featured-row__subtext p:last-child {
  opacity: 0.85;
}

/* -----------------------------------------
   Retailer scrolling banner
----------------------------------------- */

.template-product .scrolling-banner .section-title--wrapper {
  margin-bottom: 28px !important;
}

.template-product .scrolling-banner .section-title {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.6rem, 2vw, 2.2rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.01em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  color: #191919 !important;
}

.template-product .scrolling-banner .content-image {
  filter: grayscale(100%) brightness(0.9) contrast(0.9);
  opacity: 0.7;
  transition: filter 0.25s ease, opacity 0.25s ease;
}

.template-product .scrolling-banner .banner-item:hover .content-image {
  filter: none;
  opacity: 1;
}

/* -----------------------------------------
   Mobile
----------------------------------------- */

@media (max-width: 767px) {
  .template-product info-columns.info-cols {
    --padding-section-top: 56px !important;
    --padding-section-bottom: 56px !important;
  }

  .template-product info-columns.info-cols .info-cols--image_and_text-column {
    border-right: 0 !important;
    padding: 0 24px !important;
  }

  .template-product info-columns.info-cols .info-cols--title {
    font-size: 1.45rem !important;
  }

  .template-product info-columns.info-cols .info-cols--text {
    max-width: 300px !important;
  }

  .template-product .image-with-text-wrapper .image-with-text__container {
    --padding-section-top: 56px !important;
    --padding-section-bottom: 56px !important;
  }

  .template-product .image-with-text-wrapper .homepage-indiv-section-wrapper {
    row-gap: 28px !important;
  }

  .template-product .image-with-text-wrapper .homepage-sections--title {
    font-size: 2rem !important;
    max-width: none !important;
    text-align: center !important;
  }

  .template-product .image-with-text-wrapper .homepage-sections--title::after {
    left: 1%;
    width: 100%;
    bottom: -8px;
    height: 12px;
  }

  .template-product .image-with-text-wrapper .featured-row__subtext,
  .template-product .image-with-text-wrapper .featured-row__subtext p {
    max-width: none !important;
    font-size: 15px !important;
    text-align: center !important;
  }

  .template-product .scrolling-banner .section-title {
    font-size: 1.55rem !important;
  }
}

/* -----------------------------------------
   Reduced motion
----------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .template-product info-columns.info-cols *,
  .template-product .image-with-text-wrapper *,
  .template-product .scrolling-banner .content-image {
    transition: none !important;
  }
}



/* =========================================================
   PRODUCT PAGE — LINKED PRODUCT SWITCHER
========================================================= */

.rk-linked-switcher {
  margin: 0 0 18px 0 !important;
}

.rk-linked-switcher__group + .rk-linked-switcher__group {
  margin-top: 14px !important;
}

.rk-linked-switcher__label {
  margin-bottom: 6px !important;
  font-size: 11px !important;
  line-height: 1 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  opacity: 0.5 !important;
}

.rk-linked-switcher__options {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.rk-linked-switcher__option {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 10px 14px !important;
  border: 1px solid #191919 !important;
  background: #ffffff !important;
  color: #191919 !important;
  text-decoration: none !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease !important;
}

.rk-linked-switcher__option--size {
  min-height: 34px !important;
  padding: 7px 10px !important;
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-weight: 400 !important;
  font-size: 12.5px !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  border: 1px solid rgba(25,25,25,0.16) !important;
}

.rk-linked-switcher__option:hover {
  box-shadow: 0 0 0 1px rgba(25,25,25,0.08) !important;
}

.rk-linked-switcher__option.is-active {
  background: #191919 !important;
  color: #ffffff !important;
  border-color: #191919 !important;
}

.rk-linked-switcher__option--size.is-active {
  background: #ffffff !important;
  color: #191919 !important;
  border: 1px solid #191919 !important;
}

@media (max-width: 767px) {
  .rk-linked-switcher {
    margin-bottom: 16px !important;
  }
}

/* =========================================================
   PRODUCT PAGE — TRUSTPILOT
========================================================= */

.rk-reviews-heading {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.4rem, 2.1vw, 2.15rem);
}



/* =========================================================
   PRODUCT PAGE — ORIGIN / STORY SECTION
========================================================= */

#shopify-section-template--19992655364265__image_with_text_HNqp6b .image-with-text__container {
  --padding-section-top: 88px !important;
  --padding-section-bottom: 88px !important;
}

#shopify-section-template--19992655364265__image_with_text_HNqp6b .width--content {
  max-width: 1320px !important;
}

#shopify-section-template--19992655364265__image_with_text_HNqp6b .homepage-indiv-section-wrapper {
  align-items: center !important;
  column-gap: 72px !important;
}

/* Image */
#shopify-section-template--19992655364265__image_with_text_HNqp6b .homepage-content--image {
  margin: 0 !important;
}

#shopify-section-template--19992655364265__image_with_text_HNqp6b .homepage-content--image .img,
#shopify-section-template--19992655364265__image_with_text_HNqp6b .responsive-image-wrapper {
  border-radius: 0 !important;
  overflow: hidden !important;
}

/* Text column */
#shopify-section-template--19992655364265__image_with_text_HNqp6b .feature_row__image_wrapper {
  display: flex !important;
  align-items: center !important;
}

#shopify-section-template--19992655364265__image_with_text_HNqp6b .no-overlap-content-box {
  max-width: 480px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Heading */
#shopify-section-template--19992655364265__image_with_text_HNqp6b .sitewide--title-wrapper {
  margin-bottom: 10px !important;
}

#shopify-section-template--19992655364265__image_with_text_HNqp6b .homepage-sections--title {
  position: relative !important;
  display: inline-block !important;
  margin: 0 !important;
  font-size: clamp(1.85rem, 2.7vw, 3rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
  max-width: 12ch !important;
}

/* Optional scribble under BOTTLE */
#shopify-section-template--19992655364265__image_with_text_HNqp6b .homepage-sections--title::after {
  content: "";
  position: absolute;
  left: -22%;
  bottom: -10px;
  width: 100%;
  height: 18px;
  background-color: #f7c9c9;
  -webkit-mask-image: url("/cdn/shop/files/scribble-underline.svg?v=1772791337");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("/cdn/shop/files/scribble-underline.svg?v=1772791337");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  pointer-events: none;
}

/* Body copy */
#shopify-section-template--19992655364265__image_with_text_HNqp6b .featured-row__subtext {
  max-width: 500px !important;
}

#shopify-section-template--19992655364265__image_with_text_HNqp6b .featured-row__subtext p {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
  color: #191919 !important;
}

#shopify-section-template--19992655364265__image_with_text_HNqp6b .featured-row__subtext p + p {
  margin-top: 12px !important;
}

#shopify-section-template--19992655364265__image_with_text_HNqp6b .featured-row__subtext p:last-child {
  opacity: 0.85 !important;
}

/* Mobile */
@media (max-width: 767px) {
  #shopify-section-template--19992655364265__image_with_text_HNqp6b .image-with-text__container {
    --padding-section-top: 56px !important;
    --padding-section-bottom: 56px !important;
  }

  #shopify-section-template--19992655364265__image_with_text_HNqp6b .homepage-indiv-section-wrapper {
    row-gap: 28px !important;
  }

  #shopify-section-template--19992655364265__image_with_text_HNqp6b .homepage-sections--title {
    font-size: 2rem !important;
    max-width: none !important;
  }

  #shopify-section-template--19992655364265__image_with_text_HNqp6b .homepage-sections--title::after {
    left: 1% !important;
    width: 100% !important;
    height: 15px !important;
    bottom: -8px !important;
  }

  #shopify-section-template--19992655364265__image_with_text_HNqp6b .featured-row__subtext,
  #shopify-section-template--19992655364265__image_with_text_HNqp6b .featured-row__subtext p {
    max-width: none !important;
    font-size: 15px !important;
  }
}

/* =========================================================
   PRODUCT PAGE — RETAILER SCROLLING BANNER
========================================================= */

#shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .section-title--wrapper {
  margin-bottom: 28px !important;
}

#shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .section-title {
  margin: 0 !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.6rem, 2vw, 2.2rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.01em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
  text-align: center !important;
}


#shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .content-image {
  display: block !important;
  width: auto !important;
  height: 42px !important;
  max-width: 180px !important;
  max-height: 42px !important;
  object-fit: contain !important;
  object-position: center center !important;
  filter: grayscale(100%) brightness(0.9) contrast(0.9) !important;
  opacity: 0.7 !important;
  transition: filter 0.25s ease, opacity 0.25s ease !important;
}

/* On hover: full colour */
#shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .banner-item:hover .content-image {
  filter: none !important;
  opacity: 1 !important;
}

/* Slight visual balancing for more compact / square logos */
#shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .image_VHhTPW .content-image,
#shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .image_pTxhjq .content-image,
#shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .image_L4KDF9 .content-image {
  height: 48px !important;
  max-height: 48px !important;
}

/* Slight trim for wider wordmarks */
#shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .image_eMmwFN .content-image,
#shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .image_TQAPRB .content-image,
#shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .image_zTcxYb .content-image,
#shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .image_V4apAU .content-image {
  height: 38px !important;
  max-height: 38px !important;
}

@media (max-width: 767px) {
  #shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .section-title {
    font-size: clamp(1.35rem, 6vw, 1.8rem) !important;
  }

  #shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .content-image {
    height: 32px !important;
    max-height: 32px !important;
    max-width: 140px !important;
  }

  #shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .image_VHhTPW .content-image,
  #shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .image_pTxhjq .content-image,
  #shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .image_L4KDF9 .content-image {
    height: 36px !important;
    max-height: 36px !important;
  }

  #shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .image_eMmwFN .content-image,
  #shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .image_TQAPRB .content-image,
  #shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .image_zTcxYb .content-image,
  #shopify-section-template--19992655364265__scrolling_banner_kz6r6Y .image_V4apAU .content-image {
    height: 30px !important;
    max-height: 30px !important;
  }
}

/* =========================================================
   COLLECTION PAGE — MANIFESTO SECTION
   Section ID:
   #shopify-section-template--19992504533161__rich_text_8iPYAb

   STRUCTURE
   1. Section layout
   2. Main headline
   3. Body copy
   4. Sign-off
   5. Scribble artwork
   6. Animation
   7. Mobile overrides
========================================================= */


/* =========================================================
   1. SECTION LAYOUT
   Controls:
   - overall top/bottom spacing
   - max width of content wrapper
========================================================= */

#shopify-section-template--19992504533161__rich_text_8iPYAb .wrapper-spacing--v {
  --padding-section-top: 88px !important;
  --padding-section-bottom: 88px !important;
}

#shopify-section-template--19992504533161__rich_text_8iPYAb .homepage-featured-rich-text {
  max-width: 1520px !important;
  margin: 0 auto !important;
}

#shopify-section-template--19992504533161__rich_text_8iPYAb .sitewide--title-wrapper {
  margin: 0 !important;
}


/* =========================================================
   2. MAIN HEADLINE
   Controls:
   - manifesto heading size
   - width
   - line spacing
   - word spacing
========================================================= */

#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-headline-wrap {
  padding-bottom: 24px !important;
}

#shopify-section-template--19992504533161__rich_text_8iPYAb .homepage-sections--title {
  margin: 0 auto !important;
  max-width: 22ch !important;

  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2.2rem, 4vw, 4.2rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.03em !important;
  word-spacing: -0.02em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  color: #191919 !important;
}

#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-title span {
  display: inline;
  margin: 0 !important;
}

#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-title br {
  display: block;
  content: "";
}


/* =========================================================
   3. BODY COPY (SITE-ALIGNED + CONTROLLED)
   Controls:
   - consistent paragraph sizing
   - width + spacing rhythm
   - matches site but slightly elevated
========================================================= */

#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-body {
  max-width: 42ch !important;
  margin: 0 auto !important;
  padding-bottom: 0 !important;
}

#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-body p {
  margin: 0 0 22px 0 !important;

  font-size: clamp(1.15rem, 1.2vw, 1.3rem) !important; /* KEY FIX */
  line-height: 1.42 !important;
  letter-spacing: -0.01em !important;

  text-align: center !important;
  color: #191919 !important;
}

/* First paragraph */
#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-body p:nth-child(1) {
  max-width: 30ch !important;
  margin-top: 30px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* "It all makes a difference." */
#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-body p:nth-child(2) {
  margin-top: 6px !important;
  margin-bottom: 24px !important;
}

/* Coconut sourcing block */
#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-body p:nth-child(3) {
  max-width: 26ch !important;
  margin-top: 4px !important;
  margin-bottom: 56px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* =========================================================
   4. SIGN-OFF
   Controls:
   - closing statement size
   - closing statement width
   - spacing above sign-off
========================================================= */

#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-signoff-wrap {
  padding-bottom: 0 !important;
}

#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-signoff {
  margin: 56px auto 0 !important;

  max-width: 26ch !important; /* ← FIXED */

  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.4rem, 1.8vw, 1.75rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-signoff br {
  display: block;
  content: "";
}


/* =========================================================
   5. SCRIBBLE ARTWORK
   Controls:
   - circle around “ALL”
   - swipe under “SAME”
========================================================= */

#shopify-section-template--19992504533161__rich_text_8iPYAb .scribble-circle-word {
  position: relative;
  display: inline-block;
  padding: 0 0.04em;
  z-index: 1;
}

#shopify-section-template--19992504533161__rich_text_8iPYAb .scribble-circle-word::before {
  content: "";
  position: absolute;
  left: 47%;
  top: 49%;
  width: 2.7em;
  height: 1.8em;
  transform: translate(-50%, -50%);

  background-color: #ffffff;
  -webkit-mask: url('/cdn/shop/files/scribble-circle.svg?v=1772791337') no-repeat center / contain;
  mask: url('/cdn/shop/files/scribble-circle.svg?v=1772791337') no-repeat center / contain;

  pointer-events: none;
  z-index: -1;
}

#shopify-section-template--19992504533161__rich_text_8iPYAb .scribble-underline {
  position: relative;
  display: inline-block;
  line-height: 1 !important;
  padding-bottom: 0.08em;
}

#shopify-section-template--19992504533161__rich_text_8iPYAb .scribble-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 68%;
  width: 103%;
  height: 0.34em;
  transform: translateX(-50%);

  background-color: #ffffff;
  -webkit-mask: url('/cdn/shop/files/scribble-swipe.svg?v=1772791336') no-repeat center / contain;
  mask: url('/cdn/shop/files/scribble-swipe.svg?v=1772791336') no-repeat center / contain;

  pointer-events: none;
}


/* =========================================================
   6. ANIMATION
   Controls:
   - reveal movement
   - reveal speed
   - stagger timing
   - scribble draw-on
========================================================= */

#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-reveal,
#shopify-section-template--19992504533161__rich_text_8iPYAb .scribble-circle-word::before,
#shopify-section-template--19992504533161__rich_text_8iPYAb .scribble-underline::after {
  will-change: transform, opacity;
}

/* Base reveal state */
#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

/* Active reveal state */
#shopify-section-template--19992504533161__rich_text_8iPYAb.is-visible .manifesto-reveal {
  opacity: 1;
  transform: translateY(0);
}

/* Reveal order */
#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-headline-wrap .manifesto-reveal {
  transition-delay: 0s;
}

#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-body {
  transition-delay: 0.32s;
}

#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-signoff {
  transition-delay: 0.46s;
}

/* Circle draw-on */
#shopify-section-template--19992504533161__rich_text_8iPYAb .scribble-circle-word::before {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.82);
  transition:
    opacity 0.35s ease,
    transform 0.45s ease;
  transition-delay: 0.16s;
}

/* Swipe draw-on */
#shopify-section-template--19992504533161__rich_text_8iPYAb .scribble-underline::after {
  opacity: 0;
  transform: translateX(-50%) scaleX(0.72);
  transform-origin: center center;
  transition:
    opacity 0.28s ease,
    transform 0.42s ease;
  transition-delay: 0.24s;
}

/* Active scribble state */
#shopify-section-template--19992504533161__rich_text_8iPYAb.is-visible .scribble-circle-word::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

#shopify-section-template--19992504533161__rich_text_8iPYAb.is-visible .scribble-underline::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  #shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-reveal,
  #shopify-section-template--19992504533161__rich_text_8iPYAb .scribble-circle-word::before,
  #shopify-section-template--19992504533161__rich_text_8iPYAb .scribble-underline::after {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


/* =========================================================
   7. MOBILE
   Controls:
   - mobile spacing
   - headline size/width
   - body width and size
   - sign-off scale
   - scribble size
========================================================= */

@media (max-width: 767px) {
  #shopify-section-template--19992504533161__rich_text_8iPYAb .wrapper-spacing--v {
    --padding-section-top: 64px !important;
    --padding-section-bottom: 64px !important;
  }

  /* Main headline */
  #shopify-section-template--19992504533161__rich_text_8iPYAb .homepage-sections--title {
    font-size: clamp(2.55rem, 11vw, 3.35rem) !important;
    line-height: 0.92 !important;
    letter-spacing: -0.03em !important;
    max-width: 10.5ch !important;
  }

  /* Body copy block */
#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-body {
  max-width: 32ch !important;
}

#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-body p {
  font-size: 1.1rem !important; /* consistent across all paragraphs */
  line-height: 1.42 !important;
  margin-bottom: 18px !important;
}

#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-body p:nth-child(1) {
  max-width: 32ch !important;
  margin-top:10px !important;
}

#shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-body p:nth-child(3) {
  max-width: 32ch !important;
}

  /* Sign-off */
  #shopify-section-template--19992504533161__rich_text_8iPYAb .manifesto-signoff {
    margin-top: 0 !important;
    font-size: 1rem !important;
    line-height: 0.98 !important;
    max-width: 12ch !important;
  }

  /* Scribbles */
  #shopify-section-template--19992504533161__rich_text_8iPYAb .scribble-circle-word::before {
    width: 2em;
    height: 1.18em;
    left: 47%;
  }

  #shopify-section-template--19992504533161__rich_text_8iPYAb .scribble-underline::after {
    width: 114%;
    height: 0.3em;
  }
}

/* =========================================================
   COLLECTION PAGE — INFO COLUMNS
========================================================= */

#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .wrapper-spacing--v {
  --padding-section-bottom: 72px !important;
}

#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols__slider-wrapper {
  max-width: 100% !important;
}

#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-wrapper {
  align-items: flex-start !important;
}

#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-slide {
  display: flex !important;
  flex-direction: column !important;
}

#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols--image {
  margin-bottom: 18px !important;
}

#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols--media {
  overflow: hidden !important;
}

#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .block-radius-clip {
  border-radius: 0 !important;
}

#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .theme-img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  transition: transform 0.35s ease !important;
}

#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-slide:hover .theme-img {
  transform: scale(1.025) !important;
}

#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols--title {
  margin: 0 0 10px 0 !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.1rem, 1.6vw, 1.7rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.025em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
  max-width: 15ch !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols--text {
  max-width: 30ch !important;
  margin: 0 auto !important;
}

#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols--text p {
  margin: 0 !important;
  font-size: 1.05rem !important;
  line-height: 1.45 !important;
  letter-spacing: -0.01em !important;
  color: #191919 !important;
}

@media (max-width: 767px) {
  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .wrapper-spacing--v {
    --padding-section-bottom: 56px !important;
  }

  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols--image {
    margin-bottom: 14px !important;
  }

  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols--media img {
    transform: scale(1.02);
  }

  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols--title {
    font-size: 1.9rem !important;
    max-width: 12ch !important;
    margin-bottom: 10px !important;
    margin-top: 14px !important;
  }

  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols--text {
    max-width: 26ch;
    margin-top: 10px !important;
    margin-left: auto;
    margin-right: auto;
  }

  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols--text p {
    font-size: 1rem !important;
    line-height: 1.42 !important;
  }

  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-pagination {
    margin-top: 12px;
  }
}

/* =========================================================
   INFO COLUMNS — MOBILE STACKED LAYOUT
   Turns the mobile slider into a vertical stacked layout
========================================================= */

@media (max-width: 767px) {
  /* Outer section spacing */
  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .wrapper-spacing--v {
    --padding-section-top: 0px !important;
    --padding-section-bottom: 56px !important;
  }

  /* Allow the wrapper to behave like normal flow */
  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols__slider-wrapper,
  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols--slider,
  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-wrapper {
    display: block !important;
    height: auto !important;
    transform: none !important;
  }

  /* Each item becomes a full-width stacked block */
  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 32px !important;
    display: block !important;
  }

  /* Remove bottom gap on last item */
  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-slide:last-child {
    margin-bottom: 0 !important;
  }

  /* Hide slider pagination/dots */
  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-pagination,
  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-button-prev,
  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-button-next {
    display: none !important;
  }

  /* Image spacing */
  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols--image {
    margin-bottom: 12px !important;
  }

  /* Make images feel generous on mobile */
  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols--media,
  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .block-radius-clip {
    overflow: hidden !important;
  }

  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .theme-img {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    transform: none !important;
  }

  /* Heading */
  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols--title {
    margin: 0 0 10px 0 !important;
    font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.6rem !important;
    line-height: 0.95 !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    color: #191919 !important;
    max-width: 14ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  /* Body copy */
  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols--text {
    max-width: 26ch !important;
    margin: 0 auto !important;
  }

  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .info-cols--text p {
    margin: 0 !important;
    font-size: 1.05rem !important;
    line-height: 1.42 !important;
    letter-spacing: -0.01em !important;
    color: #191919 !important;
    text-align: center !important;
  }
}

/* =========================================================
   COLLECTION GRID — INTRO TEXT
========================================================= */
#shopify-section-template--19992504533161__rich_text_YGEqjR .wrapper-spacing--v {
  --padding-section-top: 56px !important;
  --padding-section-bottom: 96px !important;
}

#shopify-section-template--19992504533161__rich_text_YGEqjR .homepage-featured-rich-text {
  max-width: 720px !important;
}

#shopify-section-template--19992504533161__rich_text_YGEqjR .sitewide--title-wrapper {
  margin: 0 !important;
  padding-bottom: 14px !important;
}

#shopify-section-template--19992504533161__rich_text_YGEqjR .homepage-sections--title {
  margin: 0 auto !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2.2rem, 3.2vw, 3.6rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.025em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  max-width: 14ch !important;
  color: #191919 !important;
}

#shopify-section-template--19992504533161__rich_text_YGEqjR .homepage-sections--title span {
  display: inline !important;
}

#shopify-section-template--19992504533161__rich_text_YGEqjR .richtext-block {
  margin: 0 auto !important;
  padding-bottom: 0 !important;
  max-width: 34ch !important;
}

#shopify-section-template--19992504533161__rich_text_YGEqjR .richtext-block p {
  margin: 0 !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
  color: rgba(25,25,25,0.72) !important;
  text-align: center !important;
}

/* =========================================================
   COLLECTION GRID — CTA BUTTONS
========================================================= */
.collection-grid .quick-shop--block .quick-add-button,
.collection .quick-shop--block .quick-add-button,
.product-grid--footer .quick-shop--block .quick-add-button {
  width: auto !important;
  min-width: 150px !important;
  max-width: 190px !important;
  margin: 0 auto !important;
  padding: 14px 24px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* COLLECTION GRID — tighten intro spacing */
.template-collection .homepage-featured-rich-text {
  margin-bottom: 28px !important;
}

.template-collection .product-grid {
  margin-top: 0 !important;
}

/* COLLECTION GRID — slightly smaller product imagery */
.template-collection .grid-view-item-image {
  max-width: 82% !important;
  margin: 0 auto 18px auto !important;
}

/* Product card spacing */
.template-collection .product-grid--title {
  margin-bottom: 16px !important;
}

.template-collection .product-grid--footer {
  margin-top: 8px !important;
}

.template-collection product-card {
  transition: transform 0.28s ease;
}

/* Collection grid — bottom breathing room */
.template-collection .collection-grid,
.template-collection .product-grid,
.template-collection .grid-uniform {
  padding-bottom: 96px !important;
}

@media (hover: hover) {
  .template-collection product-card:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 767px) {

  .quick-add-button {
    font-size: 0.72rem !important;
    letter-spacing: 0.06em !important;
    padding: 0 12px !important;
  }

}

@media (max-width: 767px) {

  .template-collection .collection-grid {
    margin-top: -40px !important;
  }

}

@media (max-width: 767px) {

  .rk-product-card-title {
    margin-top: -8px !important;
  }

  .quick-add-wrapper {
    margin-top: 10px !important;
  }
}



/* =========================================================
   INFO COLUMNS — STAGGERED REVEAL
   Subtle fade + lift on each tile
   Desktop: left-to-right
   Mobile: top-to-bottom
========================================================= */

/* Base animated state */
#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-slide {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
  will-change: opacity, transform;
}

/* Active state */
#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq.shown-on-scroll.animated .swiper-slide,
#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq.is-visible .swiper-slide {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger timing */
#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-slide:nth-child(1) {
  transition-delay: 0s;
}

#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-slide:nth-child(2) {
  transition-delay: 0.1s;
}

#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-slide:nth-child(3) {
  transition-delay: 0.2s;
}

#shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-slide:nth-child(4) {
  transition-delay: 0.3s;
}

/* Slightly softer motion on mobile */
@media (max-width: 767px) {
  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-slide {
    transform: translateY(14px);
    transition:
      opacity 0.55s ease,
      transform 0.55s ease;
  }

  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-slide:nth-child(1) {
    transition-delay: 0s;
  }

  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-slide:nth-child(2) {
    transition-delay: 0.08s;
  }

  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-slide:nth-child(3) {
    transition-delay: 0.16s;
  }

  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-slide:nth-child(4) {
    transition-delay: 0.24s;
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  #shopify-section-template--19992504533161__template_product_info_columns_YgKDVq .swiper-slide {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* =========================================================
   COLLECTION PAGE — IMAGE WITH TEXT
   Section: Live without compromise
========================================================= */

#shopify-section-template--19992504533161__image_with_text_QpBba3 .wrapper-spacing--v {
  --padding-section-top: 96px !important;
  --padding-section-bottom: 96px !important;
}

/* Overall width */
#shopify-section-template--19992504533161__image_with_text_QpBba3 .width--content {
  max-width: 1520px !important;
}

#shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-indiv-section-wrapper {
  align-items: center !important;
}

/* Image side */
#shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-content--image {
  margin-bottom: 0 !important;
}

#shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-content--image .block-radius,
#shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-content--image .block-radius-clip {
  border-radius: 0 !important;
}

#shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-content--image .theme-img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  filter: contrast(1.02) saturate(1.02) !important;
}

/* Text column */
#shopify-section-template--19992504533161__image_with_text_QpBba3 .feature_row__image_wrapper {
  display: flex !important;
  align-items: center !important;
}

#shopify-section-template--19992504533161__image_with_text_QpBba3 .no-overlap-content-box {
  max-width: 620px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  margin-top: 20px !important;
}

#shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-featured-content-box-inner {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Heading */
#shopify-section-template--19992504533161__image_with_text_QpBba3 .sitewide--title-wrapper {
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
}

#shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-sections--title {
  margin: 0 !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2.2rem, 3vw, 2.9rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.025em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
  max-width: 8ch !important;
  text-align: left !important;
}

/* Editorial block — scribble underline under JUST */
#shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-sections--title {
  position: relative !important;
  display: inline-block !important;
  z-index: 1 !important;
}

#shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-sections--title {
  position: relative !important;
  z-index: 2 !important;
}

#shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-sections--title::after {
  content: "";
  position: absolute;

  left: 0.12em;
  top: 0.78em;

  width: 2.55em;
  height: 0.24em;

  background-color: rgba(255,255,255,0.95);

  -webkit-mask: url('/cdn/shop/files/scribble-swipe.svg?v=1772791336') no-repeat center / contain;
  mask: url('/cdn/shop/files/scribble-swipe.svg?v=1772791336') no-repeat center / contain;

  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {

  #shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-sections--title::after {
    left: 1.5em !important;
    top: 0.7em !important;
    width: 2.8em !important;
    height: 0.28em !important;
  }

}

/* Body copy */
#shopify-section-template--19992504533161__image_with_text_QpBba3 .richtext-block {
  max-width: 34ch !important;
  margin: 0 !important;
}

#shopify-section-template--19992504533161__image_with_text_QpBba3 .richtext-block p {
  margin: 0 0 16px 0 !important;
  font-size: 1.08rem !important;
  line-height: 1.55 !important;
  letter-spacing: -0.01em !important;
  color: #191919 !important;
}

/* Final sign-off line */
#shopify-section-template--19992504533161__image_with_text_QpBba3 .richtext-block p:last-child {
  margin-top: 12px !important;
}

/* Mobile */
@media (max-width: 767px) {
  #shopify-section-template--19992504533161__image_with_text_QpBba3 .wrapper-spacing--v {
    --padding-section-top: 56px !important;
    --padding-section-bottom: 56px !important;
  }

  #shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-indiv-section-wrapper {
    display: block !important;
  }

  #shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-content--image {
    margin-bottom: 24px !important;
  }

  #shopify-section-template--19992504533161__image_with_text_QpBba3 .no-overlap-content-box {
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  #shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-featured-content-box-inner {
    text-align: center !important;
  }

  #shopify-section-template--19992504533161__image_with_text_QpBba3 .sitewide--title-wrapper {
    margin-bottom: 14px !important;
  }

  #shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-sections--title {
    font-size: 2.1rem !important;
    line-height: 0.95 !important;
    max-width: 11ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  #shopify-section-template--19992504533161__image_with_text_QpBba3 .richtext-block {
    max-width: 28ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #shopify-section-template--19992504533161__image_with_text_QpBba3 .richtext-block p {
    text-align: center !important;
  }
}

/* =========================================================
   COLLECTION PAGE — IMAGE WITH TEXT
   MOBILE FIXES
========================================================= */

@media (max-width: 767px) {
  /* Make the whole section read as one stacked block */
  #shopify-section-template--19992504533161__image_with_text_QpBba3 .wrapper-spacing--v {
    --padding-section-top: 40px !important;
    --padding-section-bottom: 40px !important;
    background: #ffffff !important;
  }

  /* Full-width mobile container */
  #shopify-section-template--19992504533161__image_with_text_QpBba3 .width--content {
    max-width: 100% !important;
  }

  /* Kill desktop side-by-side behaviour */
  #shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-indiv-section-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
  }

  /* Image block first */
  #shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-content--image,
  #shopify-section-template--19992504533161__image_with_text_QpBba3 .feature_row__image_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  #shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-content--image {
    margin: 0 0 28px 0 !important;
  }

  /* Remove any desktop framing/positioning issues */
  #shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-content--image .block-radius,
  #shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-content--image .block-radius-clip,
  #shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-content--image .img,
  #shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-content--image .responsive-image-wrapper {
    border-radius: 0 !important;
    overflow: hidden !important;
  }

  #shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-content--image .theme-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }

  /* Text wrapper */
  #shopify-section-template--19992504533161__image_with_text_QpBba3 .feature_row__image_wrapper {
    display: block !important;
  }

  #shopify-section-template--19992504533161__image_with_text_QpBba3 .no-overlap-content-box {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
  }

  #shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-featured-content-box-inner {
    padding: 0 !important;
    text-align: center !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* Heading */
  #shopify-section-template--19992504533161__image_with_text_QpBba3 .sitewide--title-wrapper {
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
  }

  #shopify-section-template--19992504533161__image_with_text_QpBba3 .homepage-sections--title {
    font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
    font-weight: 700 !important;
    font-size: 2.8rem !important;
    line-height: 0.92 !important;
    letter-spacing: -0.03em !important;
    text-transform: uppercase !important;
    text-align: center !important;
    color: #191919 !important;
    max-width: 8ch !important;
    margin: 0 auto !important;
  }

  /* Body copy */
  #shopify-section-template--19992504533161__image_with_text_QpBba3 .richtext-block {
    max-width: 30ch !important;
    margin: 0 auto !important;
  }

  #shopify-section-template--19992504533161__image_with_text_QpBba3 .richtext-block p {
    margin: 0 0 20px 0 !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
    letter-spacing: -0.01em !important;
    text-align: center !important;
    color: #191919 !important;
  }

  #shopify-section-template--19992504533161__image_with_text_QpBba3 .richtext-block p:last-child {
    margin-bottom: 0 !important;
  }

  #shopify-section-template--19992504533161__image_with_text_QpBba3 {
  padding-bottom: 40px !important;
}
}

/* =========================================================
   COLLECTION PAGE — FAQ / ACCORDION
   Section ID: template--19992504533161__accordion_KVhxJb
========================================================= */

#shopify-section-template--19992504533161__accordion_KVhxJb .wrapper-spacing--v {
  --padding-section-top: 72px !important;
  --padding-section-bottom: 72px !important;
}

/* -------------------------
   Section heading
------------------------- */
#shopify-section-template--19992504533161__accordion_KVhxJb .section-title--wrapper {
  margin-bottom: 34px !important;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .section-title {
  margin: 0 !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2.2rem, 3vw, 3.2rem) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.025em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
  text-align: center !important;
}

/* -------------------------
   Overall accordion width
------------------------- */
#shopify-section-template--19992504533161__accordion_KVhxJb .width--narrow {
  max-width: 860px !important;
}

/* -------------------------
   Individual accordion rows
------------------------- */
#shopify-section-template--19992504533161__accordion_KVhxJb .accordion-content {
  margin: 0 !important;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-tab {
  border-top: 1px solid rgba(25, 25, 25, 0.14) !important;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .accordion-content:last-child .collapsible-tab {
  border-bottom: 1px solid rgba(25, 25, 25, 0.14) !important;
}

/* -------------------------
   Clickable summary row
------------------------- */
#shopify-section-template--19992504533161__accordion_KVhxJb collapsible-button {
  display: block !important;
  cursor: pointer !important;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  padding: 18px 0 !important;
  transition: opacity 0.22s ease !important;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .text-with-icon {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .text-with-icon--text {
  display: block !important;
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.15rem !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em !important;
  color: #191919 !important;
}

/* Hover */
@media (hover: hover) {
  #shopify-section-template--19992504533161__accordion_KVhxJb .summary:hover {
    opacity: 0.68 !important;
  }
}

/* -------------------------
   Plus / minus icons
------------------------- */
#shopify-section-template--19992504533161__accordion_KVhxJb .inline-icon--wrapper {
  flex: 0 0 auto !important;
  width: 20px !important;
  height: 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #191919 !important;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .plus-icon,
#shopify-section-template--19992504533161__accordion_KVhxJb .minus-icon {
  width: 18px !important;
  height: 18px !important;
}

/* Make icons feel a touch more refined */
#shopify-section-template--19992504533161__accordion_KVhxJb .plus-icon path,
#shopify-section-template--19992504533161__accordion_KVhxJb .minus-icon path {
  stroke-width: 1.4 !important;
}

/* -------------------------
   Accordion answer
------------------------- */
#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-content {
  transition: height 0.28s ease !important;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-content .content {
  padding: 0 0 18px 0 !important;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-content .richtext-block {
  max-width: 60ch !important;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-content p {
  margin: 0 !important;
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  letter-spacing: -0.005em !important;
  color: #191919 !important;
}

/* -------------------------
   Open state polish
------------------------- */
#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-tab.open .summary,
#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-tab.js.open .summary {
  opacity: 1 !important;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-tab.open .text-with-icon--text,
#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-tab.js.open .text-with-icon--text {
  color: #191919 !important;
}

/* -------------------------
   Mobile
------------------------- */
@media (max-width: 767px) {
  #shopify-section-template--19992504533161__accordion_KVhxJb .wrapper-spacing--v {
    --padding-section-top: 56px !important;
    --padding-section-bottom: 56px !important;
  }

  #shopify-section-template--19992504533161__accordion_KVhxJb .section-title--wrapper {
    margin-bottom: 24px !important;
  }

  #shopify-section-template--19992504533161__accordion_KVhxJb .section-title {
    font-size: 2rem !important;
    line-height: 0.95 !important;
  }

  #shopify-section-template--19992504533161__accordion_KVhxJb .width--narrow {
    max-width: 100% !important;
  }

  #shopify-section-template--19992504533161__accordion_KVhxJb .summary {
    gap: 16px !important;
    padding: 16px 0 !important;
  }

  #shopify-section-template--19992504533161__accordion_KVhxJb .text-with-icon--text {
    font-size: 1.02rem !important;
    line-height: 1.34 !important;
  }

  #shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-content .content {
    padding: 0 0 16px 0 !important;
  }

  #shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-content .richtext-block {
    max-width: 100% !important;
  }

  #shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-content p {
    font-size: 0.98rem !important;
    line-height: 1.55 !important;
  }
}

/* =========================================================
   COLLECTION PAGE — FAQ REFINEMENTS
   Applied after base FAQ accordion styling
========================================================= */

/* Slightly wider for better breathing room */
#shopify-section-template--19992504533161__accordion_KVhxJb .width--narrow {
  max-width: 920px !important;
}

/* More generous spacing under heading */
#shopify-section-template--19992504533161__accordion_KVhxJb .section-title--wrapper {
  margin-bottom: 42px !important;
}

/* Question rows: more breathing room */
#shopify-section-template--19992504533161__accordion_KVhxJb .summary {
  padding: 24px 0 !important;
  gap: 20px !important;
}

/* Question text: slightly less heavy, more premium */
#shopify-section-template--19992504533161__accordion_KVhxJb .text-with-icon--text {
  font-weight: 500 !important;
  font-size: 1.1rem !important;
  line-height: 1.32 !important;
  letter-spacing: -0.012em !important;
}

/* Divider lines: just a touch softer */
#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-tab {
  border-top: 1px solid rgba(25, 25, 25, 0.11) !important;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .accordion-content:last-child .collapsible-tab {
  border-bottom: 1px solid rgba(25, 25, 25, 0.11) !important;
}

/* Icons: slightly smaller and more refined */
#shopify-section-template--19992504533161__accordion_KVhxJb .inline-icon--wrapper {
  width: 18px !important;
  height: 18px !important;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .plus-icon,
#shopify-section-template--19992504533161__accordion_KVhxJb .minus-icon {
  width: 16px !important;
  height: 16px !important;
  opacity: 0.9 !important;
}

/* Answer area: more elegant spacing */
#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-content .content {
  padding: 2px 0 24px 0 !important;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-content .richtext-block {
  max-width: 58ch !important;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-content p {
  font-size: 1rem !important;
  line-height: 1.62 !important;
  letter-spacing: -0.006em !important;
  opacity: 0.95 !important;
}

/* Open row gets a tiny bit more emphasis */
#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-tab.open .text-with-icon--text,
#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-tab.js.open .text-with-icon--text {
  font-weight: 600 !important;
}

/* Hover stays subtle */
@media (hover: hover) {
  #shopify-section-template--19992504533161__accordion_KVhxJb .summary:hover {
    opacity: 0.78 !important;
  }
}

/* -------------------------
   Mobile refinements
------------------------- */
@media (max-width: 767px) {
  #shopify-section-template--19992504533161__accordion_KVhxJb .section-title--wrapper {
    margin-bottom: 28px !important;
  }

  #shopify-section-template--19992504533161__accordion_KVhxJb .summary {
    padding: 18px 0 !important;
    gap: 14px !important;
  }

  #shopify-section-template--19992504533161__accordion_KVhxJb .text-with-icon--text {
    font-size: 1rem !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
  }

  #shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-content .content {
    padding: 0 0 18px 0 !important;
  }

  #shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-content p {
    font-size: 0.98rem !important;
    line-height: 1.58 !important;
  }
}

/* Open state: subtle emphasis */
#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-tab.open,
#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-tab.js.open {
  padding-bottom: 6px;
}

/* Slight tone shift on open question */
#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-tab.open .text-with-icon--text {
  opacity: 1;
}

/* Answer fades in a bit softer */
#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-content {
  transition: all 0.25s ease;
}

/* Add a tiny bit more separation for open answer */
#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-tab.open .content {
  margin-top: 4px;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-tab.open {
  border-bottom: 1px solid rgba(25,25,25,0.06) !important;
}

/* =========================================================
   COLLECTION PAGE — RETAILER SCROLLING BANNER
========================================================= */

#shopify-section-template--19992504533161__scrolling_banner_kGY7FV .section-title--wrapper {
  margin-bottom: 28px !important;
}

#shopify-section-template--19992504533161__scrolling_banner_kGY7FV .section-title {
  margin: 0 !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.6rem, 2vw, 2.2rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.01em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
  text-align: center !important;
}

#shopify-section-template--19992504533161__scrolling_banner_kGY7FV .content-image {
  display: block !important;
  width: auto !important;
  height: 42px !important;
  max-width: 180px !important;
  max-height: 42px !important;
  object-fit: contain !important;
  object-position: center center !important;
  filter: grayscale(100%) brightness(0.9) contrast(0.9) !important;
  opacity: 0.7 !important;
  transition: filter 0.25s ease, opacity 0.25s ease !important;
}

/* On hover: full colour */
#shopify-section-template--19992504533161__scrolling_banner_kGY7FV .banner-item:hover .content-image {
  filter: none !important;
  opacity: 1 !important;
}

/* Slight visual balancing for more compact / square logos */
#shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_tTRK6m .content-image,  /* Co-op */
#shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_biAxpp .content-image,  /* Whole Foods */
#shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_pqEHJa .content-image { /* Delhaize */
  height: 48px !important;
  max-height: 48px !important;
}

/* Slight trim for wider wordmarks */
#shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_Nh8c3C .content-image,  /* Ocado */
#shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_ypAqp4 .content-image,  /* Sainsbury's */
#shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_HcULbM .content-image,  /* Waitrose */
#shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_MVyynA .content-image,  /* Tesco */
#shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_iDzT9y .content-image,  /* Abel & Cole */
#shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_HGtLDx .content-image { /* Ekoplaza */
  height: 38px !important;
  max-height: 38px !important;
}

@media (max-width: 767px) {
  #shopify-section-template--19992504533161__scrolling_banner_kGY7FV .section-title {
    font-size: clamp(1.35rem, 6vw, 1.8rem) !important;
  }

  #shopify-section-template--19992504533161__scrolling_banner_kGY7FV .content-image {
    height: 32px !important;
    max-height: 32px !important;
    max-width: 140px !important;
  }

  #shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_tTRK6m .content-image,
  #shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_biAxpp .content-image,
  #shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_pqEHJa .content-image {
    height: 36px !important;
    max-height: 36px !important;
  }

  #shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_Nh8c3C .content-image,
  #shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_ypAqp4 .content-image,
  #shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_HcULbM .content-image,
  #shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_MVyynA .content-image,
  #shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_iDzT9y .content-image,
  #shopify-section-template--19992504533161__scrolling_banner_kGY7FV .image_HGtLDx .content-image {
    height: 30px !important;
    max-height: 30px !important;
  }
}

/* =========================================================
   COMMUNITY RELIEF FUND — RICH TEXT 01
   Section: What the fund does
========================================================= */

#shopify-section-template--20057594101929__rich_text_YpgT8V .wrapper-spacing--v {
  --padding-section-top: 84px !important;
  --padding-section-bottom: 84px !important;
}

/* Main container width */
#shopify-section-template--20057594101929__rich_text_YpgT8V .homepage-featured-rich-text {
  max-width: 760px !important;
  margin: 0 auto !important;
}

/* -----------------------------------------
   Heading wrapper
----------------------------------------- */

#shopify-section-template--20057594101929__rich_text_YpgT8V .sitewide--title-wrapper {
  margin: 0 !important;
  padding-bottom: 22px !important;
}

/* -----------------------------------------
   Heading
----------------------------------------- */

#shopify-section-template--20057594101929__rich_text_YpgT8V .homepage-sections--title {
  margin: 0 auto !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2rem, 3.1vw, 2.8rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.015em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
  text-align: center !important;
}

/* Force heading words to behave like normal text, not the manifesto treatment */
#shopify-section-template--20057594101929__rich_text_YpgT8V .manifesto-title span {
  display: inline !important;
  margin: 0 !important;
}

#shopify-section-template--20057594101929__rich_text_YpgT8V .manifesto-title br {
  display: none !important;
}

/* -----------------------------------------
   Body copy wrapper
----------------------------------------- */

#shopify-section-template--20057594101929__rich_text_YpgT8V .manifesto-body,
#shopify-section-template--20057594101929__rich_text_YpgT8V .richtext-block {
  max-width: 680px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 0 !important;
}

/* -----------------------------------------
   Body copy
----------------------------------------- */

#shopify-section-template--20057594101929__rich_text_YpgT8V .manifesto-body p,
#shopify-section-template--20057594101929__rich_text_YpgT8V .richtext-block p {
  margin: 0 0 18px 0 !important;
  font-size: 1.06rem !important;
  line-height: 1.65 !important;
  letter-spacing: -0.01em !important;
  color: #191919 !important;
}

/* Remove odd extra spacing from empty paragraph breaks if Shopify inserts them */
#shopify-section-template--20057594101929__rich_text_YpgT8V .richtext-block p:empty {
  display: none !important;
}

#shopify-section-template--20057594101929__rich_text_YpgT8V .richtext-block p:last-child {
  margin-bottom: 0 !important;
}

/* -----------------------------------------
   Reveal animation
----------------------------------------- */

#shopify-section-template--20057594101929__rich_text_YpgT8V .manifesto-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

#shopify-section-template--20057594101929__rich_text_YpgT8V.is-visible .manifesto-headline-wrap .manifesto-reveal {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

#shopify-section-template--20057594101929__rich_text_YpgT8V.is-visible .manifesto-body.manifesto-reveal {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.14s;
}

/* -----------------------------------------
   Mobile
----------------------------------------- */

@media (max-width: 767px) {
  #shopify-section-template--20057594101929__rich_text_YpgT8V .wrapper-spacing--v {
    --padding-section-top: 64px !important;
    --padding-section-bottom: 64px !important;
  }

  #shopify-section-template--20057594101929__rich_text_YpgT8V .homepage-featured-rich-text {
    max-width: 100% !important;
  }

  #shopify-section-template--20057594101929__rich_text_YpgT8V .sitewide--title-wrapper {
    padding-bottom: 18px !important;
  }

  #shopify-section-template--20057594101929__rich_text_YpgT8V .homepage-sections--title {
    font-size: clamp(1.7rem, 8vw, 2.2rem) !important;
    line-height: 1.06 !important;
  }

  #shopify-section-template--20057594101929__rich_text_YpgT8V .manifesto-body,
  #shopify-section-template--20057594101929__rich_text_YpgT8V .richtext-block {
    max-width: 34ch !important;
  }

  #shopify-section-template--20057594101929__rich_text_YpgT8V .manifesto-body p,
  #shopify-section-template--20057594101929__rich_text_YpgT8V .richtext-block p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 16px !important;
  }
}

/* -----------------------------------------
   Reduced motion
----------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  #shopify-section-template--20057594101929__rich_text_YpgT8V .manifesto-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* =========================================================
   COMMUNITY RELIEF FUND — RICH TEXT 02
   Section: Why this fund exists
========================================================= */

#shopify-section-template--20057594101929__rich_text_7eUx7n .wrapper-spacing--v {
  --padding-section-top: 76px !important;
  --padding-section-bottom: 76px !important;
}

/* Main container width */
#shopify-section-template--20057594101929__rich_text_7eUx7n .homepage-featured-rich-text {
  max-width: 760px !important;
  margin: 0 auto !important;
}

/* -----------------------------------------
   Heading wrapper
----------------------------------------- */

#shopify-section-template--20057594101929__rich_text_7eUx7n .sitewide--title-wrapper {
  margin: 0 !important;
  padding-bottom: 18px !important;
}

/* -----------------------------------------
   Heading
----------------------------------------- */

#shopify-section-template--20057594101929__rich_text_7eUx7n .homepage-sections--title {
  margin: 0 auto !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.95rem, 3vw, 2.6rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.015em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
  text-align: center !important;
}

/* Neutralise old manifesto heading behaviour */
#shopify-section-template--20057594101929__rich_text_7eUx7n .manifesto-title span {
  display: inline !important;
  margin: 0 !important;
}

#shopify-section-template--20057594101929__rich_text_7eUx7n .manifesto-title br {
  display: none !important;
}

/* -----------------------------------------
   Body copy wrapper
----------------------------------------- */

#shopify-section-template--20057594101929__rich_text_7eUx7n .manifesto-body,
#shopify-section-template--20057594101929__rich_text_7eUx7n .richtext-block {
  max-width: 620px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 0 !important;
}

/* -----------------------------------------
   Body copy
----------------------------------------- */

#shopify-section-template--20057594101929__rich_text_7eUx7n .manifesto-body p,
#shopify-section-template--20057594101929__rich_text_7eUx7n .richtext-block p {
  margin: 0 !important;
  font-size: 1.05rem !important;
  line-height: 1.62 !important;
  letter-spacing: -0.01em !important;
  color: #191919 !important;
}

/* -----------------------------------------
   Reveal animation
----------------------------------------- */

#shopify-section-template--20057594101929__rich_text_7eUx7n .manifesto-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

#shopify-section-template--20057594101929__rich_text_7eUx7n.is-visible .manifesto-headline-wrap .manifesto-reveal {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

#shopify-section-template--20057594101929__rich_text_7eUx7n.is-visible .manifesto-body.manifesto-reveal {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.14s;
}

/* -----------------------------------------
   Mobile
----------------------------------------- */

@media (max-width: 767px) {
  #shopify-section-template--20057594101929__rich_text_7eUx7n .wrapper-spacing--v {
    --padding-section-top: 60px !important;
    --padding-section-bottom: 60px !important;
  }

  #shopify-section-template--20057594101929__rich_text_7eUx7n .homepage-featured-rich-text {
    max-width: 100% !important;
  }

  #shopify-section-template--20057594101929__rich_text_7eUx7n .sitewide--title-wrapper {
    padding-bottom: 16px !important;
  }

  #shopify-section-template--20057594101929__rich_text_7eUx7n .homepage-sections--title {
    font-size: clamp(1.6rem, 7vw, 2rem) !important;
    line-height: 1.06 !important;
  }

  #shopify-section-template--20057594101929__rich_text_7eUx7n .manifesto-body,
  #shopify-section-template--20057594101929__rich_text_7eUx7n .richtext-block {
    max-width: 33ch !important;
  }

  #shopify-section-template--20057594101929__rich_text_7eUx7n .manifesto-body p,
  #shopify-section-template--20057594101929__rich_text_7eUx7n .richtext-block p {
    font-size: 1rem !important;
    line-height: 1.58 !important;
  }
}

/* -----------------------------------------
   Reduced motion
----------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  #shopify-section-template--20057594101929__rich_text_7eUx7n .manifesto-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* =========================================================
   COMMUNITY RELIEF FUND — INFO COLUMNS
   Section: How it works
========================================================= */

#shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .wrapper-spacing--v {
  --padding-section-top: 84px !important;
  --padding-section-bottom: 84px !important;
}

/* -----------------------------------------
   Section heading
----------------------------------------- */

#shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .section-title--wrapper {
  margin-bottom: 34px !important;
}

#shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .section-title {
  margin: 0 !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2.2rem, 4vw, 4rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.025em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
  text-align: center !important;
}

/* -----------------------------------------
   Slider / layout wrapper
----------------------------------------- */

#shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-cols__slider-wrapper {
  max-width: 1420px !important;
  margin: 0 auto !important;
}

#shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .swiper-wrapper {
  align-items: flex-start !important;
}

/* -----------------------------------------
   Individual cards
----------------------------------------- */

#shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-cols--image_and_text-column {
  text-align: center !important;
}

/* -----------------------------------------
   Images
----------------------------------------- */

#shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-cols--image {
  margin-bottom: 16px !important;
}

#shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .block-radius-clip {
  border-radius: 0 !important;
}

#shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .theme-img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

/* -----------------------------------------
   Card headings
----------------------------------------- */

#shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-cols--title {
  margin: 0 auto 10px !important;
  max-width: 18ch !important;

  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.45rem, 2vw, 1.95rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
  text-align: center !important;
}

/* Slightly wider allowance for the longer third heading */
#shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-block-image_and_text_Y389zW .info-cols--title {
  max-width: 16ch !important;
}

/* -----------------------------------------
   Card body copy
----------------------------------------- */

#shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-cols--text {
  max-width: 31ch !important;
  margin: 0 auto !important;
}

#shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-cols--text p {
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 1.58 !important;
  letter-spacing: -0.01em !important;
  color: #191919 !important;
}

/* -----------------------------------------
   Pagination
----------------------------------------- */

#shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .swiper-pagination {
  margin-top: 18px !important;
}

/* Hide bullets on desktop if the slider is locked / not needed */
@media (min-width: 768px) {
  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .swiper-pagination-lock {
    display: none !important;
  }
}

/* -----------------------------------------
   Mobile
----------------------------------------- */

@media (max-width: 767px) {
  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .wrapper-spacing--v {
    --padding-section-top: 64px !important;
    --padding-section-bottom: 64px !important;
  }

  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .section-title--wrapper {
    margin-bottom: 24px !important;
  }

  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .section-title {
    font-size: clamp(1.8rem, 9vw, 2.6rem) !important;
    line-height: 1 !important;
  }

  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-cols--image {
    margin-bottom: 14px !important;
  }

  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-cols--title {
    max-width: 14ch !important;
    font-size: clamp(1.3rem, 7vw, 1.75rem) !important;
    margin-bottom: 8px !important;
  }

  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-block-image_and_text_Y389zW .info-cols--title {
    max-width: 15ch !important;
  }

  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-cols--text {
    max-width: 30ch !important;
  }

  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-cols--text p {
    font-size: 0.98rem !important;
    line-height: 1.55 !important;
  }

  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .swiper-pagination {
    margin-top: 16px !important;
  }
}

/* =========================================================
   COMMUNITY RELIEF FUND — IMAGE WITH TEXT
   Section: The People Behind Every Bottle
   Note: does NOT alter section top/bottom padding
========================================================= */

#shopify-section-template--20057594101929__image_with_text_ygz3an .width--content {
  max-width: 1380px !important;
}

/* -----------------------------------------
   Overall two-column layout
----------------------------------------- */

#shopify-section-template--20057594101929__image_with_text_ygz3an .homepage-featured-content-wrapper {
  align-items: center !important;
  column-gap: 56px !important;
}

/* -----------------------------------------
   Image column
----------------------------------------- */

#shopify-section-template--20057594101929__image_with_text_ygz3an .homepage-content--image {
  margin: 0 !important;
}

#shopify-section-template--20057594101929__image_with_text_ygz3an .block-radius,
#shopify-section-template--20057594101929__image_with_text_ygz3an .block-radius-clip,
#shopify-section-template--20057594101929__image_with_text_ygz3an .img {
  border-radius: 0 !important;
}

#shopify-section-template--20057594101929__image_with_text_ygz3an .theme-img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* -----------------------------------------
   Text column
----------------------------------------- */

#shopify-section-template--20057594101929__image_with_text_ygz3an .feature_row__image_wrapper {
  display: flex !important;
  align-items: center !important;
}

#shopify-section-template--20057594101929__image_with_text_ygz3an .no-overlap-content-box {
  width: 100% !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#shopify-section-template--20057594101929__image_with_text_ygz3an .homepage-featured-content-box-inner {
  max-width: 520px !important;
  margin: 0 auto !important;
}

/* -----------------------------------------
   Heading
----------------------------------------- */

#shopify-section-template--20057594101929__image_with_text_ygz3an .sitewide--title-wrapper {
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
}

#shopify-section-template--20057594101929__image_with_text_ygz3an .homepage-sections--title {
  margin: 0 !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2rem, 3.1vw, 3rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
  text-align: left !important;
  max-width: 13ch !important;
}

/* -----------------------------------------
   Body copy
----------------------------------------- */

#shopify-section-template--20057594101929__image_with_text_ygz3an .featured-row__subtext.richtext-block {
  max-width: 33ch !important;
  margin: 0 !important;
  padding: 0 !important;
}

#shopify-section-template--20057594101929__image_with_text_ygz3an .featured-row__subtext.richtext-block p {
  margin: 0 !important;
  font-size: 1.08rem !important;
  line-height: 1.62 !important;
  letter-spacing: -0.01em !important;
  color: #191919 !important;
}

/* -----------------------------------------
   Remove unnecessary theme centering on desktop
----------------------------------------- */

@media (min-width: 768px) {
  #shopify-section-template--20057594101929__image_with_text_ygz3an .feature-row__text-alignment-mobile--center .homepage-featured-content-box-inner,
  #shopify-section-template--20057594101929__image_with_text_ygz3an .feature-row__text-alignment-mobile--center .featured-row__subtext,
  #shopify-section-template--20057594101929__image_with_text_ygz3an .feature-row__text-alignment-mobile--center .homepage-sections--title {
    text-align: left !important;
  }
}

/* -----------------------------------------
   Mobile
----------------------------------------- */

@media (max-width: 767px) {
  #shopify-section-template--20057594101929__image_with_text_ygz3an .homepage-featured-content-wrapper {
    row-gap: 28px !important;
  }

  #shopify-section-template--20057594101929__image_with_text_ygz3an .theme-img {
    aspect-ratio: 4 / 3 !important;
  }

  #shopify-section-template--20057594101929__image_with_text_ygz3an .homepage-featured-content-box-inner {
    max-width: 100% !important;
  }

  #shopify-section-template--20057594101929__image_with_text_ygz3an .sitewide--title-wrapper {
    margin-bottom: 14px !important;
  }

  #shopify-section-template--20057594101929__image_with_text_ygz3an .homepage-sections--title {
    font-size: clamp(1.7rem, 8vw, 2.25rem) !important;
    line-height: 1.02 !important;
    max-width: 12ch !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #shopify-section-template--20057594101929__image_with_text_ygz3an .featured-row__subtext.richtext-block {
    max-width: 33ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #shopify-section-template--20057594101929__image_with_text_ygz3an .featured-row__subtext.richtext-block p {
    font-size: 1rem !important;
    line-height: 1.58 !important;
    text-align: center !important;
  }
}

/* =========================================================
   COMMUNITY RELIEF FUND — IMAGE WITH TEXT
   Section: Every bottle plays a part
   Note: does NOT alter section top/bottom padding
========================================================= */

#shopify-section-template--20057594101929__image_with_text_9QdgmR .width--content {
  max-width: 1380px !important;
}

/* -----------------------------------------
   Overall two-column layout
----------------------------------------- */

#shopify-section-template--20057594101929__image_with_text_9QdgmR .homepage-featured-content-wrapper {
  align-items: center !important;
  column-gap: 56px !important;
}

/* -----------------------------------------
   Image column
----------------------------------------- */

#shopify-section-template--20057594101929__image_with_text_9QdgmR .homepage-content--image {
  margin: 0 !important;
}

#shopify-section-template--20057594101929__image_with_text_9QdgmR .block-radius,
#shopify-section-template--20057594101929__image_with_text_9QdgmR .block-radius-clip,
#shopify-section-template--20057594101929__image_with_text_9QdgmR .img {
  border-radius: 0 !important;
}

#shopify-section-template--20057594101929__image_with_text_9QdgmR .theme-img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* -----------------------------------------
   Text column
----------------------------------------- */

#shopify-section-template--20057594101929__image_with_text_9QdgmR .feature_row__image_wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#shopify-section-template--20057594101929__image_with_text_9QdgmR .no-overlap-content-box {
  width: 100% !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#shopify-section-template--20057594101929__image_with_text_9QdgmR .homepage-featured-content-box-inner {
  max-width: 520px !important;
  margin: 0 auto !important;
}

/* -----------------------------------------
   Heading
----------------------------------------- */

#shopify-section-template--20057594101929__image_with_text_9QdgmR .sitewide--title-wrapper {
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
}

#shopify-section-template--20057594101929__image_with_text_9QdgmR .homepage-sections--title {
  margin: 0 auto !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2rem, 3vw, 2.9rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
  text-align: center !important;
  max-width: 12ch !important;
}

/* -----------------------------------------
   Body copy
----------------------------------------- */

#shopify-section-template--20057594101929__image_with_text_9QdgmR .featured-row__subtext.richtext-block {
  max-width: 31ch !important;
  margin: 0 auto 22px !important;
  padding: 0 !important;
}

#shopify-section-template--20057594101929__image_with_text_9QdgmR .featured-row__subtext.richtext-block p {
  margin: 0 !important;
  font-size: 1.08rem !important;
  line-height: 1.62 !important;
  letter-spacing: -0.01em !important;
  color: #191919 !important;
  text-align: center !important;
}

/* -----------------------------------------
   Button
----------------------------------------- */

#shopify-section-template--20057594101929__image_with_text_9QdgmR .clearfix {
  margin-top: 0 !important;
}

#shopify-section-template--20057594101929__image_with_text_9QdgmR .homepage-featured-box-btn {
  min-width: 168px !important;
  padding: 14px 26px !important;
  font-size: 0.88rem !important;
  letter-spacing: 0.08em !important;
}

/* -----------------------------------------
   Mobile
----------------------------------------- */

@media (max-width: 767px) {
  #shopify-section-template--20057594101929__image_with_text_9QdgmR .homepage-featured-content-wrapper {
    row-gap: 28px !important;
  }

  #shopify-section-template--20057594101929__image_with_text_9QdgmR .theme-img {
    aspect-ratio: 4 / 3 !important;
  }

  #shopify-section-template--20057594101929__image_with_text_9QdgmR .homepage-featured-content-box-inner {
    max-width: 100% !important;
  }

  #shopify-section-template--20057594101929__image_with_text_9QdgmR .sitewide--title-wrapper {
    margin-bottom: 14px !important;
  }

  #shopify-section-template--20057594101929__image_with_text_9QdgmR .homepage-sections--title {
    font-size: clamp(1.7rem, 8vw, 2.2rem) !important;
    line-height: 1.02 !important;
    max-width: 14ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #shopify-section-template--20057594101929__image_with_text_9QdgmR .featured-row__subtext.richtext-block {
    max-width: 31ch !important;
    margin: 0 auto 20px !important;
  }

  #shopify-section-template--20057594101929__image_with_text_9QdgmR .featured-row__subtext.richtext-block p {
    font-size: 1rem !important;
    line-height: 1.58 !important;
  }

  #shopify-section-template--20057594101929__image_with_text_9QdgmR .homepage-featured-box-btn {
    min-width: 156px !important;
    padding: 13px 22px !important;
    font-size: 0.84rem !important;
  }
}

/* -----------------------------------------
   LEFT ALIGN FINAL CTA CONTENT
----------------------------------------- */

#shopify-section-template--20057594101929__image_with_text_9QdgmR .homepage-featured-content-box-inner {
  margin: 0 !important;
  text-align: left !important;
}

/* Heading */
#shopify-section-template--20057594101929__image_with_text_9QdgmR .homepage-sections--title {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Body copy */
#shopify-section-template--20057594101929__image_with_text_9QdgmR .featured-row__subtext.richtext-block {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#shopify-section-template--20057594101929__image_with_text_9QdgmR .featured-row__subtext.richtext-block p {
  text-align: left !important;
}

/* Button */
#shopify-section-template--20057594101929__image_with_text_9QdgmR .clearfix {
  text-align: left !important;
}

@media (max-width: 767px) {
  #shopify-section-template--20057594101929__image_with_text_9QdgmR .homepage-featured-content-box-inner {
    text-align: center !important;
  }

  #shopify-section-template--20057594101929__image_with_text_9QdgmR .homepage-sections--title,
  #shopify-section-template--20057594101929__image_with_text_9QdgmR .featured-row__subtext.richtext-block p,
  #shopify-section-template--20057594101929__image_with_text_9QdgmR .clearfix {
    text-align: center !important;
  }

  #shopify-section-template--20057594101929__image_with_text_9QdgmR .featured-row__subtext.richtext-block {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* =========================================================
   COMMUNITY RELIEF FUND — HOW IT WORKS
   Mobile: stack instead of slider
========================================================= */

@media (max-width: 767px) {
  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-cols__slider-wrapper,
  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .swiper,
  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .swiper-wrapper {
    display: block !important;
    height: auto !important;
    transform: none !important;
  }

  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-cols--image_and_text-column {
    width: 100% !important;
    margin: 0 0 42px 0 !important;
    display: block !important;
  }

  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-cols--image_and_text-column:last-child {
    margin-bottom: 0 !important;
  }

  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .swiper-pagination,
  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .swiper-button-next,
  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .swiper-button-prev {
    display: none !important;
  }

  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-cols--image {
    margin-bottom: 14px !important;
  }

  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-cols--title {
    max-width: 15ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #shopify-section-template--20057594101929__template_product_info_columns_CHEdMt .info-cols--text {
    max-width: 30ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* =========================================================
   FAQ PAGE
========================================================= */

/* -----------------------------------------
   Page title
----------------------------------------- */

#shopify-section-template--19894076801193__main .template-title--wrapper {
  margin-bottom: 34px !important;
}

#shopify-section-template--19894076801193__main .page--title.template-title {
  margin: 0 !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2.4rem, 5vw, 4.6rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.03em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
}

/* Pull first accordion a bit closer to page title */
#shopify-section-template--19894076801193__accordion-00 section {
  --padding-section-top: 20px !important;
}

/* -----------------------------------------
   FAQ / ACCORDION PAGE
----------------------------------------- */

[data-wetheme-section-type="accordion--faq"] {
  padding-top: 36px !important;
  padding-bottom: 42px !important;
}

[data-wetheme-section-type="accordion--faq"] .section-title--wrapper {
  margin-bottom: 34px !important;
}

[data-wetheme-section-type="accordion--faq"] .section-title {
  margin: 0 0 10px !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.8rem, 2.4vw, 3rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.025em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
}

[data-wetheme-section-type="accordion--faq"] .section-description {
  max-width: 46rem !important;
  margin: 0 auto !important;
  color: #191919 !important;
}

[data-wetheme-section-type="accordion--faq"] .section-description p {
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

[data-wetheme-section-type="accordion--faq"] .width--narrow {
  max-width: 900px !important;
}

/* Remove double divider lines */
[data-wetheme-section-type="accordion--faq"] .accordion-content {
  border: 0 !important;
  margin: 0 !important;
}

[data-wetheme-section-type="accordion--faq"] .collapsible-tab {
  border-top: 1px solid rgba(25,25,25,0.16) !important;
  border-bottom: 0 !important;
}

[data-wetheme-section-type="accordion--faq"] .accordion-content:last-child .collapsible-tab {
  border-bottom: 1px solid rgba(25,25,25,0.16) !important;
}

[data-wetheme-section-type="accordion--faq"] .summary {
  border: 0 !important;
  padding: 18px 0 !important;
  align-items: center !important;
  gap: 20px !important;
}

[data-wetheme-section-type="accordion--faq"] .collapsible-tab.open .summary {
  padding-bottom: 12px !important;
}

/* Questions */
[data-wetheme-section-type="accordion--faq"] .text-with-icon--text {
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  line-height: 1.35 !important;
  color: #191919 !important;
}

/* Icons */
[data-wetheme-section-type="accordion--faq"] .inline-icon--wrapper {
  flex: 0 0 auto !important;
  color: #191919 !important;
  opacity: 0.85 !important;
}

[data-wetheme-section-type="accordion--faq"] .inline-icon--wrapper svg {
  width: 18px !important;
  height: 18px !important;
}

/* Answers */
[data-wetheme-section-type="accordion--faq"] .collapsible-content .content {
  padding: 0 0 18px !important;
}

[data-wetheme-section-type="accordion--faq"] .collapsible-content .richtext-block {
  max-width: 52rem !important;
}

[data-wetheme-section-type="accordion--faq"] .collapsible-content p {
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
  color: #191919 !important;
}

/* Inline links */
#MainContent [data-wetheme-section-type="accordion--faq"] .collapsible-content a {
  color: #d8aeb2 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

#MainContent [data-wetheme-section-type="accordion--faq"] .collapsible-content a:hover {
  color: #191919 !important;
}

#MainContent [data-wetheme-section-type="accordion--faq"] .collapsible-content a::before,
#MainContent [data-wetheme-section-type="accordion--faq"] .collapsible-content a::after {
  display: none !important;
  content: none !important;
}

/* Mobile */
@media (max-width: 767px) {
  [data-wetheme-section-type="accordion--faq"] {
    padding-top: 28px !important;
    padding-bottom: 34px !important;
  }

  [data-wetheme-section-type="accordion--faq"] .section-title {
    font-size: clamp(1.5rem, 8vw, 2.3rem) !important;
  }

  [data-wetheme-section-type="accordion--faq"] .section-description p {
    font-size: 0.95rem !important;
  }

  [data-wetheme-section-type="accordion--faq"] .summary {
    padding: 16px 0 !important;
  }

  [data-wetheme-section-type="accordion--faq"] .text-with-icon--text {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }

  [data-wetheme-section-type="accordion--faq"] .collapsible-content p {
    font-size: 0.96rem !important;
    line-height: 1.65 !important;
  }
}

/* =========================================================
   CONTACT PAGE
========================================================= */

/* -----------------------------------------
   Shared width
----------------------------------------- */

#shopify-section-template--19894076833961__rich_text_AFEG8F .width--narrow,
#shopify-section-template--19894076833961__rich_text_fhMdTG .width--narrow,
#shopify-section-template--19894076833961__contact_form_tXFmtB .width--narrow {
  max-width: 900px !important;
}

/* -----------------------------------------
   INTRO: Contact Us
----------------------------------------- */

#shopify-section-template--19894076833961__rich_text_AFEG8F .homepage-featured-rich-text {
  max-width: 760px !important;
  margin: 0 auto !important;
}

#shopify-section-template--19894076833961__rich_text_AFEG8F .manifesto-headline-wrap {
  padding-bottom: 12px !important;
}

#shopify-section-template--19894076833961__rich_text_AFEG8F .homepage-sections--title {
  margin: 0 !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2.3rem, 5vw, 4.3rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.03em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
}

#shopify-section-template--19894076833961__rich_text_AFEG8F .manifesto-body {
  max-width: 42rem !important;
  margin: 0 auto !important;
  padding-bottom: 0 !important;
}

#shopify-section-template--19894076833961__rich_text_AFEG8F .manifesto-body p {
  margin: 0 !important;
  font-size: 1.14rem !important;
  line-height: 1.8 !important;
  color: #191919 !important;
}

#shopify-section-template--19894076833961__rich_text_AFEG8F .manifesto-body p br {
  content: "";
  display: block;
  margin-bottom: 0.45em;
}

/* -----------------------------------------
   FAQ NUDGE BLOCK
----------------------------------------- */

#shopify-section-template--19894076833961__rich_text_fhMdTG .homepage-featured-rich-text {
  max-width: 620px !important;
  margin: 0 auto !important;
}

#shopify-section-template--19894076833961__rich_text_fhMdTG .manifesto-headline-wrap {
  padding-bottom: 8px !important;
}

#shopify-section-template--19894076833961__rich_text_fhMdTG .homepage-sections--title {
  margin: 0 !important;
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(1.65rem, 3vw, 2.45rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
  color: #191919 !important;
}

#shopify-section-template--19894076833961__rich_text_fhMdTG .manifesto-body {
  max-width: 34rem !important;
  margin: 0 auto !important;
}

#shopify-section-template--19894076833961__rich_text_fhMdTG .manifesto-body p {
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
  color: #191919 !important;
}

#shopify-section-template--19894076833961__rich_text_fhMdTG .rte.featured-row__subtext.textarea:first-of-type {
  padding-bottom: 14px !important;
}

#shopify-section-template--19894076833961__rich_text_fhMdTG .rte.featured-row__subtext:has(.btn) {
  padding-bottom: 14px !important;
}

#shopify-section-template--19894076833961__rich_text_fhMdTG .btn.btn--secondary {
  min-width: 146px !important;
  padding: 0.95rem 1.7rem !important;
  border: 1px solid #191919 !important;
  background: transparent !important;
  color: #191919 !important;
}

#shopify-section-template--19894076833961__rich_text_fhMdTG .btn.btn--secondary .btn-text {
  color: #191919 !important;
}

#shopify-section-template--19894076833961__rich_text_fhMdTG .btn.btn--secondary:hover {
  background: #191919 !important;
}

#shopify-section-template--19894076833961__rich_text_fhMdTG .btn.btn--secondary:hover .btn-text {
  color: #f7c9c9 !important;
}

#shopify-section-template--19894076833961__rich_text_fhMdTG .rte.featured-row__subtext.textarea:last-child {
  padding-bottom: 0 !important;
}

#shopify-section-template--19894076833961__rich_text_fhMdTG .rte.featured-row__subtext.textarea:last-child p {
  font-size: 0.96rem !important;
  line-height: 1.5 !important;
  color: rgba(25, 25, 25, 0.75) !important;
}

/* -----------------------------------------
   FORM WRAPPER
----------------------------------------- */

#shopify-section-template--19894076833961__contact_form_tXFmtB .section-contact-form--form {
  margin-top: 0 !important;
}

/* -----------------------------------------
   FORM FIELDS
----------------------------------------- */

#shopify-section-template--19894076833961__contact_form_tXFmtB .input-wrapper {
  margin-bottom: 12px !important;
}

#shopify-section-template--19894076833961__contact_form_tXFmtB input,
#shopify-section-template--19894076833961__contact_form_tXFmtB textarea {
  border: 1px solid rgba(25, 25, 25, 0.16) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: "akzidenz-grotesk-next-pro", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  color: #191919 !important;
  padding: 1rem 1rem !important;
  transition: border-color 0.2s ease, background-color 0.2s ease !important;
}

#shopify-section-template--19894076833961__contact_form_tXFmtB input::placeholder,
#shopify-section-template--19894076833961__contact_form_tXFmtB textarea::placeholder {
  color: rgba(25, 25, 25, 0.78) !important;
  opacity: 1 !important;
}

#shopify-section-template--19894076833961__contact_form_tXFmtB input:focus,
#shopify-section-template--19894076833961__contact_form_tXFmtB textarea:focus {
  outline: none !important;
  border-color: #191919 !important;
  background: rgba(216, 174, 178, 0.08) !important;
}

#shopify-section-template--19894076833961__contact_form_tXFmtB textarea {
  min-height: 300px !important;
  resize: vertical !important;
}

.section-contact-form input:focus,
.section-contact-form textarea:focus {
  outline: none !important;
  border-color: #f7c9c9 !important;
  box-shadow: 0 0 0 1px #f7c9c9 !important;
}

.section-contact-form ::placeholder {
  color: rgba(25,25,25,0.45) !important;
}

.section-contact-form .input-wrapper {
  margin-bottom: 14px !important;
}

/* -----------------------------------------
   DISCLAIMER
----------------------------------------- */

#shopify-section-template--19894076833961__contact_form_tXFmtB .section-contact-form--submit-wrapper {
  margin-top: 14px !important;
}

#shopify-section-template--19894076833961__contact_form_tXFmtB [data-spam-detection-disclaimer] {
  margin: 0 0 18px 0 !important;
  max-width: 44rem !important;
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
  color: rgba(25, 25, 25, 0.82) !important;
}

#shopify-section-template--19894076833961__contact_form_tXFmtB [data-spam-detection-disclaimer] a {
  color: #191919 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(25, 25, 25, 0.25) !important;
  transition: border-color 0.2s ease, opacity 0.2s ease !important;
}

#shopify-section-template--19894076833961__contact_form_tXFmtB [data-spam-detection-disclaimer] a:hover {
  border-bottom-color: #191919 !important;
  opacity: 1 !important;
}

/* -----------------------------------------
   SEND BUTTON
----------------------------------------- */

#shopify-section-template--19894076833961__contact_form_tXFmtB .btn.dynamic-section-button--template--19894076833961__contact_form_tXFmtB {
  min-width: 98px !important;
  padding: 0.95rem 1.55rem !important;
}

/* -----------------------------------------
   MOBILE
----------------------------------------- */

@media (max-width: 767px) {
  #shopify-section-template--19894076833961__rich_text_AFEG8F .homepage-sections--title {
    font-size: clamp(2rem, 11vw, 3.2rem) !important;
  }

  #shopify-section-template--19894076833961__rich_text_AFEG8F .manifesto-body p {
    font-size: 1rem !important;
    line-height: 1.7 !important;
  }

  #shopify-section-template--19894076833961__rich_text_fhMdTG .homepage-sections--title {
    font-size: clamp(1.5rem, 8vw, 2rem) !important;
  }

  #shopify-section-template--19894076833961__rich_text_fhMdTG .manifesto-body p {
    font-size: 0.96rem !important;
    line-height: 1.6 !important;
  }

  #shopify-section-template--19894076833961__rich_text_fhMdTG .btn.btn--secondary {
    min-width: 138px !important;
  }

  #shopify-section-template--19894076833961__contact_form_tXFmtB .input-wrapper.w-partial,
  #shopify-section-template--19894076833961__contact_form_tXFmtB .input-wrapper.w-full {
    width: 100% !important;
  }

  #shopify-section-template--19894076833961__contact_form_tXFmtB input,
  #shopify-section-template--19894076833961__contact_form_tXFmtB textarea {
    font-size: 16px !important;
  }

  #shopify-section-template--19894076833961__contact_form_tXFmtB textarea {
    min-height: 220px !important;
  }

  #shopify-section-template--19894076833961__contact_form_tXFmtB [data-spam-detection-disclaimer] {
    font-size: 0.88rem !important;
  }
}

/* =========================================================
   CONTACT PAGE — FINAL POLISH
========================================================= */

/* -----------------------------------------
   SECOND RICH TEXT BLOCK
----------------------------------------- */

#shopify-section-template--19894076833961__rich_text_fhMdTG .homepage-featured-rich-text {
  max-width: 620px !important;
  margin: 0 auto !important;
}

#shopify-section-template--19894076833961__rich_text_fhMdTG .manifesto-headline-wrap {
  padding-bottom: 10px !important;
}

#shopify-section-template--19894076833961__rich_text_fhMdTG .homepage-sections--title {
  margin: 0 !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.55rem, 2.2vw, 2.1rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
}

#shopify-section-template--19894076833961__rich_text_fhMdTG .manifesto-body p {
  color: #191919 !important;
}

/* =========================================================
   CONTACT PAGE — LEGAL LINKS + SEND BUTTON FIX
========================================================= */

/* -----------------------------------------
   LEGAL LINKS: remove underline properly
----------------------------------------- */

#shopify-section-template--19894076833961__contact_form_tXFmtB .section-contact-form--submit-wrapper,
#shopify-section-template--19894076833961__contact_form_tXFmtB .section-contact-form--submit-wrapper p,
#shopify-section-template--19894076833961__contact_form_tXFmtB .section-contact-form--submit-wrapper .text-link-animated,
#shopify-section-template--19894076833961__contact_form_tXFmtB [data-spam-detection-disclaimer] {
  text-decoration: none !important;
  background-image: none !important;
}

#shopify-section-template--19894076833961__contact_form_tXFmtB [data-spam-detection-disclaimer] a {
  color: #f7c9c9 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background-image: none !important;
  transition:
    color 0.22s ease,
    transform 0.22s ease !important;
}

#shopify-section-template--19894076833961__contact_form_tXFmtB [data-spam-detection-disclaimer] a:hover {
  color: #191919 !important;
  transform: translateY(-1px) !important;
}

#shopify-section-template--19894076833961__contact_form_tXFmtB [data-spam-detection-disclaimer] a:active {
  transform: translateY(0) !important;
}

#shopify-section-template--19894076833961__contact_form_tXFmtB [data-spam-detection-disclaimer] a::before,
#shopify-section-template--19894076833961__contact_form_tXFmtB [data-spam-detection-disclaimer] a::after,
#shopify-section-template--19894076833961__contact_form_tXFmtB [data-spam-detection-disclaimer]::before,
#shopify-section-template--19894076833961__contact_form_tXFmtB [data-spam-detection-disclaimer]::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

/* ========================================
   CONTACT PAGE — SEND BUTTON
======================================== */

#shopify-section-template--19894076833961__contact_form_tXFmtB .btn.dynamic-section-button--template--19894076833961__contact_form_tXFmtB {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
  min-width: 112px !important;
  height: 48px !important;
  padding: 0 24px !important;
  background: #191919 !important;
  color: #f7c9c9 !important;
  border: 0 !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 500 !important;
  font-size: 0.82rem !important;
  line-height: 1 !important;
}

#shopify-section-template--19894076833961__contact_form_tXFmtB .btn.dynamic-section-button--template--19894076833961__contact_form_tXFmtB .btn-text-wrap {
  position: relative !important;
  display: block !important;
  height: 1em !important;
  overflow: hidden !important;
  line-height: 1 !important;
}

#shopify-section-template--19894076833961__contact_form_tXFmtB .btn.dynamic-section-button--template--19894076833961__contact_form_tXFmtB .btn-text {
  display: block !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  transition: transform 0.28s ease !important;
  will-change: transform !important;
}

#shopify-section-template--19894076833961__contact_form_tXFmtB .btn.dynamic-section-button--template--19894076833961__contact_form_tXFmtB .btn-text--default {
  transform: translateY(0) !important;
}

#shopify-section-template--19894076833961__contact_form_tXFmtB .btn.dynamic-section-button--template--19894076833961__contact_form_tXFmtB .btn-text--hover {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  transform: translateY(120%) !important;
}

#shopify-section-template--19894076833961__contact_form_tXFmtB .btn.dynamic-section-button--template--19894076833961__contact_form_tXFmtB:hover .btn-text--default {
  transform: translateY(-120%) !important;
}

#shopify-section-template--19894076833961__contact_form_tXFmtB .btn.dynamic-section-button--template--19894076833961__contact_form_tXFmtB:hover .btn-text--hover {
  transform: translateY(0) !important;
}

/* =========================================
   RK TESTIMONIALS SLIDER
========================================= */

.rk-testimonials {
  width: 100%;
  overflow: hidden;
  background: #f7c9c9;
}

.rk-testimonials__header {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 42px;
}

.rk-testimonials__header h2 {
  margin: 0;
  text-align: center;
  font-family: "akzidenz-grotesk-next-extend", sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #191919;
}

/* Track */
.rk-testimonials__track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-left: max(24px, calc((100vw - 1280px) / 2 - 180px));
  padding-right: 8px;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

.rk-testimonials__track::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.rk-testimonials__track.dragging {
  cursor: grabbing;
}

.rk-testimonials__track,
.rk-testimonials__track * {
  user-select: none;
  -webkit-user-select: none;
}

.rk-testimonials__track img {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

/* Card */
.rk-testimonial-card {
  position: relative;
  flex: 0 0 auto;
  width: 480px;
  min-width: 480px;
  max-width: 480px;
  aspect-ratio: 1080 / 1340;
  overflow: hidden;
  background: #ddd;
}

.rk-testimonial-card__overlay,
.rk-testimonial-card__content {
  pointer-events: none;
}

/* Image */
.rk-testimonial-card__media,
.rk-testimonial-card__media img {
  width: 100%;
  height: 100%;
}

.rk-testimonial-card__media img {
  display: block;
  object-fit: cover;
  object-position: center top;
  transform: scale(1);
  transition:
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

/* Overlay */
.rk-testimonial-card__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, calc(var(--overlay-base) + 0.25)) 0%,
      rgba(0, 0, 0, calc(var(--overlay-base) * 0.7)) 18%,
      rgba(0, 0, 0, calc(var(--overlay-base) * 0.25)) 36%,
      rgba(0, 0, 0, 0.04) 62%,
      rgba(0, 0, 0, 0) 100%
    );
  transition: background 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Content */
.rk-testimonial-card__content {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.rk-testimonial-card__meta {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  transform: translateY(52px);
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    padding-bottom 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Name / role */
.rk-testimonial-card__name {
  margin: 0;
  font-family: "akzidenz-grotesk-next-extend", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 0.94;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.rk-testimonial-card__role {
  margin: 4px 0 0;
  font-family: "akzidenz-grotesk-next-extend", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.08;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Quote */
.rk-testimonial-card__quote {
  margin-top: 18px;
  min-height: 64px;
  max-width: 90%;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.rk-testimonial-card__quote p {
  margin: 0;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.32;
  color: rgba(255, 255, 255, 0.92);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transform: scale(0.96);
  transform-origin: left bottom;
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Hover */
.rk-testimonial-card:hover .rk-testimonial-card__media img {
  transform: scale(1.065);
  filter: contrast(1.05) brightness(0.98);
}

.rk-testimonial-card:hover .rk-testimonial-card__overlay {
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, calc(var(--overlay-hover) + 0.04)) 0%,
      rgba(0, 0, 0, calc(var(--overlay-hover) * 0.75)) 20%,
      rgba(0, 0, 0, calc(var(--overlay-hover) * 0.35)) 42%,
      rgba(0, 0, 0, 0.06) 68%,
      rgba(0, 0, 0, 0) 100%
    );
}

.rk-testimonial-card:hover .rk-testimonial-card__meta {
  transform: translateY(0);
  padding-bottom: 18px;
}

.rk-testimonial-card:hover .rk-testimonial-card__quote {
  opacity: 1;
  transform: translateY(0);
}

.rk-testimonial-card:hover .rk-testimonial-card__quote p {
  transform: scale(1);
}

.rk-testimonial-card:hover .rk-testimonial-card__name {
  opacity: 0.9;
}

.rk-testimonial-card:hover .rk-testimonial-card__role {
  opacity: 0.7;
}

/* Mobile */
@media (max-width: 767px) {
  .rk-testimonials__header {
    margin-bottom: 20px;
  }

  .rk-testimonials__header h2 {
    font-size: clamp(1.95rem, 8vw, 2.45rem);
  }

  .rk-testimonials__track {
    gap: 10px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .rk-testimonial-card {
    width: 84vw;
    min-width: 84vw;
    max-width: 84vw;
  }

  .rk-testimonial-card__meta {
    left: 18px;
    right: 18px;
    bottom: 0;
    padding-bottom: 20px;
    transform: none !important;
  }

  .rk-testimonial-card__name {
    font-size: 24px;
    line-height: 0.95;
  }

  .rk-testimonial-card__role {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.08;
  }

  .rk-testimonial-card__quote {
    margin-top: 16px;
    min-height: auto;
    max-width: 88%;
    opacity: 1 !important;
    transform: none !important;
  }

  .rk-testimonial-card__quote p {
    font-size: 15px;
    line-height: 1.32;
    -webkit-line-clamp: 4;
    transform: none;
  }

  .rk-testimonial-card:hover .rk-testimonial-card__media img {
    transform: none;
    filter: none;
  }

  .rk-testimonial-card:hover .rk-testimonial-card__meta {
    padding-bottom: 20px;
    transform: none !important;
  }
}

/* =========================================
   MEGA MENU — PRODUCT VISUAL MENU
========================================= */

.mega-menu-dropdown {
  padding: 28px 0 32px !important;
}

.mega-menu-dropdown .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 42px;
}

.mega-menu-block {
  display: grid;
  grid-template-columns: 3fr 1.2fr;
  gap: 24px;
  align-items: start;
}

/* Product grid */
.mega-menu--products {
  grid-column: 1;
  max-width: 920px;
  margin: 0 auto;
  padding-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.mega-product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none !important;
  color: #191919;
}

.mega-product-card__image {
  position: relative;
  width: 100%;
  height: 190px !important;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}

.mega-product-card__image .responsive-image-wrapper {
  position: static !important;
  height: auto !important;
  padding: 0 !important;
}

.mega-product-card__image .responsive-image-wrapper img {
  position: static !important;
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 75% !important;
  max-height: 220px !important;
  object-fit: contain !important;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.mega-product-card__hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.mega-product-card:hover .mega-product-card__image img {
  transform: translateY(-4px) scale(1.02);
}

.mega-product-card:hover .mega-product-card__hover {
  opacity: 1;
}

.mega-product-card__subtitle {
  order: 1;
  margin: 8px 0 0;
  font-family: "akzidenz-grotesk-next-extend", sans-serif;
  font-weight: 300;
  font-size: 0.74rem;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(25, 25, 25, 0.62);
}

.mega-product-card__title {
  order: 2;
  margin: 0;
  font-family: "akzidenz-grotesk-next-extend", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #191919;
}

/* Promo column */
.mega-menu--promos {
  grid-column: 2;
  align-self: start;
  max-width: 260px;
  margin-left: clamp(32px, 4vw, 64px);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mega-menu--promos > div,
.mega-menu--promos .mega-menu-promo-card,
.mega-menu--promos .inner,
.mega-menu--promos .mega-menu-promo {
  width: 100%;
  height: auto !important;
  overflow: visible !important;
}

/* Promo image — editor controlled */
.mega-menu--promos .mega-menu-promo-wrapper {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
  text-decoration: none !important;
  transform: none !important;
}

.mega-menu--promos .mega-menu-promo-image {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
}

/* Respect Shopify shape setting */
.mega-menu--promos .mega-menu-promo-image.aspect-ratio--square {
  aspect-ratio: 1 / 1 !important;
}

.mega-menu--promos .mega-menu-promo-image.aspect-ratio--tall {
  aspect-ratio: 3 / 4 !important;
}

.mega-menu--promos .mega-menu-promo-image.aspect-ratio--wide {
  aspect-ratio: 16 / 9 !important;
}

/* Fill shaped image area */
.mega-menu--promos .mega-menu-promo-image.mega-menu-aspect-ratio .responsive-image-wrapper {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

.mega-menu--promos .mega-menu-promo-image.mega-menu-aspect-ratio img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
}

/* Natural/original fallback */
.mega-menu--promos .mega-menu-promo-image:not(.mega-menu-aspect-ratio) .responsive-image-wrapper,
.mega-menu--promos .mega-menu-promo-image:not(.mega-menu-aspect-ratio) img {
  position: static !important;
  width: 100% !important;
  height: auto !important;
}

/* Promo text */
.mega-menu--promos .mega-menu-promo.has-promo-text--below-img .mega-menu-promo-text--wrapper {
  position: static !important;
  margin-top: 16px !important;
  text-align: center !important;
}

.mega-menu--promos .mega-menu-promo:not(.has-promo-text--below-img) {
  position: relative !important;
}

.mega-menu--promos .mega-menu-promo:not(.has-promo-text--below-img) .mega-menu-promo-text--wrapper {
  position: absolute !important;
  left: 20px !important;
  right: 20px !important;
  bottom: 20px !important;
  z-index: 5 !important;
  margin-top: 0 !important;
}

.mega-menu--promos .mega-menu-promo-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  transform: none !important;
}

.mega-menu--promos .mega-menu-promo-text *,
.mega-menu--promos .mega-menu-promo-text a,
.mega-menu--promos .mega-menu-promo-text a:hover {
  transform: none !important;
  text-decoration: none !important;
  color: #191919 !important;
  -webkit-text-fill-color: #191919 !important;
}

.mega-menu--promos .mega-menu-promo-title {
  display: block !important;
  margin: 0 !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: 2.35rem !important;
  line-height: 0.9 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
}

.mega-menu--promos .mega-menu-promo-subtitle {
  display: block !important;
  margin: 7px 0 0 !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  font-size: 0.68rem !important;
  line-height: 1 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(25, 25, 25, 0.65) !important;
}

.mega-menu--promos .mega-menu-promo-title::before,
.mega-menu--promos .mega-menu-promo-title::after,
.mega-menu--promos .mega-menu-promo-subtitle::before,
.mega-menu--promos .mega-menu-promo-subtitle::after,
.mega-menu--promos .mega-menu-promo-wrapper::before {
  content: none !important;
  display: none !important;
}

/* General cleanup */
.mega-menu-dropdown a {
  text-decoration: none !important;
}

.mega-menu-dropdown p {
  margin-bottom: 0;
}

/* Base state (important for smooth animation) */
.mega-menu--promos .mega-menu-promo-image img {
  transform: scale(1) translateZ(0) !important;
  transform-origin: center center !important;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: transform;
  backface-visibility: hidden;
}

/* Hover state */
.mega-menu--promos .mega-menu-promo:hover .mega-menu-promo-image img {
  transform: scale(1.06) translateZ(0) !important;
}

/* PRODUCT LIST IMPROVEMENT */
.mobile-nav__sublist .mobile-nav__item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.mobile-nav__sublist .mobile-nav__link {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #191919;
  display: block;
}

/* tighten spacing between items */
.mobile-nav__sublist {
  margin-top: 10px;
}

.mobile-nav__has-sublist .mobile-nav__link {
  font-family: "akzidenz-grotesk-next-extend", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

/* PROMO BLOCK */
.mobile-promo--block {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.mobile-promo--block .mega-menu-promo-card {
  max-width: 220px;
  margin: 0 auto;
}

.mobile-promo--block .mega-menu-promo-text--wrapper {
  text-align: center;
  margin-top: 12px;
}

.mobile-promo--block .mega-menu-promo-title {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.mobile-promo--block .mega-menu-promo-subtitle {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  margin-top: 6px;
  white-space: nowrap; 
}

.mobile-nav a,
.mobile-nav a:hover {
  color: #191919 !important;
  -webkit-text-fill-color: #191919 !important;
}

/* =========================================
   MOBILE MEGA MENU — COCONUT WATER
========================================= */

/* Product links */
.mobile-nav__sublist > .mobile-nav__item > .mobile-nav__link {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.05rem !important;
  line-height: 1.15 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
}

/* Promo block spacing */
.mobile-promo--block {
  margin-top: 28px !important;
  padding-top: 28px !important;
  border-top: 1px solid rgba(25, 25, 25, 0.1) !important;
}

/* Promo card */
.mobile-promo--block .mega-menu-promo-card {
  max-width: 320px !important;
  margin: 0 auto !important;
}

.mobile-promo--block .mega-menu-promo-text--wrapper {
  margin-top: 18px !important;
  text-align: center !important;
}

/* Promo text */
.mobile-promo--block .mega-menu-promo-text {
  align-items: center !important;
  text-align: center !important;
}

.mobile-promo--block .mega-menu-promo-title {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.7rem !important;
  line-height: 0.9 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
}

.mobile-promo--block .mega-menu-promo-subtitle {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  font-size: 0.72rem !important;
  line-height: 1 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
  margin-top: 8px !important;
}

/* Kill theme hover/pink behaviour */
.mobile-promo--block a,
.mobile-promo--block a:hover {
  color: #191919 !important;
  -webkit-text-fill-color: #191919 !important;
  text-decoration: none !important;
}

.mobile-nav__item.mega-menu--mobile > .mobile-nav__sublist {
  display: flex !important;
  flex-direction: column !important;
}

.mobile-nav__item.mega-menu--mobile .mobile-promo--block {
  order: -1 !important;
  margin-top: 18px !important;
  margin-bottom: 24px !important;
  padding-top: 0 !important;
  padding-bottom: 24px !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1) !important;
}

@media (max-width: 767px) {
  .mobile-nav .mega-menu--mobile .mobile-promo--block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .mobile-promo--block .mega-menu-promo-image {
    height: 240px !important;
    overflow: hidden !important;
  }
}

@media (max-width: 767px) {
  .mobile-promo--block .mega-menu-promo-image img {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    transform: translateY(-50%) !important;
    object-fit: cover !important;
  }

  .mobile-promo--block .mega-menu-promo-image .responsive-image-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    margin-top: 12px !important;
  }

  .mobile-promo--block .mega-menu-promo-title {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .mobile-nav .mega-menu--mobile .mobile-promo--block .mega-menu-promo-wrapper {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
  }

  .mobile-nav .mega-menu--mobile .mobile-promo--block .mega-menu-promo-image,
  .mobile-nav .mega-menu--mobile .mobile-promo--block .mega-menu-promo-image.mega-menu-aspect-ratio,
  .mobile-nav .mega-menu--mobile .mobile-promo--block .mega-menu-promo-image.aspect-ratio--tall {
    height: 220px !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }

  .mobile-nav .mega-menu--mobile .mobile-promo--block .mega-menu-promo-image .responsive-image-wrapper {
    position: relative !important;
    height: 100% !important;
    padding: 0 !important;
  }

  .mobile-nav .mega-menu--mobile .mobile-promo--block .mega-menu-promo-image img {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    transform: translateY(-50%) !important;
    object-fit: cover !important;
  }

  .mobile-nav .mega-menu--mobile .mobile-promo--block .mega-menu-promo-text--wrapper {
    margin-top: 14px !important;
  }
}

/* FAQ — remove double divider lines */
#shopify-section-template--19992504533161__accordion_KVhxJb .accordion-content,
#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-content,
#shopify-section-template--19992504533161__accordion_KVhxJb .content {
  border: 0 !important;
  box-shadow: none !important;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .collapsible-tab {
  border-top: 1px solid rgba(25,25,25,0.14) !important;
  border-bottom: 0 !important;
}

#shopify-section-template--19992504533161__accordion_KVhxJb .accordion-content:last-child .collapsible-tab {
  border-bottom: 1px solid rgba(25,25,25,0.14) !important;
}

/* =========================================
   HEADER — DESKTOP ACCOUNT / CART ICONS
========================================= */

@media (min-width: 990px) {

  /* Layout / visibility */
  .site-header__links.top-links--icon-links {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    margin-left: 22px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .site-header__links.top-links--icon-links li,
  .site-header__links.top-links--icon-links a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .site-header__links.top-links--icon-links svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
  }

  /* Default solid / non-overlay state */
  .site-header__links.top-links--icon-links a,
  .site-header__links.top-links--icon-links svg,
  .site-header__links.top-links--icon-links svg path {
    color: #191919 !important;
    stroke: #191919 !important;
    -webkit-text-fill-color: #191919 !important;
  }

  .site-header__links.top-links--icon-links svg path[fill] {
    fill: #191919 !important;
  }

  /* Homepage overlay inactive state */
  .template-index .overlay-header:not(.force-hover):not(:hover) .site-header__links.top-links--icon-links a,
  .template-index .overlay-header:not(.force-hover):not(:hover) .site-header__links.top-links--icon-links svg,
  .template-index .overlay-header:not(.force-hover):not(:hover) .site-header__links.top-links--icon-links svg path {
    color: #ffffff !important;
    stroke: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }

  .template-index .overlay-header:not(.force-hover):not(:hover) .site-header__links.top-links--icon-links svg path[fill] {
    fill: #ffffff !important;
  }

  /* Hover state */
  .site-header__links.top-links--icon-links a:hover,
  .site-header__links.top-links--icon-links a:hover svg,
  .site-header__links.top-links--icon-links a:hover svg path,
  .site-header__links.top-links--icon-links li:hover a,
  .site-header__links.top-links--icon-links li:hover svg,
  .site-header__links.top-links--icon-links li:hover svg path {
    color: #f7c9c9 !important;
    stroke: #f7c9c9 !important;
    -webkit-text-fill-color: #f7c9c9 !important;
  }

  .site-header__links.top-links--icon-links a:hover svg path[fill],
  .site-header__links.top-links--icon-links li:hover svg path[fill] {
    fill: #f7c9c9 !important;
  }

  /* Cart bubble */
  .site-header__cart-toggle .cart-item-count-bubble,
  .site-header__cart-toggle:hover .cart-item-count-bubble {
    background: #f7c9c9 !important;
    color: #191919 !important;
    -webkit-text-fill-color: #191919 !important;
  }
}

/* =========================================
   HOMEPAGE FEATURED PRODUCT
   Editorial Layout
========================================= */

.template-index [data-section-id="template--19894076637353__featured_product_J674hc"][data-wetheme-section-type="featured-product"] {
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 40% 60% !important;
  column-gap: 80px !important;
  align-items: center !important;
}

.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .featured-product-form {
  display: contents !important;
}

/* Image column */
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-images {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  width: 100% !important;
  max-width: 430px !important;
  margin: 0 auto !important;
  transform: translateY(-10px) !important;
}

/* Right column heading */
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .section-title--wrapper {
  grid-column: 2 !important;
  grid-row: 1 !important;
  max-width: 650px !important;
  margin: 0 0 26px !important;
  padding: 0 !important;
}

/* Right column product content */
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] product-information {
  grid-column: 2 !important;
  grid-row: 2 !important;
  width: 100% !important;
  max-width: 650px !important;
}

.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-details-wrapper,
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-form-block--static,
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-details--form-wrapper,
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .form-vertical {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 0 !important;
}

/* Product title */
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-details-product-title {
  font-size: 1.7rem !important;
  line-height: 0.94 !important;
  letter-spacing: -0.03em !important;
  max-width: 540px !important;
  margin-bottom: 12px !important;
  text-wrap: balance;
}

.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-details-product-title br {
  display: none !important;
}

/* Price */
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-price-group-container {
  margin-bottom: 22px !important;
}

/* Button */
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-form-block {
  margin-bottom: 28px !important;
}

.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product--add-to-cart-button {
  max-width: 560px !important;
  min-height: 54px !important;
  padding: 0 28px !important;
}

/* Custom supporting copy */
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .rk-featured-product-copy {
  margin: 38px 0 0 !important;
  max-width: 560px !important;
}

.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .rk-featured-product-copy p {
  margin: 0 0 24px !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
}

.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .rk-featured-product-copy ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .rk-featured-product-copy li {
  margin: 0 0 6px !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
}

.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .rk-featured-product-copy li::before {
  content: "✓ ";
}

/* Hide forced PDP elements */
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .thumbnail-media--thumbnails,
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .thumb-prev,
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .thumb-next,
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-page__policies,
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .shopify-payment-terms__container {
  display: none !important;
}

/* =========================================
   HOMEPAGE FEATURED PRODUCT
   Mobile Layout
========================================= */

@media screen and (max-width: 767px) {
  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"][data-wetheme-section-type="featured-product"] {
    display: flex !important;
    flex-direction: column !important;
    max-width: 100% !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .featured-product-form {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .section-title--wrapper,
  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] product-information,
  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-images {
    width: 100% !important;
    max-width: 100% !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .section-title--wrapper {
    order: 1 !important;
    margin-bottom: 24px !important;
  }

  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .section-title {
    font-size: clamp(2.5rem, 13vw, 4.2rem) !important;
    line-height: 0.95 !important;
    text-align: left !important;
  }

  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-images {
    order: 2 !important;
    max-width: 230px !important;
    margin: 0 auto 28px !important;
    transform: none !important;
  }

  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] product-information {
    order: 3 !important;
  }

  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-details-product-title {
    font-size: 1.45rem !important;
    line-height: 0.96 !important;
    max-width: 100% !important;
  }

  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product--add-to-cart-button {
    width: 100% !important;
    max-width: 100% !important;
  }

  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .rk-featured-product-copy {
    margin-top: 30px !important;
    max-width: 100% !important;
  }
}

/* =========================================
   FEATURED PRODUCT — MOBILE IMAGE FIX ONLY
========================================= */

@media screen and (max-width: 767px) {
  #productMediaDesktop-template--19894076637353__featured_product_J674hc {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  #productMediaMobile-template--19894076637353__featured_product_J674hc {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
  }

  #productMediaMobile-template--19894076637353__featured_product_J674hc .swiper-wrapper,
  #productMediaMobile-template--19894076637353__featured_product_J674hc .swiper-slide {
    height: auto !important;
  }

  #productMediaMobile-template--19894076637353__featured_product_J674hc img {
    display: block !important;
    width: auto !important;
    max-width: 82vw !important;
    max-height: 520px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }
}

/* FEATURED PRODUCT — MOBILE POSITIONING */
@media screen and (max-width: 767px) {
  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .section-title--wrapper {
    margin-bottom: 1px !important;
  }

  #productMediaMobile-template--19894076637353__featured_product_J674hc {
    margin: 0 auto 0 !important;
  }

  #productMediaMobile-template--19894076637353__featured_product_J674hc .product-media-slider-main,
  #productMediaMobile-template--19894076637353__featured_product_J674hc .swiper-wrapper,
  #productMediaMobile-template--19894076637353__featured_product_J674hc .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
  }

  #productMediaMobile-template--19894076637353__featured_product_J674hc img {
    max-width: 58vw !important;
    max-height: 420px !important;
    margin: 0 auto !important;
  }

  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] product-information {
    margin-top: 0 !important;
  }
}

/* =========================================
   MOBILE ORDER FIXES
========================================= */

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

  /* Correct mobile order */
  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .section-title--wrapper {
    order: 1 !important;
  }

  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-images {
    order: 2 !important;
  }

  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] product-information {
    order: 3 !important;
  }

  /* Hide mobile slider overflow */
  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-media-slider-mobile {
    overflow: hidden !important;
  }

  /* Force single visible image */
  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-media-slider-mobile .swiper-wrapper {
    transform: none !important;
  }

  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-media-slider-mobile .swiper-slide:not(.swiper-slide-active) {
    display: none !important;
  }

  /* Better mobile spacing */
  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .section-title--wrapper {
    margin-bottom: 30px !important;
  }

  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-images {
    margin-bottom: 34px !important;
  }

  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .rk-featured-product-copy {
    margin-top: 36px !important;
  }

  /* Slightly reduce mobile heading */
  .template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .section-title {
  font-size: clamp(1.9rem, 8vw, 3rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.03em !important;

  text-align: center !important;
  margin: 0 auto !important;

  max-width: 320px !important;
}

.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .section-title--wrapper {
  text-align: center !important;
  margin-bottom: 34px !important;
}
/* Move campaign heading to top on mobile */
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] {
  display: flex !important;
  flex-direction: column !important;
}
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] > .section-title--wrapper {
  order: -1 !important;
  width: 100% !important;
  margin-bottom: 28px !important;
}

.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-images {
  max-width: 260px !important;
  margin: 0 auto 40px !important;
}

.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-media-slider-mobile {
  overflow: hidden !important;
}

.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .swiper-slide {
  justify-content: center !important;
}

/* Mobile bottle optical centering */
.template-index [data-section-id="template--19894076637353__featured_product_J674hc"] .product-images img {
  transform: translateX(8px) !important;
}
}

/* Retailer logo section heading */
#shopify-section-template--19894076637353__scrolling_banner_d7x7cn .section-title {
  font-size: clamp(1.15rem, 1.8vw, 2rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.03em;
  margin-bottom: 1.4rem !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  #shopify-section-template--19894076637353__scrolling_banner_d7x7cn .section-title {
    font-size: 1.05rem !important;
    line-height: 1.05 !important;
    letter-spacing: -0.02em;
    margin-bottom: 1rem !important;
  }
}

/* =========================================
   COLLECTIONS/ALL — JUST COCONUT WATER BLOCK
========================================= */

#shopify-section-template--19894076932265__image_with_text_CmReTF .image-with-text__container {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
  background-color: #f7c9c9 !important;
}

#shopify-section-template--19894076932265__image_with_text_CmReTF .width--content {
  max-width: 1260px !important;
  margin: 0 auto !important;
}

#shopify-section-template--19894076932265__image_with_text_CmReTF .homepage-indiv-section-wrapper {
  display: grid !important;
  grid-template-columns: 58% 42% !important;
  align-items: center !important;
  gap: 90px !important;
}

#shopify-section-template--19894076932265__image_with_text_CmReTF .homepage-content--image,
#shopify-section-template--19894076932265__image_with_text_CmReTF .feature_row__image_wrapper {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}

#shopify-section-template--19894076932265__image_with_text_CmReTF .homepage-content--image img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  display: block !important;
}

#shopify-section-template--19894076932265__image_with_text_CmReTF .no-overlap-content-box {
  background: transparent !important;
  padding: 0 !important;
  max-width: 520px !important;
  margin: 0 auto !important;
}

#shopify-section-template--19894076932265__image_with_text_CmReTF .homepage-sections--title {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2.2rem, 2.85vw, 3.55rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.05em !important;
  text-transform: uppercase !important;
  margin-bottom: 28px !important;
  color: #171717 !important;
  max-width: 520px !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

#shopify-section-template--19894076932265__image_with_text_CmReTF .featured-row__subtext {
  max-width: 390px !important;
  font-size: 1rem !important;
  line-height: 1.45 !important;
  color: #171717 !important;
}

#shopify-section-template--19894076932265__image_with_text_CmReTF .featured-row__subtext p {
  margin-bottom: 18px !important;
}

/* Mobile */
@media screen and (max-width: 767px) {
  #shopify-section-template--19894076932265__image_with_text_CmReTF .image-with-text__container {
    padding-top: 58px !important;
    padding-bottom: 64px !important;
  }

  #shopify-section-template--19894076932265__image_with_text_CmReTF .homepage-indiv-section-wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  #shopify-section-template--19894076932265__image_with_text_CmReTF .homepage-content--image {
    order: 1 !important;
  }

  #shopify-section-template--19894076932265__image_with_text_CmReTF .feature_row__image_wrapper {
    order: 2 !important;
  }

  #shopify-section-template--19894076932265__image_with_text_CmReTF .no-overlap-content-box {
    max-width: 320px !important;
    text-align: center !important;
  }

  #shopify-section-template--19894076932265__image_with_text_CmReTF .homepage-sections--title {
    font-size: 2.35rem !important;
    line-height: 0.92 !important;
    margin-bottom: 20px !important;
  }

  #shopify-section-template--19894076932265__image_with_text_CmReTF .featured-row__subtext {
    font-size: 0.95rem !important;
    line-height: 1.45 !important;
    margin: 0 auto !important;
  }
}

/* =========================================
   COLLECTIONS/ALL — 3 INFO COLUMNS
========================================= */

.section-template--19894076932265__template_product_info_columns_QVPMFL {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.section-template--19894076932265__template_product_info_columns_QVPMFL .info-cols__slider-wrapper {
  max-width: 1320px !important;
  margin: 0 auto !important;
}

.section-template--19894076932265__template_product_info_columns_QVPMFL .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 90px !important;
  height: auto !important;
  transform: none !important;
}

.section-template--19894076932265__template_product_info_columns_QVPMFL .swiper-slide {
  width: 100% !important;
  margin-right: 0 !important;
  text-align: center !important;
}

.section-template--19894076932265__template_product_info_columns_QVPMFL .info-cols--media {
  margin-bottom: 26px !important;
}

.section-template--19894076932265__template_product_info_columns_QVPMFL .block-radius-clip {
  max-width: none !important;
  width: 100% !important;
  overflow: hidden !important;
}

.section-template--19894076932265__template_product_info_columns_QVPMFL .info-cols--image img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  display: block !important;
}

.section-template--19894076932265__template_product_info_columns_QVPMFL .info-cols--title {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(1.7rem, 2.1vw, 2.55rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.045em !important;
  text-transform: uppercase !important;
  max-width: 430px !important;
  margin: 0 auto 12px !important;
  color: #171717 !important;
}

.section-template--19894076932265__template_product_info_columns_QVPMFL .info-cols--text {
  max-width: 360px !important;
  margin: 0 auto !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
  color: #171717 !important;
}

.section-template--19894076932265__template_product_info_columns_QVPMFL .swiper-pagination {
  display: none !important;
}

/* Mobile */
@media screen and (max-width: 767px) {
  .section-template--19894076932265__template_product_info_columns_QVPMFL {
    padding-top: 64px !important;
    padding-bottom: 72px !important;
  }

  .section-template--19894076932265__template_product_info_columns_QVPMFL .swiper-wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 44px !important;
  }

  .section-template--19894076932265__template_product_info_columns_QVPMFL .info-cols--media {
    margin-bottom: 18px !important;
  }

  .section-template--19894076932265__template_product_info_columns_QVPMFL .info-cols--title {
    font-size: 2rem !important;
    line-height: 0.92 !important;
    max-width: 330px !important;
  }

  .section-template--19894076932265__template_product_info_columns_QVPMFL .info-cols--text {
    max-width: 310px !important;
    font-size: 0.92rem !important;
  }
}

/* =========================================
   COLLECTIONS/ALL — FAQ SECTION REFINED
========================================= */

[data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] {
  padding-top: 95px !important;
  padding-bottom: 100px !important;
}

[data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] .section-title--wrapper {
  max-width: 620px !important;
  margin: 0 auto 42px !important;
}

[data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] .section-title {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2.7rem, 3.1vw, 3.8rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.055em !important;
  text-transform: uppercase !important;
  color: #171717 !important;
}

/* Accordion width */
[data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] .width--narrow {
  max-width: 1080px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Remove all theme duplicate borders */
[data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] .accordion-content,
[data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] .collapsible-tab,
[data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] .summary,
[data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] collapsible-button {
  border: 0 !important;
}

/* Add one clean divider only */
[data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] .accordion-content {
  border-top: 1px solid rgba(23, 23, 23, 0.14) !important;
}

[data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] .accordion-content:last-child {
  border-bottom: 1px solid rgba(23, 23, 23, 0.14) !important;
}

[data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] collapsible-button {
  display: block !important;
  padding: 28px 0 !important;
}

[data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] .summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

[data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] .text-with-icon--text {
  font-weight: 700 !important;
  font-size: 1.15rem !important;
  line-height: 1.25 !important;
  color: #171717 !important;
}

[data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] .inline-icon--wrapper svg {
  width: 16px !important;
  height: 16px !important;
}

[data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] .collapsible-content .content {
  padding: 0 0 26px !important;
}

[data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] .collapsible-content .rte {
  max-width: 680px !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  color: rgba(23, 23, 23, 0.72) !important;
}

/* Mobile */
@media screen and (max-width: 767px) {
  [data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] {
    padding-top: 68px !important;
    padding-bottom: 76px !important;
  }

  [data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] .section-title--wrapper {
    margin-bottom: 36px !important;
  }

  [data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] .section-title {
    font-size: 2.75rem !important;
    line-height: 0.9 !important;
  }

  [data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] .width--narrow {
    max-width: 100% !important;
  }

  [data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] collapsible-button {
    padding: 21px 0 !important;
  }

  [data-wetheme-section-id="template--19894076932265__accordion_Wa6zym"] .text-with-icon--text {
    font-size: 0.98rem !important;
  }
}

/* Retailer logo banner heading */
[data-wetheme-section-id="template--19894076932265__scrolling_banner_PV3HCi"] 
.section-title--wrapper .section-title {
  font-size: clamp(1.35rem, 2vw, 2rem) !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

/* Retailer logos — greyscale */
[data-wetheme-section-id="template--19894076932265__scrolling_banner_PV3HCi"] 
img {
  filter: grayscale(100%) brightness(0.7) contrast(1) !important;
  opacity: 0.75 !important;
  transition: all 0.3s ease;
}

/* Optional subtle hover effect */
[data-wetheme-section-id="template--19894076932265__scrolling_banner_PV3HCi"] 
img:hover {
  filter: grayscale(0%) brightness(1) !important;
  opacity: 1 !important;
}

/* =========================================
   CART DRAWER — FOOTER MESSAGE
========================================= */

.rk-cart-drawer-message {
  border-top: 1px solid rgba(25, 25, 25, 0.16);
  padding-top: 16px;
  margin-bottom: 18px;

  max-width: 260px;

  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.72rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
}

@media screen and (max-width: 767px) {
  .rk-cart-drawer-message {
    font-size: 0.72rem !important;
    margin-bottom: 14px;
  }
}

/* =========================================
   CART DRAWER — REFINEMENTS
========================================= */

/* Drawer width — safer */
cart-drawer.global-drawer .global-drawer__content {
  width: 430px !important;
  max-width: 100vw !important;
  right: 0 !important;
  overflow-x: hidden !important;
}

/* Prevent cart contents clipping horizontally */
cart-drawer .global-drawer__body,
cart-drawer .global-drawer__sticky-bottom,
cart-drawer .global-drawer__footer,
cart-drawer .cart-drawer__sub-footer {
  overflow-x: hidden !important;
}

/* Product row layout fix */
cart-drawer .cart-drawer__product-card--info--footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

cart-drawer .cart-drawer__product-card--price {
  flex-shrink: 0 !important;
  white-space: nowrap !important;
  text-align: right !important;
}

/* Footer buttons stay inside drawer */
cart-drawer .cart-drawer__footer--buttons {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
}

cart-drawer .cart-drawer__footer--button {
  min-width: 0 !important;
  width: 100% !important;
}

/* Softer page overlay */
cart-drawer.global-drawer .global-drawer__overlay {
  background: rgba(25, 25, 25, 0.18) !important;
}

/* Header */
cart-drawer .cart-drawer__heading {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

/* Product card spacing */
cart-drawer .cart-drawer__product_card {
  gap: 16px !important;
}

cart-drawer .cart-drawer__product_card--image {
  width: 72px !important;
  min-width: 72px !important;
}

cart-drawer .cart-drawer__product_card--title {
  margin-bottom: 7px !important;
  line-height: 1.25 !important;
}

cart-drawer .cart-drawer__product_card--title a {
  font-weight: 500 !important;
  text-decoration: none !important;
}

/* Unit price */
cart-drawer .cart-drawer__product-card--details {
  font-size: 0.78rem !important;
  opacity: 0.72 !important;
}

/* Quantity selector */
cart-drawer .cart-drawer__product-card--quantity {
  height: 34px !important;
  border: 1px solid rgba(25, 25, 25, 0.2) !important;
  border-radius: 0 !important;
}

cart-drawer .cart-drawer__product-card--quantity--button,
cart-drawer .cart-drawer__product-card--quantity--input {
  height: 34px !important;
  font-size: 0.9rem !important;
}

/* Footer divider + message */
cart-drawer .rk-cart-drawer-message {
  border-top: 1px solid rgba(25, 25, 25, 0.16);
  padding-top: 16px;
  margin-bottom: 18px;
  max-width: 270px;

  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.72rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #191919 !important;
}

/* Subtotal */
cart-drawer .cart-drawer__subtotal {
  align-items: baseline !important;
}

cart-drawer .cart-drawer__subtotal--heading {
  font-family: "akzidenz-grotesk-next", sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
}

cart-drawer .cart-drawer__subtotal--price {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
}

/* Tax/shipping line */
cart-drawer .cart-drawer__taxes-shipping {
  font-size: 0.72rem !important;
  opacity: 0.72 !important;
  margin-top: 2px !important;
}

/* Buttons */
cart-drawer .cart-drawer__footer--buttons {
  gap: 10px !important;
  margin-top: 16px !important;
}

cart-drawer .cart-drawer__footer--button {
  height: 44px !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

/* Cart drawer — product row refinement */
cart-drawer .cart-drawer__product_card {
  display: grid !important;
  grid-template-columns: 64px 1fr !important;
  gap: 14px !important;
  align-items: start !important;
}

cart-drawer .cart-drawer__product_card--image {
  width: 64px !important;
  min-width: 64px !important;
}

cart-drawer .cart-drawer__product-card--info {
  min-width: 0 !important;
}

cart-drawer .cart-drawer__product-card--info--footer {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  align-items: center !important;
  column-gap: 14px !important;
  margin-top: 12px !important;
}

cart-drawer .cart-drawer__product-card--price {
  justify-self: end !important;
  white-space: nowrap !important;
  font-weight: 500 !important;
}

cart-drawer .cart-drawer__product_card--title {
  max-width: 190px !important;
  line-height: 1.25 !important;
}

/* Remove extra divider above message */
cart-drawer .rk-cart-drawer-message {
  border-top: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Equal footer padding */
cart-drawer .global-drawer__sticky-bottom {
  padding-left: 30px !important;
  padding-right: 30px !important;
  box-sizing: border-box !important;
}

/* Make subtotal area align perfectly */
cart-drawer .cart-drawer__sub-footer {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Ensure buttons align with same gutter */
cart-drawer .cart-drawer__footer--buttons {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Mobile cart footer refinement */
@media screen and (max-width: 767px) {

  /* Message */
  cart-drawer .rk-cart-drawer-message {
    max-width: 240px !important;
    font-size: 0.68rem !important;
    line-height: 1.05 !important;
    letter-spacing: 0.045em !important;
    margin-bottom: 22px !important;
  }

  /* Subtotal layout */
  cart-drawer .cart-drawer__subtotal {
    align-items: flex-end !important;
    margin-bottom: 8px !important;
  }

  /* Buttons */
  cart-drawer .cart-drawer__footer--buttons {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    margin-top: 18px !important;
  }

  cart-drawer .cart-drawer__footer--button {
    height: 54px !important;
    min-height: 54px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;
    white-space: nowrap !important;

    font-size: 0.78rem !important;
    line-height: 1 !important;
    letter-spacing: 0.06em !important;

    padding: 0 12px !important;
  }

  /* Specifically fix VIEW CART vertical alignment */
  cart-drawer .cart-drawer__footer--button.btn--secondary {
    padding-top: 1px !important;
  }

  cart-drawer .global-drawer__content {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  cart-drawer.global-drawer .global-drawer__content {
    max-width: 90vw !important;
    width: 90vw !important;
  }

  cart-drawer .global-drawer__body,
  cart-drawer .global-drawer__sticky-bottom,
  cart-drawer .global-drawer__sticky-header {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom:10px !important;
    box-sizing: border-box !important;
  }

  cart-drawer .cart-drawer__footer--buttons {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  cart-drawer .cart-drawer__footer--button {
    min-width: 0 !important;
  }
}

/* MOBILE NAV DRAWER — SUBMENU STYLING */
@media screen and (max-width: 767px) {
  #NavDrawer .mobile-nav__sublist {
    padding: 8px 0 6px 18px !important;
    margin: 0 !important;
  }

  #NavDrawer .mobile-nav__sublist .mobile-nav__item {
    padding: 9px 0 !important;
  }

  #NavDrawer .mobile-nav__sublist .mobile-nav__link {
    font-size: 1.05rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
    font-weight: 300 !important;
    color: rgba(25,25,25,0.68) !important;
  }

  #NavDrawer .mobile-nav__sublist .mobile-nav__link:hover {
    color: #171717 !important;
  }
}

/* =========================================
   MOBILE NAV DRAWER — EDITORIAL FINISH
========================================= */

@media screen and (max-width: 767px) {
  /* Header */
  #NavDrawer .mobile-nav__logo-title {
    padding: 20px 30px !important;
    border-bottom: none !important;
  }

  #NavDrawer .mobile-nav__logo-title--inner {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  #NavDrawer .mobile-nav__drawer-logo,
  #NavDrawer .mobile-nav__drawer-logo .responsive-image-wrapper,
  #NavDrawer .mobile-nav__drawer-logo img {
    width: 105px !important;
    max-width: 105px !important;
    height: auto !important;
    display: block !important;
  }

  #NavDrawer .mobile-menu--close-btn {
    margin-top: 8px !important;
  }

  /* Main menu */
  #NavDrawer .mobile-nav.mobile-nav--main {
    padding: 18px 30px 0 !important;
    border-top: 1px solid rgba(25,25,25,0.16) !important;
  }

  #NavDrawer .mobile-nav.mobile-nav--main > .mobile-nav__item {
    padding: 17px 0 !important;
  }

  #NavDrawer .mobile-nav__link {
    font-size: 1.55rem !important;
    line-height: 1.1 !important;
    letter-spacing: 0.045em !important;
  }

  /* Hide empty locale wrapper */
  #NavDrawer .mobile-nav.locale--mobile {
    display: none !important;
  }

  /* Social bar */
  #NavDrawer .mobile-nav--footer {
    position: relative !important;
    margin-top: 18px !important;
    padding: 28px 30px !important;
    border-top: 1px solid rgba(25,25,25,0.16) !important;
    box-shadow: none !important;
  }

  #NavDrawer .mobile-nav.nav--meta {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 16px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  #NavDrawer .mobile-nav__social-heading {
    margin: 0 !important;
  }

  #NavDrawer .mobile-nav__social-heading span {
    display: block !important;
    white-space: nowrap !important;
    font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    color: #171717 !important;
  }

  #NavDrawer .mobile-nav__item.sm-icons--wrapper {
    width: auto !important;
    margin: 0 !important;
  }

  #NavDrawer .mobile-nav__item.sm-icons--wrapper #sm-icons,
  #NavDrawer ul.mobile-nav__social-icons {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 28px !important;
  width: auto !important;
}

#NavDrawer .mobile-nav__item.sm-icons--wrapper #sm-icons li {
  display: block !important;
  flex: 0 0 auto !important;
}

  #NavDrawer .mobile-nav__social-icons {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 28px !important;
    width: auto !important;
    margin: 0 !important;
  }

  #NavDrawer .mobile-nav__social-icons li,
  #NavDrawer .mobile-nav__social-icons a {
    width: auto !important;
    margin: 0 !important;
  }

  #NavDrawer .mobile-nav__social-icons svg {
    width: 23px !important;
    height: 23px !important;
  }
}

/* =========================================
   CART PAGE — REBEL KITCHEN CLEAN BUILD
========================================= */

.template-cart .wrapper-spacing--v--template {
  padding-top: 68px !important;
  padding-bottom: 0 !important;
}

.template-cart .width--content,
.template-cart .cart.table-wrap,
.template-cart .cart--recommendations {
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Title */
.template-cart .template-title {
  max-width: 1320px !important;
  margin: 0 auto 54px !important;
  text-align: left !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(3rem, 4vw, 4.8rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.05em !important;
  text-transform: uppercase !important;
  color: #171717 !important;
}

/* Cart table */
.template-cart .cart-table {
  border-top: 1px solid rgba(25,25,25,0.18) !important;
  border-bottom: 0 !important;
}

.template-cart .cart__header-labels {
  border-bottom: 1px solid rgba(25,25,25,0.16) !important;
}

.template-cart .cart__header-labels th {
  padding: 20px 0 18px !important;
  border: 0 !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  font-size: 0.55rem !important;
  line-height: 1 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(25,25,25,0.42) !important;
}

.template-cart .cart__row.table__section {
  border-top: 0 !important;
  border-bottom: 1px solid rgba(25,25,25,0.18) !important;
}

.template-cart .cart__row.table__section td {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
  vertical-align: middle !important;
}

.template-cart .cart__image img {
  max-height: 130px !important;
  width: auto !important;
  object-fit: contain !important;
}

.template-cart .cart__row--title {
  font-size: 0.84rem !important;
  line-height: 1.35 !important;
  color: #171717 !important;
}

.template-cart .cart__remove,
.template-cart .cart__remove:hover,
.template-cart .cart__remove small {
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

.template-cart .cart__remove small {
  font-size: 0.62rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(25,25,25,0.42) !important;
}

/* Quantity */
.template-cart .js-qty {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 112px !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 auto !important;
  padding: 0 12px !important;
  border: 1px solid rgba(25,25,25,0.22) !important;
  box-shadow: none !important;
  background: transparent !important;
}

.template-cart .js-qty__adjust,
.template-cart .js-qty__num {
  height: 38px !important;
  line-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Checkout block */
.template-cart .grid.cart__row {
  display: grid !important;
  grid-template-columns: 1fr 560px !important;
  gap: 40px !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding-top: 34px !important;
  border: 0 !important;
}

.template-cart .grid__item.text-right {
  grid-column: 2 !important;
  justify-self: end !important;
  width: 100% !important;
  max-width: 560px !important;
  text-align: right !important;
}

.template-cart .cart__subtotal-title {
  font-size: 0.9rem !important;
  margin-right: 12px !important;
  color: #171717 !important;
}

.template-cart .cart__subtotal {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: 2rem !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
  color: #171717 !important;
}

.template-cart .cart__shipping {
  margin-top: 12px !important;
  font-size: 0.76rem !important;
  line-height: 1.35 !important;
  color: rgba(25,25,25,0.62) !important;
}

.template-cart .btn-wrapper-default {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-top: 26px !important;
}

.template-cart .cart--button-update,
.template-cart .cart--button-checkout {
  width: 100% !important;
  min-height: 46px !important;
}

/* Shop Pay */
.template-cart .additional-checkout-buttons {
  margin-top: 10px !important;
  width: 100% !important;
}

.template-cart shopify-accelerated-checkout-cart,
.template-cart .dynamic-checkout__content {
  width: 100% !important;
}

.template-cart #shopify-buyer-consent {
  display: block !important;
  max-width: 560px !important;
  margin: 12px auto 0 !important;
  font-size: 0.58rem !important;
  line-height: 1.35 !important;
  color: rgba(25,25,25,0.46) !important;
}

/* Recommendations */
.template-cart .cart--recommendations {
  margin-top: 104px !important;
  margin-bottom: 82px !important;
}

.template-cart .cart--recommendations-heading {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(2.1rem, 3vw, 3.6rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.045em !important;
  text-transform: uppercase !important;
  color: #171717 !important;
  margin: 0 0 46px !important;
  text-align: left !important;
}

@media screen and (min-width: 768px) {
  .template-cart .cart--recommendations .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 70px !important;
    align-items: start !important;
    transform: none !important;
  }

  .template-cart .cart--recommendations .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }

  .template-cart .cart--recommendations .grid-view-item-image {
    height: 310px !important;
    margin-bottom: 18px !important;
    overflow: visible !important;
  }

  .template-cart .cart--recommendations a.grid__image {
    height: 310px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
  }

  .template-cart .cart--recommendations .aspect-ratio--square:not(.quick-view-media) {
    padding-bottom: 0 !important;
    height: 310px !important;
  }

  .template-cart .cart--recommendations .aspect-ratio,
  .template-cart .cart--recommendations .responsive-image-wrapper {
    height: 310px !important;
    width: 100% !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    overflow: visible !important;
    position: relative !important;
  }

  .template-cart .cart--recommendations .grid-view-item-image img {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    max-height: 285px !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .template-cart .cart--recommendations .product-grid--title {
    margin-top: 0 !important;
  }

  .template-cart .cart--recommendations .product-grid--footer {
    margin-top: 20px !important;
  }
}

/* RECOMMENDATION PRODUCTS — PERFECT VISUAL CENTRING */
.template-cart .cart--recommendations .swiper-slide {
  display: flex !important;
  justify-content: center !important;
}

.template-cart .cart--recommendations .grid-view-item {
  width: 100% !important;
  max-width: 360px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.template-cart .cart--recommendations .grid-view-item-image {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-end !important;
}

.template-cart .cart--recommendations .responsive-image-wrapper,
.template-cart .cart--recommendations .aspect-ratio,
.template-cart .cart--recommendations a.grid__image {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-end !important;
}

/* Info columns strip */
.template-cart [class*="info-columns"] {
  background: #f7c9c9 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.template-cart [class*="info-columns"] .width--content,
.template-cart [class*="info-columns"] .page-width,
.template-cart [class*="info-columns"] .grid {
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: center !important;
}

.template-cart [class*="info-columns"] h3,
.template-cart [class*="info-columns"] .h3 {
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  font-size: clamp(1.15rem, 1.45vw, 1.65rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.03em !important;
  text-transform: uppercase !important;
  color: #171717 !important;
  margin-bottom: 6px !important;
}

.template-cart [class*="info-columns"] p {
  max-width: 260px !important;
  margin: 0 auto !important;
  font-size: 0.72rem !important;
  line-height: 1.25 !important;
  color: #171717 !important;
}

.template-cart [class*="info-columns"] .grid__item {
  position: relative !important;
}

.template-cart [class*="info-columns"] .grid__item:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  width: 1px !important;
  height: 38px !important;
  transform: translateY(-50%) !important;
  background: rgba(25,25,25,0.16) !important;
}

/* Mobile */
@media screen and (max-width: 767px) {
  .template-cart .wrapper-spacing--v--template {
    padding-top: 42px !important;
  }

  .template-cart .template-title {
    text-align: center !important;
    font-size: clamp(3.25rem, 10vw, 5rem) !important;
    line-height: 0.92 !important;
    margin-bottom: 42px !important;
  }

  .template-cart .cart__header-labels {
    display: none !important;
  }

  .template-cart .cart__row.table__section td {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    text-align: center !important;
  }

  .template-cart .cart__image img {
    max-height: 240px !important;
  }

  .template-cart .cart__row--title {
    font-size: 1.35rem !important;
    line-height: 1.25 !important;
  }

  .template-cart .grid.cart__row {
    display: block !important;
    padding-top: 34px !important;
  }

  .template-cart .grid__item.text-right {
    max-width: none !important;
    text-align: center !important;
  }

  .template-cart .cart__subtotal-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
}

  .template-cart .cart__subtotal {
    font-size: 2.6rem !important;
  }

  .template-cart .btn-wrapper-default {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .template-cart .cart--button-update,
  .template-cart .cart--button-checkout {
    min-height: 58px !important;
  }

  .template-cart .cart--recommendations {
    margin-top: 76px !important;
    margin-bottom: 74px !important;
  }

  .template-cart .cart--recommendations-heading {
    font-size: 2.45rem !important;
    padding: 0 24px !important;
    margin-bottom: 38px !important;
  }

  .template-cart [class*="info-columns"] {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .template-cart [class*="info-columns"] .grid__item:not(:last-child)::after {
    display: none !important;
  }

  .template-cart [class*="info-columns"] {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.template-cart [class*="info-columns"] .swiper,
.template-cart [class*="info-columns"] .swiper-wrapper,
.template-cart [class*="info-columns"] .swiper-slide {
  height: auto !important;
  min-height: 0 !important;
}

.template-cart [class*="info-columns"] .swiper-slide {
  padding-bottom: 20px !important;
}
}

/* CART PAGE — SPACE BEFORE INFO STRIP */
.template-cart [class*="info-columns"] {
  margin-top: 36px !important;
}

@media screen and (max-width: 767px) {
  .template-cart [class*="info-columns"] {
    margin-top: 42px !important;
  }
}

/* CART PAGE — MOBILE HEADER RESET */
@media screen and (max-width: 767px) {
  .template-cart .mobile-nav-bar-wrapper .wrapper-spacing--h {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .template-cart .mobile-grid--table {
    display: table !important;
    width: 100% !important;
  }

  .template-cart .mobile-grid--table .grid__item {
    display: table-cell !important;
    vertical-align: middle !important;
  }

  .template-cart .mobile-grid--table .three-twelfths {
    width: 25% !important;
  }

  .template-cart .mobile-grid--table .six-twelfths {
    width: 50% !important;
    text-align: center !important;
  }

  .template-cart .mobile-grid--table .right-side {
    text-align: right !important;
  }
}

/* =========================================
   PASSWORD PAGE — DARK EDITORIAL LAUNCH
========================================= */

@import url("https://use.typekit.net/vyw3ojl.css");

#password-wrapper--main {
  min-height: 100vh !important;
  position: relative !important;
}

/* dark overlay over background image */
#password-wrapper--main::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  background: rgba(0, 0, 0, 0.62) !important;
  pointer-events: none !important;
}

#password-wrapper--main .password--main-container {
  position: relative !important;
  z-index: 2 !important;
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* remove card styling */
#password-wrapper--main .password--main {
  width: min(680px, calc(100vw - 40px)) !important;
  max-width: 680px !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
}

/* logo */
#password-wrapper--main .password--logo {
  margin-bottom: 30px !important;
}

#password-wrapper--main .password--logo img {
  width: 116px !important;
  height: auto !important;
  margin: 0 auto !important;
}

/* heading */

#password-wrapper--main h1,
#password-wrapper--main .custom-font {
  width: 100% !important;
  max-width: 620px !important;
  margin: 0 auto 24px !important;
  font-family: var(--heading-font-stack), var(--font-display), "Arial Black", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(4rem, 5.6vw, 6.6rem) !important;
  line-height: 0.82 !important;
  letter-spacing: -0.055em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  text-align: center !important;

  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  white-space: normal !important;
}

/* message */
#password-wrapper--main .password--welcome-message {
  max-width: 390px !important;
  margin: 0 auto 32px !important;
}

#password-wrapper--main .password--welcome-message p,
#password-wrapper--main label,
#password-wrapper--main input {
  font-family: "akzidenz-grotesk-next-pro", Arial, sans-serif !important;
}

/* newsletter label */
#password-wrapper--main .password--mailing-list .rk-password-newsletter-label,
#password-wrapper--main .password--mailing-list .rk-password-newsletter-label p,
#password-wrapper--main .password--mailing-list .form-group .rk-password-newsletter-label p {
  margin: 0 0 18px 0 !important;
  font-family: "akzidenz-grotesk-next-extend", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 0.82rem !important;
  line-height: 1.25 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.9) !important;
}

/* form */
#password-wrapper--main form {
  max-width: 330px !important;
  margin: 0 auto !important;
  position: relative !important;
}

#password-wrapper--main input[type="email"],
#password-wrapper--main input[type="text"] {
  height: 50px !important;
  width: 100% !important;
  padding: 0 50px 0 16px !important;
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.82) !important;
  border-radius: 0 !important;
  font-size: 0.95rem !important;
  color: #fff !important;
}

#password-wrapper--main input::placeholder {
  color: rgba(255,255,255,0.9) !important;
}

/* submit arrow */
#password-wrapper--main form button[type="submit"],
#password-wrapper--main form .btn,
#password-wrapper--main input[type="submit"] {
  position: absolute !important;
  right: 7px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
}

/* footer */
#password--footer {
  position: fixed !important;
  left: 38px !important;
  right: 38px !important;
  bottom: 28px !important;
  z-index: 3 !important;
  color: #fff !important;
  font-size: 0.7rem !important;
}

#password--footer .powered {
  display: none !important;
}

#password--footer .password--site-owner-options {
  text-align: left !important;
}

#password--footer .password--site-owner-options a {
  color: #fff !important;
  opacity: 0.82 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.65) !important;
}

/* smoother dark overlay */
.password--container::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.28);
  pointer-events: none;
  z-index: 1;
}

/* keep content above overlay */
#password-wrapper--main {
  position: relative;
  z-index: 2;
}

/* sharpen heading rendering */
#password-wrapper--main .rk-password-heading {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

/* subtle input hover */
#PasswordEmail:hover {
  border-color: rgba(255,255,255,0.9) !important;
}

/* cleaner footer password link */
.password-show {
  opacity: 0.65;
  transition: opacity .2s ease;
}

.password-show:hover {
  opacity: 1;
}

/* mobile */
@media screen and (max-width: 767px) {
  #password-wrapper--main::before {
    background: rgba(0, 0, 0, 0.68) !important;
  }

  #password-wrapper--main .password--main {
    width: calc(100vw - 40px) !important;
  }

  #password-wrapper--main .password--logo img {
    width: 96px !important;
  }

  #password-wrapper--main h1 {
    font-size: clamp(3rem, 14vw, 4.6rem) !important;
  }

  #password-wrapper--main .password--welcome-message p {
    font-size: 0.92rem !important;
  }

  #password--footer {
    left: 22px !important;
    right: 22px !important;
    bottom: 18px !important;
  }
}

