/** Shopify CDN: Minification failed

Line 1759:0 Unexpected ".404-page"

**/
:root {
  --ink: #080808;
  --ink-soft: #111216;
  --white: #ffffff;
  --nav: #f6f7fc;
  --line: #e4e4e6;
  --muted: #77777b;
  --soft: #f2f2f2;
  --red: #ff2f16;
  --green: #0a8d79;
  --gold: #968f45;
  --display: 'Roboto Condensed', Arial, sans-serif;
  --body: 'Roboto', Arial, sans-serif;
  --max: 1240px;
}

/* Dynamic product color dots. Each dot is populated from the first Shopify
   variant image for that color, with a polished color fallback when no image
   has been assigned yet. */
.template-product .product-option-group + .product-option-group {
  margin-top: 16px;
}
.template-product .product-color-option-group .variant-label {
  text-transform: uppercase;
}
.template-product .color-swatches {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}
.template-product .color-swatch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 2px;
  border: 1px solid #d8d9dd;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, opacity .18s ease;
}
.template-product .color-swatch-media {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background: #d5d5d7;
}
.template-product .color-swatch-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.template-product .color-swatch-media--black { background: #090a0c; }
.template-product .color-swatch-media--white { background: #fff; box-shadow: inset 0 0 0 1px #d9d9dc; }
.template-product .color-swatch-media--off-white,
.template-product .color-swatch-media--cream { background: #f1eee7; }
.template-product .color-swatch-media--beige { background: #cbb99d; }
.template-product .color-swatch-media--brown { background: #6b4635; }
.template-product .color-swatch-media--maroon,
.template-product .color-swatch-media--burgundy { background: #6e2535; }
.template-product .color-swatch-media--red { background: #c72b2b; }
.template-product .color-swatch-media--pink { background: #e0a5b8; }
.template-product .color-swatch-media--orange { background: #e7772e; }
.template-product .color-swatch-media--yellow { background: #e9c629; }
.template-product .color-swatch-media--green { background: #3b684d; }
.template-product .color-swatch-media--olive { background: #6f7440; }
.template-product .color-swatch-media--blue { background: #27579a; }
.template-product .color-swatch-media--navy { background: #182d57; }
.template-product .color-swatch-media--purple { background: #684a86; }
.template-product .color-swatch-media--grey,
.template-product .color-swatch-media--gray { background: #888b91; }
.template-product .color-swatch.is-selected {
  border-color: var(--ink);
  box-shadow: 0 0 0 1px var(--white), 0 0 0 3px var(--ink);
}
.template-product .color-swatch:not(:disabled):hover {
  border-color: var(--ink);
  transform: translateY(-1px);
}
.template-product .color-swatch:focus-visible,
.template-product .product-option-button:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}
.template-product .color-swatch.is-unavailable .color-swatch-media {
  opacity: .48;
}
.template-product .color-swatch.is-unavailable::after {
  position: absolute;
  top: 50%;
  left: 4px;
  right: 4px;
  height: 1px;
  background: var(--ink);
  content: '';
  transform: rotate(-45deg);
}
.template-product .color-swatch:disabled {
  cursor: not-allowed;
  opacity: .32;
}
.template-product .product-image-item.is-gallery-hidden,
.template-product .thumb.is-gallery-hidden {
  display: none !important;
}
.template-product .size-btn.product-option-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.template-product .size-btn.product-option-button.is-selected span {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}
.template-product .size-btn.product-option-button.is-unavailable span {
  opacity: .58;
}
.template-product .size-btn.product-option-button:disabled {
  cursor: not-allowed;
}

@media (max-width: 767px) {
  .template-product .product-option-group + .product-option-group {
    margin-top: 14px;
  }
  .template-product .color-swatches {
    gap: 8px;
  }
  .template-product .color-swatch {
    width: 31px;
    height: 31px;
  }
}

/* Search results page */
.template-search #main-content {
  background: #000;
}

.template-search .search-page {
  min-height: calc(100vh - 96px);
  padding: 34px 0 58px;
  background: #000;
  color: #fff;
}

.template-search .search-page-inner {
  width: 100%;
}

.template-search .search-page-form {
  width: min(calc(100% - 44px), 620px);
  margin: 0 auto 34px;
}

.template-search .search-page-form > label {
  display: block;
  margin-bottom: 9px;
  color: #aaa;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
}

.template-search .search-page-form-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #777;
}

.template-search .search-page-form input[type='search'] {
  flex: 1 1 auto;
  min-width: 0;
  height: 42px;
  padding: 0 2px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-family: var(--body);
  font-size: 15px;
}

.template-search .search-page-form input[type='search']::placeholder {
  color: #777;
}

.template-search .search-page-form button {
  min-width: 82px;
  padding: 0 14px;
  border: 0;
  background: #fff;
  color: #000;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.template-search .search-page-results-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 0 22px 20px;
  color: #fff;
}

.template-search .search-page-results-heading h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.template-search .search-page-results-heading span {
  color: #aaa;
  font-size: 11px;
  white-space: nowrap;
}

.template-search .search-page-results-heading-empty {
  justify-content: center;
  padding-top: 20px;
}

.template-search .search-results-grid {
  padding: 0 22px;
}

.template-search .search-page-empty {
  padding: 58px 20px 82px;
  color: #aaa;
  text-align: center;
}

.template-search .search-page-empty p {
  margin: 0 0 18px;
}

.template-search .search-page-empty a {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.template-product .product-editor-placeholder {
  min-height: 112px;
  padding: 28px 20px;
  border: 1px dashed #444;
  background: #111;
  color: #999;
  text-align: center;
}

.template-product .product-editor-placeholder-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
}

.template-product .product-editor-placeholder p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.template-product .product-editor-placeholder strong {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 767px) {
  .template-search .search-page {
    min-height: calc(100vh - 82px);
    padding: 24px 0 40px;
  }

  .template-search .search-page-form {
    width: calc(100% - 20px);
    margin-bottom: 24px;
  }

  .template-search .search-page-form > label {
    margin-bottom: 7px;
    font-size: 9px;
  }

  .template-search .search-page-form input[type='search'] {
    height: 37px;
    font-size: 12px;
  }

  .template-search .search-page-form button {
    min-width: 67px;
    padding: 0 10px;
    font-size: 9px;
  }

  .template-search .search-page-results-heading {
    align-items: center;
    padding: 0 9px 12px;
  }

  .template-search .search-page-results-heading h1 {
    font-size: 20px;
  }

  .template-search .search-page-results-heading span {
    font-size: 8px;
  }

  .template-search .search-results-grid {
    padding: 0 9px;
  }

  .template-search .search-page-empty {
    padding: 48px 16px 66px;
    font-size: 11px;
  }

  .template-product .product-editor-placeholder {
    min-height: 92px;
    padding: 20px 12px;
  }

  .template-product .product-editor-placeholder p {
    font-size: 10px;
  }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--body);
  font-size: 13px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { border: 0; background: transparent; color: inherit; cursor: pointer; }
button:disabled { cursor: not-allowed; }
img, video { display: block; max-width: 100%; }
img { height: auto; }
svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
.skip-link {
  position: fixed;
  z-index: 2000;
  left: 12px;
  top: -80px;
  padding: 10px 14px;
  background: var(--red);
  color: var(--white);
  font-weight: 700;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }
.section-empty { padding: 44px 20px; text-align: center; color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Global header */
.announcement-bar {
  position: relative;
  z-index: 120;
  height: 25px;
  overflow: hidden;
  background: var(--ink-soft);
  color: var(--white);
  text-align: center;
}
.announcement-messages { position: relative; height: 100%; }
.announce-msg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 150px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  opacity: 0;
  transition: opacity .35s ease;
  white-space: nowrap;
}
.announce-msg.active { opacity: 1; }
.announce-icon { color: var(--red); font-size: 12px; }
.announcement-locale {
  position: absolute;
  top: 0;
  right: max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  height: 25px;
  color: #e9e9eb;
  font-size: 10px;
  white-space: nowrap;
}

.site-header {
  position: relative;
  z-index: 110;
  height: 71px;
  background: var(--nav);
}
.header-inner {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr) 145px;
  align-items: center;
  width: min(100%, 1366px);
  height: 100%;
  margin: 0 auto;
  padding: 0 38px;
}
.site-logo {
  display: block;
  justify-self: start;
  width: 121px;
  height: 54px;
  overflow: hidden;
  /* background: #050505; */
}
.logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.3vw, 39px);
  height: 100%;
}
.desktop-nav-item { position: relative; height: 100%; display: flex; align-items: center; }
.desktop-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 100%;
  color: #080808;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-chevron { font-family: Arial, sans-serif; font-size: 14px; line-height: 1; margin-top: -4px; }
.desktop-dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: -16px;
  min-width: 180px;
  padding: 10px 0;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}
.desktop-nav-item:hover .desktop-dropdown,
.desktop-nav-item:focus-within .desktop-dropdown { opacity: 1; pointer-events: auto; transform: translateY(0); }
.desktop-dropdown a {
  display: block;
  padding: 9px 16px;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.desktop-dropdown a:hover { background: var(--nav); }
.header-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 17px;
}
.header-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 28px;
}
.header-icon svg { width: 21px; height: 21px; stroke-width: 1.7; }
.cart-count {
  position: absolute;
  top: -3px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}
.menu-toggle { display: none; }

.mobile-menu { display: none; }
.mobile-menu.active { display: block; }
.menu-overlay {
  position: fixed;
  z-index: 500;
  inset: 0;
  background: rgba(0,0,0,.45);
}
.menu-drawer {
  position: fixed;
  z-index: 501;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(320px, 88vw);
  padding: 18px 22px;
  overflow-y: auto;
  background: var(--white);
  box-shadow: 10px 0 34px rgba(0,0,0,.14);
  animation: menu-in .24s ease both;
}
@keyframes menu-in { from { transform: translateX(-100%); } to { transform: translateX(0); } }
.menu-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.menu-logo-link {
  display: block;
  width: 86px;
  height: 38px;
  overflow: hidden;
  /* background: #050505; */
}
.menu-logo { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.menu-close { width: 26px; height: 26px; padding: 3px; }
.menu-close svg { width: 100%; height: 100%; stroke-width: 1.8; }
.menu-nav { padding-top: 18px; }
.mobile-nav-group { border-bottom: 1px solid var(--line); }
.menu-link {
  display: block;
  padding: 14px 0;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.mobile-subnav { padding: 0 0 12px 12px; }
.mobile-subnav a { display: block; padding: 6px 0; color: var(--muted); font-size: 13px; }
.menu-footer { display: flex; flex-direction: column; gap: 12px; padding-top: 22px; }
.menu-link-small { color: var(--muted); font-size: 13px; }

/* Full-screen search overlay */
.search-trigger { padding: 0; }
.search-overlay[hidden] { display: none !important; }
.search-overlay {
  position: fixed;
  z-index: 1000;
  inset: 0;
  color: var(--white);
}
.search-overlay-backdrop {
  position: absolute;
  z-index: 0;
  inset: 159px 0 0;
  background: rgba(204, 208, 213, .68);
  -webkit-backdrop-filter: blur(9px) grayscale(1);
  backdrop-filter: blur(9px) grayscale(1);
}
.search-overlay-panel {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  height: 159px;
  padding: 51px 20px 0;
  background: #000;
}
.search-overlay-form {
  position: relative;
  width: min(930px, calc(100% - 54px));
  height: 62px;
  border: 2px solid var(--white);
  background: #000;
}
.search-overlay-label {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 24px;
  color: var(--white);
  font-size: 12px;
  line-height: 1;
  pointer-events: none;
}
.search-overlay-input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 58px 2px 24px;
  border: 0;
  outline: 0;
  background: #000;
  color: var(--white);
  font-size: 16px;
}
.search-overlay-input::placeholder { color: transparent; }
.search-overlay-input:focus-visible { outline: 0; }
.search-overlay-submit {
  position: absolute;
  top: 50%;
  right: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  padding: 0;
  color: var(--white);
  transform: translateY(-50%);
}
.search-overlay-submit svg { width: 25px; height: 25px; stroke-width: 1.1; }
.search-overlay-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 62px;
  padding: 0;
  color: var(--white);
  flex: 0 0 34px;
}
.search-overlay-close svg { width: 32px; height: 32px; stroke-width: 1.15; }

/* Home hero */
.hero-banner { background: var(--white); }
.hero-image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.08 / 1;
  background: #c7b8ae;
}
.hero-image-wrap picture,
.hero-image-wrap picture img { width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 8.5% 22px 24px;
  text-align: center;
}
.hero-eyebrow {
  padding: 5px 10px;
  color: var(--white);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.hero-heading {
  max-width: 620px;
  margin: auto auto 20px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(32px, 4.5vw, 62px);
  font-weight: 900;
  line-height: .98;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0,0,0,.18);
}
.hero-sub { display: none; }
.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 42px;
  padding: 10px 26px;
  border-radius: 24px;
  background: var(--white);
  color: var(--ink);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.hero-btn:hover { background: var(--red); color: var(--white); transform: translateY(-2px); }
.hero-scarcity { color: var(--white); font-size: 11px; }

/* Scrolling trust strip */
.trust-strip {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.trust-strip-viewport { overflow: hidden; }
.trust-strip-track {
  display: flex;
  width: max-content;
  min-height: 96px;
  animation: trust-scroll 28s linear infinite;
}
.trust-item {
  display: flex;
  flex: 0 0 242px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 18px;
  border-right: 1px solid #ededee;
  color: #111;
  text-align: center;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: none;
}
.trust-copy { display: flex; flex-direction: column; gap: 3px; }
.trust-copy small { color: var(--muted); font-family: var(--body); font-size: 9px; font-weight: 400; }
.trust-icon { font-size: 17px; line-height: 1; }
@keyframes trust-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Category circles */
.collection-list {
  padding: 18px 20px 28px;
  overflow: hidden;
  background: var(--ink);
  border-bottom: 6px solid var(--red);
}
.collection-list-heading { margin: 0 0 16px; color: var(--white); }
.collection-strip {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.8vw, 22px);
  max-width: 1300px;
  margin: 0 auto;
}
.collection-card {
  display: flex;
  flex: 0 1 214px;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  color: var(--white);
  text-align: center;
}
.collection-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 50%;
  color: rgba(255,255,255,.85);
}
.collection-card-image img { width: 100%; height: 100%; object-fit: cover; }
.collection-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73%;
  height: 73%;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 2px;
}
.collection-card-title {
  margin-top: 8px;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

/* Collection / product grids */
.section-heading {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(24px, 3.2vw, 39px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.new-arrivals-section {
  padding: 20px 0 28px;
  background: var(--ink);
  color: var(--white);
}
.new-arrivals-inner { max-width: 1366px; margin: 0 auto; }
.new-arrivals-section .section-heading { padding: 0 22px 20px; color: var(--white); }
.product-grid,
.recommendations-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.product-grid { padding: 0 22px; }
.product-card { min-width: 0; }
.product-card-link { display: block; }
.product-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1.18;
  background: #2a2b30;
}
.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .25s ease, transform .35s ease;
}
.product-card-hover-img { position: absolute; inset: 0; opacity: 0; }
.product-card:hover .product-card-image > img:first-child { transform: scale(1.025); }
.product-card:hover .product-card-hover-img { opacity: 1; }
.product-card:hover .product-card-image > img:first-child { opacity: 0; }
.product-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #929297;
  font-family: var(--display);
  font-size: 60px;
  font-weight: 800;
}
.product-badge {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 2;
  padding: 4px 7px;
  background: var(--ink);
  color: var(--white);
  font-family: var(--display);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.product-badge.sale { background: var(--red); }
.product-card-info { padding: 9px 1px 16px; }
.product-card-title {
  margin: 0 0 3px;
  overflow: hidden;
  color: inherit;
  font-family: var(--body);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-card-price { font-size: 12px; line-height: 1.1; }
.price-compare { margin-right: 5px; color: var(--muted); text-decoration: line-through; }
.price-current { font-weight: 700; }
.new-arrivals-link {
  display: block;
  width: max-content;
  margin: 3px auto 0;
  color: var(--white);
  font-size: 11px;
  text-decoration: underline;
}
.new-arrivals-section .product-card-info { color: var(--white); }

/* Personality cards */
.personality-section {
  padding: 48px 0 50px;
  background: var(--white);
  text-align: center;
}
.personality-eyebrow { color: var(--muted); font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: 1px; }
.personality-heading {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(26px, 3.5vw, 43px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.personality-subheading {
  margin: 10px 0 28px;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
}
.personality-viewport { overflow: hidden; }
.personality-track {
  display: flex;
  gap: 10px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 22px;
}
.personality-card {
  position: relative;
  display: block;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: .68;
  border-radius: 6px;
  background: #8d8c75;
}
.personality-card img,
.personality-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.personality-placeholder { display: block; background: linear-gradient(145deg, #414237, #b2ab72 60%, #252525); }
.personality-card::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(to top, rgba(0,0,0,.74), transparent 45%);
}
.personality-card-title { position: absolute; left: -9999px; }
.personality-card-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  padding: 8px 6px;
  border-radius: 9px;
  background: rgba(0,0,0,.83);
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
}

/* Home review slider */
.saying-section {
  position: relative;
  padding: 40px 20px 48px;
  background: var(--white);
  text-align: center;
}
.saying-heading {
  margin: 0 0 22px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(22px, 3vw, 35px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.review-carousel {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}
.review-viewport { overflow: hidden; }
.review-track { display: flex; transition: transform .35s ease; }
.review-slide {
  display: grid;
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr) minmax(120px, 180px);
  flex: 0 0 100%;
  align-items: center;
  gap: clamp(20px, 4vw, 68px);
  min-height: 300px;
  padding: 20px 16px;
  background: #f4f4f4;
}
.review-slide-image {
  overflow: hidden;
  aspect-ratio: .72;
  border-radius: 6px;
  background: #c7c9c7;
}
.review-slide-image img, .review-placeholder { width: 100%; height: 100%; object-fit: cover; }
.review-placeholder { display: block; background: linear-gradient(160deg, #97b8dd, #545e64 55%, #c6a87d); }
.review-slide-copy { max-width: 560px; margin: 0 auto; text-align: center; }
.review-rating {
  margin-bottom: 12px;
  color: var(--gold);
  font-family: var(--display);
  font-size: clamp(17px, 2vw, 25px);
  font-weight: 800;
  text-transform: uppercase;
}
.review-quote { margin: 0 auto 17px; color: #373737; font-size: 13px; line-height: 1.45; }
.review-author { display: block; color: #222; font-size: 10px; font-weight: 700; letter-spacing: 1px; }
.review-date { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }
.review-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border-radius: 50%;
  background: var(--white);
  color: #444;
  font-family: Arial, sans-serif;
  font-size: 26px;
  line-height: 1;
  box-shadow: 0 1px 7px rgba(0,0,0,.1);
}
.review-arrow-prev { left: 0; }
.review-arrow-next { right: 0; }
.review-dots { display: flex; justify-content: center; gap: 5px; padding-top: 14px; }
.review-dots button { width: 6px; height: 6px; padding: 0; border-radius: 50%; background: #c8c8c8; }
.review-dots button.active { width: 18px; border-radius: 4px; background: var(--ink); }

/* Product page */
.marketplace-strip {
  padding: 10px 20px 14px;
  background: var(--white);
}
.marketplace-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: max-content;
  min-width: 260px;
  min-height: 38px;
  margin: 0 auto;
  padding: 4px 12px 4px 20px;
  border: 1px solid #ffb7ae;
  border-radius: 999px;
  background: #fff8f6;
}
.marketplace-strip-label { font-size: 11px; font-weight: 700; white-space: nowrap; }
.marketplace-strip-logos { display: flex; align-items: center; gap: 9px; }
.marketplace-strip-logo { display: inline-flex; align-items: center; justify-content: center; }
.marketplace-strip-logo img { width: 24px; height: 24px; object-fit: contain; }
.marketplace-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}
.amazon-mark { color: var(--white); background: var(--ink); font-size: 21px; }
.flipkart-mark { color: #ffe900; background: linear-gradient(145deg, #27a4ff, #1e5ac9); }
.meesho-mark { color: #ffb8d9; background: #9b2f64; font-size: 20px; }
.product-page { max-width: 1366px; margin: 0 auto; }
.product-layout {
  display: grid;
  grid-template-columns: 57.4fr 42.6fr;
  gap: clamp(24px, 3vw, 48px);
  padding: 14px 7.5% 64px;
}
.product-gallery { min-width: 0; }
.product-image-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: .75;
  background: #eee;
  cursor: zoom-in;
}
.product-image-stage.zoomed { cursor: zoom-out; }
.product-image-stage.zoomed .product-image-item.active img { transform: scale(1.65); }
.product-image-track { width: 100%; height: 100%; }
.product-image-item { display: none; width: 100%; height: 100%; }
.product-image-item.active { display: block; }
.product-image-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.product-image-empty { display: flex; align-items: center; justify-content: center; color: var(--muted); font-family: var(--display); font-size: 18px; text-align: center; }
.gallery-arrow, .gallery-counter { display: none; }
.product-thumbs {
  display: flex;
  gap: 7px;
  padding-top: 9px;
  overflow-x: auto;
}
.thumb {
  flex: 0 0 61px;
  width: 61px;
  height: 77px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  opacity: .58;
}
.thumb.active { border-color: var(--ink); opacity: 1; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }

.product-info { min-width: 0; padding-top: 3px; }
.pdp-toprow { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-drop-tag {
  color: var(--red);
  font-family: var(--display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.live-viewers { display: inline-flex; align-items: center; gap: 4px; color: var(--muted); font-size: 9px; white-space: nowrap; }
.live-dot { width: 5px; height: 5px; border-radius: 50%; background: #2b9e5d; animation: blink 1.6s ease-in-out infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
.product-title {
  max-width: 520px;
  margin: 5px 0 7px;
  font-family: var(--display);
  font-size: clamp(26px, 3vw, 43px);
  font-weight: 900;
  line-height: .92;
  text-transform: uppercase;
}
.pdp-rating { margin-bottom: 7px; color: #d39b27; font-size: 10px; letter-spacing: 1px; }
.pdp-rating span:last-child { color: var(--muted); letter-spacing: 0; }
.product-price-block { display: flex; align-items: baseline; gap: 9px; margin-bottom: 2px; }
.product-price { order: 3; font-family: var(--display); font-size: 22px; font-weight: 900; }
.product-compare-price { color: #a2a2a2; font-size: 12px; text-decoration: line-through; }
.save-badge { padding: 3px 6px; background: var(--red); color: var(--white); font-family: var(--display); font-size: 9px; font-weight: 800; }
.product-tax-note { margin: 0 0 11px; color: var(--muted); font-size: 9px; }
.deal-timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 49px;
  margin-bottom: 8px;
  padding: 7px 10px;
  border: 1px dashed #ff8c7e;
  background: #fffafa;
}
.timer-label { color: var(--red); font-size: 10px; font-weight: 700; }
.timer-digits { display: flex; align-items: center; gap: 3px; }
.t-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 34px;
  padding: 3px 4px;
  background: var(--ink);
  color: var(--white);
}
.t-box span { font-family: var(--display); font-size: 15px; font-weight: 900; line-height: 1; }
.t-box small { margin-top: 2px; opacity: .7; font-size: 6px; letter-spacing: .5px; line-height: 1; }
.t-sep { color: var(--ink); font-size: 13px; font-weight: 800; }
.pdp-scarcity-line { margin: 0 0 11px; color: #333; font-size: 10px; font-weight: 600; }
.scarcity-flame { margin-right: 4px; font-size: 10px; }

.variant-label-row { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 7px; }
.variant-label { font-family: var(--display); font-size: 10px; font-weight: 800; letter-spacing: 1.2px; }
.size-hint { color: var(--muted); font-size: 8px; }
.size-buttons { display: flex; flex-wrap: wrap; gap: 5px; }
.size-btn { position: relative; display: inline-flex; }
.size-btn input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.size-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 31px;
  padding: 0 8px;
  border: 1px solid #dedee0;
  color: #333;
  font-size: 10px;
}
.size-btn input:checked + span { border-color: var(--ink); background: var(--ink); color: var(--white); }
.size-btn.disabled span { color: #aaa; opacity: .55; text-decoration: line-through; }
.size-btn:not(.disabled):hover span { border-color: var(--ink); }

.bundle-offers { margin-top: 8px; }
.bundle-option {
  position: relative;
  display: grid;
  grid-template-columns: 15px minmax(0, 1fr) auto;
  align-items: start;
  gap: 7px;
  min-height: 34px;
  padding: 7px 8px;
  border: 1px solid #dedee0;
  background: var(--white);
}
.bundle-option + .bundle-option { border-top: 0; }
.bundle-option.selected { z-index: 1; border: 2px solid #3a3a3a; }
.bundle-option + .bundle-option.selected { margin-top: -1px; }
.bundle-option input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.bundle-radio {
  position: relative;
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 1px;
  border: 1px solid #999;
  border-radius: 50%;
}
.bundle-option.selected .bundle-radio { border-color: var(--ink); }
.bundle-option.selected .bundle-radio::after { position: absolute; inset: 3px; border-radius: 50%; background: var(--ink); content: ''; }
.bundle-copy { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 6px; min-width: 0; font-size: 9px; line-height: 1.15; }
.bundle-copy strong { font-weight: 500; }
.bundle-copy small { padding: 2px 4px; border-radius: 2px; background: #f3f3f3; color: #777; font-size: 7px; }
.bundle-price { min-width: 55px; color: #333; font-size: 9px; text-align: right; white-space: nowrap; }
.bundle-addons { display: none; flex: 0 0 100%; flex-direction: column; gap: 4px; margin: 3px 0 0; padding: 5px 7px; background: #2b2b2b; color: var(--white); }
.bundle-option.selected .bundle-addons { display: flex; }
.bundle-addon { display: grid; grid-template-columns: 19px minmax(0, 1fr) 13px; align-items: center; gap: 5px; min-height: 24px; font-size: 8px; }
.bundle-addon input { width: 11px; height: 11px; accent-color: var(--white); }
.addon-thumb { display: flex; align-items: center; justify-content: center; width: 19px; height: 19px; overflow: hidden; border-radius: 2px; background: #f2f2f2; }
.addon-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bundle-summary { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 7px 3px 0; color: #333; font-size: 9px; }
.bundle-summary strong { font-weight: 500; white-space: nowrap; }

.product-actions { margin-top: 8px; }
.btn-buy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 35px;
  padding: 8px 16px;
  background: var(--ink);
  color: var(--white);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-align: center;
  transition: background .2s ease, transform .15s ease;
}
.btn-buy:hover { background: var(--red); }
.btn-buy:active { transform: scale(.985); }
.btn-buy:disabled { opacity: .48; cursor: not-allowed; }
.btn-pulse::after {
  position: absolute;
  inset: -2px;
  border: 1px solid var(--red);
  pointer-events: none;
  content: '';
}
@keyframes product-cta-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(211, 47, 47, 0); transform: scale(1); }
  50% { box-shadow: 0 0 0 5px rgba(211, 47, 47, .35); transform: scale(1.045); }
}
.native-checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 27px;
  margin-top: 2px;
  color: var(--white);
  background: var(--ink);
  font-family: var(--display);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
}
.native-checkout-button:disabled { opacity: .45; }
.shiprocket-headless:empty { display: none; }
.shiprocket-headless .sr-headless-checkout { min-height: 27px; margin-top: 2px; }
.india-checkout .native-checkout-button { display: none; }
.pdp-guarantee { margin-top: 9px; text-align: center; font-size: 9px; font-weight: 700; }
.ship-eta { margin: 8px 0 0; color: #333; font-size: 9px; }
.pdp-trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; color: #12815e; font-size: 9px; font-weight: 600; }
.pdp-accordions { margin-top: 12px; border-top: 1px solid var(--line); }
.pdp-accordion { border-bottom: 1px solid var(--line); }
.pdp-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  list-style: none;
  cursor: pointer;
  font-family: var(--display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.pdp-accordion summary::-webkit-details-marker { display: none; }
.pdp-accordion summary::after { content: '+'; font-family: Arial, sans-serif; font-size: 15px; font-weight: 400; }
.pdp-accordion[open] summary::after { content: '−'; }
.accordion-body { padding: 0 0 10px; color: #555; font-size: 9px; line-height: 1.55; }
.accordion-body p { margin: 0; }
.product-description { margin-top: 16px; color: #444; font-size: 11px; line-height: 1.6; }

.sticky-atc {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 480;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 16px calc(9px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 -4px 18px rgba(0,0,0,.08);
  transform: translateY(110%);
  transition: transform .25s ease;
}
.sticky-atc.visible { transform: translateY(0); }
.sticky-atc-info { display: flex; flex-direction: column; min-width: 0; }
.sticky-title { overflow: hidden; font-size: 11px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.sticky-price { font-family: var(--display); font-size: 14px; font-weight: 800; }
.sticky-btn {
  width: auto;
  min-width: 110px;
  min-height: 41px;
  padding: 13px 26px;
  font-size: 14px;
  letter-spacing: 1.2px;
}
.sticky-btn:hover { transform: translateY(-1px); }
.sticky-btn:active { transform: scale(.98); }
.sticky-btn.is-added { background: #2e7d32; }

.product-reviews {
  max-width: 1190px;
  margin: 0 auto;
  padding: 18px 0 24px;
  border-top: 1px solid #eee;
}
.reviews-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 0 12px; }
.reviews-header h2 { margin: 0 0 2px; font-family: var(--display); font-size: 22px; font-weight: 800; line-height: 1; }
.reviews-rating { display: flex; align-items: center; gap: 5px; font-size: 11px; }
.reviews-rating strong { font-size: 16px; }
.reviews-rating span { color: #4b4b4b; font-size: 14px; }
.reviews-rating small { color: #333; font-size: 9px; }
.write-review { display: inline-flex; align-items: center; justify-content: center; min-width: 130px; min-height: 31px; padding: 7px 14px; border-radius: 5px; background: var(--green); color: var(--white); font-size: 10px; font-weight: 700; }
.review-photo-strip { display: flex; gap: 5px; padding-bottom: 15px; }
.review-photo-strip img { width: 93px; height: 72px; border-radius: 4px; object-fit: cover; }
.reviews-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.review-tabs { display: flex; gap: 18px; }
.review-tabs button { padding: 0 0 7px; border-bottom: 1px solid transparent; color: #7b7b7b; font-size: 10px; }
.review-tabs button.active { color: var(--ink); border-color: var(--ink); }
.review-filters { display: flex; gap: 6px; }
.review-filter, .review-sort { min-height: 28px; padding: 4px 10px; border: 1px solid #bbb; border-radius: 5px; font-size: 10px; }
.review-sort { min-width: 92px; display: flex; align-items: center; justify-content: space-between; }
.review-entry { padding: 22px 0 15px; border-bottom: 1px solid var(--line); }
.review-entry-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.review-avatar { display: inline-flex; align-items: center; justify-content: center; width: 27px; height: 27px; border-radius: 50%; background: #ecf7f2; color: #147b67; font-size: 10px; }
.review-entry-meta strong { margin-right: 5px; font-size: 10px; }
.review-entry-meta em { display: block; color: var(--muted); font-size: 8px; font-style: normal; }
.verified-label { padding: 2px 4px; border-radius: 3px; background: #f1f1f1; color: #555; font-size: 7px; }
.review-entry h3 { margin: 0 0 3px; font-size: 11px; font-weight: 700; }
.review-entry p { margin: 0; font-size: 10px; }

.customer-stories {
  padding: 23px 0 26px;
  background: var(--white);
}
.customer-stories-heading {
  margin: 0 0 22px;
  text-align: center;
  font-family: var(--display);
  font-size: clamp(23px, 3vw, 36px);
  font-weight: 900;
  line-height: 1;
}
.customer-stories-viewport { overflow: hidden; }
.customer-stories-track {
  display: flex;
  gap: 10px;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 22px;
}
.customer-story {
  position: relative;
  display: block;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: .67;
  background: #3c3c3c;
}
.customer-story img, .customer-story video, .customer-story-placeholder { width: 100%; height: 100%; object-fit: cover; }
.customer-story-placeholder { display: block; background: linear-gradient(140deg, #202326, #8e8b6f 55%, #202020); }
.customer-story::after { position: absolute; inset: 0; content: ''; background: linear-gradient(to top, rgba(0,0,0,.66), transparent 46%); }
.customer-story-caption { position: absolute; bottom: 10px; left: 10px; z-index: 1; color: var(--white); font-size: 9px; font-weight: 700; }

/* Product recommendations */
.recommendations-section { padding: 18px 0 28px; background: #171719; color: var(--white); }
.recommendations-inner { max-width: 1366px; margin: 0 auto; }
.recommendations-inner > h2 { margin: 0 0 17px; padding: 0 13px; color: var(--white); font-family: var(--body); font-size: 16px; font-weight: 400; }
.recommendations-grid { padding: 0 13px; gap: 10px; }
.product-card-dark .product-card-info { color: var(--white); }
.product-card-dark .product-card-title { font-size: 10px; }
.product-card-dark .product-card-price { font-size: 11px; }
.product-card-dark .product-card-image { background: #303035; }

/* Brand banner */
.brand-banner { background: var(--ink); border-bottom: 6px solid var(--red); }
.brand-banner-media { position: relative; height: 295px; overflow: hidden; }
.brand-banner-media > img,
.brand-banner-media > video { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(80%); }
.brand-banner-shade { position: absolute; inset: 0; background: rgba(0,0,0,.38); }
.brand-logo-card {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(360px, 54vw);
  height: min(172px, 25vw);
  overflow: hidden;
  /* background: rgba(0,0,0,.92); */
  z-index: 2;
  transform: translate(-50%, -50%);
}
.brand-banner-video { position: relative; z-index: 0; }
.brand-banner-shade { z-index: 1; }
.brand-logo-card img { width: 90%; height: 90%; object-fit: contain; }
.brand-banner-copy { max-width: 640px; margin: 0 auto; padding: 45px 24px; color: var(--white); text-align: center; }
.brand-banner-copy h2 { margin: 0 0 14px; font-family: var(--display); font-size: 35px; text-transform: uppercase; }
.brand-banner-copy p { margin: 0 0 20px; color: #d0d0d0; }
.brand-banner-copy a { display: inline-block; padding: 10px 24px; border: 1px solid var(--white); font-family: var(--display); font-weight: 800; text-transform: uppercase; }

/* Footer */
.site-footer {
  position: relative;
  background: #000;
  color: var(--white);
  font-family: var(--body);
  font-weight: 700;
}
.footer-accent { display: none; height: 0; }
.footer-inner {
  display: grid;
  grid-template-columns: 365px 300px 315px;
  column-gap: 72px;
  width: min(calc(100% - 40px), 1129px);
  max-width: 1129px;
  margin: 0 auto;
  padding: 60px 0 0;
}
.footer-column { min-width: 0; display: flex; flex-direction: column; }
.footer-column-contact { grid-column: 1; grid-row: 1; }
.footer-column-social { grid-column: 2; grid-row: 1; }
.footer-column-links { grid-column: 3; grid-row: 1; }
.footer-panel { min-width: 0; }
.footer-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--white);
  font-family: var(--display);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}
.footer-heading-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
}
.footer-heading-icon svg { width: 18px; height: 18px; stroke-width: 1.7; }
.footer-contact { padding-bottom: 31px; border-bottom: 1px solid #232323; }
.footer-contact-list p {
  margin: 0 0 12px;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.footer-contact-list p:last-child { margin-bottom: 0; }
.footer-reach { padding-top: 30px; }
.footer-reach p {
  margin: 0;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
}
.footer-reach p + p { margin-top: 6px; }
.footer-address-mobile { display: none; }
.footer-contact a, .footer-link, .footer-underlined { text-decoration: underline; text-underline-offset: 2px; }
.footer-social { padding-bottom: 32px; border-bottom: 1px solid #232323; }
.footer-social-links { display: flex; align-items: center; gap: 25px; min-height: 24px; padding: 0; border: 0; }
.footer-social-links a,
.footer-social-icon { display: inline-flex; align-items: center; justify-content: center; color: inherit; }
.footer-social-links svg { width: 24px; height: 24px; stroke-width: 1.7; }
.footer-social-links svg .filled { fill: currentColor; stroke: none; }
.linkedin-mark { font-family: var(--body); font-size: 16px; font-weight: 700; }
.footer-about { padding-top: 30px; }
.footer-about .footer-heading { margin-bottom: 18px; }
.footer-link {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 0 14px;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}
.footer-link:last-child { margin-bottom: 0; }
.footer-marketplaces {
  margin-top: 31px;
  padding-top: 28px;
  border-top: 1px solid #232323;
}
.footer-has-store-locator .footer-marketplace-title,
.footer-has-store-locator .footer-marketplace-logos { display: none; }
.footer-has-store-locator .store-locator {
  display: flex;
  align-items: center;
  gap: 17px;
  min-height: 62px;
  padding: 5px 0 0;
  border-top: 0;
}
.store-locator img { width: 72px; max-height: 55px; object-fit: contain; }
.store-logo-text { color: var(--white); font-family: var(--display); font-size: 25px; font-weight: 900; line-height: .8; text-transform: uppercase; }
.footer-has-store-locator .store-locator > span:last-child { font-family: var(--body); font-size: 12px; font-weight: 500; }
.footer-marketplace-title { margin: 0 0 15px; font-size: 14px; line-height: 1.25; font-weight: 700; }
.marketplace-logos { display: flex; align-items: center; gap: 14px; }
.footer-marketplace-logos img { width: 32px; height: 32px; object-fit: contain; }
.footer-marketplace-logos .marketplace-mark { width: 32px; height: 32px; }
.footer-marketplace-logos .amazon-mark {
  position: relative;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
}
.footer-marketplace-logos .amazon-mark i {
  position: absolute;
  left: 12px;
  bottom: 2px;
  width: 21px;
  height: 5px;
  border-bottom: 2px solid #f5a400;
  border-radius: 0 0 50% 50%;
  transform: rotate(-4deg);
}
.footer-marketplace-logos .flipkart-mark {
  border-radius: 3px;
  background: #ffea00;
  color: #2874f0;
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-weight: 900;
}
.footer-marketplace-logos .meesho-mark {
  border-radius: 6px;
  background: #9b2f64;
  color: #ffd24a;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
}
.footer-bottom {
  padding: 48px 20px 19px;
  color: #ddd;
  text-align: center;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}
.footer-bottom a { text-decoration: underline; text-underline-offset: 2px; }
.brand-banner + .site-footer.footer-has-store-locator .store-locator { display: none; }
.brand-banner + .site-footer.footer-has-store-locator .footer-marketplace-title { display: block; }
.brand-banner + .site-footer.footer-has-store-locator .footer-marketplace-logos { display: flex; }

@media (min-width: 768px) and (max-width: 1199px) {
  .footer-inner {
    grid-template-columns: minmax(0, 1.16fr) minmax(0, .95fr) minmax(0, 1fr);
    column-gap: clamp(28px, 5vw, 56px);
    width: calc(100% - 48px);
  }
  .footer-heading { font-size: clamp(14px, 1.35vw, 16px); }
  .footer-contact-list p,
  .footer-reach p,
  .footer-link { font-size: clamp(10px, 1vw, 12px); }
}

/* Cart and utility pages */
.collection-page { padding: 0 0 60px; }
.collection-title { padding: 34px 20px 8px; text-align: center; font-family: var(--display); font-size: 34px; font-weight: 900; text-transform: uppercase; }
.collection-desc { max-width: 560px; margin: 0 auto 25px; padding: 0 20px; color: var(--muted); text-align: center; }
.pagination { display: flex; justify-content: center; gap: 7px; padding: 26px 0; }
.pagination a, .pagination span { padding: 8px 12px; }
.pagination .current { font-weight: 700; }
.cart-page { max-width: 720px; margin: 0 auto; padding: 28px 20px 64px; }
.cart-page .section-heading { margin-bottom: 22px; }
.free-ship-bar { padding: 10px 14px; margin-bottom: 20px; border: 1px solid #c8e6c9; background: #e8f5e9; color: #2e7d32; text-align: center; }
.cart-items { border-top: 1px solid var(--line); }
.cart-item { position: relative; display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-item-image { width: 88px; flex: 0 0 88px; }
.cart-item-image img { width: 100%; aspect-ratio: .75; object-fit: cover; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-title { display: block; margin-bottom: 4px; font-weight: 700; }
.cart-item-variant { margin: 0 0 8px; color: var(--muted); font-size: 11px; }
.cart-item-price { margin: 0 0 10px; font-weight: 700; }
.qty-input { width: 60px; padding: 6px; border: 1px solid var(--line); text-align: center; }
.cart-item-remove { position: absolute; top: 18px; right: 0; padding: 3px; }
.cart-item-remove svg { width: 16px; height: 16px; stroke-width: 1.5; }
.cart-subtotal { display: flex; justify-content: space-between; margin: 22px 0 4px; font-family: var(--display); font-size: 19px; font-weight: 800; }
.cart-note-text { margin: 0 0 18px; color: var(--muted); font-size: 11px; }
.cart-empty { padding: 52px 0; text-align: center; }
.cart-empty p { margin: 0 0 20px; color: var(--muted); }

/* Drawer */
.cart-drawer { pointer-events: none; }
.cart-drawer.open { pointer-events: auto; }
.drawer-overlay { position: fixed; z-index: 700; inset: 0; background: rgba(0,0,0,.5); opacity: 0; transition: opacity .25s ease; }
.cart-drawer.open .drawer-overlay { opacity: 1; }
.drawer-panel {
  position: fixed;
  z-index: 701;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: min(420px, 92vw);
  overflow: hidden;
  background: var(--white);
  box-shadow: -10px 0 30px rgba(0,0,0,.12);
  transform: translateX(105%);
  transition: transform .28s cubic-bezier(.22,1,.36,1);
}
.cart-drawer.open .drawer-panel { transform: translateX(0); }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 17px 20px; border-bottom: 1px solid var(--line); }
.drawer-title { font-family: var(--display); font-size: 17px; font-weight: 900; letter-spacing: 1px; }
.drawer-close { width: 25px; height: 25px; padding: 3px; }
.drawer-close svg { width: 100%; height: 100%; stroke-width: 1.8; }
.drawer-shipbar { padding: 8px 16px; background: #f0f7f3; color: #2d6a4f; text-align: center; font-size: 11px; font-weight: 700; }
.drawer-items { flex: 1; overflow-y: auto; padding: 12px 20px; }
.drawer-empty { padding: 42px 0; color: var(--muted); text-align: center; }
.drawer-item { display: flex; gap: 11px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.drawer-item img { width: 58px; height: 76px; flex: 0 0 58px; object-fit: cover; }
.drawer-item-info { flex: 1; min-width: 0; }
.di-title { display: block; overflow: hidden; font-size: 12px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.di-variant { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; }
.di-qty-row { display: inline-flex; align-items: center; gap: 11px; margin-top: 8px; padding: 2px 8px; border: 1px solid var(--line); }
.di-qty { padding: 0 3px; font-size: 16px; line-height: 1; }
.di-price { font-size: 12px; font-weight: 800; white-space: nowrap; }
.drawer-footer { padding: 13px 20px calc(13px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); }
.drawer-upsell { margin-bottom: 11px; padding: 8px 10px; border: 1px solid #ffe082; background: #fff8e1; text-align: center; font-size: 11px; }
.drawer-upsell a { font-weight: 700; text-decoration: underline; }
.drawer-subtotal { display: flex; justify-content: space-between; margin-bottom: 3px; font-family: var(--display); font-size: 17px; font-weight: 900; }
.drawer-note { margin: 0 0 10px; color: var(--muted); font-size: 10px; }
.drawer-checkout { min-height: 40px; }
.drawer-pay-row { display: flex; justify-content: center; gap: 7px; margin-top: 8px; color: var(--muted); font-size: 10px; }
.shipbar-track { display: block; height: 4px; margin-top: 5px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.3); }
.shipbar-fill { display: block; height: 100%; border-radius: inherit; background: #2d6a4f; transition: width .35s ease; }
.drawer-shipbar.unlocked { background: #2d6a4f; color: var(--white); }

/* Toasts */
.proof-toasts { position: fixed; z-index: 650; bottom: 18px; left: 14px; pointer-events: none; }
.proof-toast { display: flex; align-items: center; gap: 9px; max-width: 290px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 4px; background: var(--white); box-shadow: 0 6px 24px rgba(0,0,0,.12); opacity: 0; transform: translateY(10px); transition: opacity .35s ease, transform .35s ease; font-size: 11px; }
.proof-toast.show { opacity: 1; transform: translateY(0); }
.toast-dot { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: #2e7d32; }

/* Existing optional sections */
.marquee { overflow: hidden; padding: 9px 0; background: var(--red); color: var(--white); white-space: nowrap; }
.marquee-track { display: inline-flex; animation: marquee 22s linear infinite; }
.marquee-item { padding: 0 16px; font-family: var(--display); font-size: 13px; font-weight: 900; letter-spacing: 2px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.drop-spotlight { padding: 48px 0; background: #f6f6f6; }
.spotlight-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.spotlight-image img { width: 100%; aspect-ratio: .75; object-fit: cover; }
.spotlight-title { font-family: var(--display); font-size: 38px; line-height: 1; text-transform: uppercase; }
.spotlight-desc { color: #444; }
.scarcity-bar-wrap { margin: 16px 0; }
.scarcity-label { display: flex; justify-content: space-between; gap: 10px; font-size: 11px; }
.scarcity-bar { height: 6px; margin-top: 5px; background: var(--line); }
.scarcity-fill { height: 100%; background: var(--red); }
.collection-card:hover .collection-card-image img { transform: scale(1.03); }
.faq-section, .compare-section { max-width: 780px; margin: 0 auto; padding: 45px 20px 60px; }
.faq-heading, .compare-heading { margin-bottom: 22px; font-family: var(--display); font-size: 28px; text-align: center; text-transform: uppercase; }
.compare-row { display: grid; grid-template-columns: 1fr 1.25fr 1fr; border-bottom: 1px solid var(--line); }
.compare-row > span { padding: 13px 10px; font-size: 11px; }
.compare-us { background: var(--ink); color: var(--white); }
.compare-them { color: var(--muted); }
.main-page { max-width: 860px; margin: 0 auto; padding: 48px 20px 72px; }
.main-page h1 { font-family: var(--display); text-transform: uppercase; }
.404-page { padding: 80px 20px; text-align: center; }

/* Shopify customer login */
.customer-page { min-height: calc(100vh - 96px); padding: 64px 20px 84px; background: var(--white); }
.customer-page-inner { width: min(100%, 420px); margin: 0 auto; }
.customer-page-title { margin: 0 0 29px; font-family: var(--display); font-size: 36px; font-weight: 900; text-align: center; text-transform: uppercase; }
.customer-form { display: grid; gap: 16px; }
.customer-field { display: grid; gap: 7px; }
.customer-field label { font-size: 12px; font-weight: 700; }
.customer-field input { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid #bfc0c4; border-radius: 0; background: var(--white); color: var(--ink); }
.customer-field input:focus { border-color: var(--ink); outline: 2px solid rgba(8,8,8,.15); outline-offset: 1px; }
.customer-link { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.customer-form > .customer-link { width: max-content; margin-top: -3px; font-size: 12px; }
.customer-submit { min-height: 45px; padding: 11px 20px; background: var(--ink); color: var(--white); font-family: var(--display); font-size: 13px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.customer-submit:hover { background: var(--red); }
.customer-register { margin: 26px 0 0; color: var(--muted); text-align: center; font-size: 12px; }
.customer-register .customer-link { color: var(--ink); font-weight: 700; }
.customer-form-errors { color: var(--red); font-size: 12px; }
.customer-form-errors ul { margin: 0; padding-left: 18px; }
.customer-form-success { margin: 0; padding: 11px 12px; border: 1px solid #b5d7c3; background: #eef8f1; color: #28633d; font-size: 12px; }
.customer-recover { display: none; margin-top: 62px; padding: 42px 20px 0; border-top: 1px solid var(--line); }
.customer-recover:target { display: block; }
.customer-recover-title { margin: 0 0 10px; font-family: var(--display); font-size: 25px; font-weight: 900; text-align: center; text-transform: uppercase; }
.customer-recover-text { margin: 0 0 22px; color: var(--muted); text-align: center; font-size: 12px; }
.customer-form-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: center; }
.customer-cancel { padding: 12px 20px; border: 1px solid var(--ink); text-align: center; font-family: var(--display); font-size: 13px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }

/* Customer authentication */
.customer-auth-page { min-height: calc(100vh - 96px); padding: 51px 20px 58px; background: #f6f6f6; }
.customer-auth-inner { width: min(100%, 440px); margin: 0 auto; }
.customer-auth-title { margin: 0 0 48px; color: #050505; font-family: var(--display); font-size: 38px; font-weight: 900; line-height: 1; text-align: center; text-transform: uppercase; }
.customer-auth-form { display: grid; gap: 16px; }
.customer-auth-input { width: 100%; height: 60px; padding: 0 20px; border: 1px solid #d2d2d2; border-radius: 3px; background: #f6f6f6; color: #111; font-size: 15px; }
.customer-auth-input::placeholder { color: #8b8b8b; opacity: 1; }
.customer-auth-input:focus { border-color: #111; outline: 2px solid rgba(8,8,8,.12); outline-offset: 1px; }
.customer-auth-link { color: #526b88; text-decoration: underline; text-underline-offset: 3px; }
.customer-forgot-link { margin-top: 5px; font-size: 13px; }
.customer-auth-submit { width: 100%; height: 59px; border: 2px solid #111; border-radius: 3px; background: #f6f6f6; color: #050505; font-size: 15px; font-weight: 700; }
.customer-auth-submit:hover { background: #fff; }
.customer-auth-bottom-link { display: block; margin-top: 28px; text-align: center; font-size: 14px; }
.customer-register-section .customer-auth-title { margin-bottom: 50px; }
.customer-register-section .customer-auth-form { gap: 16px; }
.customer-form-errors { color: var(--red); font-size: 12px; }
.customer-form-errors ul { margin: 0; padding-left: 18px; }
.customer-form-success { padding: 11px 12px; border: 1px solid #b5d7c3; background: #eef8f1; color: #28633d; font-size: 12px; }
.customer-recover { display: none; margin-top: 55px; padding-top: 40px; border-top: 1px solid #ddd; }
.customer-recover:target { display: block; }
.customer-recover-text { margin: 0 0 20px; color: #777; text-align: center; font-size: 13px; }

/* Customer account dashboard */
.customer-dashboard { min-height: calc(100vh - 96px); padding: 38px 20px 90px; background: #fff; }
.customer-dashboard-shell { display: grid; grid-template-columns: 240px minmax(0, 840px); gap: 72px; width: min(100%, 1176px); margin: 0 auto; }
.customer-sidebar { padding-top: 0; }
.customer-sidebar-link { display: flex; align-items: center; gap: 13px; width: 241px; min-height: 35px; padding: 0 17px; border-radius: 20px; color: #111; font-size: 13px; font-weight: 700; }
.customer-sidebar-link + .customer-sidebar-link { margin-top: 5px; }
.customer-sidebar-link.is-active { background: #eff0a9; }
.customer-sidebar-icon { width: 18px; color: #4c4c4c; text-align: center; font-size: 19px; line-height: 1; }
.customer-dashboard-main { min-width: 0; }
.customer-dashboard-heading-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.customer-dashboard-title { margin: 4px 0 42px; font-size: 30px; font-weight: 600; line-height: 1.1; }
.customer-dashboard-subtitle { margin: -30px 0 28px; color: #8b8b8b; font-size: 13px; }
.customer-logout-link, .customer-back-link { color: #526b88; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.customer-back-link { display: inline-block; margin-bottom: 22px; }
.customer-orders-list { display: grid; gap: 28px; }
.customer-order-card { overflow: hidden; border: 1px solid #aaa; border-radius: 8px; background: #fff; }
.customer-order-card-header { display: flex; justify-content: space-between; gap: 20px; padding: 22px 17px 20px; background: #f8f8f8; }
.customer-order-card-header h2 { margin: 0; font-size: 16px; }
.customer-order-status { margin: 0; font-size: 12px; line-height: 1.35; text-align: right; }
.customer-order-status span, .customer-order-summary span { margin-right: 5px; font-size: 9px; font-weight: 700; }
.customer-order-summary { display: grid; grid-template-columns: 1.1fr 1.1fr 1.1fr .7fr .7fr; gap: 17px; padding: 18px 17px; border-bottom: 1px solid #aaa; }
.customer-order-summary div { min-width: 0; }
.customer-order-summary span { display: block; margin: 0 0 4px; }
.customer-order-summary strong { display: block; font-size: 12px; white-space: nowrap; }
.customer-order-actions { display: flex; align-items: center; gap: 18px; min-height: 50px; padding: 0 17px; border-bottom: 1px solid #eee; font-size: 11px; }
.customer-order-actions a { color: #5084c9; white-space: nowrap; }
.customer-order-actions a.is-current { padding: 8px 16px; border-radius: 8px; background: #edf2f8; }
.customer-order-card-body { min-height: 285px; padding: 99px 20px 23px; text-align: center; }
.customer-order-card-body p { margin: 0 0 22px; font-size: 12px; }
.customer-order-card-body p a { color: #6176ff; }
.customer-order-card-body h3 { margin: 0 0 77px; font-size: 15px; }
.customer-reorder-button { display: inline-flex; align-items: center; justify-content: center; min-width: 104px; min-height: 31px; padding: 7px 22px; border-radius: 19px; background: #ff2b9b; color: #fff; font-size: 12px; font-weight: 700; }
.customer-empty-state { padding: 75px 24px; border: 1px solid #ddd; text-align: center; }
.customer-empty-state h2 { margin: 0 0 12px; font-size: 20px; }
.customer-empty-state p { margin: 0 0 24px; color: #777; }
.customer-dark-button { display: inline-flex; align-items: center; justify-content: center; min-height: 35px; padding: 8px 22px; border-radius: 18px; background: #050505; color: #fff; font-size: 12px; font-weight: 700; }
.customer-cancel-details { border-top: 1px solid #eee; }
.customer-cancel-details summary { padding: 15px 17px; color: #bd2e2e; cursor: pointer; font-size: 12px; font-weight: 700; }
.customer-cancel-content { padding: 0 17px 18px; }
.customer-cancel-content > p { color: #777; font-size: 12px; }
.customer-cancel-form { display: grid; gap: 9px; }
.customer-cancel-form label { font-size: 11px; font-weight: 700; }
.customer-cancel-form textarea { width: 100%; min-height: 74px; padding: 10px; border: 1px solid #ccc; resize: vertical; }
.customer-cancel-submit { justify-self: start; min-height: 35px; padding: 8px 16px; border-radius: 18px; background: #050505; color: #fff; font-size: 11px; font-weight: 700; }
.customer-order-closed { margin: 0; padding: 15px 17px; border-top: 1px solid #eee; color: #777; font-size: 11px; }
.customer-pagination { display: flex; justify-content: center; gap: 20px; padding: 28px 0; font-size: 12px; }
.customer-pagination a { color: #526b88; text-decoration: underline; }

/* Order details */
.customer-order-detail-card { overflow: hidden; border: 1px solid #aaa; border-radius: 8px; }
.customer-order-detail-header { display: flex; justify-content: space-between; gap: 20px; padding: 20px; background: #f8f8f8; }
.customer-order-detail-header h2 { margin: 0; font-size: 16px; }
.customer-order-items { padding: 14px 20px; }
.customer-order-line-item { display: grid; grid-template-columns: 72px 1fr auto; gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid #eee; }
.customer-order-line-image { width: 72px; aspect-ratio: .8; background: #f1f1f1; }
.customer-order-line-image img { width: 100%; height: 100%; object-fit: cover; }
.customer-order-line-copy h3 { margin: 0 0 4px; font-size: 13px; }
.customer-order-line-copy p { margin: 3px 0; color: #777; font-size: 11px; }
.customer-order-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 20px; border-top: 1px solid #eee; }
.customer-order-detail-grid h3 { margin: 0 0 10px; font-size: 12px; }
.customer-order-detail-grid p, .customer-order-detail-grid address { margin: 0 0 5px; color: #777; font-size: 12px; font-style: normal; }
.customer-order-total-row { display: flex; justify-content: space-between; padding: 18px 20px; border-top: 1px solid #eee; font-size: 14px; font-weight: 700; }
.customer-order-detail-cancel { margin: 0 20px 20px; border: 1px solid #eee; }

/* Account settings */
.customer-settings-main { max-width: 900px; }
.customer-settings-page .customer-dashboard-shell { grid-template-columns: 205px minmax(0, 900px); gap: 65px; width: min(100%, 1306px); }
.customer-settings-block { padding: 0 0 38px; margin: 0 0 34px; border-bottom: 1px solid #eee; }
.customer-settings-block h2 { margin: 0 0 17px; font-size: 18px; }
.customer-settings-block p { margin: 0 0 15px; color: #777; font-size: 12px; }
.customer-settings-fields { display: grid; gap: 16px; max-width: 505px; }
.customer-settings-field { position: relative; }
.customer-settings-field label { position: absolute; top: 6px; left: 10px; color: #555; font-size: 8px; }
.customer-settings-field input { width: 100%; height: 34px; padding: 13px 10px 3px; border: 1px solid #ddd; border-radius: 3px; }
.customer-settings-save { margin-top: 16px; border: 0; }
.customer-settings-muted { color: #777; }
.customer-address-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; max-width: 510px; }
.customer-address-card { padding: 17px 14px; border: 1px solid #ddd; border-radius: 8px; }
.customer-address-card-copy strong { display: block; margin-bottom: 7px; font-size: 12px; }
.customer-address-card-copy address { color: #777; font-size: 11px; font-style: normal; line-height: 1.5; }
.customer-address-default { display: block; margin-top: 9px; color: #6874d8; font-size: 10px; }
.customer-address-edit-details, .customer-add-address-details { margin-top: 14px; }
.customer-address-edit-details summary, .customer-add-address-details summary { color: #526b88; cursor: pointer; font-size: 11px; text-decoration: underline; }
.customer-address-edit-details > div, .customer-add-address-details > div { margin-top: 14px; }
.customer-address-form { display: grid; gap: 10px; }
.customer-address-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 510px; }
.customer-address-fields input { min-height: 34px; padding: 8px 9px; border: 1px solid #ddd; border-radius: 3px; }
.customer-address-default-check { display: flex; align-items: center; gap: 7px; color: #777; font-size: 11px; }
.customer-address-form-actions { display: flex; gap: 10px; align-items: center; }
.customer-delete-form { margin-top: 9px; }
.customer-delete-button { color: #bd2e2e; font-size: 11px; text-decoration: underline; }
.customer-marketing-status { color: #777; font-size: 11px; }

/* Return and exchange */
.return-exchange-page { min-height: calc(100vh - 96px); display: flex; align-items: center; justify-content: center; padding: 45px 20px; background: #f6f6f6; }
.return-exchange-card { width: min(100%, 640px); min-height: 452px; padding: 65px 94px; border-radius: 6px; background: #fff; }
.return-exchange-card h1 { margin: 0 0 30px; font-size: 27px; font-weight: 400; text-align: center; }
.return-contact-switch { display: flex; width: 224px; height: 44px; margin: 0 auto 28px; overflow: hidden; border: 1px solid #b9c9e2; border-radius: 23px; }
.return-contact-switch button { width: 50%; color: #777; }
.return-contact-switch button.is-active { border-radius: 22px; background: #00451f; color: #fff; font-weight: 700; }
.return-exchange-form { display: grid; gap: 28px; }
.return-exchange-form input { width: 100%; height: 44px; padding: 0 10px; border: 1px solid #b8c9e1; border-radius: 5px; background: #fff; color: #526b88; }
.return-exchange-form input::placeholder { color: #526b88; opacity: 1; }
.return-exchange-form button { width: 100%; height: 44px; border-radius: 5px; background: #5b626c; color: #fff; font-weight: 700; }

@media (min-width: 768px) {
  .product-reviews { padding-right: 4.2%; padding-left: 4.2%; }
}

@media (max-width: 767px) {
  .announcement-bar { height: 25px; }
  .announce-msg { padding: 0 20px; font-size: 10px; }
  .announcement-locale { display: none; }
  .site-header { height: 57px; }
  .header-inner { grid-template-columns: 1fr auto 1fr; padding: 0 14px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: flex-start; width: 28px; height: 28px; padding: 3px 0; }
  .menu-toggle svg { width: 22px; height: 18px; stroke-width: 1.8; }
  .site-logo { justify-self: center; width: 43px; height: 40px; }
  .desktop-nav { display: none; }
  .header-icons { gap: 10px; }
  .header-icon { width: 19px; height: 28px; }
  .header-icon svg { width: 18px; height: 18px; stroke-width: 1.7; }
  .account-icon { display: inline-flex; }
  .cart-count { right: -5px; }
  .search-overlay { inset: 10px 8px 27px 10px; background: #3b293b; }
  .search-overlay-backdrop { inset: 82px 0 0; background: rgba(204, 208, 213, .7); -webkit-backdrop-filter: blur(8px) grayscale(1); backdrop-filter: blur(8px) grayscale(1); }
  .search-overlay-panel { gap: 18px; height: 82px; padding: 12px 12px 11px; }
  .search-overlay-form { width: auto; height: 59px; flex: 1 1 auto; }
  .search-overlay-label { top: 10px; left: 24px; font-size: 11px; }
  .search-overlay-input { padding: 20px 49px 2px 24px; font-size: 14px; }
  .search-overlay-submit { right: 10px; width: 29px; height: 29px; }
  .search-overlay-submit svg { width: 24px; height: 24px; }
  .search-overlay-close { width: 28px; height: 59px; flex-basis: 28px; }
  .search-overlay-close svg { width: 26px; height: 26px; stroke-width: 1.1; }
  .customer-page { min-height: calc(100vh - 82px); padding: 38px 16px 60px; }
  .customer-page-title { margin-bottom: 24px; font-size: 28px; }
  .customer-recover { margin-top: 42px; padding: 32px 0 0; }
  .customer-recover-title { font-size: 22px; }
  .customer-auth-page { min-height: calc(100vh - 82px); padding: 39px 16px 60px; }
  .customer-auth-inner { width: min(100%, 440px); }
  .customer-auth-title { margin-bottom: 48px; font-size: 28px; }
  .customer-auth-input { height: 56px; font-size: 14px; }
  .customer-auth-submit { height: 58px; }
  .customer-dashboard { padding: 28px 12px 60px; }
  .customer-dashboard-shell { grid-template-columns: 1fr; gap: 28px; }
  .customer-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
  .customer-sidebar-link { width: 100%; min-height: 34px; padding: 0 10px; justify-content: center; font-size: 10px; }
  .customer-sidebar-link + .customer-sidebar-link { margin-top: 0; }
  .customer-dashboard-title { margin: 0 0 20px; font-size: 24px; }
  .customer-dashboard-subtitle { margin: -12px 0 20px; }
  .customer-dashboard-heading-row { display: block; }
  .customer-logout-link { display: inline-block; margin-bottom: 20px; }
  .customer-order-card-header { padding: 15px 12px; }
  .customer-order-card-header h2 { font-size: 13px; }
  .customer-order-status { font-size: 9px; }
  .customer-order-summary { grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 13px 12px; }
  .customer-order-actions { gap: 10px; min-height: 44px; padding: 0 12px; overflow-x: auto; font-size: 9px; }
  .customer-order-actions a.is-current { padding: 7px 10px; }
  .customer-order-card-body { min-height: 230px; padding: 65px 12px 18px; }
  .customer-order-card-body h3 { margin-bottom: 55px; font-size: 13px; }
  .customer-order-detail-grid { grid-template-columns: 1fr; gap: 18px; padding: 15px; }
  .customer-order-line-item { grid-template-columns: 52px 1fr auto; gap: 9px; }
  .customer-order-line-image { width: 52px; }
  .customer-address-list { grid-template-columns: 1fr; }
  .customer-address-fields { grid-template-columns: 1fr; }
  .return-exchange-page { min-height: calc(100vh - 82px); padding: 20px 12px; }
  .return-exchange-card { min-height: 0; padding: 55px 28px 64px; }
  .return-exchange-card h1 { font-size: 22px; }
  .return-exchange-form { gap: 28px; }
  .hero-image-wrap { aspect-ratio: 1.25 / 1; }
  .hero-overlay { padding: 0 14px 27px; justify-content: flex-end; }
  .hero-eyebrow, .hero-heading, .hero-sub, .hero-scarcity { display: none; }
  .hero-btn { min-width: 96px; min-height: 32px; padding: 7px 20px; font-size: 10px; }
  .trust-strip-track { min-height: 57px; animation-duration: 23s; }
  .trust-item { flex-basis: 116px; gap: 4px; padding: 6px 7px; flex-direction: column; font-size: 8px; line-height: 1; }
  .trust-copy small { font-size: 7px; }
  .trust-icon { font-size: 11px; }
  .collection-list { padding: 10px 8px 15px; border-bottom-width: 4px; }
  .collection-strip { justify-content: flex-start; gap: 8px; overflow-x: auto; padding: 0 1px 2px; scrollbar-width: none; }
  .collection-strip::-webkit-scrollbar, .personality-track::-webkit-scrollbar, .customer-stories-track::-webkit-scrollbar { display: none; }
  .collection-card { flex: 0 0 101px; }
  .collection-card-image { border-width: 1px; }
  .collection-card-placeholder { font-size: 12px; letter-spacing: 1px; }
  .collection-card-title { margin-top: 6px; font-size: 8px; }
  .new-arrivals-section { padding: 12px 0 16px; }
  .new-arrivals-section .section-heading { padding: 0 9px 12px; font-size: 20px; }
  .product-grid, .recommendations-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .product-grid { padding: 0 9px; }
  .product-card-image { aspect-ratio: .84; }
  .product-card-info { padding: 6px 1px 11px; }
  .product-card-title { font-size: 11px; }
  .product-card-price { font-size: 9px; }
  .new-arrivals-link { margin-top: 1px; font-size: 9px; }
  .personality-section { padding: 22px 0 25px; }
  .personality-heading { padding: 0 10px; font-size: 20px; }
  .personality-subheading { margin: 6px 0 15px; font-size: 8px; }
  .personality-track { gap: 7px; overflow-x: auto; padding: 0 7px 2px; scrollbar-width: none; }
  .personality-card { flex: 0 0 136px; aspect-ratio: .64; }
  .personality-card-button { right: 7px; bottom: 7px; left: 7px; padding: 6px 3px; font-size: 8px; }
  .saying-section { padding: 26px 11px 30px; }
  .saying-heading { margin-bottom: 15px; font-size: 20px; }
  .review-carousel { padding: 0 2px; }
  .review-slide { grid-template-columns: 1fr; gap: 13px; min-height: 430px; padding: 15px 16px 18px; }
  .review-slide-image { width: min(100%, 180px); height: 170px; margin: 0 auto; }
  .review-slide-image-right { display: none; }
  .review-slide-copy { order: 2; }
  .review-slide-image-left { order: 1; }
  .review-rating { margin-bottom: 9px; font-size: 18px; }
  .review-quote { font-size: 11px; }
  .review-arrow { width: 23px; height: 23px; font-size: 21px; }
  .review-arrow-prev { left: -5px; }
  .review-arrow-next { right: -5px; }
  .marketplace-strip { padding: 7px 10px 9px; }
  .marketplace-strip-inner { min-width: 184px; min-height: 25px; gap: 7px; padding: 2px 8px 2px 12px; }
  .marketplace-strip-label { font-size: 8px; }
  .marketplace-strip-logos { gap: 5px; }
  .marketplace-strip-logo img, .marketplace-mark { width: 17px; height: 17px; font-size: 11px; }
  .amazon-mark { font-size: 15px; }
  .meesho-mark { font-size: 14px; }
  .product-layout { display: block; padding: 0 0 30px; }
  .product-image-stage { aspect-ratio: .75; }
  .product-image-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .product-image-track::-webkit-scrollbar { display: none; }
  .product-image-item, .product-image-item.active { display: block; flex: 0 0 100%; scroll-snap-align: start; }
  .product-image-item img { object-fit: cover; }
  .gallery-arrow {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    margin-top: -14px;
    border-radius: 50%;
    background: rgba(255,255,255,.88);
    font-family: Arial, sans-serif;
    font-size: 23px;
    line-height: 1;
  }
  .gallery-prev { left: 9px; }
  .gallery-next { right: 9px; }
  .gallery-counter { position: absolute; right: 10px; bottom: 9px; display: inline-flex; padding: 3px 6px; border-radius: 3px; background: rgba(0,0,0,.65); color: var(--white); font-size: 9px; }
  .product-thumbs { padding: 7px 8px 0; gap: 5px; }
  .thumb { flex-basis: 44px; width: 44px; height: 58px; }
  .product-info { padding: 13px 11px 0; }
  .product-drop-tag { font-size: 8px; letter-spacing: 1.1px; }
  .live-viewers { font-size: 8px; }
  .product-title { margin-top: 6px; font-size: 25px; }
  .pdp-rating { font-size: 9px; }
  .product-price { font-size: 20px; }
  .product-compare-price { font-size: 11px; }
  .deal-timer { min-height: 45px; }
  .timer-label { font-size: 9px; }
  .t-box { min-width: 27px; min-height: 31px; }
  .t-box span { font-size: 13px; }
  .pdp-scarcity-line { font-size: 9px; }
  .variant-label { font-size: 9px; }
  .size-hint { font-size: 7px; }
  .size-btn span { min-width: 32px; height: 29px; font-size: 9px; }
  .bundle-option { grid-template-columns: 14px minmax(0, 1fr) auto; padding: 7px 7px; }
  .bundle-copy { font-size: 8px; }
  .bundle-price { font-size: 8px; }
  .pdp-guarantee { margin-top: 8px; font-size: 8px; }
  .pdp-accordions { margin-top: 10px; }
  .pdp-accordion summary { padding: 9px 0; font-size: 9px; }
  .accordion-body { font-size: 8px; }
  .product-reviews { padding: 16px 11px 20px; }
  .reviews-header h2 { font-size: 18px; }
  .reviews-rating strong { font-size: 14px; }
  .write-review { min-width: 88px; min-height: 27px; padding: 5px 8px; font-size: 8px; }
  .review-photo-strip { gap: 4px; padding-bottom: 12px; overflow: hidden; }
  .review-photo-strip img { width: 73px; height: 58px; }
  .reviews-toolbar { align-items: flex-end; }
  .review-tabs { gap: 10px; }
  .review-tabs button { font-size: 8px; }
  .review-filter, .review-sort { min-height: 25px; padding: 3px 7px; font-size: 8px; }
  .review-entry { padding: 18px 0 11px; }
  .review-entry h3 { font-size: 9px; }
  .review-entry p { font-size: 8px; }
  .customer-stories { padding: 17px 0 19px; }
  .customer-stories-heading { margin-bottom: 13px; font-size: 19px; }
  .customer-stories-track { gap: 6px; overflow-x: auto; padding: 0 8px 2px; scrollbar-width: none; }
  .customer-story { flex: 0 0 119px; }
  .customer-story-caption { bottom: 6px; left: 6px; font-size: 7px; }
  .recommendations-section { padding: 10px 0 16px; }
  .recommendations-inner > h2 { margin-bottom: 10px; padding: 0 8px; font-size: 12px; }
  .recommendations-grid { padding: 0 8px; gap: 6px; }
  .product-card-dark .product-card-title { font-size: 11px; white-space: normal; }
  .product-card-dark .product-card-price { font-size: 9px; }
  .brand-banner-media { height: 184px; }
  .brand-logo-card { width: 183px; height: 110px; }
  .brand-banner { border-bottom-width: 4px; }
  .footer-accent { display: none; height: 0; }
  .footer-inner {
    display: grid;
    grid-template-areas:
      "contact"
      "about"
      "social"
      "links"
      "reach"
      "marketplaces";
    grid-template-columns: 1fr;
    gap: 0;
    width: auto;
    padding: 29px 24px 0 28px;
  }
  .footer-column { display: contents; }
  .footer-contact { grid-area: contact; }
  .footer-about { grid-area: about; }
  .footer-social { grid-area: social; }
  .footer-links { grid-area: links; }
  .footer-reach { grid-area: reach; }
  .footer-marketplaces { grid-area: marketplaces; }
  .footer-heading {
    gap: 10px;
    margin: 0 0 23px;
    font-family: var(--display);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.05;
  }
  .footer-heading-icon { width: 18px; height: 18px; flex-basis: 18px; font-size: 17px; }
  .footer-heading-icon svg { width: 18px; height: 18px; stroke-width: 1.7; }
  .footer-about .footer-heading-icon,
  .footer-links .footer-heading-icon { display: none; }
  .footer-contact { padding: 0 0 47px; border-bottom: 1px solid #232323; }
  .footer-contact-list p {
    margin: 0 0 14px;
    font-family: var(--body);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
  }
  .footer-contact-list p:last-child { margin-bottom: 0; }
  .footer-about {
    display: grid;
    grid-template-columns: 155px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 32px 0 47px;
  }
  .footer-about .footer-heading { margin: 0; }
  .footer-about .footer-link { margin: 0; font-size: 14px; line-height: 1.45; }
  .footer-social {
    display: grid;
    grid-template-columns: 155px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 0 0 32px;
    border: 0;
  }
  .footer-social .footer-heading { margin: 0; }
  .footer-social-links { gap: 22px; min-height: 24px; padding: 0; border: 0; }
  .footer-social-links svg { width: 24px; height: 24px; stroke-width: 1.7; }
  .linkedin-mark { font-size: 16px; }
  .footer-links {
    display: grid;
    grid-template-columns: 155px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 0;
  }
  .footer-links .footer-heading { margin: 0; }
  .footer-links nav { min-width: 0; }
  .footer-link {
    margin: 0 0 14px;
    font-family: var(--body);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
  }
  .footer-link:last-child { margin-bottom: 0; }
  .footer-reach { padding: 65px 0 0; }
  .footer-reach .footer-heading { margin: 0 0 21px; }
  .footer-address-desktop { display: none; }
  .footer-address-mobile { display: block; }
  .footer-reach p {
    margin: 0;
    font-family: var(--body);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
  .footer-reach p + p { margin-top: 4px; }
  .footer-marketplaces {
    display: block;
    margin: 0;
    padding: 39px 0 0;
    border: 0;
  }
  .footer-has-store-locator .footer-marketplaces > .footer-heading { display: none; }
  .footer-has-store-locator .store-locator { display: none; }
  .footer-has-store-locator .footer-marketplace-title { display: block; }
  .footer-has-store-locator .footer-marketplace-logos { display: flex; }
  .footer-marketplace-title {
    margin: 0 0 27px;
    font-family: var(--body);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }
  .footer-marketplace-logos { gap: 12px; }
  .footer-marketplace-logos img { width: 34px; height: 34px; object-fit: contain; }
  .footer-marketplace-logos .marketplace-mark { width: 34px; height: 34px; }
  .footer-marketplace-logos .amazon-mark { font-size: 36px; }
  .footer-marketplace-logos .amazon-mark i { left: 13px; width: 22px; }
  .footer-marketplace-logos .flipkart-mark { font-size: 27px; }
  .footer-marketplace-logos .meesho-mark { font-size: 27px; }
  .footer-bottom {
    padding: 70px 0 20px;
    border: 0;
    text-align: left;
    font-family: var(--body);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
  .proof-toasts { bottom: 80px; }
}

@media (min-width: 768px) {
  .footer-has-store-locator .store-locator { display: none; }
  .footer-has-store-locator .footer-marketplaces > .footer-heading { display: none; }
  .footer-has-store-locator .footer-marketplaces {
    padding-top: 16px;
  }
  .footer-has-store-locator .footer-marketplace-title {
    display: block;
    margin: 0 0 26px;
    font-family: var(--body);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
  }
  .footer-has-store-locator .footer-marketplace-logos {
    display: flex;
    gap: 14px;
    margin-left: 6px;
  }
  .footer-has-store-locator .footer-bottom {
    padding-top: 92px;
  }
}

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

/* Product template refinements. These selectors are intentionally scoped so the
   header, footer, home page, collection pages, and cart stay unchanged. */
.template-product .pdp-rating--judge {
  display: flex;
  align-items: center;
  min-height: 14px;
}
.template-product .pdp-rating--judge .jdgm-widget,
.template-product .pdp-rating--judge .jdgm-prev-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  min-height: 14px;
  margin: 0 !important;
  font-family: var(--body) !important;
  font-size: 10px !important;
  line-height: 1 !important;
}
.template-product .pdp-rating--judge .jdgm-star,
.template-product .pdp-rating--judge .jdgm-prev-badge__stars {
  color: #968f45 !important;
  letter-spacing: 1px;
}
.template-product .pdp-rating--judge .jdgm-star,
.template-product #judgeme_product_reviews .jdgm-star {
  font-family: 'JudgemeStar' !important;
}
.template-product .pdp-rating--judge .jdgm-prev-badge__text {
  color: var(--muted) !important;
  letter-spacing: 0 !important;
}
/* Judge.me keeps the review data and actions live; this only aligns its
   generated markup with the supplied product-page reference. */
.template-product .product-reviews {
  max-width: 1190px;
  margin: 40px auto 0;
  padding: 18px 4.2% 24px;
  border-top: 1px solid #eee;
  background: var(--white);
}
.template-product .product-reviews-shell,
.template-product .product-reviews-widget,
.template-product #judgeme_product_reviews {
  min-width: 0;
}
.template-product .product-reviews-heading h2 {
  margin: 0 0 2px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}
.template-product .product-reviews-widget > [style*="clear"] {
  height: 0;
  margin: 0;
}
.template-product #judgeme_product_reviews .jdgm-rev-widg {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: var(--white) !important;
  color: var(--ink) !important;
  font-family: var(--body) !important;
}
.template-product #judgeme_product_reviews .jdgm-rev-widg__title {
  display: none !important;
}
.template-product #judgeme_product_reviews .jdgm-rev-widg__header {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin: 0 !important;
  padding: 0 0 15px !important;
  border: 0 !important;
}
.template-product #judgeme_product_reviews .jdgm-rev-widg__summary,
.template-product #judgeme_product_reviews .jdgm-rev-widg__summary-stars,
.template-product #judgeme_product_reviews .jdgm-rev-widg__summary-text {
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--body) !important;
}
.template-product #judgeme_product_reviews .jdgm-rev-widg__summary {
  display: flex !important;
  align-items: baseline;
  gap: 5px;
}
.template-product #judgeme_product_reviews .jdgm-rev-widg__summary-stars,
.template-product #judgeme_product_reviews .jdgm-star {
  color: #4b4b4b !important;
}
.template-product #judgeme_product_reviews .jdgm-rev-widg__summary-text {
  color: #333 !important;
  font-size: 11px !important;
}
.template-product #judgeme_product_reviews .jdgm-write-rev-link,
.template-product #judgeme_product_reviews .jdgm-write-rev-link.jdgm-write-rev-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  min-height: 31px;
  margin: 0 !important;
  padding: 7px 14px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: var(--green) !important;
  color: var(--white) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center;
}
.template-product #judgeme_product_reviews .jdgm-rev-widg__medias,
.template-product #judgeme_product_reviews .jdgm-rev-widg__media-gallery,
.template-product #judgeme_product_reviews .jdgm-rev-widg__photos,
.template-product #judgeme_product_reviews .jdgm-rev-widg__pics {
  display: flex;
  gap: 5px;
  margin: 0 0 15px !important;
  padding: 0 !important;
  overflow: hidden;
}
.template-product #judgeme_product_reviews .jdgm-rev-widg__medias img,
.template-product #judgeme_product_reviews .jdgm-rev-widg__media-gallery img,
.template-product #judgeme_product_reviews .jdgm-rev-widg__photos img,
.template-product #judgeme_product_reviews .jdgm-rev-widg__pics img {
  width: 93px !important;
  height: 72px !important;
  border-radius: 4px;
  object-fit: cover;
}
.template-product #judgeme_product_reviews .jdgm-rev-widg__body {
  margin: 0 !important;
  padding: 0 !important;
}
.template-product #judgeme_product_reviews .jdgm-rev-widg__sort-wrapper,
.template-product #judgeme_product_reviews .jdgm-rev-widg__actions,
.template-product #judgeme_product_reviews .jdgm-rev-widg__toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-height: 28px;
  margin: 0 0 0 auto !important;
  padding: 9px 0 !important;
  border-bottom: 1px solid var(--line);
}
.template-product #judgeme_product_reviews select,
.template-product #judgeme_product_reviews .jdgm-sort-dropdown,
.template-product #judgeme_product_reviews .jdgm-filter-button,
.template-product #judgeme_product_reviews button {
  font-family: var(--body) !important;
  font-size: 10px !important;
}
.template-product #judgeme_product_reviews .jdgm-rev {
  margin: 0 !important;
  padding: 22px 0 15px !important;
  border-bottom: 1px solid var(--line) !important;
}
.template-product #judgeme_product_reviews .jdgm-rev__header,
.template-product #judgeme_product_reviews .jdgm-rev__content,
.template-product #judgeme_product_reviews .jdgm-rev__body {
  font-family: var(--body) !important;
}
.template-product #judgeme_product_reviews .jdgm-rev__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #ecf7f2;
  color: #147b67;
  font-size: 10px;
}
.template-product #judgeme_product_reviews .jdgm-rev__rating {
  color: #4b4b4b !important;
  font-size: 9px !important;
}
.template-product #judgeme_product_reviews .jdgm-rev__pics,
.template-product #judgeme_product_reviews .jdgm-rev__vids {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}
.template-product #judgeme_product_reviews .jdgm-rev__pics img,
.template-product #judgeme_product_reviews .jdgm-rev__vids img {
  width: 93px !important;
  height: 72px !important;
  border-radius: 4px;
  object-fit: cover;
}
.template-product #judgeme_product_reviews .jdgm-rev__author,
.template-product #judgeme_product_reviews .jdgm-rev__timestamp,
.template-product #judgeme_product_reviews .jdgm-rev__title,
.template-product #judgeme_product_reviews .jdgm-rev__body {
  font-size: 10px !important;
}
.template-product #judgeme_product_reviews .jdgm-rev__title {
  margin: 0 0 3px !important;
  font-weight: 700 !important;
}
.template-product #judgeme_product_reviews .jdgm-rev__body {
  line-height: 1.45 !important;
}
.template-product .product-reviews-manual-photos {
  display: flex;
  gap: 5px;
  margin: 0 0 15px;
  padding: 0;
  overflow: hidden;
}
.template-product .product-reviews-manual-photos img {
  width: 93px;
  height: 72px;
  border-radius: 4px;
  object-fit: cover;
}

/* Customer media is a reusable block collection. The final brand-video block
   can use the exact homepage video and logo without hardcoding the media. */
.template-product .customer-stories {
  padding: 44px 0 54px;
}
.template-product .customer-stories-heading {
  margin-bottom: 42px;
  font-size: clamp(32px, 3.8vw, 52px);
}
.template-product .customer-stories-track {
  gap: 10px;
  padding: 0 46px;
}
.template-product .customer-story {
  aspect-ratio: 9 / 16;
}
.template-product .customer-story-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.template-product .customer-story-media img,
.template-product .customer-story-media video,
.template-product .customer-story-media .customer-story-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.template-product .customer-story::after { display: none; }
.template-product .customer-story-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, .66), transparent 46%);
}
.template-product .customer-story-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--story-logo-width, 84%);
  height: 34%;
  overflow: hidden;
  background: var(--story-logo-bg, #000);
  transform: translate(-50%, -50%);
}
.template-product .customer-story-logo img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}
.template-product .customer-story-caption { z-index: 3; }

/* Optional product metafield media is empty by default and therefore adds no
   spacing until a product has custom.lineitem_image configured. */
.template-product .product-line-item-image {
  padding: 0 7.5% 40px;
  background: var(--white);
}
.template-product .product-line-item-image-inner {
  max-width: 1190px;
  margin: 0 auto;
}
.template-product .product-line-item-image h2 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}
.template-product .product-line-item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.template-product .recommendations-section {
  padding: 24px 0 38px;
}
.template-product .recommendations-inner > h2 {
  margin-bottom: 26px;
  font-size: 20px;
}
.template-product .product-card-dark .product-card-image {
  aspect-ratio: .8;
}
.template-product .product-card-dark .product-card-title,
.template-product .product-card-dark .product-card-price {
  font-size: 13px;
}
.template-product .brand-banner {
  margin-top: 0;
}
.template-product .brand-banner-media {
  height: 440px;
}
.template-product .brand-logo-card {
  width: min(490px, 54vw);
  height: min(220px, 25vw);
}

@media (max-width: 767px) {
  .template-product .product-reviews {
    margin-top: 16px;
    padding: 16px 11px 20px;
  }
  .template-product .product-reviews-heading h2 { font-size: 18px; }
  .template-product #judgeme_product_reviews .jdgm-rev-widg__header {
    gap: 10px;
    padding-bottom: 12px !important;
  }
  .template-product #judgeme_product_reviews .jdgm-rev-widg__summary-text { font-size: 9px !important; }
  .template-product #judgeme_product_reviews .jdgm-write-rev-link,
  .template-product #judgeme_product_reviews .jdgm-write-rev-link.jdgm-write-rev-link {
    min-width: 88px;
    min-height: 27px;
    padding: 5px 8px !important;
    font-size: 8px !important;
  }
  .template-product #judgeme_product_reviews .jdgm-rev-widg__medias,
  .template-product #judgeme_product_reviews .jdgm-rev-widg__media-gallery,
  .template-product #judgeme_product_reviews .jdgm-rev-widg__photos,
  .template-product #judgeme_product_reviews .jdgm-rev-widg__pics,
  .template-product .product-reviews-manual-photos {
    gap: 4px;
    margin-bottom: 12px !important;
  }
  .template-product #judgeme_product_reviews .jdgm-rev-widg__medias img,
  .template-product #judgeme_product_reviews .jdgm-rev-widg__media-gallery img,
  .template-product #judgeme_product_reviews .jdgm-rev-widg__photos img,
  .template-product #judgeme_product_reviews .jdgm-rev-widg__pics img,
  .template-product .product-reviews-manual-photos img {
    width: 73px !important;
    height: 58px !important;
  }
  .template-product #judgeme_product_reviews .jdgm-rev-widg__sort-wrapper,
  .template-product #judgeme_product_reviews .jdgm-rev-widg__actions,
  .template-product #judgeme_product_reviews .jdgm-rev-widg__toolbar {
    min-height: 25px;
    padding: 7px 0 !important;
  }
  .template-product #judgeme_product_reviews select,
  .template-product #judgeme_product_reviews .jdgm-sort-dropdown,
  .template-product #judgeme_product_reviews .jdgm-filter-button,
  .template-product #judgeme_product_reviews button {
    font-size: 8px !important;
  }
  .template-product #judgeme_product_reviews .jdgm-rev {
    padding: 18px 0 11px !important;
  }
  .template-product #judgeme_product_reviews .jdgm-rev__author,
  .template-product #judgeme_product_reviews .jdgm-rev__timestamp,
  .template-product #judgeme_product_reviews .jdgm-rev__title,
  .template-product #judgeme_product_reviews .jdgm-rev__body {
    font-size: 8px !important;
  }
  .template-product .customer-stories {
    padding: 34px 0 38px;
  }
  .template-product .customer-stories-heading {
    margin-bottom: 26px;
    font-size: 19px;
  }
  .template-product .customer-stories-track {
    gap: 6px;
    padding: 0 16px 2px;
  }
  .template-product .customer-story { flex: 0 0 119px; }
  .template-product .customer-story-logo { height: 34%; }
  .template-product .product-line-item-image { padding: 0 11px 24px; }
  .template-product .product-line-item-image h2 { font-size: 18px; }
  .template-product .recommendations-section {
    padding: 10px 0 16px;
  }
  .template-product .recommendations-inner > h2 {
    margin-bottom: 10px;
    padding: 0 8px;
    font-size: 12px;
  }
  .template-product .product-card-dark .product-card-image { aspect-ratio: .62; }
  .template-product .product-card-dark .product-card-title { font-size: 8px; }
  .template-product .product-card-dark .product-card-price { font-size: 8px; }
  .template-product .brand-banner-media { height: 300px; }
  .template-product .brand-logo-card {
    width: 145px;
    height: 110px;
  }
}

/* Product-only readability correction. Keep the reference layout intact while
   making the price and product details legible in the information column. */
.template-product .product-price-block {
  gap: 10px;
  margin-top: 4px;
  margin-bottom: 5px;
}
.template-product .product-price {
  font-size: 30px;
  line-height: 1;
}
.template-product .product-compare-price {
  font-size: 15px;
  line-height: 1.1;
}
.template-product .save-badge {
  padding: 4px 7px;
  font-size: 11px;
  line-height: 1;
}
.template-product .product-tax-note {
  margin-bottom: 12px;
  font-size: 11px;
  line-height: 1.35;
}
.template-product .pdp-accordion summary {
  font-size: 12px;
}
.template-product .accordion-body {
  font-size: 13px;
  line-height: 1.55;
}
.template-product .product-description {
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .template-product .product-price-block {
    gap: 8px;
    margin-top: 3px;
    margin-bottom: 4px;
  }
  .template-product .product-price {
    font-size: 25px;
  }
  .template-product .product-compare-price {
    font-size: 13px;
  }
  .template-product .save-badge {
    padding: 3px 6px;
    font-size: 10px;
  }
  .template-product .product-tax-note {
    margin-bottom: 11px;
    font-size: 10px;
  }
  .template-product .pdp-accordion summary {
    font-size: 11px;
  }
  .template-product .accordion-body {
    font-size: 11px;
  }
  .template-product .product-description {
    font-size: 11px;
  }
}

/* Final product-information scale: the highlighted PDP copy must remain
   readable beside the large product image on both desktop and mobile. */
.template-product .product-drop-tag {
  font-size: 13px;
  line-height: 1.15;
}
.template-product .live-viewers {
  gap: 5px;
  font-size: 12px;
}
.template-product .live-dot {
  width: 7px;
  height: 7px;
}
.template-product .pdp-rating {
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 1.2;
}
.template-product .pdp-rating--judge .jdgm-widget,
.template-product .pdp-rating--judge .jdgm-prev-badge,
.template-product .pdp-rating--judge .jdgm-prev-badge__stars,
.template-product .pdp-rating--judge .jdgm-prev-badge__text {
  font-size: 13px !important;
}
.template-product .product-price {
  font-size: 34px;
}
.template-product .product-compare-price {
  font-size: 16px;
}
.template-product .save-badge {
  padding: 5px 8px;
  font-size: 12px;
}
.template-product .product-tax-note {
  font-size: 13px;
}
.template-product .deal-timer {
  min-height: 55px;
  padding: 8px 12px;
}
.template-product .timer-label {
  font-size: 13px;
}
.template-product .t-box {
  min-width: 34px;
  min-height: 39px;
  padding: 4px 5px;
}
.template-product .t-box span {
  font-size: 19px;
}
.template-product .t-box small {
  font-size: 8px;
}
.template-product .t-sep {
  font-size: 16px;
}
.template-product .pdp-scarcity-line {
  font-size: 13px;
}
.template-product .scarcity-flame {
  font-size: 13px;
}
.template-product .variant-label {
  font-size: 13px;
}
.template-product .size-hint {
  font-size: 11px;
}
.template-product .size-btn span {
  min-width: 38px;
  height: 36px;
  font-size: 12px;
}
.template-product .pdp-guarantee {
  font-size: 13px;
}
.template-product .pdp-accordion summary {
  padding: 12px 0;
  font-size: 14px;
}
.template-product .pdp-accordion summary::after {
  font-size: 19px;
}
.template-product .accordion-body {
  padding-bottom: 13px;
  font-size: 15px;
  line-height: 1.55;
}
.template-product .product-description {
  font-size: 15px;
  line-height: 1.6;
}

/* Product CTA reference treatment. Scoped to the product template so the
   homepage, collection, cart, and other page buttons retain their design. */
.template-product .product-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  margin-top: 22px;
  font-family: 'Archivo', Arial, sans-serif;
}
.template-product .product-actions .btn-buy-large {
  box-sizing: border-box;
  width: 100%;
  height: 54px;
  min-height: 54px;
  padding: 19px 32px;
  border: 0;
  border-radius: 0;
  background: #0a0a0a;
  color: var(--white);
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 16px;
  cursor: pointer;
}
.template-product .product-actions .btn-buy-large:hover,
.template-product .product-actions .btn-buy-large:focus-visible {
  background: #d32f2f;
  color: var(--white);
  transform: translateY(-1px);
}
.template-product .product-actions .btn-pulse::after {
  display: block;
  inset: -2px;
  border: 1px solid rgba(211, 47, 47, .72);
  animation: product-cta-pulse 2.4s ease-in-out infinite;
}
.template-product .product-actions .btn-buy-large:active {
  transform: scale(.98);
}
.template-product .product-actions .btn-buy-large.is-added {
  background: #2e7d32;
  transform: none;
}
.template-product .product-actions .buy-now-button {
  margin-top: 10px;
}
.template-product .product-actions .native-checkout-button {
  box-sizing: border-box;
  width: 100%;
  min-height: 45px;
  margin: 10px 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: #0b0b0b;
  color: var(--white);
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 1.08px;
  line-height: 15px;
}
.template-product .product-actions .native-checkout-button:hover,
.template-product .product-actions .native-checkout-button:focus-visible {
  background: #0b0b0b;
  color: var(--white);
}
.template-product .product-actions .shiprocket-headless {
  display: none !important;
  width: 100%;
}
.template-product .product-actions .shiprocket-headless .sr-headless-checkout {
  box-sizing: border-box;
  width: 100% !important;
  min-height: 45px !important;
  margin: 10px 0 !important;
  padding: 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #0b0b0b !important;
  color: var(--white) !important;
  font-family: 'Archivo', Arial, sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  letter-spacing: 1.08px !important;
  line-height: 15px !important;
}
.template-product .pdp-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 28px;
  margin-top: 22px;
  text-align: center;
}
.template-product .pdp-guarantee--image {
  min-height: 0;
}
.template-product .pdp-guarantee-image {
  display: block;
  width: auto;
  max-width: min(100%, 360px);
  max-height: 72px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 767px) {
  .template-product .product-drop-tag {
    font-size: 11px;
  }
  .template-product .live-viewers {
    font-size: 10px;
  }
  .template-product .live-dot {
    width: 6px;
    height: 6px;
  }
  .template-product .pdp-rating {
    font-size: 11px;
  }
  .template-product .pdp-rating--judge .jdgm-widget,
  .template-product .pdp-rating--judge .jdgm-prev-badge,
  .template-product .pdp-rating--judge .jdgm-prev-badge__stars,
  .template-product .pdp-rating--judge .jdgm-prev-badge__text {
    font-size: 11px !important;
  }
  .template-product .product-price {
    font-size: 28px;
  }
  .template-product .product-compare-price {
    font-size: 14px;
  }
  .template-product .save-badge {
    padding: 4px 7px;
    font-size: 11px;
  }
  .template-product .product-tax-note {
    font-size: 11px;
  }
  .template-product .deal-timer {
    min-height: 49px;
    padding: 7px 9px;
  }
  .template-product .timer-label {
    font-size: 11px;
  }
  .template-product .t-box {
    min-width: 31px;
    min-height: 36px;
    padding: 3px 4px;
  }
  .template-product .t-box span {
    font-size: 17px;
  }
  .template-product .t-box small {
    font-size: 7px;
  }
  .template-product .t-sep {
    font-size: 14px;
  }
  .template-product .pdp-scarcity-line,
  .template-product .scarcity-flame {
    font-size: 11px;
  }
  .template-product .variant-label {
    font-size: 12px;
  }
  .template-product .size-hint {
    font-size: 10px;
  }
  .template-product .size-btn span {
    min-width: 36px;
    height: 34px;
    font-size: 11px;
  }
  .template-product .pdp-guarantee {
    font-size: 11px;
  }
  .template-product .pdp-accordion summary {
    padding: 11px 0;
    font-size: 13px;
  }
  .template-product .pdp-accordion summary::after {
    font-size: 17px;
  }
  .template-product .accordion-body,
  .template-product .product-description {
    font-size: 13px;
  }
  .template-product .product-actions {
    margin-top: 14px;
  }
  .template-product .product-actions .btn-buy-large {
    height: 54px;
    min-height: 54px;
    padding: 19px 20px;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 16px;
  }
  .template-product .product-actions .buy-now-button {
    margin-top: 10px;
  }
  .template-product .product-actions .shiprocket-headless .sr-headless-checkout {
    min-height: 46px !important;
    margin: 1px 0 0 !important;
    padding: 10px !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    line-height: 16px !important;
  }
  .template-product .pdp-guarantee {
    min-height: 24px;
    margin-top: 20px;
  }
  .template-product .pdp-guarantee-image {
    max-width: min(100%, 280px);
    max-height: 56px;
  }
}

/* Reference collection page. All rules are scoped to collection templates so
   the product page, homepage, footer, and other templates keep their existing UI. */
.template-collection #main-content,
.template-collection .collection-page--reference {
  background: #000;
}
.template-collection .collection-page--reference {
  min-height: 100vh;
  padding: 0 0 54px;
  color: #fff;
}
.template-collection .collection-hero {
  padding: 0;
  background: #000;
}
.template-collection .collection-hero-link,
.template-collection .collection-hero-picture {
  display: block;
}
.template-collection .collection-hero-picture {
  overflow: hidden;
  border-radius: 4px;
}
.template-collection .collection-hero-picture img {
  width: 100%;
  height: calc(100vw / 5.05);
  object-fit: cover;
}
.template-collection .collection-intro {
  padding: 34px 20px 8px;
  text-align: center;
}
.template-collection .collection-title {
  padding: 0;
  color: #fff;
  font-family: var(--display);
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
}
.template-collection .collection-desc {
  max-width: 560px;
  margin: 8px auto 0;
  padding: 0;
  color: #aaa;
  font-size: 13px;
}
.template-collection .collection-content {
  width: min(calc(100% - 40px), 1004px);
  margin: 0 auto;
}
.template-collection .collection-toolbar {
  position: relative;
  z-index: 10;
  color: #fff;
  font-family: var(--body);
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}
.template-collection .collection-toolbar-desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 61px;
}
.template-collection .collection-toolbar-left,
.template-collection .collection-toolbar-right,
.template-collection .collection-sort-form,
.template-collection .collection-filter summary,
.template-collection .collection-select-wrap {
  display: flex;
  align-items: center;
}
.template-collection .collection-toolbar-left {
  gap: 19px;
}
.template-collection .collection-toolbar-right {
  gap: 26px;
}
.template-collection .collection-toolbar-prefix,
.template-collection .collection-sort-form label {
  white-space: nowrap;
}
.template-collection .collection-filter {
  position: relative;
}
.template-collection .collection-filter summary {
  gap: 7px;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}
.template-collection .collection-filter summary::-webkit-details-marker,
.template-collection .collection-mobile-controls summary::-webkit-details-marker {
  display: none;
}
.template-collection .collection-filter summary svg,
.template-collection .collection-select-wrap > svg {
  width: 9px;
  height: 6px;
  flex: 0 0 auto;
  stroke-width: 1.25;
}
.template-collection .collection-filter-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: -10px;
  z-index: 30;
  min-width: 168px;
  padding: 8px;
  border: 1px solid #343434;
  background: #121212;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .38);
}
.template-collection .collection-filter-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 9px;
  color: #eee;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}
.template-collection .collection-filter-panel a:hover,
.template-collection .collection-filter-panel a.is-active {
  background: #252525;
}
.template-collection .collection-filter-panel small {
  color: #8d8d8d;
  font-size: 10px;
}
.template-collection .collection-price-panel {
  min-width: 220px;
}
.template-collection .collection-price-form {
  display: block;
}
.template-collection .collection-price-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}
.template-collection .collection-price-fields label {
  display: block;
  color: #aaa;
  font-size: 9px;
}
.template-collection .collection-price-fields input {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 8px 7px;
  border: 1px solid #414141;
  border-radius: 0;
  outline: 0;
  background: #080808;
  color: #fff;
  font-size: 11px;
}
.template-collection .collection-price-fields input:focus {
  border-color: #aaa;
}
.template-collection .collection-filter-apply {
  width: 100%;
  margin-top: 9px;
  padding: 8px 10px;
  background: #fff;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.template-collection .collection-filter-clear {
  display: inline-block;
  margin: 10px 9px 2px;
  padding: 0 !important;
  background: transparent !important;
  color: #aaa !important;
  font-size: 10px !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.template-collection .collection-sort-form {
  gap: 9px;
  margin: 0;
}
.template-collection .collection-select-wrap {
  position: relative;
  gap: 7px;
}
.template-collection .collection-select-wrap select {
  min-width: 102px;
  padding: 0 14px 0 0;
  border: 0;
  outline: 0;
  appearance: none;
  background: transparent;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  cursor: pointer;
}
.template-collection .collection-select-wrap select option {
  background: #111;
  color: #fff;
}
.template-collection .collection-select-wrap > svg {
  position: absolute;
  right: 0;
  pointer-events: none;
}
.template-collection .collection-product-count {
  white-space: nowrap;
}
.template-collection .collection-toolbar-mobile {
  display: none;
}
.template-collection .collection-products {
  grid-template-columns: repeat(var(--collection-desktop-columns, 4), minmax(0, 1fr));
  gap: 8px;
  padding: 0;
}
.template-collection .collection-products .product-card {
  min-width: 0;
  color: #fff;
}
.template-collection .collection-products .product-card-image {
  aspect-ratio: .875;
}
.template-collection .collection-products .product-card-info {
  padding: 10px 0 22px;
}
.template-collection .collection-products .product-card-title {
  display: -webkit-box;
  margin: 0 0 5px;
  overflow: hidden;
  color: #fff;
  font-family: var(--body);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-overflow: clip;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.template-collection .collection-products .product-card-price {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
}
.template-collection .collection-products .price-compare {
  margin-right: 7px;
  color: #777;
}
.template-collection .collection-products .price-current {
  font-weight: 400;
}
.template-collection .collection-products .product-badge {
      top: 9px !important;
    left: 9px !important;
    padding: 4px 11px !important;
    border-radius: 0px !important;
    font-family: var(--body);
    font-size: 10px !important;
    font-weight: 800 !important;
  line-height: 1;
  text-transform: uppercase;
}
.template-collection .collection-products .product-badge.sale {
  background: var(--red);;
}
.template-collection .collection-products .product-badge.sold-out {
  background: #7a2928;
}
.template-collection .collection-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 49px 0 20px;
  color: #fff;
  font-family: var(--body);
  font-size: 11px;
  line-height: 1;
}
.template-collection .collection-pagination a,
.template-collection .collection-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10px;
  min-height: 16px;
}
.template-collection .collection-pagination .is-current {
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (max-width: 767px) {
  .template-collection .collection-page--reference {
    padding-bottom: 30px;
  }
  .template-collection .collection-hero {
    padding: 0;
    background: #000;
  }
  .template-collection .collection-hero-picture {
    border-radius: 0;
  }
  .template-collection .collection-hero-picture img {
    height: calc(100vw / .77);
  }
  .template-collection .collection-intro {
    padding: 20px 10px 4px;
  }
  .template-collection .collection-title {
    font-size: 22px;
  }
  .template-collection .collection-desc {
    font-size: 11px;
  }
  .template-collection .collection-content {
    width: 100%;
  }
  .template-collection .collection-toolbar-desktop {
    display: none;
  }
  .template-collection .collection-toolbar-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 34px;
    padding: 0 8px;
    font-size: 8px;
  }
  .template-collection .collection-mobile-controls {
    position: static;
  }
  .template-collection .collection-mobile-controls > summary {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    list-style: none;
    white-space: nowrap;
  }
  .template-collection .collection-mobile-controls > summary svg {
    width: 10px;
    height: 10px;
    stroke-width: 1.2;
  }
  .template-collection .collection-mobile-panel {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 40;
    padding: 14px 10px 16px;
    border: 1px solid #2f2f2f;
    background: #111;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .4);
  }
  .template-collection .collection-mobile-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #303030;
    font-size: 12px;
    font-weight: 700;
  }
  .template-collection .collection-mobile-close {
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 22px;
    line-height: 20px;
  }
  .template-collection .collection-sort-form-mobile {
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid #303030;
    font-size: 11px;
  }
  .template-collection .collection-sort-form-mobile .collection-select-wrap,
  .template-collection .collection-sort-form-mobile .collection-select-wrap select {
    font-size: 11px;
  }
  .template-collection .collection-mobile-filter-list {
    display: grid;
  }
  .template-collection .collection-filter-mobile {
    border-bottom: 1px solid #303030;
  }
  .template-collection .collection-filter-mobile summary {
    justify-content: space-between;
    padding: 13px 0;
    font-size: 11px;
  }
  .template-collection .collection-filter-mobile summary svg {
    width: 10px;
    height: 6px;
  }
  .template-collection .collection-filter-mobile .collection-filter-panel {
    position: static;
    min-width: 0;
    padding: 0 0 10px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .template-collection .collection-filter-mobile .collection-filter-panel a {
    padding: 8px 0;
    font-size: 10px;
  }
  .template-collection .collection-filter-mobile .collection-price-panel {
    min-width: 0;
  }
  .template-collection .collection-products {
    grid-template-columns: repeat(var(--collection-mobile-columns, 2), minmax(0, 1fr));
    gap: 7px;
    padding: 0 8px;
  }
  .template-collection .collection-products .product-card-image {
    aspect-ratio: .84;
  }
  .template-collection .collection-products .product-card-info {
    padding: 5px 1px 9px;
  }
  .template-collection .collection-products .product-card-title {
    margin-bottom: 3px;
    font-size: 11px;
    line-height: 1.2;
  }
  .template-collection .collection-products .product-card-price {
    font-size: 9px;
  }
  .template-collection .collection-products .price-compare {
    margin-right: 3px;
  }
  .template-collection .collection-products .product-badge {
    top: 4px;
    left: 4px;
    padding: 3px 6px;
    font-size: 7px;
  }
  .template-collection .collection-pagination {
    gap: 18px;
    padding: 27px 0 14px;
    font-size: 8px;
  }
}
.drawer-checkout{
  display:none;
}

.product-actions .buy-now-button{
  display:none;
}

