:root {
  --red: #d94b3e;
  --red-dark: #bd392f;
  --green: #708a58;
  --ink: #2d211d;
  --muted: #786b64;
  --cream: #fff7f2;
  --cream-deep: #f4e6de;
  --surface: #ffffff;
  --surface-soft: #fffaf7;
  --line: #eadfd8;
  --line-soft: #f1e9e4;
  --shell: 1360px;
  --radius-sm: 10px;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow-sm: 0 7px 22px rgba(58, 35, 26, .06);
  --shadow-md: 0 16px 38px rgba(58, 35, 26, .11);
  --font-sans: Arial, Helvetica, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
  --font-script: "Segoe Script", "Bradley Hand", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: #fffdfb;
  font: 16px/1.45 var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid rgba(217,75,62,.24); outline-offset: 3px; }
.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; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -90px; padding: 11px 16px; border: 0; border-radius: 10px; background: var(--ink); color: #fff; text-decoration: none; font: inherit; cursor: pointer; }
.skip-link:focus { top: 12px; }

/* Shared storefront shell */
.topline { background: #fbf8f5; border-bottom: 1px solid #f0e8e2; color: #665751; }
.topline-inner,
.header-main,
.category-nav-inner,
.page-shell,
.footer-benefits,
.footer-grid {
  width: min(var(--shell), calc(100% - 48px));
  margin-inline: auto;
}
.topline-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .76rem; }
.topline-inner span { min-width: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(86,56,43,.08);
  box-shadow: 0 4px 18px rgba(52,31,23,.035);
  backdrop-filter: blur(15px);
}
.header-main {
  min-height: 84px;
  display: grid;
  grid-template-columns: minmax(230px, 315px) minmax(280px, 1fr) auto;
  align-items: center;
  gap: 24px;
}
.logo-wrap { min-width: 0; display: flex; align-items: center; gap: 16px; text-decoration: none; }
.logo-wrap img { flex: 0 0 auto; width: 170px; max-height: 64px; object-fit: contain; }
.header-script, .footer-script { color: #6b5046; font: .8rem/1.3 var(--font-script); }
.header-script { max-width: 138px; transform: rotate(-2deg); }
.search-form { position: relative; min-width: 0; }
.search-form input {
  width: 100%; height: 46px; padding: 0 54px 0 18px;
  border: 1px solid #e9e1dc; border-radius: 999px;
  background: #fbfaf9; color: var(--ink);
  transition: border-color .18s, box-shadow .18s, background .18s;
}
.search-form input:focus { outline: 0; border-color: #d8aaa2; background: #fff; box-shadow: 0 0 0 4px rgba(217,75,62,.07); }
.search-form button { position: absolute; top: 50%; right: 5px; width: 40px; height: 40px; transform: translateY(-50%); display: grid; place-items: center; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.search-form svg { width: 20px; height: 20px; fill: none; stroke: #6b493e; stroke-width: 1.7; stroke-linecap: round; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.header-action { min-width: 76px; min-height: 60px; padding: 5px 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border: 0; border-radius: 14px; background: transparent; color: #493a34; font-size: .7rem; white-space: nowrap; cursor: pointer; transition: background .18s, color .18s, transform .18s; }
.header-action:hover { background: var(--cream); color: var(--red); transform: translateY(-1px); }
.header-action svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.action-icon-wrap { position: relative; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #eee2dc; border-radius: 12px; background: #fffaf7; box-shadow: 0 4px 12px rgba(69,38,28,.04); line-height: 1; }
.action-icon-wrap > svg { width: 21px; height: 21px; }
.action-badge { position: absolute; right: -7px; top: -7px; min-width: 19px; height: 19px; padding: 0 5px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 999px; background: var(--red); color: #fff; font-size: .62rem; font-weight: 800; }
.action-badge.is-empty { display: none; }
.category-nav { border-top: 1px solid #f4eeea; background: #fff; }
.category-nav-inner { min-height: 46px; display: flex; align-items: center; justify-content: flex-start; gap: 28px; overflow-x: auto; scrollbar-width: none; }
.category-nav-inner::-webkit-scrollbar { display: none; }
.category-nav a { flex: 0 0 auto; position: relative; padding: 13px 0 12px; text-decoration: none; font-size: .84rem; }
.category-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 2px; background: var(--red); transition: right .2s; }
.category-nav a:hover::after { right: 0; }
.category-nav .nav-sale { margin-left: auto; color: var(--red); font-weight: 800; }

/* Reusable controls */
.button { min-height: 43px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 10px; color: #fff; text-decoration: none; font-size: .88rem; font-weight: 800; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(91,46,35,.13); }
.button-primary { background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-green { background: var(--green); }
.section-heading { min-height: 34px; margin-bottom: 12px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.section-heading h2 { margin: 0; font: 700 1.28rem/1.12 var(--font-sans); }
.section-heading > a { flex: 0 0 auto; color: var(--red); text-decoration: none; font-size: .82rem; font-weight: 800; }
.content-section { padding-top: 20px; scroll-margin-top: 142px; }

/* Home */
.page-shell { margin-top: 16px; margin-bottom: 38px; display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 18px; align-items: start; }
.catalog-panel { grid-column: 1; grid-row: 1; align-self: start; position: sticky; top: 148px; }
.catalog-card { overflow: hidden; border: 1px solid #eee4de; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.catalog-title, .mobile-catalog-trigger { min-height: 46px; padding: 0 15px; display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 9px; border: 0; border-radius: 12px; background: linear-gradient(135deg,#df5144,#cc3d34); color: #fff; font-size: .9rem; }
.catalog-title { text-decoration: none; font-weight: 800; }
.catalog-title > svg, .mobile-catalog-trigger svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.catalog-title:hover { background: linear-gradient(135deg,#e25b4e,#c9362e); }
.mobile-catalog-trigger { display: none; }
.catalog-card nav { padding: 6px 0; }
.catalog-card nav a { min-height: 41px; padding: 6px 12px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 7px; color: #3c302b; text-decoration: none; font-size: .82rem; transition: background .18s, color .18s, padding-left .18s; }
.catalog-card nav a:hover { padding-left: 15px; background: var(--cream); color: var(--red); }
.catalog-card nav a.catalog-all-link { margin: 2px 7px 5px; padding-inline: 8px; border-radius: 10px; background: #fff7f3; color: var(--red-dark); font-weight: 800; }
.catalog-card nav a.catalog-all-link:hover { padding-left: 10px; background: #fcece5; }
.catalog-card nav a b { color: #b7aaa4; font-size: 1.1rem; font-weight: 400; }
.catalog-symbol { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: #fbf4ef; color: #7b4d40; }
.catalog-symbol svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.catalog-card nav a:hover .catalog-symbol, .catalog-card nav a.catalog-all-link .catalog-symbol { background: #f7e4dc; color: var(--red); }
.aside-note { min-height: 122px; margin-top: 12px; padding: 24px 18px; position: relative; overflow: hidden; border: 1px solid #f0e4dd; border-radius: var(--radius); background: linear-gradient(120deg,#fbf4ef,#fffaf7); }
.aside-note p { position: relative; z-index: 1; margin: 0; color: #6d5147; font: 1rem/1.35 var(--font-script); transform: rotate(-3deg); }
.aside-note p b { color: var(--red); }
.aside-flower { position: absolute; right: 5px; bottom: 7px; color: #dfa497; font: 2.3rem/1 var(--font-serif); transform: rotate(-18deg); }
.page-shell > main { grid-column: 2; grid-row: 1; width: 100%; min-width: 0; }

.hero { --hero-position: center; min-height: 330px; padding: 40px 40px 50px; position: relative; overflow: hidden; isolation: isolate; border-radius: var(--radius-lg); background: #ead7c5; box-shadow: inset 0 0 0 1px rgba(93,58,42,.05); }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: url("../../asets/images/site/hero.webp") var(--hero-position) center/cover no-repeat; transform: scale(1.012); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(248,235,226,.99) 0%,rgba(248,235,226,.95) 28%,rgba(248,235,226,.56) 49%,rgba(248,235,226,.02) 73%); }
.hero-content { position: relative; z-index: 2; max-width: 470px; }
.hero h1, .promo-card h2, .about h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; letter-spacing: -.035em; }
.hero h1 { max-width: 450px; font-size: clamp(2.5rem,3.4vw,3.8rem); line-height: 1; }
.hero-content p { max-width: 400px; margin: 15px 0 21px; font-size: 1rem; line-height: 1.55; }
.hero-script { position: absolute; right: 40px; top: 44px; margin: 0; color: rgba(255,255,255,.96); font: 1.5rem/1.12 var(--font-script); transform: rotate(-8deg); text-shadow: 0 1px 7px rgba(55,31,23,.35); }
.hero-dots { position: absolute; left: 40px; bottom: 19px; display: flex; gap: 8px; }
.hero-dots button { width: 11px; height: 11px; padding: 0; border: 0; border-radius: 50%; background: #e1c6b9; cursor: pointer; }
.hero-dots button.is-active { background: var(--red); }

.benefits { min-height: 72px; padding: 10px 2px; display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); align-items: stretch; gap: 0; border-bottom: 1px solid #f0e8e2; }
.benefits > div { min-width: 0; min-height: 50px; padding: 5px 9px; display: flex; align-items: center; gap: 9px; border-right: 1px solid #efe5df; }
.benefits > div:last-child { border-right: 0; }
.benefit-icon { flex: 0 0 35px; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: #fff8f5; color: var(--red); font: 1.45rem var(--font-serif); }
.benefits p { margin: 0; color: #4f423d; font-size: .72rem; line-height: 1.25; }

.category-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 10px; }
.category-card { overflow: hidden; border: 1px solid #eee7e2; border-radius: 11px; background: #fff; box-shadow: var(--shadow-sm); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.category-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.category-card img { width: 100%; aspect-ratio: 1.8/1; object-fit: cover; }
.category-card span { min-height: 34px; padding: 8px 11px; display: block; font-size: .8rem; }
.search-status { min-height: 0; margin: 0 0 8px; color: var(--muted); font-size: .86rem; }
.search-status:not(:empty) { min-height: 22px; }

.product-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 10px; }
.product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #eee6e0; border-radius: 13px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s, opacity .2s; }
.product-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.product-card.is-hidden { display: none; }
.product-image { position: relative; overflow: hidden; background: #f3ece7; }
.product-image > a { display: block; }
.product-image img { width: 100%; aspect-ratio: 1.23/1; object-fit: cover; transition: transform .35s; }
.product-card:hover .product-image img { transform: scale(1.03); }
.catalog-product-badge { position: absolute; left: 8px; top: 8px; z-index: 2; padding: 5px 8px; border-radius: 999px; background: rgba(255,255,255,.96); color: var(--red); box-shadow: 0 3px 10px rgba(50,28,20,.08); font-size: .61rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.catalog-product-badge.is-new { color: #5f7f45; }
.catalog-product-badge.is-sale { background: #fff0ed; color: #b12d36; }
.favorite-button { position: absolute; right: 8px; top: 8px; z-index: 2; width: 34px; height: 34px; padding: 0 0 2px; display: grid; place-items: center; border: 1px solid #eaded8; border-radius: 50%; background: rgba(255,255,255,.97); color: var(--red); font: 1.35rem/1 var(--font-sans); cursor: pointer; box-shadow: 0 2px 7px rgba(67,41,31,.08); }
.favorite-button.is-active { background: var(--red); border-color: var(--red); color: #fff; }
.product-body { flex: 1; min-width: 0; padding: 10px; display: flex; flex-direction: column; align-items: stretch; }
.product-body h3 { min-height: 40px; margin: 0 0 6px; font-size: .84rem; line-height: 1.25; font-weight: 400; }
.product-body h3 a { color: inherit; text-decoration: none; }
.product-body h3 a:hover { color: var(--red); }
.product-body strong { margin-top: auto; font-size: 1rem; }
.product-availability { min-height: 18px; margin: 5px 0 2px; display: flex; align-items: center; gap: 6px; color: #5f7f45; font-size: .7rem; font-weight: 800; }
.product-availability::before { content: ""; flex: 0 0 6px; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.rating { min-height: 20px; margin: 5px 0 8px; color: #574b46; font-size: .78rem; }
.rating.is-empty { visibility: hidden; }
.rating span { color: #f4b21a; font-size: 1rem; }
.rating small { color: #91847d; font-size: .72rem; }
.add-button { width: 100%; min-height: 38px; margin-top: auto; border: 1px solid var(--red); border-radius: 9px; background: #fff; color: var(--red); font-weight: 800; cursor: pointer; transition: color .18s, background .18s, transform .18s; }
.add-button:hover, .add-button.is-added { background: var(--red); color: #fff; }
.add-button:active { transform: scale(.985); }
.add-button:disabled { border-color: #ddd0ca; background: #f7f3f0; color: #9c8e87; cursor: not-allowed; }
.add-button.compact { min-height: 34px; margin-top: 10px; font-size: .78rem; opacity: 0; transform: translateY(4px); }
.new-grid .product-card:hover .add-button.compact, .add-button.compact:focus-visible, .add-button.compact.is-added { opacity: 1; transform: translateY(0); }
.new-grid .product-image img { aspect-ratio: 1.45/1; }
.new-grid .product-body h3 { min-height: 40px; }

.promo-grid { padding-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.promo-card { min-height: 210px; padding: 26px 28px; position: relative; overflow: hidden; isolation: isolate; border-radius: var(--radius); background-color: #f5e5d8; background-position: right center; background-repeat: no-repeat; background-size: auto 100%; box-shadow: inset 0 0 0 1px rgba(88,52,38,.05); }
.promo-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(250,238,228,.99) 0%,rgba(250,238,228,.96) 35%,rgba(250,238,228,.58) 55%,rgba(250,238,228,0) 78%); }
.promo-gifts { background-image: url("../../asets/images/site/promo-gifts.webp"); }
.promo-craft { background-image: url("../../asets/images/site/promo-craft.webp"); background-color: #edf0e4; }
.promo-craft::after { background: linear-gradient(90deg,rgba(237,240,228,.99) 0%,rgba(237,240,228,.94) 38%,rgba(237,240,228,.44) 59%,rgba(237,240,228,0) 79%); }
.promo-card > div { max-width: 260px; }
.promo-card h2 { font-size: 2.05rem; line-height: 1; }
.promo-card p { max-width: 235px; margin: 9px 0 16px; font-size: .86rem; }

.inspiration { padding-top: 26px; }
.inspiration-heading { align-items: center; }
.inspiration-heading p { margin: 4px 0 0; color: var(--muted); font-size: .86rem; }
.article-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 11px; }
.article-card { min-width: 0; overflow: hidden; border: 1px solid #eee5df; border-radius: 12px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.article-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.article-image { position: relative; display: block; color: inherit; text-decoration: none; }
.article-image img { width: 100%; aspect-ratio: 1.5/1; object-fit: cover; }
.article-image > span { position: absolute; left: 10px; top: 10px; padding: 5px 10px; border-radius: 999px; background: rgba(255,255,255,.95); font-size: .68rem; }
.article-body { padding: 10px 11px 11px; }
.article-body h3 { min-height: 40px; margin: 0 0 8px; font-size: .84rem; line-height: 1.24; font-weight: 400; }
.article-body h3 a { color: inherit; text-decoration: none; }
.article-body > div { display: flex; align-items: center; justify-content: space-between; color: #8a7d77; font-size: .69rem; }
.article-read-link { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #f8eee9; color: var(--red); text-decoration: none; font-weight: 800; }

.about { min-height: 225px; margin-top: 20px; overflow: hidden; display: grid; grid-template-columns: 1.1fr 1fr .82fr 1fr; border-radius: var(--radius); background: #f0ede4; box-shadow: inset 0 0 0 1px rgba(76,54,42,.06); }
.about-image { min-height: 225px; background-position: center; background-size: cover; }
.about-image-home { background-image: url("../../asets/images/site/about-home.webp"); }
.about-image-poppies { background-image: url("../../asets/images/site/about-poppies.webp"); }
.about-copy { padding: 22px 20px; }
.about-copy h2 { font-size: 2.15rem; line-height: .98; }
.about-copy p { margin: 12px 0 16px; color: #5c514c; font-size: .82rem; line-height: 1.55; }
.about-values { margin: 0; padding: 22px 14px; display: flex; flex-direction: column; justify-content: center; gap: 12px; list-style: none; background: rgba(255,248,244,.7); }
.about-values li { display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 6px; font-size: .7rem; }
.about-values li > span:first-child { color: var(--red); font: 1.55rem var(--font-serif); }


/* Footer */
.footer-benefits { min-height: 72px; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); align-items: stretch; border-top: 1px solid #f3ebe6; border-bottom: 1px solid #eee6e0; background: #fffdfb; }
.footer-benefits > div { min-width: 0; min-height: 68px; padding: 9px 16px; display: flex; align-items: center; gap: 11px; border-right: 1px solid #eee6e0; color: #554943; font-size: .71rem; line-height: 1.35; }
.footer-benefits > div:last-child { border-right: 0; }
.footer-benefits > div > span:first-child { flex: 0 0 auto; color: var(--red); font: 1.55rem var(--font-serif); }
.site-footer { background: #fff; }
.footer-grid { padding: 28px 0 34px; display: grid; grid-template-columns: minmax(260px,1.6fr) repeat(3,minmax(125px,.72fr)) minmax(205px,1fr); gap: 28px; align-items: start; }
.footer-brand { min-width: 0; display: grid; grid-template-columns: 150px minmax(0,1fr); align-items: start; column-gap: 14px; }
.footer-brand img { width: 150px; max-height: 58px; object-fit: contain; }
.footer-brand .footer-script { margin: 5px 0 0; transform: rotate(-2deg); }
.footer-brand > p:not(.footer-script), .footer-brand small { grid-column: 1/-1; }
.footer-brand > p:not(.footer-script) { max-width: 430px; margin: 12px 0 9px; color: #61554f; font-size: .73rem; line-height: 1.55; }
.footer-brand small { color: #80726b; font-size: .66rem; line-height: 1.5; }
.footer-grid h2 { margin: 0 0 10px; font-size: .78rem; }
.footer-grid > div:not(.footer-brand) { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a, .footer-grid > div:not(.footer-brand) > span { margin: 2px 0; color: #615650; text-decoration: none; font-size: .7rem; line-height: 1.45; }
.footer-grid a:hover { color: var(--red); }
.footer-contact > a:first-of-type { color: var(--ink); font-size: .76rem; font-weight: 800; }
.socials { margin-top: 9px; display: flex !important; flex-direction: row !important; gap: 8px; }
.socials a { width: 30px; height: 30px; margin: 0; display: grid; place-items: center; border-radius: 8px; background: #625b57; color: #fff; font-size: .64rem; font-weight: 800; }

/* Dialogs */
.modal { width: min(480px, calc(100% - 28px)); max-height: min(760px, calc(100dvh - 28px)); padding: 0; overflow: hidden auto; border: 0; border-radius: 18px; background: #fff; box-shadow: 0 26px 90px rgba(40,23,17,.3); }
.modal::backdrop { background: rgba(42,28,22,.48); backdrop-filter: blur(3px); }
.modal-header { position: sticky; top: 0; z-index: 1; padding: 17px 19px; display: flex; justify-content: space-between; align-items: center; gap: 18px; background: #fff; border-bottom: 1px solid var(--line); }
.modal-header p { margin: 0 0 2px; color: var(--red); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.modal-header h2 { margin: 0; font: 1.65rem var(--font-serif); }
.modal-close { flex: 0 0 auto; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--cream); font-size: 1.55rem; cursor: pointer; }
.cart-items { padding: 6px 19px; }
.cart-item { padding: 12px 0; display: grid; grid-template-columns: 56px minmax(0,1fr) auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }
.cart-item img { width: 56px; height: 56px; object-fit: cover; border-radius: 10px; background: #f7eee9; }
.cart-item__info { min-width: 0; }
.cart-item__info > a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: inherit; text-decoration: none; font-size: .8rem; }
.cart-item__info > strong { display: block; margin-top: 3px; font-size: .88rem; }
.cart-qty { display: flex; align-items: center; gap: 5px; margin-top: 7px; }
.cart-qty button, .cart-remove { width: 30px; height: 30px; padding: 0; border: 1px solid #e4d8d1; border-radius: 8px; background: #fff; cursor: pointer; }
.cart-qty span { min-width: 24px; text-align: center; font-weight: 800; }
.cart-total { padding: 17px 19px 10px; display: flex; justify-content: space-between; align-items: baseline; }
.cart-total strong { font: 1.35rem var(--font-serif); }
.cart-empty, .cart-items-empty { padding: 28px 8px; text-align: center; color: #8e7d75; }
.checkout-button { width: calc(100% - 38px); min-height: 46px; margin: 8px 19px 19px; border: 0; border-radius: 11px; background: var(--red); color: #fff; font-weight: 800; cursor: pointer; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: max(24px,env(safe-area-inset-bottom)); max-width: calc(100% - 32px); padding: 12px 18px; transform: translate(-50%,30px); border-radius: 999px; background: #30231f; color: #fff; box-shadow: 0 10px 30px rgba(43,25,19,.25); font-size: .82rem; opacity: 0; pointer-events: none; transition: opacity .22s,transform .22s; }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1220px) {
  .header-main { grid-template-columns: 210px minmax(240px,1fr) auto; gap: 16px; }
  .logo-wrap img { width: 160px; }
  .header-script { display: none; }
  .category-nav-inner { gap: 22px; }
  .page-shell { grid-template-columns: 205px minmax(0,1fr); }
  .product-grid, .category-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .article-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .benefits { grid-template-columns: repeat(3,1fr); }
  .benefits > div:nth-child(3n) { border-right: 0; }
  .about { grid-template-columns: 1fr 1fr 1fr; }
  .about-image-poppies { display: none; }
  .footer-grid { grid-template-columns: 1.55fr repeat(3,.72fr); }
  .footer-contact { grid-column: 2/-1; }
}

@media (max-width: 980px) {
  .topline-inner span:nth-child(n+3) { display: none; }
  .header-main { grid-template-columns: 180px 1fr; gap: 7px 12px; padding: 8px 0; }
  .logo-wrap img { width: 170px; }
  .search-form { grid-column: 1/-1; grid-row: 2; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .header-action { min-width: 60px; }
  .category-nav-inner { gap: 21px; }
  .footer-benefits { grid-template-columns: repeat(3,1fr); }
  .footer-benefits > div:nth-child(3n) { border-right: 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; max-width: 620px; }
  .footer-contact { grid-column: auto; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .topline-inner, .header-main, .category-nav-inner, .page-shell, .footer-benefits, .footer-grid { width: min(100% - 24px,var(--shell)); }
  .topline-inner { min-height: 33px; justify-content: center; text-align: center; font-size: .7rem; }
  .topline-inner span:not(:first-child) { display: none; }
  .site-header { position: relative; }
  .header-main { min-height: auto; grid-template-columns: 1fr auto; gap: 7px 9px; padding: 7px 0 9px; }
  .logo-wrap img { width: 154px; }
  .header-actions { gap: 0; }
  .header-action { min-width: 43px; min-height: 44px; padding: 3px; }
  .header-action > span:last-child { display: none; }
  .header-action svg, .action-icon-wrap > svg { width: 23px; height: 23px; }
  .search-form input { height: 43px; }
  .category-nav-inner { min-height: 41px; gap: 21px; }
  .category-nav a { padding: 11px 0 10px; font-size: .78rem; }
  .category-nav .nav-sale { margin-left: 0; }

  .page-shell { margin-top: 10px; grid-template-columns: minmax(0,1fr); gap: 10px; }
  .mobile-catalog-trigger { grid-column: 1; grid-row: 1; width: 100%; display: grid; text-align: left; cursor: pointer; }
  .catalog-panel { grid-column: 1; grid-row: 2; position: static; display: none; }
  .catalog-panel.is-open { display: block; }
  .page-shell > main { grid-column: 1; grid-row: 3; }
  .catalog-card .catalog-title { display: none; }
  .catalog-card nav { display: grid; grid-template-columns: 1fr 1fr; }
  .aside-note { display: none; }

  .hero { min-height: 405px; padding: 30px 22px 52px; border-radius: 16px; }
  .hero::before { background-position: 58% bottom; }
  .hero::after { background: linear-gradient(180deg,rgba(248,235,226,.98) 0%,rgba(248,235,226,.9) 39%,rgba(248,235,226,.16) 79%); }
  .hero h1 { max-width: 355px; font-size: clamp(2.3rem,12vw,3rem); }
  .hero-content p { max-width: 305px; font-size: .92rem; }
  .hero-script { display: none; }
  .hero-dots { left: 22px; }
  .benefits { grid-template-columns: repeat(2,1fr); padding: 8px 0; }
  .benefits > div, .benefits > div:nth-child(3n) { border-right: 1px solid #efe5df; }
  .benefits > div:nth-child(even) { border-right: 0; }
  .benefits p { font-size: .7rem; }
  .category-grid, .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  .product-body { padding: 9px; }
  .product-body h3 { font-size: .79rem; }
  .product-body strong { font-size: .92rem; }
  .add-button.compact { opacity: 1; transform: none; }
  .promo-grid { grid-template-columns: 1fr; }
  .promo-card { min-height: 225px; padding: 24px 21px; }
  .article-grid { grid-auto-flow: column; grid-auto-columns: minmax(245px,74vw); grid-template-columns: none; overflow-x: auto; padding: 2px 2px 14px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .article-card { scroll-snap-align: start; }
  .about { grid-template-columns: 1fr; }
  .about-image-home { min-height: 205px; }
  .about-copy { padding: 23px; }

  .footer-benefits { grid-template-columns: 1fr 1fr; padding: 7px 0; }
  .footer-benefits > div, .footer-benefits > div:nth-child(3n) { min-height: 54px; padding: 8px 9px; border-right: 0; font-size: .67rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px 18px; padding-top: 22px; }
  .footer-brand, .footer-contact { grid-column: 1/-1; }
  .footer-brand { grid-template-columns: 138px minmax(0,1fr); }
  .footer-brand img { width: 138px; }
  .modal { max-height: calc(100dvh - 16px); }
}

@media (max-width: 430px) {
  .logo-wrap img { width: 142px; }
  .header-action { min-width: 39px; }
  .action-badge { right: -7px; }
  .catalog-card nav { grid-template-columns: 1fr; }
  .hero { min-height: 385px; }
  .hero h1 { font-size: 2.3rem; }
  .benefit-icon { flex-basis: 30px; width: 30px; height: 30px; font-size: 1.2rem; }
  .benefits > div { padding: 5px 3px; gap: 5px; }
  .category-card span { padding: 7px 8px; font-size: .72rem; }
  .favorite-button { right: 5px; top: 5px; width: 30px; height: 30px; }
  .product-body h3 { min-height: 45px; }
  .rating small { display: none; }
  .section-heading h2 { font-size: 1.16rem; }
  .section-heading > a { font-size: .72rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-template-columns: 1fr; }
  .footer-brand img { width: 145px; }
  .footer-brand .footer-script { margin-top: 8px; }
  .footer-brand > p:not(.footer-script), .footer-brand small { grid-column: auto; }
}

@media (max-width: 360px) {
  .topline-inner, .header-main, .category-nav-inner, .page-shell, .footer-benefits, .footer-grid { width: calc(100% - 16px); }
  .category-grid, .product-grid { gap: 7px; }
  .product-body { padding: 8px; }
  .footer-benefits { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: 1; }
}

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

/* V6 shared SVG icon system */
.ui-icon { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.header-action { text-decoration: none; }
.topline-inner .ui-icon { width: 17px; height: 17px; }
.footer-benefits .ui-icon { width: 25px; height: 25px; color: var(--red); }
.footer-contact .ui-icon { width: 17px; height: 17px; }
.favorite-button .ui-icon { width: 18px; height: 18px; transition: transform .18s, fill .18s; }
.favorite-button.is-active .ui-icon { fill: currentColor; transform: scale(1.04); }
.catalog-empty .ui-icon, .blog-empty .ui-icon { width: 42px; height: 42px; }

/* V6 information pages: page-specific layouts */
.info-main { width: min(1240px,calc(100% - 32px)); margin: 0 auto; padding: 28px 0 58px; }
.info-hero { display: grid; gap: 14px; max-width: 930px; padding: 44px 0 40px; }
.info-eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--red); }
.info-hero h1 { margin: 0; font-size: clamp(38px,6vw,76px); line-height: .98; letter-spacing: -.045em; }
.info-hero p { max-width: 780px; margin: 0; font-size: clamp(16px,2vw,20px); line-height: 1.65; color: #6d625d; }
.info-entity-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.info-entity-card { position: relative; min-width: 0; min-height: 260px; padding: 30px; display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 20px; border: 1px solid rgba(73,49,41,.14); border-radius: 28px; background: rgba(255,255,255,.78); box-shadow: 0 18px 50px rgba(72,40,30,.06); overflow: hidden; }
.info-entity-card__image { grid-column: 1/-1; width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 18px; }
.info-entity-card__index { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.info-entity-card__subtitle { margin: 0 0 8px; color: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.info-entity-card h2 { margin: 0 0 14px; font-size: clamp(24px,3vw,38px); line-height: 1.08; }
.info-entity-card p { margin: 0; color: #6d625d; font-size: 15px; line-height: 1.75; }
.info-entity-grid--compact .info-entity-card { min-height: 210px; }
.info-empty { padding: 28px; border: 1px dashed #ddcfc7; border-radius: 22px; color: #786a63; text-align: center; background: #fffaf7; }
.info-empty--large { min-height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.info-empty strong { color: #40332e; font-size: 20px; }
.info-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 22px; padding: 28px 32px; border-radius: 28px; background: #2d211d; color: #fff; }
.info-cta h2 { margin: 0 0 7px; font-size: 28px; }
.info-cta p { margin: 0; max-width: 720px; color: rgba(255,255,255,.72); line-height: 1.55; }
.info-cta .button { flex: 0 0 auto; }

.faq-stack { display: grid; gap: 10px; }
.faq-item { border: 1px solid #e6dad3; border-radius: 18px; background: #fff; overflow: clip; }
.faq-item summary { min-height: 64px; padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; font-weight: 800; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 50%; background: #fff3ee; color: var(--red); font-size: 20px; transition: transform .2s; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item > div { padding: 0 20px 20px; color: #6d625d; line-height: 1.7; }
.faq-item p { margin: 0; }

.reviews-layout { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(320px,.75fr); gap: 20px; align-items: start; }
.reviews-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.review-card { min-width: 0; padding: 24px; border: 1px solid #eaded8; border-radius: 22px; background: #fff; }
.review-card__stars { color: #c94f43; letter-spacing: .08em; }
.review-card__stars span { color: #e7ddd8; }
.review-card blockquote { margin: 18px 0 22px; color: #4e423c; line-height: 1.7; }
.review-card footer { display: flex; flex-direction: column; gap: 3px; }
.review-card footer span { color: #8a7b74; font-size: 12px; }
.review-form { position: sticky; top: 18px; padding: 26px; display: grid; gap: 15px; border: 1px solid #e5d8d1; border-radius: 24px; background: #fffaf7; }
.review-form h2 { margin: -6px 0 2px; font-size: 27px; }
.review-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 800; }
.review-form input,.review-form select,.review-form textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #ddd0c9; border-radius: 10px; background: #fff; color: inherit; font: inherit; resize: vertical; }
.review-form textarea { min-height: 118px; }
.review-form__status { min-height: 20px; margin: 0; color: #665851; font-size: 12px; line-height: 1.5; }

.masters-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.master-card { min-width: 0; overflow: hidden; border: 1px solid #e7dbd4; border-radius: 24px; background: #fff; }
.master-card > img,.master-card__placeholder { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.master-card__placeholder { display: grid; place-items: center; background: linear-gradient(135deg,#fff5ef,#f7e7de); color: var(--red); }
.master-card__placeholder .ui-icon { width: 46px; height: 46px; }
.master-card > div:last-child { padding: 20px; }
.master-card p { margin: 0 0 5px; color: var(--red); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.master-card h2 { margin: 0 0 10px; font-size: 24px; }
.master-card span { color: #6d625d; line-height: 1.65; }

.contacts-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.contact-tile { min-width: 0; min-height: 190px; padding: 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; border: 1px solid #e5d8d1; border-radius: 22px; background: #fff; }
.contact-tile .ui-icon { width: 28px; height: 28px; color: var(--red); }
.contact-tile > span { margin-top: auto; color: #8a7b74; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-tile a,.contact-tile strong { max-width: 100%; color: #3f332e; font-size: 18px; overflow-wrap: anywhere; text-decoration: none; }

.jobs-stack,.process-list { display: grid; gap: 12px; }
.job-card { padding: 26px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid #e5d8d1; border-radius: 22px; background: #fff; }
.job-card h2 { margin: 4px 0 10px; font-size: 27px; }
.job-card p { margin: 0; color: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.job-card div div { color: #6d625d; line-height: 1.65; }
.process-list article { padding: 25px 28px; display: grid; grid-template-columns: 70px minmax(0,1fr); gap: 18px; align-items: start; border-bottom: 1px solid #e7ddd8; }
.process-list article > b { color: var(--red); font: 700 32px/1 var(--font-serif); }
.process-list h2 { margin: 0 0 8px; font-size: 25px; }
.process-list p { margin: 0; color: #6d625d; line-height: 1.7; }
.gift-layout { display: grid; grid-template-columns: minmax(320px,.8fr) minmax(0,1.2fr); gap: 18px; align-items: stretch; }
.gift-visual { min-height: 430px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 28px; background: linear-gradient(145deg,#cf5146,#8f2f2b); color: #fff; box-shadow: 0 24px 60px rgba(104,38,31,.2); }
.gift-visual > span { margin-bottom: auto; font: 700 38px var(--font-serif); }
.gift-visual strong { max-width: 440px; font: 700 clamp(34px,5vw,58px)/.96 var(--font-serif); }
.gift-visual small { margin-top: 16px; color: rgba(255,255,255,.78); font-size: 14px; }

/* V6 favorites and checkout */
.commerce-main { width: min(1240px,calc(100% - 32px)); margin: 0 auto; padding-bottom: 58px; }
.commerce-hero { max-width: 820px; padding: 36px 0 30px; }
.commerce-hero > span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.commerce-hero h1 { margin: 8px 0 12px; font-size: clamp(38px,6vw,70px); line-height: .98; }
.commerce-hero p { margin: 0; color: #6d625d; font-size: 17px; line-height: 1.65; }
.commerce-products { min-height: 280px; }
.commerce-empty,.checkout-success { min-height: 300px; padding: 32px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; border: 1px dashed #decfc8; border-radius: 26px; background: #fffaf7; text-align: center; }
.commerce-empty[hidden],.checkout-success[hidden] { display: none; }
.commerce-empty .ui-icon,.checkout-success .ui-icon { width: 42px; height: 42px; color: var(--red); }
.commerce-empty h2,.checkout-success h2 { margin: 4px 0 0; font-size: 28px; }
.commerce-empty p,.checkout-success p { margin: 0 0 10px; color: #6d625d; }
.checkout-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(340px,.75fr); gap: 20px; align-items: start; }
.checkout-form { display: grid; gap: 14px; }
.checkout-form > section { padding: 25px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; border: 1px solid #e7dbd4; border-radius: 22px; background: #fff; }
.checkout-form h2 { grid-column: 1/-1; margin: 0 0 4px; font-size: 24px; }
.checkout-form label { min-width: 0; display: grid; gap: 7px; color: #52463f; font-size: 13px; font-weight: 800; }
.checkout-form label:has(textarea),.checkout-form section:nth-child(n+2) label { grid-column: 1/-1; }
.checkout-form input,.checkout-form select,.checkout-form textarea { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #ddd0c9; border-radius: 10px; background: #fff; color: #302722; font: inherit; resize: vertical; }
.checkout-form textarea { min-height: 94px; }
.checkout-submit { min-height: 50px; font-size: 15px; }
.checkout-error { padding: 12px 14px; border-radius: 10px; background: #fff0ee; color: #8d2e28; font-size: 13px; }
.checkout-summary { position: sticky; top: 18px; overflow: hidden; border: 1px solid #e3d7d0; border-radius: 22px; background: #fffaf7; }
.checkout-summary__head { padding: 20px 20px 14px; display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.checkout-summary__head h2 { margin: 0; font-size: 24px; }
.checkout-summary__head a { color: var(--red); font-size: 12px; font-weight: 800; }
.checkout-items { padding: 0 20px; display: grid; }
.checkout-item { padding: 13px 0; display: grid; grid-template-columns: 54px minmax(0,1fr) auto; gap: 12px; align-items: center; border-top: 1px solid #eaded8; }
.checkout-item img { width: 54px; height: 54px; object-fit: cover; border-radius: 10px; background: #f7eee9; }
.checkout-item b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.checkout-item small { color: #887970; }
.checkout-item strong { font-size: 13px; white-space: nowrap; }
.checkout-summary__total { padding: 18px 20px 20px; display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid #dfd2cb; }
.checkout-summary__total strong { font: 700 24px var(--font-serif); }

@media (max-width: 980px) {
  .reviews-layout,.checkout-layout,.gift-layout { grid-template-columns: 1fr; }
  .review-form,.checkout-summary { position: static; }
  .contacts-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .masters-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gift-visual { min-height: 320px; }
}
@media (max-width: 760px) {
  .info-main,.commerce-main { width: min(100% - 20px,1240px); padding-top: 14px; }
  .info-hero,.commerce-hero { padding: 26px 0; }
  .info-entity-grid,.reviews-grid,.masters-grid,.contacts-grid { grid-template-columns: 1fr; }
  .info-entity-card { min-height: 0; padding: 22px; border-radius: 20px; grid-template-columns: 34px minmax(0,1fr); gap: 12px; }
  .info-cta,.job-card { align-items: stretch; flex-direction: column; padding: 22px; border-radius: 20px; }
  .info-cta .button,.job-card .button { width: 100%; text-align: center; }
  .review-form,.review-card,.contact-tile { border-radius: 18px; }
  .process-list article { padding: 20px 4px; grid-template-columns: 50px minmax(0,1fr); }
  .gift-visual { min-height: 280px; padding: 26px; border-radius: 22px; }
  .checkout-form > section { padding: 19px; grid-template-columns: 1fr; border-radius: 18px; }
  .checkout-form h2,.checkout-form label { grid-column: 1; }
  .checkout-summary { border-radius: 18px; }
}
@media (max-width: 430px) {
  .info-main,.commerce-main { width: calc(100% - 16px); }
  .info-hero h1,.commerce-hero h1 { font-size: 38px; }
  .info-entity-card { padding: 18px; }
  .faq-item summary { padding: 15px 16px; }
  .faq-item > div { padding: 0 16px 16px; }
  .review-form,.review-card,.contact-tile,.checkout-form > section { padding: 17px; }
  .checkout-item { grid-template-columns: 46px minmax(0,1fr); }
  .checkout-item img { width: 46px; height: 46px; }
  .checkout-item > strong { grid-column: 2; }
}
@media (max-width: 360px) {
  .info-entity-card { grid-template-columns: 1fr; }
  .info-entity-card__index { margin-bottom: -4px; }
  .gift-visual { min-height: 250px; }
  .gift-visual strong { font-size: 34px; }
}


/* V10 Stage 1: basic cart page structure. No decorative animation in this stage. */
.cart-page-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: 20px; align-items: start; }
.cart-page-card { overflow: hidden; border: 1px solid #e3d7d0; border-radius: 22px; background: #fff; }
.cart-page-card__head { padding: 20px 20px 14px; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; border-bottom: 1px solid #eaded8; }
.cart-page-card__head h2 { margin: 0; font-size: 24px; }
.cart-page-card__head a { color: var(--red); font-size: 12px; font-weight: 800; }
.cart-page-items { padding: 4px 20px 10px; }
.cart-page-items .cart-item { grid-template-columns: 72px minmax(0,1fr) auto; padding: 16px 0; }
.cart-page-items .cart-item img { width: 72px; height: 72px; }
.cart-page-summary { position: sticky; top: 18px; padding: 22px; border: 1px solid #e3d7d0; border-radius: 22px; background: #fffaf7; }
.cart-page-summary > span { color: #8b7c74; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cart-page-total { margin: 12px 0 18px; padding: 16px 0; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; border-top: 1px solid #e7dad4; border-bottom: 1px solid #e7dad4; }
.cart-page-total strong { font: 700 25px var(--font-serif); }
.cart-page-checkout { width: 100%; margin: 0; display: flex; align-items: center; justify-content: center; text-decoration: none; }
.cart-page-summary p { margin: 13px 0 0; color: #756861; font-size: 12px; line-height: 1.5; }

@media (max-width: 980px) {
  .cart-page-layout { grid-template-columns: 1fr; }
  .cart-page-summary { position: static; }
}

@media (max-width: 560px) {
  .cart-page-card { border-radius: 18px; }
  .cart-page-card__head { padding: 17px; align-items: flex-start; flex-direction: column; gap: 6px; }
  .cart-page-items { padding: 2px 17px 8px; }
  .cart-page-items .cart-item { grid-template-columns: 58px minmax(0,1fr) auto; gap: 10px; }
  .cart-page-items .cart-item img { width: 58px; height: 58px; }
  .cart-page-summary { padding: 18px; border-radius: 18px; }
}

/* V12 Stage 3: complete cart states and controls. */
.cart-item__media { display: block; border-radius: 10px; }
.cart-item__unit-price { display: block; margin-top: 4px; color: #887971; font-size: .7rem; }
.cart-item__side { align-self: stretch; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; gap: 8px; }
.cart-item__line-total { white-space: nowrap; font-size: .9rem; }
.cart-qty button:disabled { cursor: default; opacity: .4; }
.cart-empty-state { min-height: 190px; padding: 30px 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; color: #7d6e67; }
.cart-empty-state strong { color: var(--ink); font: 700 1.35rem var(--font-serif); }
.cart-empty-state span { max-width: 340px; font-size: .8rem; line-height: 1.55; }
.cart-empty-state a { min-height: 40px; margin-top: 7px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; background: var(--red); color: #fff; text-decoration: none; font-size: .76rem; font-weight: 800; }
.checkout-button.is-disabled,
.checkout-button[aria-disabled="true"] { cursor: not-allowed; opacity: .45; }
.cart-page-items .cart-item__line-total { font-size: .98rem; }
.cart-page-items .cart-empty-state { min-height: 300px; }

@media (max-width: 560px) {
  .cart-page-items .cart-item { grid-template-columns: 58px minmax(0,1fr); }
  .cart-page-items .cart-item__side { grid-column: 2; align-self: auto; flex-direction: row; align-items: center; justify-content: space-between; }
  .cart-page-items .cart-item__line-total { font-size: .88rem; }
  .cart-empty-state { min-height: 220px; padding-inline: 10px; }
}

/* Stage 4: checkout form */
.checkout-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.checkout-choice-grid { grid-column: 1/-1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.checkout-choice { position: relative; min-height: 76px; padding: 14px; display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 10px !important; border: 1px solid #ddd0c9; border-radius: 12px; background: #fff; cursor: pointer; }
.checkout-choice:has(input:checked) { border-color: var(--red); box-shadow: 0 0 0 1px var(--red); background: #fff8f5; }
.checkout-choice input { width: 18px !important; min-height: 18px !important; height: 18px; margin: 2px 0 0; flex: 0 0 18px; accent-color: var(--red); }
.checkout-choice span { min-width: 0; display: grid; gap: 3px; }
.checkout-choice b { color: var(--ink); font-size: 14px; }
.checkout-choice small,.checkout-field-hint { color: #85766e; font-size: 11px; font-weight: 500; line-height: 1.4; }
#checkout-address-field[hidden] { display: none; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

@media (max-width: 680px) {
  .checkout-choice-grid { grid-template-columns: 1fr; }
  .checkout-choice { min-height: 68px; }
}



/* V32 — grouped product variant preview (global) */
.product-card-variant-strip{display:flex;align-items:center;gap:4px;margin:8px 0 2px;min-height:20px}
.product-card-variant-dot{width:17px;height:17px;display:inline-block;border:1px solid rgba(0,0,0,.14);border-radius:50%;background:var(--variant-color,#d9d1c7);box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.72)}
.product-card-variant-more{margin-left:2px;color:#7c746b;font-size:10px}
.product-card.has-variants .add-button{background:#fff;color:var(--page-green,#2e684f);border:1px solid currentColor}

.product-card-option-chip{display:inline-flex;align-items:center;min-height:20px;padding:2px 6px;border:1px solid rgba(67,63,55,.12);border-radius:999px;background:rgba(255,255,255,.72);color:#756d64;font-size:9.5px;white-space:nowrap}


/* V34 — product configuration in cart and checkout */
.cart-item__options{display:grid;gap:2px;margin:5px 0 6px;padding:0;list-style:none;color:#756d64;font-size:10px;line-height:1.35}
.cart-item__options li{position:relative;padding-left:10px}.cart-item__options li::before{content:"·";position:absolute;left:2px;color:#2e684f;font-weight:800}
.checkout-item__options{display:block;margin-top:4px;color:#756d64;font-size:9.5px;line-height:1.4}


/* V41 — checkout usability */
.checkout-form .checkout-email-field{grid-column:1/-1}
.checkout-label-optional{
  margin-left:4px;
  color:#93847c;
  font-size:11px;
  font-weight:500;
}
