/** Shopify CDN: Minification failed

Line 564:0 Unexpected "<"

**/
/* =========================================================
   ACCESSORY PRODUCT TEMPLATE  ·  warm light-canvas palette
   Scoped under .acc-root to avoid colliding with theme styles
   ========================================================= */

.acc-root {
  --acc-bg:        #F2EBDC;
  --acc-bg-alt:    #EAE0CC;
  --acc-surface:   #FFFCF7;
  --acc-ink:       #1A1410;
  --acc-ink-soft:  #5A5048;
  --acc-mute:      #8B7F70;
  --acc-line:      #D4C9B5;
  --acc-line-soft: #E5DCC8;
  --acc-accent:    #D2492A;
  --acc-accent-d:  #B53D22;
  --acc-accent-soft: #FFE9DD;
  --acc-forest:    #3F5A3A;
  --acc-success:   #2C7A3E;
  --acc-star:      #E8A317;
  --acc-strike:    #9A8E7B;

  --font-display: 'Bebas Neue', 'DM Sans', system-ui, sans-serif;
  --font-body:    'DM Sans', system-ui, sans-serif;

  --r-sm: 6px; --r-md: 12px; --r-lg: 18px; --r-xl: 28px;
  --shadow:    0 2px 8px rgba(26,20,16,.04), 0 12px 32px rgba(26,20,16,.06);
  --shadow-md: 0 4px 16px rgba(26,20,16,.06), 0 20px 50px rgba(26,20,16,.08);
  --maxw: 1240px;

  background: var(--acc-bg);
  color: var(--acc-ink);
  font-family: var(--font-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;

  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence baseFrequency='0.7' numOctaves='2' seed='6'/><feColorMatrix values='0 0 0 0 0.55 0 0 0 0 0.45 0 0 0 0 0.32 0 0 0 0.04 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 160px 160px;
  background-blend-mode: multiply;
}

/* The site v5-header is position:fixed + translucent (#0a0a0a 85% + backdrop-blur).
   On the homepage the dark v6-hero behind it makes the header look solid black.
   On accessory pages with a warm canvas bg, the canvas bleeds through and tints the header.
   Fix: this CSS file is only loaded on accessory pages (asset_url inside main-product-accessory.liquid),
   so we can safely override the header to be opaque dark — header looks identical to homepage. */
.acc-root { padding-top: 88px; }
.v5-header {
  background: #0a0a0a !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
/* Hide the theme.v4 layout breadcrumb on accessory pages — we render our own
   inside the buybox so user has it next to the product info, not floating at top. */
.v6-breadcrumbs { display: none !important; }

.acc-root *, .acc-root *::before, .acc-root *::after { box-sizing: border-box; }
.acc-root img { max-width: 100%; display: block; border: 0 !important; box-shadow: none !important; margin: 0 !important; border-radius: inherit; }
.acc-root button {
  font-family: inherit; font-size: inherit; color: inherit;
  cursor: pointer; border: none; background: transparent;
  padding: 0; margin: 0; -webkit-appearance: none; appearance: none;
  display: inline-block; transition: none; letter-spacing: normal; line-height: normal;
}
.acc-root button:hover, .acc-root button:active, .acc-root button:focus { transform: none !important; box-shadow: none !important; }
.acc-root button:hover::after, .acc-root button:hover:after,
.acc-root button:not([disabled]):hover:after, .acc-root button::after, .acc-root button::before {
  content: none !important; display: none !important; box-shadow: none !important;
}
.acc-root h1, .acc-root h2, .acc-root h3, .acc-root h4 { margin: 0; font-weight: 700; line-height: 1.1; letter-spacing: -.01em; color: var(--acc-ink); }
.acc-root p, .acc-root ul, .acc-root ol { margin: 0; padding: 0; }
.acc-root ul, .acc-root ol { list-style: none; }
.acc-root a { color: inherit; text-decoration: none; }

.acc__container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.acc__container--narrow { max-width: 920px; }

.acc__section { padding: 72px 0; position: relative; }
.acc__section--alt { background: var(--acc-bg-alt); }
.acc__section--surface { background: var(--acc-surface); }

.acc__eyebrow { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--acc-accent); margin-bottom: 14px; }
.acc__title { font-family: var(--font-display); font-size: clamp(34px,4vw,52px); font-weight: 400; letter-spacing: .04em; line-height: 1; text-transform: uppercase; margin-bottom: 14px; color: var(--acc-ink); max-width: 720px; }
.acc__lead { font-size: 17px; line-height: 1.6; color: var(--acc-ink-soft); max-width: 640px; margin-bottom: 36px; }
.acc__head { margin-bottom: 48px; }

/* =============== HERO / BUYBOX =============== */
.acc-hero { padding: 36px 0 64px; }

/* Back-to-category button — sits just above the gallery/buybox grid */
.acc-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px 9px 12px;
  margin-bottom: 22px;
  background: var(--acc-surface);
  border: 1px solid var(--acc-line);
  border-radius: 999px;
  color: var(--acc-ink-soft);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  box-shadow: 0 2px 8px rgba(26,20,16,.06);
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .15s ease, box-shadow .2s ease;
}
.acc-back svg { flex-shrink: 0; transition: transform .2s ease; }
.acc-back__label strong { color: var(--acc-ink); font-weight: 700; }
.acc-back:hover {
  background: var(--acc-ink);
  border-color: var(--acc-ink);
  color: rgba(255,255,255,.85);
  box-shadow: 0 4px 14px rgba(26,20,16,.18);
}
.acc-back:hover svg { transform: translateX(-3px); }
.acc-back:hover .acc-back__label strong { color: #fff; }
.acc-hero__grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 56px; align-items: flex-start; }

.acc-gal { outline: none; }
.acc-gal__main {
  position: relative;
  background: var(--acc-surface);
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 5/4;
  box-shadow: var(--shadow);
  border: 1px solid var(--acc-line-soft);
}
/* Track-based slider — stage holds all slides in a flex row, transform translates */
.acc-gal__stage {
  position: absolute; inset: 0;
  display: flex;
  cursor: grab;
  touch-action: pan-y;
  transform: translateX(0);
  transition: transform .4s cubic-bezier(.2, .7, .2, 1);
  will-change: transform;
}
.acc-gal__stage.is-dragging { cursor: grabbing; transition: none; }
.acc-gal__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 14px;
  opacity: 1;
  user-select: none;
  -webkit-user-drag: none;
}
.acc-gal__main > img:not(.acc-gal__slide) { width: 100%; height: 100%; object-fit: contain; padding: 14px; }

.acc-gal__badge {
  position: absolute; top: 22px; left: 22px;
  background: var(--acc-accent); color: #fff;
  padding: 7px 14px; border-radius: 999px;
  font-size: 11px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
  z-index: 3;
}

/* Arrow buttons — circular, soft until hover. SVG is dead-centered inside the circle. */
.acc-gal__arrow {
  position: absolute; top: 50%;
  transform: translateY(-50%) !important;
  width: 46px !important; height: 46px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--acc-surface) !important;
  color: var(--acc-ink) !important;
  box-shadow: 0 2px 8px rgba(26,20,16,.15), 0 6px 20px rgba(26,20,16,.1) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
  font-size: 0 !important;
  z-index: 4;
  opacity: .85;
  transition: opacity .2s ease, background-color .2s ease, color .2s ease, transform .15s ease;
}
.acc-root button.acc-gal__arrow:hover,
.acc-root button.acc-gal__arrow:focus,
.acc-root button.acc-gal__arrow:active {
  opacity: 1;
  background-color: var(--acc-ink) !important;
  color: var(--acc-surface) !important;
  transform: translateY(-50%) !important;
  box-shadow: 0 4px 14px rgba(26,20,16,.22), 0 10px 28px rgba(26,20,16,.14) !important;
}
.acc-gal__arrow svg {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
  margin: 0;
}
.acc-gal__arrow--prev { left: 16px; }
.acc-gal__arrow--next { right: 16px; }

/* Dots — animated active dot expands into a pill */
.acc-gal__dots {
  position: absolute; bottom: 18px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 7px; align-items: center;
  z-index: 4;
  background: rgba(255, 252, 247, .78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(212, 201, 181, .5);
}
.acc-gal__dot {
  width: 8px !important; height: 8px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: var(--acc-line) !important;
  cursor: pointer;
  transition: background-color .2s ease, width .25s ease, border-radius .25s ease;
  border: none !important;
}
.acc-gal__dot:hover { background: var(--acc-mute) !important; }
.acc-gal__dot.is-active {
  background: var(--acc-accent) !important;
  width: 24px !important;
  border-radius: 999px !important;
}

/* Counter (1 / N) */
.acc-gal__counter {
  position: absolute; top: 22px; right: 22px;
  background: rgba(26, 20, 16, .78);
  color: #fff;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 12px; font-weight: 700;
  letter-spacing: .04em;
  z-index: 4;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* Thumbs — exactly 5 visible, horizontal scroll-snap */
.acc-gal__thumbs-wrap { margin-top: 14px; position: relative; }
.acc-gal__thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 4 * 10px) / 5);
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 2px;
  scroll-behavior: smooth;
}
.acc-gal__thumbs::-webkit-scrollbar { display: none; }
.acc-gal__thumb {
  aspect-ratio: 1/1;
  background: var(--acc-surface) !important;
  border-radius: var(--r-md) !important;
  overflow: hidden;
  border: 2px solid var(--acc-line-soft) !important;
  transition: border-color .15s ease;
  cursor: pointer;
  padding: 0 !important;
  scroll-snap-align: start;
}
.acc-gal__thumb img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.acc-gal__thumb.is-active { border-color: var(--acc-ink) !important; }
.acc-gal__thumb:hover { border-color: var(--acc-mute) !important; }

.acc-buy { display: flex; flex-direction: column; gap: 18px; padding-top: 8px; }
.acc-buy__crumbs { font-size: 12px; color: var(--acc-mute); letter-spacing: .04em; }
.acc-buy__crumbs a:hover { color: var(--acc-accent); }
/* Mobile-only crumb that sits above the gallery — hide on desktop */
.acc-buy__crumbs--mobile { display: none; }
.acc-buy__title { font-family: var(--font-display); font-size: clamp(36px,4vw,56px); font-weight: 400; letter-spacing: .04em; line-height: .95; text-transform: uppercase; margin-bottom: 4px; }
.acc-buy__subtitle { font-size: 16px; color: var(--acc-ink-soft); line-height: 1.55; max-width: 46ch; }
.acc-buy__rating { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 14px; color: var(--acc-ink-soft); }
.acc-stars { color: var(--acc-star); letter-spacing: 1.5px; font-size: 16px; }
.acc-buy__rating-num { color: var(--acc-ink); font-weight: 700; }
.acc-buy__rating a { color: var(--acc-ink-soft); text-decoration: underline; text-underline-offset: 3px; }

.acc-buy__price-row { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; padding-top: 18px; border-top: 1px solid var(--acc-line); }
.acc-buy__price-now { font-family: var(--font-display); font-size: 48px; font-weight: 400; line-height: 1; }
.acc-buy__price-was { font-size: 20px; color: var(--acc-strike); text-decoration: line-through; font-weight: 600; }
.acc-buy__price-save { background: var(--acc-accent-soft); color: var(--acc-accent); padding: 5px 12px; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.acc-buy__finance { font-size: 13px; color: var(--acc-ink-soft); margin-top: -4px; }
.acc-buy__finance strong { color: var(--acc-ink); }

.acc-variant { padding-top: 8px; }
.acc-variant__label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 10px; letter-spacing: .03em; color: var(--acc-ink); }
.acc-variant__label small { color: var(--acc-mute); font-weight: 500; margin-left: 6px; }
.acc-variant__value { color: var(--acc-mute); font-weight: 500; margin-left: 6px; }
.acc-variant__options { display: flex; flex-wrap: wrap; gap: 8px; }
.acc-variant__option { padding: 11px 18px !important; border: 1.5px solid var(--acc-line) !important; border-radius: var(--r-md) !important; background-color: var(--acc-surface) !important; color: var(--acc-ink) !important; font-size: 14px !important; font-weight: 500 !important; letter-spacing: 0 !important; transition: all .15s ease; }
.acc-variant__option:hover { border-color: var(--acc-ink) !important; }
.acc-variant__option.is-active { border-color: var(--acc-ink) !important; background-color: var(--acc-ink) !important; color: var(--acc-surface) !important; }
.acc-variant__option[disabled], .acc-variant__option.is-soldout { opacity: .4; text-decoration: line-through; cursor: not-allowed; }

.acc-buy__qty-row { display: flex; align-items: stretch; gap: 12px; padding-top: 6px; padding-bottom: 8px; }
.acc-qty { display: inline-flex; align-items: center; border: 1.5px solid var(--acc-line); border-radius: var(--r-md); overflow: hidden; background: var(--acc-surface); }
.acc-qty button { width: 44px !important; height: 52px !important; padding: 0 !important; font-size: 19px !important; font-weight: 600 !important; color: var(--acc-ink) !important; background-color: var(--acc-surface) !important; border-radius: 0 !important; }
.acc-qty button:hover { background-color: var(--acc-bg) !important; }
.acc-qty input { width: 52px; height: 52px; border: none; text-align: center; font-size: 16px; font-weight: 700; font-family: inherit; background: transparent; -moz-appearance: textfield; }
.acc-qty input::-webkit-inner-spin-button, .acc-qty input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.acc-qty input:focus { outline: none; }

.acc-buy__cta-stack { display: flex; flex-direction: column; gap: 10px; padding-top: 24px; margin-top: 4px; border-top: 1px solid var(--acc-line-soft); }
.acc-cta {
  display: flex; align-items: center; justify-content: center;
  gap: 10px;
  padding: 18px 26px;
  border-radius: var(--r-md);
  font-size: 16px; font-weight: 700; letter-spacing: .04em;
  line-height: 1;
  font-family: inherit;
  cursor: pointer;
  border: none;
  transition: filter .15s ease, transform .12s ease, box-shadow .25s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.acc-cta--primary {
  background: linear-gradient(135deg, #E84F1E 0%, #D2492A 50%, #B53D22 100%) !important;
  color: #fff !important;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(210,73,42,.28), inset 0 1px 0 rgba(255,255,255,.18), inset 0 -2px 0 rgba(0,0,0,.12) !important;
}
.acc-cta--primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(210,73,42,.42), inset 0 1px 0 rgba(255,255,255,.22), inset 0 -2px 0 rgba(0,0,0,.15) !important;
}
.acc-cta--primary:active { transform: translateY(1px); filter: brightness(.95); }
.acc-cta--primary[disabled] { background: var(--acc-mute) !important; cursor: not-allowed; box-shadow: none !important; transform: none !important; }
.acc-cta--secondary { background-color: var(--acc-ink) !important; color: #fff !important; }
.acc-cta--secondary:hover { filter: brightness(1.15); }

/* XL variant — taller, more impactful */
.acc-cta--xl {
  padding: 0 32px !important;
  min-height: 72px;
  font-size: 17px !important;
  letter-spacing: .08em !important;
  border-radius: 14px !important;
  font-weight: 800 !important;
  align-items: center !important;
}
.acc-cta__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  line-height: 1;
  height: 100%;
  position: relative;
  z-index: 2;
}
.acc-cta__cart { width: 22px; height: 22px; flex-shrink: 0; opacity: .95; }
.acc-cta__sep { opacity: .55; font-weight: 400; margin: 0 -2px; }
.acc-cta__arrow {
  width: 22px; height: 22px;
  flex-shrink: 0;
  transition: transform .25s ease;
  margin-left: 4px;
}
.acc-cta--primary:hover .acc-cta__arrow { transform: translateX(6px); }

/* Shimmer effect on hover — diagonal light sweep */
.acc-cta__shimmer {
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.18) 35%, rgba(255,255,255,.32) 50%, rgba(255,255,255,.18) 65%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  transition: left .8s cubic-bezier(.4,0,.2,1);
}
.acc-cta--primary:hover .acc-cta__shimmer { left: 130%; }

.acc-buy__trust { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding-top: 22px; margin-top: 6px; border-top: 1px solid var(--acc-line); }
.acc-buy__trust-i { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; color: var(--acc-ink-soft); line-height: 1.4; }
.acc-buy__trust-i svg { width: 26px; height: 26px; color: var(--acc-forest); flex-shrink: 0; margin-top: 1px; }
.acc-buy__trust-i strong { display: block; color: var(--acc-ink); font-weight: 700; font-size: 14px; margin-bottom: 2px; }

.acc-buy__pay { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding-top: 16px; margin-top: 4px; }
.acc-buy__pay-lbl { font-size: 11px; color: var(--acc-mute); font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.acc-buy__pay-icons { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.acc-buy__pay-icons li { display: inline-flex; }
.acc-buy__pay-icon { width: 38px; height: 24px; display: block; background: transparent !important; border: 0 !important; box-shadow: none !important; padding: 0 !important; }

/* =============== DESCRIPTION =============== */
.acc-desc__rich { font-size: 17px; line-height: 1.7; color: var(--acc-ink-soft); max-width: 720px; }
.acc-desc__rich p { margin: 0 0 18px; font-size: 17px; line-height: 1.7; color: var(--acc-ink-soft); }
.acc-desc__rich p:last-child { margin-bottom: 0; }
.acc-desc__rich strong { color: var(--acc-ink); font-weight: 700; }
.acc-desc__rich ul { margin: 12px 0; padding-left: 20px; list-style: disc; }
.acc-desc__rich li { margin-bottom: 6px; }

/* =============== KEY FEATURES =============== */
.acc-features { display: grid; grid-template-columns: repeat(2,1fr); gap: 32px 56px; }
.acc-feat { display: flex; gap: 18px; align-items: flex-start; }
.acc-feat__icon { flex-shrink: 0; width: 52px; height: 52px; border-radius: var(--r-md); background: var(--acc-surface); border: 1px solid var(--acc-line); color: var(--acc-accent); display: flex; align-items: center; justify-content: center; }
.acc-feat__icon svg { width: 26px; height: 26px; }
.acc-feat__title { font-family: var(--font-display); font-size: 22px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; line-height: 1.05; margin-bottom: 6px; }
.acc-feat__text { font-size: 15px; line-height: 1.55; color: var(--acc-ink-soft); }

/* =============== COMPATIBILITY =============== */
.acc-compat { background: var(--acc-surface); border: 1px solid var(--acc-line); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow); }
.acc-compat__head { padding: 28px 32px; border-bottom: 1px solid var(--acc-line); display: flex; align-items: center; gap: 16px; }
.acc-compat__head svg { width: 28px; height: 28px; color: var(--acc-forest); flex-shrink: 0; }
.acc-compat__head h3 { font-family: var(--font-display); font-size: 26px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; line-height: 1; }
.acc-compat__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.acc-compat__cell { padding: 22px 24px; border-right: 1px solid var(--acc-line-soft); border-bottom: 1px solid var(--acc-line-soft); }
.acc-compat__cell:nth-child(4n) { border-right: none; }
.acc-compat__cell--match { background: rgba(63,90,58,.04); }
.acc-compat__model { font-size: 14px; font-weight: 700; color: var(--acc-ink); margin-bottom: 4px; }
.acc-compat__status { font-size: 12px; font-weight: 600; display: inline-flex; align-items: center; gap: 5px; color: var(--acc-success); }
.acc-compat__status::before { content: ""; width: 12px; height: 12px; background: var(--acc-success); border-radius: 50%; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M3 6l2 2 4-4' stroke='white' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>"); background-position: center; background-repeat: no-repeat; }

/* =============== SPECS =============== */
.acc-specs { background: var(--acc-surface); border: 1px solid var(--acc-line); border-radius: var(--r-lg); overflow: hidden; }
.acc-specs__row { display: grid; grid-template-columns: 1fr 1.4fr; padding: 16px 24px; border-bottom: 1px solid var(--acc-line-soft); align-items: center; gap: 16px; }
.acc-specs__row:last-child { border-bottom: none; }
.acc-specs__row:nth-child(odd) { background: var(--acc-bg); }
.acc-specs__label { font-size: 13px; font-weight: 600; color: var(--acc-ink-soft); text-transform: uppercase; letter-spacing: .04em; }
.acc-specs__value { font-size: 15px; font-weight: 500; color: var(--acc-ink); }
.acc-specs__value small { display: block; color: var(--acc-mute); font-size: 13px; font-weight: 400; margin-top: 2px; }

/* =============== INCLUDED =============== */
.acc-included { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.acc-included__photo { aspect-ratio: 5/4; background: var(--acc-surface); border: 1px solid var(--acc-line); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow); }
.acc-included__photo img { width: 100%; height: 100%; object-fit: cover; }
.acc-included__list { display: flex; flex-direction: column; gap: 12px; }
.acc-included__list li { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 500; color: var(--acc-ink); padding: 14px 18px; background: var(--acc-surface); border: 1px solid var(--acc-line-soft); border-radius: var(--r-md); }
.acc-included__list li::before { content: ""; flex-shrink: 0; width: 22px; height: 22px; background: var(--acc-accent-soft); border-radius: 50%; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'><path d='M6 11l3 3 7-7' stroke='%23D2492A' stroke-width='2.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>"); background-position: center; background-repeat: no-repeat; }

/* =============== POLICIES =============== */
.acc-policies { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.acc-policy { background: var(--acc-surface); border: 1px solid var(--acc-line); border-radius: var(--r-xl); padding: 32px 28px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.acc-policy:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--acc-accent); }
.acc-policy__icon { width: 56px; height: 56px; border-radius: var(--r-md); background: rgba(63,90,58,.1); color: var(--acc-forest); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.acc-policy__icon svg { width: 28px; height: 28px; }
.acc-policy__title { font-family: var(--font-display); font-size: 26px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; line-height: 1; margin-bottom: 10px; }
.acc-policy__lead { font-size: 14px; line-height: 1.55; color: var(--acc-ink-soft); margin-bottom: 18px; }
.acc-policy__list { display: flex; flex-direction: column; gap: 8px; padding-top: 16px; border-top: 1px solid var(--acc-line-soft); }
.acc-policy__list li { font-size: 13px; color: var(--acc-ink-soft); line-height: 1.4; padding-left: 18px; position: relative; }
.acc-policy__list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; border: 2px solid var(--acc-success); border-top: none; border-left: none; transform: rotate(45deg); margin-top: -2px; }

/* =============== REVIEWS =============== */
.acc-rev-summary { display: flex; align-items: center; gap: 36px; padding: 28px 32px; background: var(--acc-surface); border: 1px solid var(--acc-line); border-radius: var(--r-xl); margin-bottom: 28px; }
.acc-rev-summary__score { font-family: var(--font-display); font-size: 64px; font-weight: 400; line-height: 1; letter-spacing: .04em; }
.acc-rev-summary__meta { font-size: 14px; color: var(--acc-ink-soft); }
.acc-rev-summary__meta .acc-stars { font-size: 18px; display: block; margin-bottom: 4px; }

.acc-rev-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.acc-rev-card { background: var(--acc-surface); border: 1px solid var(--acc-line); border-radius: var(--r-xl); padding: 28px; transition: box-shadow .2s ease; }
.acc-rev-card:hover { box-shadow: var(--shadow); }
.acc-rev-card .acc-stars { font-size: 14px; }
.acc-rev-card__text { font-size: 15px; margin: 12px 0 20px; line-height: 1.55; color: var(--acc-ink); }
.acc-rev-card__author { display: flex; align-items: center; gap: 12px; }
.acc-rev-card__avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--acc-accent), var(--acc-star)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; }
.acc-rev-card__name { font-size: 14px; font-weight: 600; color: var(--acc-ink); }
.acc-rev-card__verified { font-size: 11px; color: var(--acc-success); font-weight: 700; letter-spacing: .03em; }

/* =============== RELATED =============== */
.acc-related { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.acc-related__card { background: var(--acc-surface); border: 1px solid var(--acc-line); border-radius: var(--r-xl); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; display: block; }
.acc-related__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--acc-accent); }
.acc-related__photo { aspect-ratio: 1/1; background: var(--acc-bg); padding: 18px; }
.acc-related__photo img { width: 100%; height: 100%; object-fit: contain; }
.acc-related__body { padding: 18px 22px 22px; }
.acc-related__rating { font-size: 12px; color: var(--acc-ink-soft); margin-bottom: 8px; }
.acc-related__rating .acc-stars { font-size: 14px; margin-right: 6px; }
.acc-related__name { font-family: var(--font-display); font-size: 19px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; line-height: 1.05; margin-bottom: 10px; min-height: 42px; }
.acc-related__price { font-family: var(--font-display); font-size: 22px; font-weight: 400; }
.acc-related__price strong { color: var(--acc-ink); font-weight: 400; }
.acc-related__price del { color: var(--acc-strike); font-size: 16px; margin-left: 8px; font-family: var(--font-body); font-weight: 500; }

/* =============== FAQ =============== */
.acc-faq { max-width: 820px; }
.acc-faq__item { border-bottom: 1px solid var(--acc-line); background: transparent; }
.acc-faq__item summary { list-style: none; cursor: pointer; padding: 22px 0; font-family: var(--font-display); font-size: 22px; font-weight: 400; letter-spacing: .04em; line-height: 1.05; text-transform: uppercase; display: flex; justify-content: space-between; align-items: center; gap: 24px; transition: color .2s ease; color: var(--acc-ink); }
.acc-faq__item summary::-webkit-details-marker { display: none; }
.acc-faq__item summary:hover { color: var(--acc-accent); }
.acc-faq__item summary::after { content: "+"; font-family: var(--font-body); font-size: 26px; font-weight: 300; color: var(--acc-mute); transition: transform .25s ease, color .2s ease; flex-shrink: 0; }
.acc-faq__item[open] summary { color: var(--acc-accent); }
.acc-faq__item[open] summary::after { transform: rotate(45deg); color: var(--acc-accent); }
.acc-faq__answer { padding: 0 0 24px; font-size: 15px; color: var(--acc-ink-soft); line-height: 1.65; max-width: 720px; }
.acc-faq__answer p { margin-bottom: 8px; font-size: 15px; line-height: 1.65; color: var(--acc-ink-soft); }
.acc-faq__answer p:last-child { margin-bottom: 0; }

/* =============== STICKY CTA =============== */
.acc-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: var(--acc-surface); border-top: 1px solid var(--acc-line); box-shadow: 0 -6px 24px rgba(26,20,16,.1); padding: 12px 0; transform: translateY(110%); transition: transform .3s ease; }
.acc-sticky.show { transform: translateY(0); }
.acc-sticky__inner { display: flex; align-items: center; gap: 14px; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.acc-sticky__photo { width: 50px; height: 50px; border-radius: var(--r-sm); background: var(--acc-bg); padding: 5px; flex-shrink: 0; }
.acc-sticky__photo img { width: 100%; height: 100%; object-fit: contain; }
.acc-sticky__info { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; flex: 1; }
.acc-sticky__name { font-size: 14px; font-weight: 700; color: var(--acc-ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.acc-sticky__price { font-size: 14px; color: var(--acc-accent); font-weight: 800; margin-top: 2px; font-family: var(--font-display); }
.acc-sticky__btn { background-color: var(--acc-accent) !important; color: #fff !important; font-size: 14px; font-weight: 800; padding: 14px 22px !important; border-radius: var(--r-md) !important; letter-spacing: .04em; text-transform: uppercase; flex-shrink: 0; }

/* =============== MOBILE =============== */
@media (max-width: 980px) {
  .acc-hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .acc-root { padding-top: 64px; }
  .acc-hero { padding: 16px 0 48px; }
  .acc-buy__crumbs--mobile { display: block; margin-bottom: 12px; padding-bottom: 0; border-bottom: 0; }
  .acc-buy .acc-buy__crumbs:not(.acc-buy__crumbs--mobile) { display: none; }
  .acc-features { grid-template-columns: 1fr; gap: 24px; }
  .acc-included { grid-template-columns: 1fr; gap: 24px; }
  .acc-compat__grid { grid-template-columns: repeat(2,1fr); }
  .acc-compat__cell:nth-child(2n) { border-right: none; }
  .acc-policies { grid-template-columns: 1fr; gap: 14px; }
  .acc-rev-grid { grid-template-columns: 1fr; }
  .acc-rev-summary { flex-direction: column; align-items: flex-start; gap: 14px; }
  .acc-related { grid-template-columns: repeat(2,1fr); }
  .acc-specs__row { grid-template-columns: 1fr; gap: 4px; padding: 14px 18px; }
  .acc__section { padding: 56px 0; }
}
@media (max-width: 640px) {
  .acc-buy__trust { grid-template-columns: 1fr 1fr; gap: 12px; }
  .acc-buy__trust-i { font-size: 12px; gap: 8px; }
  .acc-buy__trust-i strong { font-size: 13px; }
  .acc-buy__trust-i svg { width: 22px; height: 22px; }
  .acc-related { grid-template-columns: 1fr; }
  .acc-buy__price-now { font-size: 38px; }
  .acc-buy__qty-row { flex-direction: column; }
  .acc-qty { align-self: flex-start; }
  .acc-sticky { display: block; }

  /* Live chat bubble (campkitchen-chat) — lift above the sticky ATC bar on mobile */
  #cc-w-btn { bottom: 88px !important; }

  /* Full-bleed gallery — image fills the viewport width on mobile */
  .acc-gal { margin-left: -24px; margin-right: -24px; }
  .acc-gal__main {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    aspect-ratio: 1 / 1;
  }
  .acc-gal__slide { padding: 0; }
  .acc-gal__main > img:not(.acc-gal__slide) { padding: 0; }
  .acc-gal__thumbs-wrap { padding: 0 24px; }
  .acc-gal__thumbs { grid-auto-columns: calc((100% - 3 * 8px) / 4); gap: 8px; }
  .acc-gal__thumb { border-width: 1px !important; }
  .acc-gal__thumb img { padding: 3px; }
}
</content>
</invoke>

