/** Shopify CDN: Minification failed

Line 640:0 Unexpected "}"

**/
/* =========================================================
   TIDYNOOK — Theme Stylesheet
   Palette sampled directly from the brand mark:
   ink navy #1D1C3C · periwinkle #5C6294 · coral #F6A084 · gold #FCE38A
   ========================================================= */

:root{
  --ink:            #1D1C3C;
  --ink-deep:       #14132C;
  --card:           #262550;
  --card-2:         #2E2C5E;
  --periwinkle:     #5C6294;
  --periwinkle-lt:  #8A8FBE;
  --coral:          #F6A084;
  --coral-dark:     #E37D5C;
  --gold:           #FCE38A;
  --cream:          #FBF7EF;
  --cream-2:        #F3ECDD;
  --cream-line:     #E7DFCC;

  --grad-warm: linear-gradient(100deg, var(--coral) 0%, var(--gold) 100%);

  --font-display: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;

  --container: 1240px;
  --ease: cubic-bezier(.22,.9,.3,1);
}

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

body{
  margin:0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
button{ font-family: inherit; cursor:pointer; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4{ font-family: var(--font-display); margin:0; font-weight:600; letter-spacing:-0.01em; }
p{ margin:0; }

:focus-visible{ outline: 2px solid var(--coral-dark); outline-offset: 3px; }

.page-width{
  width:100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 749px){ .page-width{ padding: 0 20px; } }

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--coral-dark);
}
.eyebrow .spark{ width:10px; height:10px; }
.on-dark .eyebrow{ color: var(--gold); }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding: 15px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  border: 1.5px solid transparent;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
  white-space: nowrap;
}
.btn-primary{
  background: var(--grad-warm);
  color: var(--ink);
  box-shadow: 0 10px 24px -10px rgba(230,130,90,.55);
}
.btn-primary:hover{ transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(230,130,90,.65); }
.btn-ghost-dark{
  border-color: rgba(251,247,239,.35);
  color: var(--cream);
  background: transparent;
}
.btn-ghost-dark:hover{ border-color: var(--gold); color: var(--gold); }
.btn-ink{
  background: var(--ink);
  color: var(--cream);
}
.btn-ink:hover{ transform: translateY(-2px); background: var(--ink-deep); }
.btn-outline{
  border-color: var(--ink);
  color: var(--ink);
  background: transparent;
}
.btn-outline:hover{ background: var(--ink); color: var(--cream); }
.btn[disabled]{ opacity:.5; cursor:not-allowed; transform:none !important; }
.btn-block{ width:100%; }

/* ---------- Announcement bar ---------- */
.announce{
  background: var(--ink-deep);
  color: var(--cream-2);
  overflow: hidden;
  border-bottom: 1px solid rgba(251,247,239,.08);
}
.announce__track{
  display:flex;
  gap:64px;
  padding: 9px 0;
  width:max-content;
  animation: marquee 26s linear infinite;
  font-size: 12.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight:600;
}
.announce__track span{ display:flex; align-items:center; gap:10px; white-space:nowrap; color: var(--cream-2); }
.announce__track span::after{ content:"✦"; color: var(--coral); font-size:10px; }
@keyframes marquee{ from{ transform: translateX(0); } to{ transform: translateX(-25%); } }

/* ---------- Header ---------- */
.site-header{
  position: sticky;
  top:0;
  z-index: 60;
  background: rgba(29,28,60,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(251,247,239,.08);
}
.site-header__row{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}
.site-header__logo{ display:flex; align-items:center; gap:10px; flex-shrink:0; }
.site-header__logo img{ height: 82px; width:auto; }

.site-header__logo-text{
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--cream);
  letter-spacing: .01em;
}
.site-nav{ display:flex; align-items:center; gap: 34px; }
.site-nav a{
  color: var(--cream-2);
  font-size: 14.5px;
  font-weight: 600;
  position:relative;
  padding: 4px 0;
}
.site-nav a::after{
  content:"";
  position:absolute; left:0; right:100%; bottom:-2px; height:1.5px;
  background: var(--grad-warm);
  transition: right .3s var(--ease);
}
.site-nav a:hover::after{ right:0; }
.header-actions{ display:flex; align-items:center; gap:18px; }
.header-icon-btn{
  position:relative;
  color: var(--cream);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px; height:38px;
  border-radius:50%;
  transition: background .25s var(--ease);
}
.header-icon-btn:hover{ background: rgba(251,247,239,.1); }
.header-icon-btn svg{ width:20px; height:20px; }
.cart-count{
  position:absolute;
  top:-2px; right:-2px;
  background: var(--grad-warm);
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  min-width:17px; height:17px;
  border-radius: 50%;
  display:flex; align-items:center; justify-content:center;
  padding: 0 3px;
}
.nav-toggle{ display:none; background:none; border:0; color:var(--cream); padding:6px; }
.nav-toggle svg{ width:24px; height:24px; }
.nav-close{ display:none; background:none; border:0; }

@media (max-width: 899px){
  .site-nav{
    position: fixed; inset: 0; top: 0;
    width: 100%; height: 100%;
    background: radial-gradient(120% 140% at 20% 0%, #2A2960 0%, var(--ink) 55%, var(--ink-deep) 100%);
    flex-direction: column;
    justify-content:center;
    align-items:center;
    padding: 40px;
    gap: 0;
    transform: translateX(-100%);
    transition: transform .4s var(--ease);
    z-index: 70;
    overflow-y: auto;
  }
  .site-nav.is-open{ transform: translateX(0); }
  .site-nav a{
    font-size: 23px;
    font-family: var(--font-display);
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(251,247,239,.12);
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .45s var(--ease), transform .45s var(--ease);
  }
  .site-nav a:last-of-type{ border-bottom: none; }
  .site-nav.is-open a{ opacity: 1; transform: translateY(0); }
  .site-nav.is-open a:nth-child(2){ transition-delay: .08s; }
  .site-nav.is-open a:nth-child(3){ transition-delay: .16s; }
  .site-nav.is-open a:nth-child(4){ transition-delay: .24s; }
  .site-nav.is-open a:nth-child(5){ transition-delay: .32s; }
  .nav-toggle{ display:inline-flex; }
  .nav-close{
    display:none;
    position:absolute; top:20px; right:20px;
    width:42px; height:42px;
    border-radius:50%;
    background: rgba(251,247,239,.08);
    border:0; color:var(--cream);
    align-items:center; justify-content:center;
    transition: background .25s var(--ease);
  }
  .nav-close:hover{ background: rgba(251,247,239,.16); }
  .site-nav.is-open .nav-close{ display:inline-flex; }
}

/* ---------- Hero ---------- */
.hero{
  position: relative;
  background: radial-gradient(120% 140% at 15% -10%, #2A2960 0%, var(--ink) 55%, var(--ink-deep) 100%);
  color: var(--cream);
  overflow: hidden;
}
.hero::before{
  content:"";
  position:absolute; inset:0;
  background-image:
    radial-gradient(circle at 85% 20%, rgba(246,160,132,.16), transparent 45%),
    radial-gradient(circle at 10% 85%, rgba(252,227,138,.10), transparent 40%);
  pointer-events:none;
}
.hero__inner{
  position:relative;
  display:grid;
  grid-template-columns: 0.87fr 1.13fr;
  align-items:center;
  gap: 56px;
  padding: 88px 0 96px;
}
.hero__eyebrow{ margin-bottom:20px; }
.hero__title{
  font-size: clamp(38px, 5.2vw, 64px);
  line-height: 1.03;
  color: var(--cream);
}
.hero__title em{
  font-style: normal;
  background: var(--grad-warm);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__copy{
  margin-top: 22px;
  max-width: 460px;
  color: var(--cream-2);
  font-size: 17px;
}
.hero__ctas{ display:flex; gap:14px; margin-top: 34px; flex-wrap:wrap; }
.hero__media{
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3/2;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.55);
}
.hero__media img{ width:100%; height:100%; object-fit:cover; }
.hero__media::after{
  content:"";
  position:absolute; inset:0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1.5px rgba(251,247,239,.14);
}
.hero__glow{
  position:absolute;
  width: 320px; height:320px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(246,160,132,.35), transparent 70%);
  filter: blur(10px);
  z-index:-1;
}
.hero__glow--one{ top:-60px; right:-60px; }
.hero__glow--two{ bottom:-80px; left:20%; background: radial-gradient(circle, rgba(252,227,138,.28), transparent 70%); }

@media (max-width: 899px){
  .hero__inner{ grid-template-columns: 1fr; padding: 56px 0 64px; }
  .hero__media{ order:-1; }
}

/* ---------- Sparkle / marks ---------- */
.spark{ display:inline-block; }
.floaty{ animation: floaty 5s ease-in-out infinite; }
@keyframes floaty{ 0%,100%{ transform: translateY(0) rotate(0deg);} 50%{ transform: translateY(-10px) rotate(8deg);} }

/* ---------- Scroll reveal ---------- */
.reveal{
  opacity:0;
  transform: translateY(28px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.reveal.is-visible{ opacity:1; transform: translateY(0); }
.reveal-stagger.is-visible > *{ }
.reveal-group > *{
  opacity:0;
  transform: translateY(24px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal-group.is-visible > *{ opacity:1; transform: translateY(0); }
.reveal-group.is-visible > *:nth-child(1){ transition-delay: .02s; }
.reveal-group.is-visible > *:nth-child(2){ transition-delay: .12s; }
.reveal-group.is-visible > *:nth-child(3){ transition-delay: .22s; }
.reveal-group.is-visible > *:nth-child(4){ transition-delay: .32s; }

/* ---------- Section shell ---------- */
.section{ padding: 84px 0; }
.section--tight{ padding: 56px 0; }
.section--dark{ background: var(--ink); color: var(--cream); }
.section--card{ background: var(--cream-2); }
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 24px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}
.section-head h2{
  font-size: clamp(28px, 3.4vw, 42px);
  margin-top: 12px;
}
.section-head p{ color:#5a5670; max-width: 480px; margin-top:10px; }
.section--dark .section-head p{ color: var(--periwinkle-lt); }
.section-head__link{
  font-weight:700; font-size:14px;
  display:inline-flex; align-items:center; gap:6px;
  border-bottom: 1.5px solid var(--coral);
  padding-bottom:2px;
}

/* ---------- Feature strip ---------- */
.feature-strip{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--cream-line);
  border-top: 1px solid var(--cream-line);
  border-bottom: 1px solid var(--cream-line);
}
.feature-strip__item{
  background: var(--cream);
  padding: 34px 26px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.feature-strip__item svg{ width:26px; height:26px; color: var(--coral-dark); }
.feature-strip__item h3{ font-size:16px; font-family: var(--font-body); font-weight:800; }
.feature-strip__item p{ font-size:13.5px; color:#5a5670; }
@media (max-width: 899px){ .feature-strip{ grid-template-columns: repeat(2,1fr); } }

/* ---------- Product grid & cards ---------- */
.product-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 989px){ .product-grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 620px){
  .product-grid{ grid-template-columns: 1fr; }
  .product-card__media{ aspect-ratio: 4/3; max-height: 220px; }
}

.product-card{
  position:relative;
  background: var(--ink);
  border-radius: var(--radius-md);
  overflow:hidden;
  color: var(--cream);
  display:flex;
  flex-direction:column;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.product-card:hover{ transform: translateY(-6px); box-shadow: 0 30px 50px -22px rgba(29,28,60,.45); }
.product-card__media{
  position:relative;
  aspect-ratio: 1/1;
  overflow:hidden;
  background: var(--card);
}
.product-card__media::before{
  content:"";
  position:absolute; inset:0; z-index:1;
  background: radial-gradient(circle at 50% 15%, rgba(246,160,132,.28), transparent 60%);
  opacity:0;
  transition: opacity .5s var(--ease);
}
.product-card:hover .product-card__media::before{ opacity:1; }
.product-card__media img{
  width:100%; height:100%; object-fit:cover;
  transition: transform .7s var(--ease), opacity .5s var(--ease);
}
.product-card__media img.img-second{ position:absolute; inset:0; opacity:0; }
.product-card:hover .img-second{ opacity:1; }
.product-card:hover .img-first{ transform: scale(1.04); opacity:0; }
.product-card__badge{
  position:absolute; top:14px; left:14px; z-index:2;
  background: var(--grad-warm);
  color: var(--ink);
  font-size:10.5px; font-weight:800; letter-spacing:.06em; text-transform:uppercase;
  padding: 6px 12px; border-radius: 999px;
}
.product-card__quick{
  position:absolute; right:14px; bottom:-50px; z-index:2;
  background: var(--cream);
  color: var(--ink);
  border-radius: 999px;
  padding: 10px 16px;
  font-size:12.5px; font-weight:800;
  transition: bottom .4s var(--ease), opacity .4s var(--ease);
  opacity:0;
}
.product-card:hover .product-card__quick{ bottom:14px; opacity:1; }
.product-card__body{ padding: 20px 22px 24px; display:flex; flex-direction:column; gap:8px; flex:1; }
.product-card__title{ font-size:17px; font-family: var(--font-display); }
.product-card__title a::after{ content:""; position:absolute; inset:0; }
.product-card__title a{ position:relative; }
.product-card__tag{ font-size:12.5px; color: var(--gold); font-weight:700; letter-spacing:.04em; text-transform:uppercase; }
.product-card__desc{ font-size:13.5px; color: var(--periwinkle-lt); line-height:1.5; }
.product-card__footer{ margin-top:auto; display:flex; align-items:center; justify-content:space-between; padding-top:14px; }
.product-card__price{ font-weight:800; font-size:16px; }
.product-card__price s{ color: var(--periwinkle-lt); font-weight:500; margin-right:6px; font-size:13px; }
.product-card__cart{
  width:38px; height:38px; border-radius:50%;
  background: rgba(251,247,239,.08);
  display:flex; align-items:center; justify-content:center;
  transition: background .3s var(--ease), transform .3s var(--ease);
}
.product-card__cart svg{ width:17px; height:17px; }
.product-card__cart:hover{ background: var(--grad-warm); color: var(--ink); transform: scale(1.08); }

/* ---------- Story / split section ---------- */
.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items:center;
}
.split__media{ border-radius: var(--radius-lg); overflow:hidden; aspect-ratio: 4/5; background: var(--cream-2); display:flex; align-items:center; justify-content:center; }
.split__media img{ width:80%; height:80%; object-fit:cover; border-radius: calc(var(--radius-lg) - 10px); }
.split__content h2{ font-size: clamp(26px,3.2vw,38px); margin-top:14px; }
.split__content p{ margin-top:16px; color:#5a5670; font-size:15.5px; }
.split--reverse .split__media{ order:2; }
@media (max-width: 899px){ .split{ grid-template-columns:1fr; gap:32px; } .split--reverse .split__media{ order:0; } }

/* ---------- Testimonials ---------- */
.testi-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:24px; }
@media (max-width:899px){ .testi-grid{ grid-template-columns:1fr; } }
.testi-card{
  background: var(--card);
  border-radius: var(--radius-md);
  padding: 28px 26px;
  color: var(--cream);
}
.testi-card__stars{ color: var(--gold); font-size:14px; letter-spacing:2px; margin-bottom:14px; }
.testi-card p{ font-size:14.5px; color: var(--cream-2); line-height:1.6; }
.testi-card__by{ margin-top:18px; font-weight:700; font-size:13.5px; color: var(--coral); }
.reviews-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:24px; }
@media (max-width:899px){ .reviews-grid{ grid-template-columns:1fr; } }
.review-card{
  background: var(--cream);
  border: 1px solid var(--cream-line);
  border-radius: var(--radius-md);
  padding: 28px 26px;
}
.review-card__stars{ color: var(--coral-dark); font-size:15px; letter-spacing:2px; margin-bottom:14px; }
.review-card p{ font-size:14.5px; color:#494566; line-height:1.6; }
.review-card__footer{ margin-top:18px; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:8px; }
.review-card__name{ font-weight:800; font-size:13.5px; color: var(--ink); }
.review-card__verified{ display:inline-flex; align-items:center; gap:5px; font-size:11.5px; color:#8a8598; font-weight:600; }
.review-card__verified svg{ width:13px; height:13px; color: var(--coral-dark); }
/* ---------- Newsletter ---------- */
.newsletter{
  background: var(--grad-warm);
  border-radius: var(--radius-lg);
  padding: 56px;
  display:flex; align-items:center; justify-content:space-between; gap:36px;
  flex-wrap:wrap;
}
.newsletter h2{ font-size: clamp(24px,3vw,32px); color: var(--ink); max-width:420px; }
.newsletter p{ color: rgba(29,28,60,.75); margin-top:10px; }
.newsletter-form{ display:flex; gap:10px; flex:1; min-width:280px; max-width:440px; }
.newsletter-form input{
  flex:1; border:none; border-radius:999px; padding:14px 20px;
  font-family: var(--font-body); font-size:14px; background: rgba(29,28,60,.08); color: var(--ink);
}
.newsletter-form input::placeholder{ color: rgba(29,28,60,.55); }
.newsletter-form button{
  border-radius:999px; border:none; background: var(--ink); color: var(--cream);
  padding: 14px 24px; font-weight:800; font-size:14px; transition: transform .3s var(--ease);
}
.newsletter-form button:hover{ transform: translateY(-2px); }

/* ---------- Footer ---------- */
.site-footer{ background: var(--ink-deep); color: var(--cream-2); padding: 64px 0 28px; }
.footer-grid{ display:grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
@media (max-width: 899px){ .footer-grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .footer-grid{ grid-template-columns: 1fr; } }
.footer-brand{ display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.footer-brand img{ height:34px; }
.footer-brand span{ font-family: var(--font-display); font-size:18px; color: var(--cream); }
.footer-col h4{ font-size:12.5px; text-transform:uppercase; letter-spacing:.1em; color: var(--gold); margin-bottom:16px; font-family: var(--font-body); font-weight:800; }
.footer-col ul{ display:flex; flex-direction:column; gap:11px; }
.footer-col a{ font-size:14px; color: var(--cream-2); transition: color .25s var(--ease); }
.footer-col a:hover{ color: var(--coral); }
.footer-copy p{ font-size:13px; color:#5a5670; }
.footer-social{ display:flex; gap:12px; margin-top:16px; }
.footer-social a{ width:36px; height:36px; border-radius:50%; background: rgba(251,247,239,.06); display:flex; align-items:center; justify-content:center; }
.footer-social svg{ width:16px; height:16px; }
.footer-bottom{ margin-top: 48px; padding-top: 24px; border-top:1px solid rgba(251,247,239,.08); display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; font-size:12.5px; color:#5a5670; }
.reviews-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:24px; }
@media (max-width:899px){ .reviews-grid{ grid-template-columns:1fr; } }
.review-card{
  background: var(--cream);
  border: 1px solid var(--cream-line);
  border-radius: var(--radius-md);
  padding: 28px 26px;
}
.review-card__stars{ color: var(--coral-dark); font-size:15px; letter-spacing:2px; margin-bottom:14px; }
.review-card p{ font-size:14.5px; color:#494566; line-height:1.6; }
.review-card__footer{ margin-top:18px; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:8px; }
.review-card__name{ font-weight:800; font-size:13.5px; color: var(--ink); }
.review-card__verified{ display:inline-flex; align-items:center; gap:5px; font-size:11.5px; color:#8a8598; font-weight:600; }
.review-card__verified svg{ width:13px; height:13px; color: var(--coral-dark); }
/* ---------- Breadcrumb / small utility ---------- */
.crumbs{ font-size:13px; color:#5a5670; margin-bottom:18px; display:flex; gap:6px; flex-wrap:wrap; }
.crumbs a:hover{ color: var(--coral-dark); }

/* ---------- Product page ---------- */
.product-main{ display:grid; grid-template-columns: 1.1fr 1fr; gap:64px; padding: 56px 0 90px; }
@media (max-width: 899px){ .product-main{ grid-template-columns:1fr; gap:32px; padding: 32px 0 60px; } }

.product-video{ margin-top:20px; border-radius: var(--radius-lg); overflow:hidden; background: var(--card); aspect-ratio: 4/5; max-height: 560px; }
.product-video__el{ display:block; width:100%; height:100%; object-fit:cover; }
.product-video--mobile{ display:none; }
@media (max-width: 899px){
  .product-video--desktop{ display:none; }
  .product-video--mobile{ display:block; }
}
.product-gallery__main{ display:block; width:100%; border-radius: var(--radius-lg); overflow:hidden; aspect-ratio:1/1; background: var(--card); margin-bottom:14px; }
.product-gallery__main img{ display:block; width:100%; height:100%; object-fit:cover; }
.product-gallery__thumbs{ display:flex; gap:10px; flex-wrap:wrap; }
.product-gallery__thumbs button{ width:74px; height:74px; border-radius:12px; overflow:hidden; border:1.5px solid transparent; padding:0; background:var(--cream-2); opacity:.65; transition: opacity .25s var(--ease), border-color .25s var(--ease); }
.product-gallery__thumbs button.is-active{ opacity:1; border-color: var(--coral); }
.product-gallery__thumbs img{ width:100%; height:100%; object-fit:cover; }

.product-info__eyebrow{ margin-bottom:14px; }
.product-info h1{ font-size: clamp(30px,3.6vw,42px); }
.product-info__price{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:16px;
  padding: 9px 22px;
  border-radius:999px;
  background: linear-gradient(100deg, rgba(246,160,132,.14), rgba(252,227,138,.14));
  box-shadow: 0 10px 24px -14px rgba(230,130,90,.55);
  font-size:24px;
  font-weight:800;
  color: var(--coral-dark);
  animation: priceFloat 3.2s ease-in-out infinite;
}
@keyframes priceFloat{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-6px); }
}
.product-info__price s{ color:#9c96a8; font-weight:500; font-size:16px; margin-right:8px; }
.product-info__desc{ margin-top:24px; color:#494566; font-size:15.5px; line-height:1.7; }
.product-info__desc ul{ margin-top:6px; margin-bottom:16px; list-style:none; padding-left:0; }
.product-info__desc li{ padding-left:2px; }
.product-info__desc .sparkle-icon{
  display:inline-block;
  color: var(--coral-dark);
  font-weight:800;
  animation: sparkleGlow 1.6s ease-in-out infinite;
}
@keyframes sparkleGlow{
  0%, 100%{ text-shadow: 0 0 0 rgba(246,160,132,0), 0 0 0 rgba(252,227,138,0); }
  50%{ text-shadow: 0 0 8px rgba(246,160,132,.95), 0 0 16px rgba(252,227,138,.7); }
}
}
.product-info__desc li:nth-child(1) .sparkle-icon{ animation-delay: 0s; }
.product-info__desc li:nth-child(2) .sparkle-icon{ animation-delay: .3s; }
.product-info__desc li:nth-child(3) .sparkle-icon{ animation-delay: .6s; }
.product-info__desc li:nth-child(4) .sparkle-icon{ animation-delay: .9s; }
.product-info__desc li:nth-child(5) .sparkle-icon{ animation-delay: 1.2s; }
.product-info__desc p{ margin-bottom:10px; }
.product-info__desc strong{ color: var(--ink); }

.variant-block{ margin-top:28px; }
.variant-block__label{ font-size:12.5px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; margin-bottom:10px; color:#6c6784; }
.swatches{ display:flex; gap:10px; flex-wrap:wrap; }
.swatch{
  border:1.5px solid var(--cream-line);
  border-radius:999px;
  padding: 10px 18px;
  font-size: 13.5px;
  font-weight:700;
  background: var(--cream);
  transition: all .25s var(--ease);
}
.swatch:hover{ border-color: var(--coral); }
.swatch.is-selected{ background: var(--ink); color: var(--cream); border-color: var(--ink); }
.swatch[disabled]{ opacity:.35; text-decoration: line-through; cursor:not-allowed; }

.swatches--color{ gap:12px; }
.swatch--color{
  width:36px; height:36px; padding:0; border-radius:50%;
  border:2px solid var(--cream-line);
  box-shadow: inset 0 0 0 2px var(--cream);
  transition: transform .25s var(--ease), border-color .25s var(--ease);
}
.swatch--color:hover{ transform: scale(1.08); }
.swatch--color.is-selected{ border-color: var(--ink); }

@keyframes descFadeUp{
  from{ opacity:0; transform: translateY(22px) scale(.98); }
  to{ opacity:1; transform: translateY(0) scale(1); }
}
.desc-animate > *{
  opacity:0;
  animation: descFadeUp .75s var(--ease) both;
}
.desc-animate > *:nth-child(1){ animation-delay: .1s; }
.desc-animate > *:nth-child(2){ animation-delay: .2s; }
.desc-animate > *:nth-child(3){ animation-delay: .3s; }
.desc-animate > *:nth-child(4){ animation-delay: .4s; }
.desc-animate > *:nth-child(5){ animation-delay: .5s; }
.desc-animate > *:nth-child(n+6){ animation-delay: .6s; }

.qty-row{ display:flex; align-items:center; gap:16px; margin-top:30px; }
.qty-stepper{ display:flex; align-items:center; border:1.5px solid var(--cream-line); border-radius:999px; overflow:hidden; }
.qty-stepper button{ background:none; border:none; width:40px; height:44px; font-size:18px; font-weight:700; }
.qty-stepper button:hover{ background: var(--cream-2); }
.qty-stepper input{ width:40px; text-align:center; border:none; background:none; font-family:inherit; font-size:15px; font-weight:700; }
.product-form__buttons{ display:flex; gap:12px; margin-top:14px; }
.product-info__meta{ margin-top:36px; display:flex; flex-direction:column; gap:12px; }
.meta-row{ display:flex; align-items:center; gap:10px; font-size:13.5px; color:#5a5670; }
.meta-row svg{ width:17px; height:17px; color: var(--coral-dark); flex-shrink:0; }

.accordion{ margin-top:34px; border-top:1px solid var(--cream-line); }
.accordion__item{ border-bottom:1px solid var(--cream-line); }
.accordion__trigger{ width:100%; display:flex; justify-content:space-between; align-items:center; padding:18px 0; background:none; border:none; font-weight:800; font-size:14.5px; text-align:left; }
.accordion__trigger svg{ width:16px; height:16px; transition: transform .3s var(--ease); }
.accordion__item.is-open .accordion__trigger svg{ transform: rotate(45deg); }
.accordion__panel{ max-height:0; overflow:hidden; transition: max-height .4s var(--ease); }
.accordion__panel-inner{ padding-bottom:18px; font-size:14px; color:#5a5670; line-height:1.7; }

/* ---------- Collection page ---------- */
.collection-hero{ background: var(--ink); color:var(--cream); padding: 54px 0; text-align:center; }
.collection-hero h1{ font-size: clamp(30px,4vw,48px); }
.collection-hero p{ color: var(--periwinkle-lt); max-width:520px; margin: 14px auto 0; }
.collection-toolbar{ display:flex; justify-content:space-between; align-items:center; margin: 34px 0 26px; flex-wrap:wrap; gap:14px; }
.collection-toolbar select{ border:1.5px solid var(--cream-line); border-radius:999px; padding:9px 16px; font-size:13.5px; background: var(--cream); font-family: inherit; font-weight:700; }
.collection-count{ font-size:13.5px; color:#5a5670; }

/* ---------- Cart ---------- */
.cart-empty{ text-align:center; padding: 90px 0; }
.cart-empty h1{ font-size:32px; margin-bottom:14px; }
.cart-empty p{ color:#5a5670; margin-bottom:26px; }
.cart-layout{ display:grid; grid-template-columns: 1.6fr 1fr; gap:56px; padding: 50px 0 90px; align-items:flex-start; }
@media (max-width: 899px){ .cart-layout{ grid-template-columns:1fr; } }
.cart-table{ width:100%; border-collapse:collapse; }
.cart-table th{ text-align:left; font-size:12px; text-transform:uppercase; letter-spacing:.08em; color:#8a8598; padding-bottom:14px; border-bottom:1px solid var(--cream-line); font-weight:700; }
.cart-table td{ padding: 20px 0; border-bottom:1px solid var(--cream-line); vertical-align: middle; }
.cart-item__info{ display:flex; gap:16px; align-items:center; }
.cart-item__info img{ width:84px; height:84px; object-fit:cover; border-radius:12px; background:var(--cream-2); }
.cart-item__title{ font-weight:800; font-size:15px; }
.cart-item__variant{ font-size:12.5px; color:#8a8598; margin-top:4px; }
.cart-item__remove{ font-size:12px; color: var(--coral-dark); font-weight:700; margin-top:8px; display:inline-block; }
.cart-summary{ background: var(--cream-2); border-radius: var(--radius-md); padding:30px; position:sticky; top:100px; }
.cart-summary h3{ font-size:19px; margin-bottom:20px; }
.cart-summary__row{ display:flex; justify-content:space-between; font-size:14.5px; padding:9px 0; color:#5a5670; }
.cart-summary__row.total{ color: var(--ink); font-weight:800; font-size:18px; border-top:1px solid var(--cream-line); margin-top:8px; padding-top:16px; }

/* ---------- Page/404 ---------- */
.plain-page{ padding: 60px 0 100px; max-width: 760px; margin:0 auto; }
.plain-page h1{ font-size:36px; margin-bottom:22px; }
.plain-page .rte p{ margin-bottom:16px; color:#494566; line-height:1.75; }
.error-page{ text-align:center; padding:110px 0; }
.error-page h1{ font-size: 96px; background: var(--grad-warm); -webkit-background-clip:text; background-clip:text; color:transparent; }
.error-page p{ color:#5a5670; margin: 14px 0 28px; }

/* ---------- Search ---------- */
.search-form{ display:flex; gap:10px; max-width:560px; margin: 0 auto 46px; }
.search-form input{ flex:1; padding:14px 20px; border-radius:999px; border:1.5px solid var(--cream-line); font-family:inherit; font-size:14.5px; }

.trust-badges{ margin-top:14px; }
.trust-badges__row{ display:flex; flex-wrap:wrap; align-items:center; gap:10px; }
.trust-badge{ height:20px; width:auto; border-radius:4px; }