/** Shopify CDN: Minification failed

Line 124:0 Unexpected "}"
Line 397:1 Unexpected "{"

**/
/* LETSCARE Theme Stylesheet */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--cream);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Archivo', sans-serif;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
img { max-width: 100%; display: block; }

.skip-to-content {
  position: absolute;
  top: -100px;
  left: 0;
  background: var(--ink);
  color: var(--cream);
  padding: 12px 20px;
  z-index: 1000;
}
.skip-to-content:focus { top: 0; }

.container {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 32px;
}

/* ============ ANNOUNCEMENT BAR ============ */
.announce {
  position: sticky;
  top: 0;
  z-index: 101;
  background: var(--ink);
  color: var(--cream);
  text-align: center;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.announce .dot { width: 4px; height: 4px; background: var(--cream); border-radius: 50%; opacity: 0.5; }
.announce .spark { color: var(--gold); font-size: 14px; }
@media (max-width: 640px) {
  .announce > *:nth-child(n+4) { display: none; }
}

/* ============ HEADER / NAV ============ */
.header {
  position: sticky;
  top: 42px;
  z-index: 100;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.header__inner {
  padding: 2px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--page-width);
  margin: 0 auto;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Archivo', sans-serif;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: -0.02em;
}.logo img {
  height: 120px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}
.logo-mark {
  width: 32px;
  height: 32px;
  background: var(--ink);
  border-radius: 8px;
  position: relative;
}
.logo-mark::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 6px;
  width: 8px;
  height: 8px;
  background: var(--cream);
  clip-path: polygon(50% 0%, 60% 40%, 100% 50%, 60% 60%, 50% 100%, 40% 60%, 0% 50%, 40% 40%);
}
.header__nav {
  display: flex;
  gap: 36px;
  font-size: 17px;
  font-weight: 700;
}
}
.header__nav a { position: relative; padding: 6px 0; font-family: 'Archivo', sans-serif; font-weight: 900; letter-spacing: -0.01em; text-transform: uppercase; font-size: 15px; }
.header__nav a:hover { opacity: 0.6; }
.header__nav a[data-new]::after {
  content: 'NEW';
  position: absolute;
  top: -6px;
  right: -30px;
  font-size: 9px;
  font-weight: 800;
  background: var(--ink);
  color: var(--cream);
  padding: 2px 5px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}
.header__icons { display: flex; gap: 20px; align-items: center; font-size: 14px; font-weight: 500; }
.header__icons button, .header__icons a { display: flex; align-items: center; gap: 6px; font-weight: 500; font-size: 14px; }
.cart-count {
  background: var(--ink);
  color: var(--cream);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 4px;
}
.header__mobile-toggle { display: none; }
@media (max-width: 900px) {
  .header__nav { display: none; }
  .header__inner { padding: 14px 20px; }
  .header__mobile-toggle { display: block; font-size: 20px; }
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 28px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15px;
  transition: transform 0.15s, background 0.15s;
  cursor: pointer;
}
.btn--primary { background: var(--ink); color: var(--cream); }
.btn--primary:hover { transform: translateY(-2px); }
.btn--outline { border: 1.5px solid var(--ink); color: var(--ink); background: transparent; }
.btn--outline:hover { background: var(--ink); color: var(--cream); }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { transform: translateY(-2px); }
.btn__arrow { display: inline-block; transition: transform 0.2s; }
.btn:hover .btn__arrow { transform: translateX(4px); }

/* ============ HERO ============ */
.hero {
  padding: 100px 32px;
  min-height: 600px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: var(--cream);
}
.hero--has-bg { padding: 140px 32px; min-height: 700px; }

.hero__overlay { position: absolute; inset: 0; pointer-events: none; }
.hero__overlay--fade-left {
  background: linear-gradient(90deg, rgba(245,241,232,0.92) 0%, rgba(245,241,232,0.55) 45%, rgba(245,241,232,0) 75%);
}
.hero__overlay--fade-bottom {
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.6) 100%);
}
.hero__overlay--dark { background: rgba(0,0,0,0.4); }
.hero__overlay--none { display: none; }

.hero__content {
  position: relative;
  z-index: 2;
  max-width: var(--page-width);
  margin: 0 auto;
  width: 100%;
}
.hero__text { max-width: 640px; }

.hero__text--light { color: var(--cream); }
.hero__text--light .hero__sub { color: rgba(245,241,232,0.85); }
.hero__text--light .eyebrow { background: var(--cream); color: var(--ink); }
.hero__text--light .btn--outline { border-color: var(--cream); color: var(--cream); }
.hero__text--light .btn--outline:hover { background: var(--cream); color: var(--ink); }

.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: var(--ink);
  color: var(--cream);
  padding: 8px 14px;
  border-radius: 20px;
  margin-bottom: 24px;
}
.hero .eyebrow .star { color: var(--gold); }

.hero h1 {
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 900;
  margin-bottom: 24px;
}
.hero h1 .highlight {
  background: var(--leather);
  padding: 0 12px;
  border-radius: 12px;
  display: inline-block;
  transform: rotate(-1deg);
}

.hero__sub {
  font-size: 18px;
  color: var(--ink-70);
  max-width: 480px;
  margin-bottom: 36px;
}
.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }

.hero__badge {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background: var(--sneaker);
  color: var(--ink);
  padding: 14px 20px;
  border-radius: 100px;
  font-family: 'Archivo', sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.05em;
  transform: rotate(6deg);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  z-index: 3;
}

@media (max-width: 900px) {
  .hero { padding: 60px 20px; min-height: 500px; }
  .hero--has-bg .hero__overlay--fade-left {
    background: linear-gradient(180deg, rgba(245,241,232,0.4) 0%, rgba(245,241,232,0.92) 55%);
  }
  .hero__badge { bottom: 20px; right: 20px; }
}
/* ============ CATEGORY PILLS ============ */
.cats {
  padding: 20px 32px 40px;
  max-width: var(--page-width);
  margin: 0 auto;
}
.cats__scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}
.cats__scroll::-webkit-scrollbar { display: none; }
.cat-pill {
  flex-shrink: 0;
  padding: 12px 22px;
  border-radius: 100px;
  background: var(--cream-warm);
  border: 1.5px solid transparent;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  color: var(--ink);
  text-decoration: none;
}
.cat-pill:hover, .cat-pill.is-active { background: var(--ink); color: var(--cream); }
.cat-pill__dot { width: 20px; height: 20px; border-radius: 50%; display: inline-block; }

/* ============ SECTION HEADERS ============ */
.section-head {
  padding: 60px 32px 32px;
  max-width: var(--page-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
}
.section-head h2 {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
}
.section-head h2 .star-inline { color: var(--gold); display: inline-block; margin-left: 8px; }
.section-head p { color: var(--ink-70); font-size: 15px; max-width: 360px; }
.see-all {
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1.5px solid var(--ink);
  padding-bottom: 2px;
}

/* ============ PRODUCT GRID ============ */
.products-grid {
  padding: 0 32px 40px;
  max-width: var(--page-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1100px) { .products-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px) { .products-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 20px 40px; } }

.product-card {
  background: var(--tile-bg, var(--cream-warm));
  border-radius: var(--card-radius);
  overflow: hidden;
  position: relative;
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
}
.product-card:hover { transform: translateY(-4px); }
.product-card__image {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 30px;
  overflow: hidden;
}
.product-card__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  
}
.product-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--ink);
  color: var(--cream);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 5px 10px;
  border-radius: 20px;
  z-index: 2;
}
.product-tag--gold .product-tag--sold-out {
  background: rgba(15,15,15,0.85);
  color: var(--cream);
  top: auto;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 16px;
  letter-spacing: 0.1em;
}{ background: var(--gold); color: var(--ink); }
.product-tag--sold { background: var(--cream); color: var(--ink); border: 1px solid var(--ink); }
.product-wish {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 2;
}
.product-card__body {
  padding: 20px;
  background: var(--cream);
  border-radius: 0 0 var(--card-radius) var(--card-radius);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-card__brand {
  font-size: 11px;
  font-weight: 700;
  color: var(--ink-40);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.product-card__name {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin-bottom: 8px;
  color: var(--ink);
}
.product-card__desc {
  font-size: 12px;
  color: var(--ink-70);
  margin-bottom: 14px;
  flex: 1;
}
.product-card__footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.product-card__price {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 18px;
}
.product-card__price del { color: var(--ink-40); font-weight: 500; margin-right: 6px; }
.product-card__add {
  background: var(--ink);
  color: var(--cream);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  transition: transform 0.15s;
}
.product-card__add:hover { transform: scale(1.1); }

/* ============ KIT BUILDER PROMO ============ */
.kit-promo {
  margin: 80px 32px;
  max-width: var(--page-width);
  margin-left: auto;
  margin-right: auto;
  background: var(--ink);
  color: var(--cream);
  border-radius: 32px;
  padding: 80px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.kit-promo::before {
  content: '✦';
  position: absolute;
  top: 40px;
  right: 60px;
  color: var(--gold);
  font-size: 60px;
  opacity: 0.4;
}
.kit-promo .eyebrow--gold {
  color: var(--gold);
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
}
.kit-promo h2 { font-size: clamp(40px, 5vw, 72px); font-weight: 900; margin-bottom: 24px; }
.kit-promo h2 .u {
  background: var(--gold);
  color: var(--ink);
  padding: 0 12px;
  border-radius: 10px;
  display: inline-block;
  transform: rotate(-1.5deg);
}
.kit-promo p {
  color: rgba(245,241,232,0.7);
  font-size: 16px;
  margin-bottom: 32px;
  max-width: 440px;
}
.kit-steps { display: flex; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.kit-step { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.kit-step__num {
  width: 28px;
  height: 28px;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 12px;
}
.kit-visual { position: relative; aspect-ratio: 1/1; }
.kit-tile {
  position: absolute;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  transition: transform 0.3s;
}
.kit-tile:hover { transform: translateY(-4px) !important; }
.kit-tile__label {
  font-family: 'Archivo', sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--ink);
  text-transform: uppercase;
}
.kit-tile__check {
  align-self: flex-end;
  width: 28px;
  height: 28px;
  background: var(--ink);
  color: var(--cream);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
@media (max-width: 900px) {
  .kit-promo { grid-template-columns: 1fr; padding: 60px 32px; }
  .kit-visual { max-width: 380px; margin: 0 auto; }
}

/* ============ CARE GUIDES ============ */
.guides { padding: 20px 32px 80px; max-width: var(--page-width); margin: 0 auto; }
.guides__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .guides__grid { grid-template-columns: 1fr; } }
.guide-card {
  background: var(--cream-warm);
  border-radius: var(--card-radius);
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.guide-card:hover { transform: translateY(-4px); }
.guide-card__time {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 12px;
}
.guide-card h3 { font-size: 28px; font-weight: 900; line-height: 1; margin-bottom: 12px; }
.guide-card p { font-size: 14px; color: var(--ink-70); margin-bottom: 24px; }
.guide-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  background: var(--ink);
  color: var(--cream);
  padding: 10px 18px;
  border-radius: 100px;
  align-self: flex-start;
}
.guide-card__num {
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: 'Archivo', sans-serif;
  font-weight: 900;
  font-size: 40px;
  opacity: 0.15;
}

/* ============ HERITAGE MARQUEE ============ */
.heritage { background: var(--ink); color: var(--cream); padding: 20px 0; overflow: hidden; white-space: nowrap; }
.heritage__track {
  display: inline-flex;
  gap: 40px;
  animation: scroll 40s linear infinite;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.heritage__track span { display: inline-flex; align-items: center; gap: 40px; }
.heritage__track .sep { color: var(--gold); }
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ NEWSLETTER ============ */
.newsletter { padding: 100px 32px; max-width: var(--page-width); margin: 0 auto; text-align: center; }
.newsletter h2 { font-size: clamp(40px, 6vw, 88px); font-weight: 900; margin-bottom: 20px; line-height: 0.95; }
.newsletter h2 .u {
  background: var(--leather);
  padding: 0 16px;
  border-radius: 12px;
  display: inline-block;
  transform: rotate(-1deg);
}
.newsletter p { color: var(--ink-70); font-size: 17px; margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }
.newsletter__form {
  display: flex;
  gap: 8px;
  max-width: 480px;
  margin: 0 auto;
  background: var(--cream);
  border: 1.5px solid var(--ink);
  border-radius: 100px;
  padding: 6px 6px 6px 24px;
}
.newsletter__form input {
  flex: 1;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 15px;
  outline: none;
  color: var(--ink);
}
.newsletter__form input::placeholder { color: var(--ink-40); }
.newsletter__form button {
  background: var(--ink);
  color: var(--cream);
  padding: 12px 24px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.newsletter__perks {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 24px;
  font-size: 13px;
  color: var(--ink-70);
  flex-wrap: wrap;
}
.newsletter__perks span { display: inline-flex; align-items: center; gap: 6px; }

/* ============ FOOTER ============ */
.footer { background: var(--ink); color: var(--cream); padding: 80px 32px 40px; }
.footer__grid {
  max-width: var(--page-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
.footer__brand h3 { font-size: 36px; font-weight: 900; margin-bottom: 16px; }
.footer__brand p { color: rgba(245,241,232,0.6); font-size: 14px; max-width: 320px; margin-bottom: 20px; }
.footer__socials { display: flex; gap: 10px; }
.footer__social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(245,241,232,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
  font-size: 14px;
}
.footer__social:hover { background: var(--cream); color: var(--ink); }
.footer__col h4 {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: rgba(245,241,232,0.5);
}
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer__col a { font-size: 14px; color: rgba(245,241,232,0.8); }
.footer__col a:hover { color: var(--cream); }
.footer__bottom {
  max-width: var(--page-width);
  margin: 0 auto;
  padding-top: 32px;
  border-top: 1px solid rgba(245,241,232,0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(245,241,232,0.6);
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 900px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

/* ============ PRODUCT PAGE (PDP) ============ */
/* ============ PRODUCT PAGE (PDP) ============ */
.pdp {
  padding: 40px 32px 80px;
  max-width: var(--page-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.pdp__gallery { min-width: 0; }
.pdp__main-image {
  background: var(--cream-warm);
  border-radius: 32px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  overflow: hidden;
  max-width: 100%;
}
.pdp__main-image img { max-width: 100%; max-height: 100%; object-fit: contain; }
.pdp__thumbs {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  overflow-x: auto;
  scrollbar-width: none;
  max-width: 100%;
}
.pdp__thumbs::-webkit-scrollbar { display: none; }
.pdp__thumb {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  cursor: pointer;
  background: var(--cream-warm);
  transition: border-color 0.15s;
}
.pdp__thumb.is-active { border-color: var(--ink); }
.pdp__thumb:hover { border-color: var(--ink-40); }
.pdp__thumb img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.pdp__info { min-width: 0; }
.pdp__brand {
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-40);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.pdp__title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  margin-bottom: 16px;
  line-height: 1;
}
.pdp__price {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 24px;
}
.pdp__desc { font-size: 15px; color: var(--ink-70); margin-bottom: 32px; }
.pdp__variants { margin-bottom: 24px; }
.pdp__variant-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.pdp__variant-options { display: flex; gap: 8px; flex-wrap: wrap; }
.pdp__variant-btn {
  padding: 10px 16px;
  border: 1.5px solid var(--ink);
  border-radius: 100px;
  background: transparent;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.15s;
  font-family: inherit;
}
.pdp__variant-btn.is-active, .pdp__variant-btn:hover { background: var(--ink); color: var(--cream); }
.pdp__qty { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.pdp__qty-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--ink);
  font-size: 18px;
  cursor: pointer;
  background: transparent;
}
.pdp__qty-input {
  width: 60px;
  text-align: center;
  border: none;
  background: transparent;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 20px;
}
.pdp__add {
  width: 100%;
  padding: 20px;
  border-radius: 100px;
  background: var(--ink);
  color: var(--cream);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.15s;
  border: none;
}
.pdp__add:hover:not(:disabled) { transform: translateY(-2px); }
.pdp__add:disabled { opacity: 0.5; cursor: not-allowed; }
.pdp__details {
  margin-top: 40px;
  border-top: 1px solid var(--line);
}
.pdp__details details {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.pdp__details summary {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.pdp__details summary::after { content: '+'; font-size: 20px; }
.pdp__details details[open] summary::after { content: '−'; }
.pdp__details details > p, .pdp__details details > div { padding-top: 12px; font-size: 14px; color: var(--ink-70); }
@media (max-width: 900px) {
  .pdp { grid-template-columns: 1fr; padding: 20px 20px 60px; gap: 30px; }
}
.collection-header {
  padding: 60px 32px 40px;
  max-width: var(--page-width);
  margin: 0 auto;
}
.collection-header h1 {
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 900;
  margin-bottom: 16px;
}
.collection-header p { color: var(--ink-70); font-size: 16px; max-width: 600px; }
.collection-toolbar {
  padding: 0 32px 20px;
  max-width: var(--page-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  margin-bottom: 32px;
  padding-bottom: 20px;
}
.collection-count { font-size: 14px; color: var(--ink-70); }
.collection-sort { font-size: 14px; font-weight: 600; }
.collection-sort select {
  background: transparent;
  border: 1px solid var(--ink);
  border-radius: 100px;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 13px;
  cursor: pointer;
}

/* ============ CART PAGE ============ */
.cart {
  padding: 40px 32px 80px;
  max-width: 900px;
  margin: 0 auto;
}
.cart h1 {
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 900;
  margin-bottom: 40px;
}
.cart__item {
  display: grid;
  grid-template-columns: 100px 1fr auto auto;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.cart__item-image {
  width: 100px;
  height: 100px;
  background: var(--cream-warm);
  border-radius: 16px;
  overflow: hidden;
}
.cart__item-title { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 16px; margin-bottom: 4px; }
.cart__item-variant { font-size: 12px; color: var(--ink-70); }
.cart__item-price { font-family: 'Archivo', sans-serif; font-weight: 800; }
.cart__totals {
  margin-top: 40px;
  padding: 32px;
  background: var(--cream-warm);
  border-radius: var(--card-radius);
}
.cart__totals-row { display: flex; justify-content: space-between; margin-bottom: 16px; }
.cart__totals-final {
  font-family: 'Archivo', sans-serif;
  font-weight: 900;
  font-size: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.cart__checkout {
  width: 100%;
  padding: 20px;
  border-radius: 100px;
  background: var(--ink);
  color: var(--cream);
  font-weight: 700;
  font-size: 16px;
  margin-top: 24px;
  cursor: pointer;
  border: none;
}

/* ============ FORMS ============ */
input, textarea, select {
  font-family: inherit;
}
.form-field { margin-bottom: 20px; }
.form-field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.form-field input, .form-field textarea {
  width: 100%;
  padding: 14px 20px;
  border-radius: 16px;
  border: 1.5px solid var(--line);
  background: var(--cream);
  font-size: 14px;
}
.form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--ink); }

/* ============ EMPTY STATE ============ */
.empty {
  text-align: center;
  padding: 100px 32px;
  max-width: 500px;
  margin: 0 auto;
}
.empty h2 { font-size: 40px; font-weight: 900; margin-bottom: 16px; }
.empty p { color: var(--ink-70); margin-bottom: 32px; }
/* ============ CONTACT FORM ============ */
.contact-section {
  padding: 60px 32px 100px;
  max-width: var(--page-width);
  margin: 0 auto;
}
.contact-section__inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: start;
}
.contact-section__intro h2 {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
.contact-section__intro p {
  color: var(--ink-70);
  font-size: 16px;
  line-height: 1.6;
}
.contact-form {
  background: var(--cream-warm);
  border-radius: 24px;
  padding: 40px;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-form select {
  width: 100%;
  padding: 14px 20px;
  border-radius: 16px;
  border: 1.5px solid var(--line);
  background: var(--cream);
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3e%3cpath d='M1 1L6 6L11 1' stroke='%230F0F0F' stroke-width='1.5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.contact-form select:focus, .contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: var(--ink);
}
.contact-form textarea { resize: vertical; min-height: 140px; font-family: inherit; }
.contact-form button { margin-top: 12px; }
.contact-form__success {
  text-align: center;
  padding: 40px 20px;
}
.contact-form__success h3 {
  font-family: 'Archivo', sans-serif;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 12px;
}
.contact-form__success p { color: var(--ink-70); }
.contact-form__errors {
  padding: 16px 20px;
  background: rgba(220, 60, 60, 0.1);
  border-radius: 12px;
  margin-bottom: 20px;
  color: #a02020;
  font-size: 14px;
}
@media (max-width: 900px) {
  .contact-section__inner { grid-template-columns: 1fr; gap: 40px; }
  .contact-form { padding: 28px; }
  .contact-form__row { grid-template-columns: 1fr; }
}
/* ============ PAGINATION ============ */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 60px 32px 40px;
  max-width: var(--page-width);
  margin: 0 auto;
}
.pagination__btn {
  padding: 12px 20px;
  border: 1.5px solid var(--ink);
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
  transition: all 0.15s;
}
.pagination__btn:hover {
  background: var(--ink);
  color: var(--cream);
}
.pagination__pages {
  display: flex;
  gap: 6px;
}
.pagination__page {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Archivo', sans-serif;
  color: var(--ink-70);
  transition: all 0.15s;
}
a.pagination__page:hover {
  background: var(--cream-warm);
  color: var(--ink);
}
.pagination__page.is-current {
  background: var(--ink);
  color: var(--cream);
}