@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --paper: #f0f0f0;
  --ink: #31352c;
  --olive: #3a4132;
  --lime: #86ad26;
  --line: rgba(49, 53, 44, 0.19);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
}

body.mw-modal-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video,
picture {
  display: block;
  max-width: 100%;
}

.storefront {
  min-height: 100vh;
  overflow: clip;
  width: 100%;
}

.site-header {
  background: rgba(220, 220, 220, 0.98);
  color: var(--ink);
  height: 48px;
  left: 0;
  position: fixed;
  top: 0;
  transition: background-color 220ms ease, color 220ms ease, height 220ms ease;
  width: 100%;
  z-index: 80;
}

.site-header--home:not(.is-scrolled) {
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0.25), rgba(10, 10, 10, 0.08));
  color: white;
}

.site-header--has-promo:not(.is-scrolled) {
  height: 84px;
}

.site-header--home.is-scrolled {
  background: rgba(38, 39, 31, 0.14);
  color: white;
  backdrop-filter: blur(7px);
}

.promo-bar {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  height: 36px;
  justify-content: center;
  overflow: hidden;
  padding: 0 16px;
  text-align: center;
  text-overflow: ellipsis;
  transition: height 220ms ease, opacity 180ms ease;
  white-space: nowrap;
  width: 100%;
}

.is-scrolled .promo-bar {
  height: 0;
  opacity: 0;
}

.header-row {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 48px;
  padding: 0 24px;
  position: relative;
}

.primary-nav {
  align-items: center;
  display: flex;
  gap: 26px;
  height: 100%;
  justify-self: start;
}

.primary-nav > a,
.sale-label,
.sale-dropdown a {
  font-size: 12px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  opacity: 0.58;
}

.sale-label {
  color: var(--lime);
}

.sale-menu {
  height: 48px;
  position: relative;
}

.sale-dropdown {
  background: rgba(220, 220, 220, 0.98);
  color: var(--ink);
  display: flex;
  gap: 16px;
  left: -12px;
  opacity: 0;
  padding: 0 12px;
  pointer-events: none;
  position: absolute;
  top: 45px;
  transform: translateY(-6px);
  transition: 180ms ease;
}

.sale-menu:hover .sale-dropdown,
.sale-menu:focus-within .sale-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.header-logo {
  align-items: center;
  display: flex;
  height: 28px;
  justify-content: center;
  justify-self: center;
  position: relative;
  width: 148px;
}

.header-logo img {
  filter: brightness(0);
  height: auto;
  max-height: 22px;
  object-fit: contain;
  transition: opacity 160ms ease;
  width: 146px;
}

.site-header--home:not(.is-scrolled) .header-logo img {
  filter: none;
}

.site-header--home.is-scrolled .header-logo img {
  filter: none;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 23px;
  justify-self: end;
}

.header-actions button,
.header-mobile-button,
.drawer-heading button,
.search-topline button {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  display: inline-flex;
  justify-content: center;
  padding: 0;
}

.bag-button {
  position: relative;
}

.bag-button > span {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 8px;
  font-weight: 700;
  height: 14px;
  justify-content: center;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 14px;
}

.site-header--home .bag-button > span {
  background: white;
  color: var(--ink);
}

.header-mobile-button {
  display: none;
  justify-self: start;
}

.home-hero {
  background: #c2beb9;
  padding-top: 48px;
}

.home-hero img {
  height: auto;
  width: 100%;
}

.product-shelf {
  background: var(--paper);
}

.section-heading {
  align-items: center;
  display: flex;
  height: 58px;
  justify-content: space-between;
  padding: 0 6px;
}

.section-heading h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.section-heading > a {
  align-items: center;
  border: 1px solid rgba(49, 53, 44, 0.75);
  display: flex;
  font-size: 10px;
  height: 26px;
  justify-content: center;
  width: 103px;
}

.section-heading > a:hover {
  background: var(--ink);
  color: white;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-grid--shelf {
  gap: 1px;
  padding: 0 6px 0;
}

.product-card {
  background: #f1f2f2;
  display: block;
  min-width: 0;
  overflow: hidden;
}

.product-image-wrap {
  aspect-ratio: 500 / 748;
  overflow: hidden;
  position: relative;
}

.product-image-slider {
  display: flex;
  height: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  width: 100%;
}

.product-image-slider::-webkit-scrollbar {
  display: none;
}

.product-slide {
  flex: 0 0 100%;
  height: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.product-image {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
  user-select: none;
  width: 100%;
}

.product-slide-progress {
  background: #d7d8d8;
  display: flex;
  gap: 2px;
  height: 5px;
  margin: 0 1px;
}

.product-slide-progress span {
  flex: 1;
  transition: background-color 220ms ease;
}

.product-slide-progress span.is-active {
  background: #9b9d9b;
}

.product-card:hover .product-image {
  transform: scale(1.012);
}

.product-carousel-arrow {
  align-items: center;
  background: rgba(247, 247, 245, 0.86);
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  display: flex;
  height: 36px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 180ms ease, background-color 180ms ease;
  width: 36px;
  z-index: 3;
}

.product-carousel-arrow--previous { left: 10px; }
.product-carousel-arrow--next { right: 10px; }

.product-card:hover .product-carousel-arrow,
.product-card:focus-within .product-carousel-arrow {
  opacity: 1;
}

.product-carousel-arrow:hover { background: white; }
.product-carousel-arrow:disabled { cursor: default; opacity: 0 !important; }

.product-badge {
  font-size: 10px;
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 2;
}

.product-meta {
  align-items: flex-start;
  color: inherit;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  gap: 1px;
  height: 54px;
  justify-content: center;
  padding: 6px 1px;
  text-transform: uppercase;
  width: 100%;
}

.product-meta span:first-child {
  font-weight: 500;
}

.product-meta span:last-child {
  font-size: 10px;
}

.values-banner {
  background: var(--olive);
  overflow: hidden;
  position: relative;
}

.values-banner > picture img {
  width: 100%;
}

.values-title {
  color: var(--ink);
  font-size: clamp(28px, 3.55vw, 48px);
  font-weight: 500;
  left: 20.5%;
  position: absolute;
  top: 41%;
}

.values-list {
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 22px;
  left: 49.5%;
  position: absolute;
  top: 25%;
}

.values-list > div {
  align-items: center;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 20px;
}

.values-list img {
  height: 46px;
  object-fit: contain;
  width: 46px;
}

.editorial-triptych {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 6px;
}

.editorial-triptych a {
  display: block;
  overflow: hidden;
}

.editorial-triptych img {
  aspect-ratio: 1034 / 1293;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.editorial-triptych a:hover img {
  transform: scale(1.02);
}

.wide-editorial-banner {
  display: block;
  overflow: hidden;
}

.wide-editorial-banner img {
  aspect-ratio: 2732 / 1240;
  object-fit: cover;
  width: 100%;
}

.campaign-video {
  background: #000;
  overflow: hidden;
  position: relative;
}

.campaign-video video {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.campaign-sound {
  align-items: center;
  background: rgba(67, 69, 61, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  bottom: 7%;
  color: white;
  display: flex;
  height: 56px;
  justify-content: center;
  position: absolute;
  right: 6.5%;
  width: 56px;
  z-index: 2;
}

.campaign-sound:hover,
.campaign-sound:focus-visible {
  background: rgba(38, 39, 31, 0.9);
}

.instagram-section {
  background: var(--paper);
  overflow: hidden;
  padding-top: 25px;
}

.instagram-title {
  font-size: 12px;
  font-weight: 700;
  padding: 0 22px 20px;
}

.instagram-title a {
  text-decoration: underline;
}

.instagram-strip {
  display: flex;
  gap: 5px;
  overflow: hidden;
  padding: 0 22px;
}

.instagram-strip a {
  flex: 0 0 27.8vw;
}

.instagram-strip img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.marquee {
  background: var(--paper);
  font-size: 17px;
  font-weight: 700;
  overflow: hidden;
  padding: 6px 0 22px;
  white-space: nowrap;
}

.marquee-track {
  animation: marquee var(--marquee-duration, 10s) linear infinite;
  display: flex;
  width: max-content;
  will-change: transform;
}

.marquee-copy {
  display: block;
  flex: none;
  padding-right: 2.5rem;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-12.5%); }
}

@media (max-width: 64rem) {
  .marquee-track {
    animation-duration: var(--marquee-duration-mobile, 3.75s);
  }
}

.site-footer {
  background: var(--olive);
  color: white;
  padding: 58px 15% 0;
}

.footer-logo {
  height: auto;
  margin: 0 auto;
  max-height: 34px;
  object-fit: contain;
  width: 180px;
}

.social-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 40px 0 39px;
}

.social-links img {
  filter: brightness(0) invert(1);
  height: 18px;
  width: 18px;
}

.footer-columns {
  display: grid;
  gap: 8%;
  grid-template-columns: 1.2fr 1.2fr 1fr;
  padding-bottom: 40px;
}

.footer-columns h3 {
  font-size: 16px;
  margin: 0 0 7px;
}

.footer-group {
  min-width: 0;
}

.footer-accordion-toggle {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: default;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 7px;
  padding: 0;
  text-align: left;
  width: 100%;
}

.footer-accordion-icon {
  display: none;
}

.footer-columns a,
.footer-columns p {
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.75;
  margin: 0;
}

.footer-columns a:hover {
  text-decoration: underline;
}

.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  font-size: 10px;
  gap: 34px;
  justify-content: center;
  padding: 23px 0 25px;
}

.overscroll-easter-egg {
  align-items: center;
  background: #f5f4ef;
  border-top: 1px solid rgba(49, 53, 44, 0.08);
  color: var(--ink);
  display: grid;
  min-height: clamp(560px, 76vh, 790px);
  overflow: hidden;
  padding: clamp(62px, 8vw, 100px) 24px 72px;
  position: relative;
  text-align: center;
}

.overscroll-easter-egg[hidden] {
  display: none !important;
}

.overscroll-easter-egg::before {
  background: radial-gradient(circle, rgba(58, 65, 50, 0.07), transparent 68%);
  content: "";
  height: min(76vw, 620px);
  left: 50%;
  position: absolute;
  top: 51%;
  transform: translate(-50%, -50%);
  width: min(76vw, 620px);
}

.overscroll-stage {
  opacity: 0;
  position: relative;
  transform: translateY(78px);
  width: min(100%, 620px);
  z-index: 1;
}

.overscroll-easter-egg.is-visible .overscroll-stage {
  animation: mw-overscroll-arrival 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.overscroll-easter-egg.is-returning .overscroll-stage {
  animation: mw-overscroll-departure 520ms cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.overscroll-kicker {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.19em;
  margin: 0 0 17px;
  text-transform: uppercase;
}

.overscroll-art-wrap {
  margin: 0 auto -4px;
  max-width: 440px;
  position: relative;
  width: min(82vw, 440px);
}

.overscroll-art {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 2;
}

.overscroll-easter-egg.is-visible .overscroll-art {
  animation: mw-overscroll-float 4.2s ease-in-out 900ms infinite;
}

.overscroll-flight-path {
  border-top: 1px dashed rgba(49, 53, 44, 0.45);
  border-radius: 50%;
  height: 44px;
  left: 8%;
  opacity: 0;
  position: absolute;
  top: 20%;
  transform: rotate(-8deg) scaleX(0);
  transform-origin: left center;
  width: 82%;
  z-index: 1;
}

.overscroll-flight-path::after {
  border-bottom: 5px solid transparent;
  border-left: 14px solid var(--ink);
  border-top: 5px solid transparent;
  content: "";
  position: absolute;
  right: -2px;
  top: -6px;
  transform: rotate(-10deg);
}

.overscroll-easter-egg.is-visible .overscroll-flight-path {
  animation: mw-overscroll-path 1.1s ease-out 480ms forwards;
}

.overscroll-easter-egg h2 {
  font-size: clamp(23px, 4vw, 38px);
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1;
  margin: 3px 0 10px;
}

.overscroll-copy {
  font-size: 12px;
  letter-spacing: 0.16em;
  margin: 0;
}

@keyframes mw-overscroll-arrival {
  from { opacity: 0; transform: translateY(78px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes mw-overscroll-departure {
  from { opacity: 1; transform: translateY(0) scale(1); }
  to { opacity: 0; transform: translateY(58px) scale(0.98); }
}

@keyframes mw-overscroll-float {
  0%, 100% { transform: translateY(0) rotate(-0.35deg); }
  50% { transform: translateY(-9px) rotate(0.55deg); }
}

@keyframes mw-overscroll-path {
  from { opacity: 0; transform: rotate(-8deg) scaleX(0); }
  to { opacity: 1; transform: rotate(-8deg) scaleX(1); }
}

.floating-chat {
  background: rgba(145, 149, 141, 0.55);
  border: 0;
  border-radius: 50%;
  bottom: 24px;
  height: 54px;
  position: fixed;
  right: 22px;
  width: 54px;
  z-index: 45;
}

.floating-chat::before {
  border: 1px solid white;
  border-radius: 1px;
  content: "";
  height: 15px;
  left: 17px;
  position: absolute;
  top: 17px;
  width: 20px;
}

.floating-chat::after {
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  content: "";
  height: 5px;
  left: 20px;
  position: absolute;
  top: 31px;
  transform: skewY(-35deg);
  width: 5px;
}

.floating-chat span {
  background: white;
  border-radius: 50%;
  height: 2px;
  left: 22px;
  position: absolute;
  top: 24px;
  width: 2px;
}

.floating-chat span:nth-child(2) { left: 27px; }
.floating-chat span:nth-child(3) { left: 32px; }

.drawer-overlay {
  backdrop-filter: blur(4px);
  background: rgba(31, 33, 27, 0.44);
  border: 0;
  inset: 0;
  padding: 0;
  position: fixed;
  z-index: 98;
}

.side-drawer {
  background: var(--paper);
  bottom: 0;
  box-shadow: -4px 0 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 0 34px 30px;
  position: fixed;
  right: 0;
  top: 0;
  width: min(420px, 100%);
  z-index: 100;
}

.drawer-heading {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 70px;
}

.drawer-heading h2 {
  font-size: 15px;
  margin: 0;
}

.drawer-heading > .drawer-brand-logo {
  filter: brightness(0);
  height: auto;
  max-height: 25px;
  object-fit: contain;
  width: 154px;
}

.drawer-heading button {
  font-size: 27px;
}

.mobile-menu {
  left: 0;
  right: auto;
}

.mobile-menu nav {
  display: flex;
  flex-direction: column;
  padding: 18px 0;
}

.mobile-menu nav a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 20px;
  font-weight: 700;
  justify-content: space-between;
  padding: 17px 0;
}

.green-link {
  color: var(--lime);
}

.drawer-smallcopy {
  font-size: 10px;
  line-height: 1.8;
  margin-top: auto;
}

.login-drawer > p {
  font-size: 12px;
  line-height: 1.7;
  margin: 30px 0;
}

.login-drawer label,
.filter-label {
  font-size: 10px;
  font-weight: 700;
}

.login-drawer input,
.filter-drawer select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  height: 44px;
  margin: 4px 0 20px;
  outline: 0;
  width: 100%;
}

.solid-button,
.outline-button {
  align-items: center;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
}

.solid-button {
  background: var(--olive);
  border: 1px solid var(--olive);
  color: white;
}

.outline-button {
  border: 1px solid var(--ink);
}

.cart-lines {
  flex: 1;
  padding: 20px 0;
}

.empty-cart {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  min-height: 340px;
}

.cart-line {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 16px;
  grid-template-columns: 115px 1fr;
  padding: 14px 0;
}

.cart-line img {
  aspect-ratio: 500 / 748;
  height: 172px;
  object-fit: cover;
  width: 115px;
}

.cart-line p {
  font-size: 10px;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.cart-line .cart-name {
  font-weight: 700;
  margin-bottom: 13px;
}

.quantity-control {
  align-items: center;
  border: 1px solid var(--line);
  display: inline-flex;
  height: 30px;
  margin-top: 12px;
}

.quantity-control button {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  height: 28px;
  justify-content: center;
  width: 30px;
}

.quantity-control span {
  text-align: center;
  width: 24px;
}

.cart-footer {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.cart-footer > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.search-overlay {
  background: var(--paper);
  inset: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 120;
}

.search-topline {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 98px;
  padding: 48px 23px 0;
}

.search-topline input {
  background: transparent;
  border: 0;
  flex: 1;
  font-size: 12px;
  height: 50px;
  outline: 0;
  text-transform: uppercase;
}

.search-content {
  padding: 27px 22px;
}

.popular-searches {
  display: flex;
  flex-direction: column;
  width: 270px;
}

.popular-searches p,
.search-kicker {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 15px;
}

.popular-searches button {
  background: transparent;
  border: 0;
  font-size: 12px;
  padding: 6px 0;
  text-align: left;
  text-transform: uppercase;
}

.search-results {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(4, 1fr);
}

.cookie-backdrop {
  align-items: center;
  background: rgba(0, 0, 0, 0.47);
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 200;
}

.cookie-card {
  background: rgba(48, 57, 43, 0.94);
  color: white;
  max-width: 800px;
  padding: 35px 52px;
  text-align: center;
  width: calc(100% - 42px);
}

.cookie-card h2 {
  font-size: 14px;
  margin: 0 0 6px;
}

.cookie-card p {
  font-size: 14px;
  line-height: 1.28;
  margin: 0 auto 25px;
  max-width: 680px;
}

.cookie-card > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.cookie-card button {
  color: white;
  font-size: 13px;
  font-weight: 700;
  height: 50px;
  padding: 0 24px;
}

.cookie-settings {
  background: transparent;
  border: 0;
}

.cookie-accept {
  background: transparent;
  border: 2px solid white;
  min-width: 200px;
}

.category-page {
  background: #fff;
  padding-top: 48px;
}

.category-nav {
  align-items: center;
  background: rgba(240, 240, 240, 0.97);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 31px;
  height: 42px;
  overflow-x: auto;
  padding: 0 25px;
  position: sticky;
  scrollbar-width: none;
  top: 48px;
  white-space: nowrap;
  z-index: 50;
}

.category-nav::-webkit-scrollbar {
  display: none;
}

.category-nav a {
  font-size: 12px;
  font-weight: 500;
}

.category-intro {
  padding: 24px 25px 20px;
}

.category-intro h1 {
  font-size: 11px;
  font-weight: 400;
  margin: 0 0 26px;
  text-transform: uppercase;
}

.category-cards {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.category-cards a {
  flex: 0 0 140px;
  height: 140px;
  overflow: hidden;
  position: relative;
}

.category-cards img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  width: 100%;
}

.category-cards a:hover img {
  transform: scale(1.04);
}

.category-cards span {
  color: white;
  font-size: 13px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.35);
  top: 50%;
  transform: translate(-50%, -50%);
}

.catalogue-toolbar {
  align-items: center;
  display: flex;
  height: 58px;
  justify-content: space-between;
  padding: 0 25px;
}

.view-switcher {
  align-items: center;
  display: flex;
  font-size: 11px;
  gap: 4px;
}

.view-switcher span {
  margin-right: 4px;
}

.view-switcher button {
  background: transparent;
  border: 1px solid var(--ink);
  height: 10px;
  padding: 0;
  width: 10px;
}

.view-switcher button.active {
  background: var(--ink);
}

.filter-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  font-size: 11px;
  gap: 8px;
}

.filter-trigger svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-width: 1;
  width: 21px;
}

.catalogue-grid {
  gap: 2px;
  padding: 0 7px 40px;
}

.catalogue-grid.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalogue-grid.columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.filter-drawer {
  padding-bottom: 40px;
}

.filter-group {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}

.filter-group p {
  font-size: 11px;
  font-weight: 700;
  margin: 0 0 14px;
}

.filter-group > label {
  align-items: center;
  display: flex;
  font-size: 11px;
  gap: 8px;
  margin: 10px 0;
}

.filter-group input {
  accent-color: var(--olive);
  height: 15px;
  width: 15px;
}

.filter-sizes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.filter-sizes button {
  background: transparent;
  border: 1px solid var(--line);
  height: 40px;
}

.clear-filters {
  background: transparent;
  border: 0;
  font-size: 10px;
  margin-top: 14px;
  text-decoration: underline;
}

.product-page {
  padding-top: 48px;
}

.product-layout {
  align-items: start;
  display: grid;
  grid-template-columns: 63% 37%;
}

.product-gallery {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-gallery-item {
  background: #f2f3f3;
  border: 0;
  display: block;
  overflow: hidden;
  padding: 0;
}

.product-gallery-item img {
  aspect-ratio: 681 / 1019;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
  width: 100%;
}

.product-gallery-item:hover img {
  transform: scale(1.015);
}

.product-gallery.is-refreshing .product-gallery-item {
  animation: mw-gallery-refresh 340ms ease both;
}

@keyframes mw-gallery-refresh {
  from { opacity: .25; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

.product-information {
  align-self: start;
  background: var(--paper);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  position: sticky;
  scrollbar-width: thin;
  top: 48px;
}

.premium-ribbon {
  align-items: center;
  background: var(--olive);
  color: white;
  display: flex;
  font-size: 11px;
  gap: 5px;
  height: 49px;
  padding: 0 40px;
}

.premium-ribbon .info-dot {
  align-items: center;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 18px;
  justify-content: center;
  margin-left: auto;
  width: 18px;
}

.product-information-inner {
  padding: 18px 40px 28px;
}

.sku {
  color: #a7a7a2;
  font-size: 10px;
}

.product-information h1 {
  font-size: 15px;
  font-weight: 700;
  margin: 4px 0 3px;
  text-transform: uppercase;
}

.single-price {
  font-size: 13px;
  margin: 0 0 18px;
}

.colour-block {
  border-top: 1px solid var(--line);
  padding: 13px 0 15px;
}

.colour-block > p {
  font-size: 10px;
  letter-spacing: .035em;
  margin: 0 0 11px;
  text-transform: uppercase;
}

.colour-block > p strong {
  font-weight: 500;
}

.colour-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.colour-swatch {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 3px;
  transition: border-color 160ms ease, opacity 160ms ease, transform 160ms ease;
  width: 34px;
}

.colour-swatch:hover,
.colour-swatch:focus-visible {
  border-color: #8d8f89;
  outline: none;
  transform: scale(1.06);
}

.colour-swatch.active {
  border-color: var(--ink);
}

.colour-swatch:disabled {
  cursor: not-allowed;
  opacity: .28;
}

.colour-swatch-chip {
  border: 1px solid rgba(34, 36, 31, .22);
  border-radius: 50%;
  display: block;
  height: 24px;
  width: 24px;
}

.size-block {
  border-top: 1px solid var(--line);
  padding-top: 13px;
}

.size-block > p {
  font-size: 11px;
  margin: 0 0 12px;
}

.size-row {
  align-items: center;
  display: flex;
  gap: 15px;
}

.size-buttons {
  background: var(--ink);
  border: 1px solid var(--ink);
  display: grid;
  flex: 1;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.size-buttons button {
  align-items: center;
  background: var(--paper);
  border: 0;
  display: flex;
  font-size: 10px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  min-width: 0;
  padding: 0 6px;
  transition: background-color .18s ease, color .18s ease;
}

.size-buttons button.active {
  background: var(--olive);
  color: white;
}

.size-buttons button:focus-visible {
  box-shadow: inset 0 0 0 2px var(--lime);
  outline: none;
}

.size-buttons button:disabled {
  background: #e5e5e2;
  color: rgba(49, 53, 44, .38);
  cursor: not-allowed;
}

.size-row a {
  align-items: center;
  display: inline-flex;
  font-size: 9px;
  font-weight: 700;
  justify-content: center;
  min-height: 40px;
  text-decoration: underline;
  white-space: nowrap;
}

.store-stock-button,
.add-to-cart-button {
  font-size: 11px;
  font-weight: 700;
  height: 42px;
  margin-top: 11px;
  text-transform: uppercase;
  width: 100%;
}

.store-stock-button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--ink);
  color: inherit;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.add-to-cart-button {
  background: var(--olive);
  border: 1px solid var(--olive);
  color: white;
}

.add-to-cart-button:disabled {
  cursor: not-allowed;
  opacity: 1;
}

.benefits {
  padding: 16px 6px 5px;
}

.benefits > div {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 34px 1fr;
  margin: 12px 0;
}

.benefits svg {
  fill: none;
  height: 30px;
  stroke: #aeb1ac;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  width: 30px;
}

.benefits p,
.benefits strong,
.benefits span {
  display: block;
  font-size: 10px;
  margin: 0;
}

.benefits strong {
  font-weight: 700;
}

.benefits span {
  color: #777970;
}

.product-accordion {
  border-top: 1px solid var(--line);
}

.product-accordion > button {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  height: 58px;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}

.product-accordion > div {
  color: #555850;
  font-size: 10px;
  padding: 0 0 22px;
}

.product-accordion h3 {
  font-size: 10px;
  font-weight: 400;
  margin: 18px 0 8px;
}

.product-accordion ul {
  line-height: 1.9;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-accordion li::before {
  content: "• ";
}

.content-page {
  padding-top: 48px;
}

.stores-hero,
.help-page {
  padding: 100px 7vw 80px;
}

.stores-hero {
  background: var(--olive);
  color: white;
  min-height: 42vw;
}

.stores-hero p,
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.08em;
}

.stores-hero h1,
.help-page h1 {
  font-size: clamp(48px, 9vw, 130px);
  font-weight: 500;
  line-height: 0.9;
  margin: 18px 0;
}

.stores-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.stores-list article {
  border-right: 1px solid var(--line);
  min-height: 310px;
  padding: 55px;
}

.stores-list h2 {
  font-size: 25px;
}

.stores-list button {
  background: transparent;
  border: 1px solid var(--ink);
  font-size: 10px;
  height: 40px;
  margin-top: 25px;
  padding: 0 25px;
}

.showroom-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.showroom-lede {
  font-size: 13px !important;
  letter-spacing: 0 !important;
  line-height: 1.7;
  margin: 14px 0 0;
  max-width: 520px;
}

.showroom-panel {
  padding: 75px 7vw 90px;
}

.showroom-card {
  border: 1px solid var(--line);
  margin: 0 auto;
  max-width: 960px;
  padding: clamp(38px, 6vw, 78px);
}

.showroom-card h2 {
  font-size: clamp(30px, 5vw, 62px);
  font-weight: 500;
  line-height: 1;
  margin: 20px 0 28px;
}

.showroom-card > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.75;
  max-width: 630px;
}

.showroom-details {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  margin: 36px 0;
  padding: 24px 0;
}

.showroom-details span {
  font-size: 10px;
  font-weight: 700;
}

.showroom-button {
  align-items: center;
  background: var(--olive);
  color: white;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  padding: 0 34px;
}

.help-grid {
  border-top: 1px solid var(--line);
  margin-top: 70px;
}

.help-grid button {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 78px;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1024px) {
  .primary-nav {
    gap: 16px;
  }

  .primary-nav > a,
  .sale-label {
    font-size: 10px;
  }

  .header-actions {
    gap: 15px;
  }

  .site-footer {
    padding-left: 8%;
    padding-right: 8%;
  }

  .product-information-inner,
  .premium-ribbon {
    padding-left: 24px;
    padding-right: 24px;
  }

  .size-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .size-buttons {
    width: 100%;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 12px;
  }

  .product-carousel-arrow {
    display: none;
  }

  .site-header,
  .site-header--home:not(.is-scrolled) {
    background: rgba(220, 220, 220, 0.94);
    color: var(--ink);
    height: 48px;
    backdrop-filter: blur(8px);
  }

  .site-header.site-header--has-promo:not(.is-scrolled) {
    height: 84px;
  }

  .promo-bar {
    display: flex;
    font-size: 12px;
  }

  .header-row {
    grid-template-columns: 1fr auto 1fr;
    padding: 0 15px;
  }

  .primary-nav {
    display: none;
  }

  .header-mobile-button {
    display: inline-flex;
  }

  .header-actions {
    gap: 15px;
  }

  .header-actions button:first-child {
    display: none;
  }

  .site-header--home:not(.is-scrolled) .header-logo img {
    filter: none;
  }

  .home-hero {
    padding-top: 48px;
  }

  .product-grid,
  .catalogue-grid.columns-3,
  .catalogue-grid.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid--shelf {
    gap: 2px;
    overflow: visible;
    padding: 0 2px;
  }

  .section-heading {
    height: 51px;
    padding: 0 8px;
  }

  .section-heading h2 {
    font-size: 14px;
  }

  .section-heading > a {
    height: 24px;
    width: 85px;
  }

  .product-badge {
    font-size: 8px;
    left: 7px;
    top: 7px;
  }

  .product-meta {
    font-size: 10px;
    height: 49px;
    padding: 6px;
  }

  .values-banner > picture img {
    min-height: 128vw;
    object-fit: cover;
  }

  .values-title {
    bottom: 11%;
    color: white;
    font-size: 32px;
    left: 7%;
    top: auto;
  }

  .values-list {
    display: none;
  }

  .editorial-triptych {
    display: flex;
    gap: 2px;
    overflow-x: auto;
    padding: 0 2px;
    scroll-snap-type: x mandatory;
  }

  .editorial-triptych a {
    flex: 0 0 82vw;
    scroll-snap-align: start;
  }

  .wide-editorial-banner img {
    aspect-ratio: 4 / 5;
    object-position: center;
  }

  .campaign-video video {
    aspect-ratio: 3 / 4;
  }

  .instagram-title {
    padding-left: 12px;
  }

  .instagram-strip {
    gap: 4px;
    overflow-x: auto;
    padding: 0 12px;
    scroll-snap-type: x mandatory;
  }

  .instagram-strip a {
    flex-basis: 76vw;
    scroll-snap-align: start;
  }

  .marquee {
    font-size: 13px;
  }

  .site-footer {
    padding: 48px 22px 0;
  }

  .social-links {
    margin: 33px 0;
  }

  .footer-columns {
    gap: 0;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .footer-group {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .footer-group:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .footer-accordion-toggle {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    letter-spacing: 0.08em;
    margin: 0;
    min-height: 88px;
    text-transform: uppercase;
  }

  .footer-accordion-icon {
    display: block;
    font-size: 31px;
    font-weight: 300;
    line-height: 1;
    margin-top: -3px;
  }

  .footer-accordion-content {
    display: none;
    padding: 0 0 24px;
  }

  .footer-group.is-open .footer-accordion-content {
    display: block;
  }

  .footer-accordion-content a,
  .footer-accordion-content p {
    font-size: 12px;
    line-height: 1.85;
  }

  .footer-legal {
    align-items: flex-start;
    border-top: 0;
    flex-direction: column;
    font-size: 12px;
    gap: 16px;
    padding: 24px 0 86px;
  }

  .overscroll-easter-egg {
    min-height: 650px;
    padding: 68px 16px 82px;
  }

  .overscroll-kicker {
    font-size: 8px;
    margin-bottom: 9px;
  }

  .overscroll-art-wrap {
    width: min(92vw, 390px);
  }

  .overscroll-easter-egg h2 {
    font-size: 24px;
  }

  .overscroll-copy {
    font-size: 10px;
  }

  .floating-chat {
    left: 22px;
    right: auto;
  }

  .cookie-card {
    padding: 28px 22px;
  }

  .cookie-card p {
    font-size: 12px;
  }

  .cookie-card > div {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .cookie-card button {
    width: 100%;
  }

  .search-results {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-page {
    padding-top: 48px;
  }

  .category-nav {
    gap: 24px;
    padding: 0 14px;
  }

  .category-intro {
    padding: 20px 14px 13px;
  }

  .category-intro h1 {
    margin-bottom: 17px;
  }

  .category-cards a {
    flex-basis: 112px;
    height: 112px;
  }

  .catalogue-toolbar {
    padding: 0 14px;
  }

  .catalogue-grid {
    padding: 0 2px 30px;
  }

  .product-page {
    padding-top: 48px;
  }

  .product-layout {
    display: block;
  }

  .product-gallery {
    display: flex;
    gap: 2px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .product-gallery-item {
    flex: 0 0 88vw;
    scroll-snap-align: start;
  }

  .product-gallery-item:nth-child(n+5) {
    display: none;
  }

  .product-information {
    max-height: none;
    overflow: visible;
    position: static;
  }

  .premium-ribbon {
    font-size: 9px;
    height: 44px;
    padding: 0 17px;
  }

  .product-information-inner {
    padding: 20px 17px 25px;
  }

  .size-row {
    flex-direction: row;
  }

  .size-buttons {
    flex: 1;
  }

  .product-page .product-shelf .product-card:nth-child(n+3) {
    display: none;
  }

  .stores-hero,
  .help-page {
    padding: 70px 22px 50px;
  }

  .stores-hero {
    min-height: 75vh;
  }

  .stores-list {
    grid-template-columns: 1fr;
  }

  .stores-list article {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    min-height: 230px;
    padding: 35px 22px;
  }

  .showroom-hero {
    min-height: 63vh;
  }

  .showroom-panel {
    padding: 42px 17px 55px;
  }

  .showroom-card {
    padding: 36px 22px;
  }

  .showroom-details {
    grid-template-columns: 1fr;
  }

  .showroom-button {
    width: 100%;
  }
}

/* Reserve the announcement row at the top of every template. The fixed header
   then contracts from 84px to 48px as soon as the page is scrolled. */
body.mw-announcement-visible .home-hero,
body.mw-announcement-visible:not(.mw-home) .product-page,
body.mw-announcement-visible:not(.mw-home) .information-page,
body.mw-announcement-visible:not(.mw-home) main.content-page:not(.mw-standard-page):not(.mw-not-found) {
  padding-top: 84px;
}

body.mw-storefront.mw-announcement-visible:not(.mw-home) main.storefront.category-page {
  padding-top: 84px !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .marquee-track {
    animation: none !important;
    transform: none !important;
  }
}

/* WordPress and WooCommerce integration. */
[hidden] {
  display: none !important;
}

#page {
  min-height: 1px;
}

.admin-bar .site-header {
  top: 32px;
}

.primary-nav .menu,
.category-nav .menu,
.mobile-menu .menu {
  align-items: center;
  display: flex;
  gap: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav .menu > li {
  align-items: center;
  display: flex;
  height: 48px;
}

.primary-nav .menu > li > a {
  font-size: 12px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}

.primary-nav .menu .sale-item > a,
.primary-nav .menu > li:last-child > a {
  color: var(--lime);
}

.primary-nav .sale-label {
  background: transparent;
  border: 0;
  padding: 0;
}

/* Keep the storefront independent from hosting/plugin layout styles. */
body.mw-storefront {
  border: 0 !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

body.mw-storefront a {
  color: inherit !important;
}

body.mw-storefront .site-header,
body.mw-storefront .site-header a,
body.mw-storefront .header-actions button {
  color: var(--olive) !important;
}

body.mw-storefront .site-header--home,
body.mw-storefront .site-header--home a,
body.mw-storefront .site-header--home .header-actions button {
  color: #fff !important;
}

body.mw-storefront .sale-label,
body.mw-storefront .sale-item > a {
  color: var(--lime) !important;
}

body.mw-storefront #page,
body.mw-storefront main.storefront.category-page {
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body.mw-storefront main.storefront.category-page {
  padding: 48px 0 0 !important;
}

body.mw-storefront .header-row,
body.mw-storefront .category-nav,
body.mw-storefront .category-intro,
body.mw-storefront .catalogue-toolbar,
body.mw-storefront .catalogue-grid {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body.mw-storefront .category-nav {
  background: rgb(240, 240, 240) !important;
}

body.mw-storefront .category-intro,
body.mw-storefront .category-intro h1,
body.mw-storefront .catalogue-toolbar,
body.mw-storefront .catalogue-grid {
  background: #fff !important;
  border-left: 0 !important;
  border-right: 0 !important;
  box-shadow: none !important;
}

body.mw-storefront .category-intro h1 {
  border: 0 !important;
  padding: 0 !important;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

/* Match the reference desktop order while preserving its mobile accordion order. */
.footer-group:nth-child(1) { order: 1; }
.footer-group:nth-child(2) { order: 3; }
.footer-group:nth-child(3) { order: 2; }

.information-page {
  min-height: 100vh;
  padding-top: 48px;
}

.information-hero {
  overflow: hidden;
  position: relative;
}

.information-hero img {
  aspect-ratio: 1366 / 460;
  object-fit: cover;
  width: 100%;
}

.information-hero h1 {
  color: white;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 700;
  left: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 78%;
  transform: translate(-50%, -50%);
}

.information-tabs {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.15fr 1.6fr 0.95fr 1.1fr 1.05fr;
  margin: 10px auto 0;
  max-width: 1160px;
  padding: 0 18px;
}

.information-tabs a {
  align-items: center;
  border: 1px solid var(--line);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: center;
  min-height: 42px;
  padding: 8px 10px;
  text-align: center;
}

.information-tabs a.is-active,
.information-tabs a:hover,
.information-tabs a:focus-visible {
  background: var(--olive);
  color: white;
}

.information-content {
  margin: 0 auto;
  max-width: 900px;
  padding: 35px 24px 80px;
}

.information-section {
  border-bottom: 1px solid var(--line);
  padding: 0 0 35px;
  scroll-margin-top: 110px;
}

.information-section + .information-section {
  padding-top: 35px;
}

.information-section h2,
.information-section h3 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 20px;
}

.information-section p,
.information-section li {
  font-size: 12px;
  line-height: 1.75;
}

.information-copy > h2:first-child,
.information-copy > h1:first-child {
  display: none;
}

.newsletter-backdrop {
  align-items: center;
  background: rgba(24, 24, 21, 0.52);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 140;
}

.newsletter-card {
  background: #f4f3ef;
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: 1fr 1.06fr;
  max-height: min(72vh, 570px);
  max-width: 780px;
  min-height: 510px;
  overflow: hidden;
  position: relative;
  width: min(780px, 94vw);
}

.newsletter-close {
  background: transparent;
  border: 0;
  color: #7e8079;
  padding: 14px;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 2;
}

.newsletter-collage {
  align-content: center;
  background: #c5c2bd;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 42px 22px;
}

.newsletter-collage img {
  aspect-ratio: 2 / 3;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.newsletter-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 38px 35px;
  text-align: center;
}

.newsletter-copy h2 {
  font-size: 20px;
  margin: 0 0 8px;
}

.newsletter-copy p {
  font-size: 11px;
  margin: 0 0 19px;
}

.newsletter-copy .newsletter-offer {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 7px;
}

.newsletter-copy form {
  display: grid;
  grid-template-columns: 1fr 52px;
  margin-top: 5px;
  max-width: 300px;
  width: 100%;
}

.newsletter-copy input {
  background: transparent;
  border: 1px solid #777a70;
  border-right: 0;
  height: 42px;
  min-width: 0;
  padding: 0 14px;
}

.newsletter-copy form button {
  background: var(--olive);
  border: 1px solid var(--olive);
  color: white;
  font-size: 22px;
}

.newsletter-status {
  min-height: 18px;
  padding-top: 10px;
}

@media (max-width: 760px) {
  .footer-group:nth-child(1) { order: 1; }
  .footer-group:nth-child(2) { order: 2; }
  .footer-group:nth-child(3) { order: 3; }

  .information-hero img {
    aspect-ratio: 4 / 3;
  }

  .information-hero h1 {
    font-size: 30px;
    top: 76%;
  }

  .information-tabs {
    display: flex;
    margin-top: 0;
    overflow-x: auto;
    padding: 8px 12px;
    scroll-snap-type: x mandatory;
  }

  .information-tabs a {
    flex: 0 0 78vw;
    scroll-snap-align: start;
  }

  .information-content {
    padding: 25px 18px 55px;
  }

  .newsletter-backdrop {
    padding: 14px;
  }

  .newsletter-card {
    grid-template-columns: 1fr;
    grid-template-rows: 44% 56%;
    max-height: 88vh;
    min-height: 650px;
    width: min(94vw, 430px);
  }

  .newsletter-collage {
    gap: 3px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding: 38px 12px 12px;
  }

  .newsletter-collage img {
    aspect-ratio: 2 / 3;
  }

  .newsletter-copy {
    padding: 32px 25px;
  }
}

.category-nav .menu {
  flex-wrap: nowrap;
}

.category-nav .menu a {
  display: block;
  white-space: nowrap;
}

.mobile-menu nav .menu {
  align-items: stretch;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.mobile-menu nav .menu li {
  width: 100%;
}

.mobile-menu nav .menu li:last-child a {
  color: var(--lime);
}

.side-drawer:not([hidden]),
.search-overlay:not([hidden]) {
  animation: mw-drawer-in 230ms cubic-bezier(.2,.7,.2,1) both;
}

.mobile-menu:not([hidden]) {
  animation-name: mw-drawer-in-left;
}

@keyframes mw-drawer-in {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes mw-drawer-in-left {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}

.woocommerce-notices-wrapper:empty {
  display: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background: #e5e5e3;
  border: 0;
  border-left: 3px solid var(--olive);
  color: var(--ink);
  list-style: none;
  margin: 0;
  padding: 15px 25px;
}

.woocommerce-error {
  border-left-color: #9e3027;
}

.woocommerce-message .button,
.woocommerce-info .button {
  float: right;
  font-size: 10px;
  font-weight: 700;
}

.mw-pagination {
  padding: 0 20px 45px;
}

.mw-pagination .page-numbers {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mw-pagination a,
.mw-pagination span {
  align-items: center;
  border: 1px solid var(--line);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  min-width: 36px;
}

.mw-pagination .current {
  background: var(--olive);
  color: white;
}

.mw-infinite-catalogue {
  align-items: center;
  background: #f7f7f5;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  min-height: 108px;
  padding: 28px 20px 42px;
  text-align: center;
}

.mw-infinite-spinner {
  animation: mw-catalogue-spin 700ms linear infinite;
  border: 2px solid #d5d6d3;
  border-radius: 50%;
  border-top-color: var(--olive);
  display: none;
  height: 26px;
  width: 26px;
}

.mw-infinite-catalogue.is-loading .mw-infinite-spinner {
  display: block;
}

.mw-infinite-status {
  color: #6f726c;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0;
}

.mw-infinite-catalogue.is-complete {
  min-height: 76px;
  padding-bottom: 34px;
}

.mw-infinite-catalogue.is-complete .mw-infinite-status {
  color: #969993;
}

.mw-infinite-retry {
  background: var(--olive);
  border: 1px solid var(--olive);
  color: white;
  font-size: 10px;
  font-weight: 700;
  min-height: 38px;
  padding: 0 28px;
}

@keyframes mw-catalogue-spin {
  to { transform: rotate(360deg); }
}

.mw-no-products {
  min-height: 42vh;
  padding: 45px 25px;
}

.mw-no-products .solid-button {
  margin-top: 22px;
  max-width: 230px;
}

.mw-search-result {
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 220px;
  padding: 25px;
}

.mw-filter-form {
  padding-top: 25px;
}

.mw-filter-link {
  align-items: center;
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  padding: 7px 0;
}

.mw-filter-link small {
  color: #8b8e86;
}

.filter-sizes button.active {
  background: var(--olive);
  color: white;
}

.clear-filters {
  display: block;
  text-align: center;
}

.mw-purchase-form .variations {
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.mw-purchase-form .reset_variations,
.mw-purchase-form .woocommerce-variation-description,
.mw-purchase-form .woocommerce-variation-availability,
.mw-purchase-form .woocommerce-variation-price,
.mw-purchase-form .quantity {
  display: none !important;
}

.mw-purchase-form form,
.mw-purchase-form .single_variation_wrap,
.mw-purchase-form .woocommerce-variation-add-to-cart {
  margin: 0;
  width: 100%;
}

.single_add_to_cart_button {
  background: var(--olive);
  border: 1px solid var(--olive);
  color: white;
  font-size: 11px;
  font-weight: 700;
  height: 42px;
  margin-top: 11px;
  text-transform: uppercase;
  width: 100%;
}

.single_add_to_cart_button.disabled,
.single_add_to_cart_button:disabled {
  cursor: not-allowed;
  opacity: 1;
}

.mw-store-stock {
  border: 1px solid var(--line);
  border-top: 0;
  font-size: 10px;
  line-height: 1.6;
  padding: 12px;
}

.product-accordion > div[hidden] {
  display: none !important;
}

.product-accordion > div p:first-child {
  margin-top: 0;
}

.mw-gallery-modal {
  align-items: center;
  background: rgba(28, 30, 24, .91);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 35px;
  position: fixed;
  z-index: 180;
}

.mw-gallery-modal > button {
  background: transparent;
  border: 0;
  color: white;
  position: absolute;
  right: 24px;
  top: 24px;
}

.mw-gallery-modal img {
  max-height: calc(100vh - 70px);
  max-width: min(900px, 90vw);
  object-fit: contain;
}

.mini-cart .remove {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  float: right;
  font-size: 16px;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.mini-cart .variation {
  display: flex;
  font-size: 9px;
  gap: 3px;
  margin: 0 0 5px;
}

.mini-cart .variation dt,
.mini-cart .variation dd,
.mini-cart .variation p {
  margin: 0;
}

.mini-cart .outline-button {
  margin-top: 8px;
}

.empty-cart .solid-button {
  max-width: 250px;
}

.mw-standard-page,
.mw-not-found {
  min-height: 65vh;
  padding: 110px 7vw 80px;
}

.mw-entry {
  margin: 0 auto;
  max-width: 1100px;
}

.mw-entry > h1,
.mw-not-found h1 {
  font-size: clamp(34px, 6vw, 80px);
  font-weight: 500;
  line-height: .98;
  margin: 0 0 45px;
}

.mw-entry-content {
  font-size: 13px;
  line-height: 1.7;
}

.mw-not-found .solid-button {
  max-width: 260px;
}

/* Core WooCommerce pages inherit the same visual system. */
.woocommerce form .form-row {
  margin: 0 0 18px;
}

.woocommerce form .form-row label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.woocommerce form input.input-text,
.woocommerce form textarea,
.woocommerce form select,
.select2-container--default .select2-selection--single {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 0;
  min-height: 44px;
  padding: 10px;
  width: 100%;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
  width: 100%;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-bottom: 1px solid var(--line);
  padding: 14px;
  text-align: left;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.wc-block-components-button {
  background: var(--olive);
  border: 1px solid var(--olive);
  border-radius: 0;
  color: white;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  min-height: 42px;
  padding: 13px 22px;
  text-transform: uppercase;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout-review-order,
.woocommerce-cart-form,
.cart-collaterals,
.woocommerce-account .woocommerce {
  margin: 0 auto 35px;
  max-width: 1100px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  .primary-nav .menu > li > a {
    font-size: 10px;
  }

  .mw-standard-page,
  .mw-not-found {
    padding: 85px 20px 55px;
  }

  .mw-gallery-modal {
    padding: 15px;
  }

  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    padding: 9px 5px;
  }
}
