:root {
  --ink: #261c22;
  --muted: #75626b;
  --rose: #a63d69;
  --rose-dark: #64223f;
  --blush: #fff2f6;
  --blush-strong: #ffdbe8;
  --paper: #ffffff;
  --silver: #f5f7f6;
  --line: rgba(100, 34, 63, 0.14);
  --shadow: 0 24px 70px rgba(104, 34, 64, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #fff 0, #fff5f8 520px, #fff 1200px);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.menu-open,
body.cart-open,
body.product-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.announcement {
  position: fixed;
  z-index: 60;
  inset: 0 0 auto;
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 8px 16px;
  border-bottom: 1px solid rgba(166, 61, 105, 0.18);
  background: linear-gradient(90deg, #ffd8e5, #fff3f7, #ffd8e5);
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.announcement a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-header {
  position: fixed;
  z-index: 59;
  top: 38px;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto minmax(220px, 420px) 1fr auto auto;
  gap: 16px;
  align-items: center;
  padding: 18px 56px;
  border-bottom: 1px solid rgba(166, 61, 105, 0.1);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 34px rgba(100, 34, 63, 0.07);
  backdrop-filter: blur(18px);
}

.info-header {
  top: 0;
  grid-template-columns: auto 1fr;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.brand img {
  width: 44px;
  height: 44px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.brand strong,
.drawer-head strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--rose);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.header-search {
  position: relative;
}

.header-search label,
.delivery-search label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.header-search input,
.delivery-search input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff7fa;
  color: var(--ink);
  outline: 0;
}

.header-search input {
  padding: 0 18px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 22px;
}

.info-nav {
  justify-content: flex-end;
  flex-wrap: wrap;
}

.nav a {
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.bag-button,
.menu-button,
.button,
.delivery-search button,
.home-product-actions button,
.home-product-actions a,
.whatsapp-checkout,
.drawer-head button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.bag-button span {
  display: inline-grid;
  min-width: 24px;
  min-height: 24px;
  margin-left: 8px;
  place-items: center;
  border-radius: 50%;
  background: var(--blush-strong);
  color: var(--rose-dark);
}

.menu-button {
  display: none;
}

.button {
  padding: 0 24px;
}

.button.primary,
.home-product-actions button,
.whatsapp-checkout {
  border-color: var(--rose-dark);
  background: var(--rose-dark);
  color: #fff;
}

.button.soft {
  border-color: rgba(166, 61, 105, 0.18);
  background: #fff;
  color: var(--rose);
}

.storefront-hero {
  padding: 142px 56px 30px;
}

.store-switcher {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.store-switcher a {
  display: grid;
  min-height: 52px;
  place-items: center;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.store-switcher a:last-child {
  border-right: 0;
}

.store-switcher a.active,
.store-switcher a:hover {
  background: #ffe4ee;
  color: var(--rose-dark);
}

.mega-category-strip {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.mega-category-strip::-webkit-scrollbar,
.category-scroll::-webkit-scrollbar {
  display: none;
}

.mega-category-strip a {
  flex: 0 0 auto;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.campaign-slider {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(166, 61, 105, 0.13);
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.9), transparent 270px),
    linear-gradient(100deg, #fff 0%, #ffe3ed 52%, #f8f9f8 100%);
  box-shadow: var(--shadow);
}

.campaign-slide {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: 28px;
  min-height: 500px;
  align-items: center;
  padding: 42px 58px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(22px);
  transition: opacity 320ms ease, transform 320ms ease;
}

.campaign-slide:not(.active) {
  position: absolute;
  inset: 0;
}

.campaign-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.campaign-copy .eyebrow,
.section-heading .eyebrow,
.card-copy p,
.promo-tile span,
.price-shortcuts span,
.occasion-strip span {
  margin: 0 0 10px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.campaign-copy strong {
  display: block;
  max-width: 600px;
  margin-bottom: 10px;
  color: var(--rose);
  padding-bottom: 0.06em;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.campaign-copy h1 {
  max-width: 610px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.1vw, 3.25rem);
  font-weight: 500;
  line-height: 1.12;
}

.campaign-copy p:not(.eyebrow) {
  max-width: 540px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.campaign-actions,
.mini-offers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.campaign-actions {
  margin-top: 26px;
}

.mini-offers {
  margin-top: 18px;
}

.mini-offers span {
  padding: 9px 12px;
  border: 1px solid rgba(166, 61, 105, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 900;
}

.campaign-products {
  position: relative;
  min-height: 405px;
}

.hero-card {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(166, 61, 105, 0.13);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(104, 34, 64, 0.18);
}

.hero-card.main {
  top: 14px;
  right: 9%;
  z-index: 2;
  width: min(390px, 58%);
  aspect-ratio: 1;
}

.hero-card.top {
  top: 0;
  left: 2%;
  z-index: 3;
  width: min(220px, 34%);
  aspect-ratio: 1;
}

.hero-card.bottom {
  right: 0;
  bottom: 4px;
  z-index: 3;
  width: min(230px, 36%);
  aspect-ratio: 1;
}

.hero-card img {
  width: 100%;
  height: 100%;
  background: #fff;
  object-fit: cover;
}

.hero-card span {
  position: absolute;
  right: 50%;
  bottom: 14px;
  min-width: 76px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(38, 28, 34, 0.9);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(50%);
}

.sale-stamp {
  position: absolute;
  top: 28px;
  right: 0;
  z-index: 4;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--rose-dark), var(--rose));
  color: #fff;
  text-align: center;
  box-shadow: 0 22px 58px rgba(104, 34, 64, 0.22);
}

.sale-stamp span,
.sale-stamp b {
  display: block;
}

.sale-stamp span {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.sale-stamp b {
  font-size: 1.55rem;
  line-height: 1;
  text-transform: uppercase;
}

.banner-controls {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 5;
  display: flex;
  gap: 8px;
}

.banner-controls button,
.hero-pager button {
  border: 1px solid rgba(166, 61, 105, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 950;
}

.banner-controls button {
  min-height: 38px;
  padding: 0 14px;
}

.hero-pager {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.hero-pager button {
  display: grid;
  width: 34px;
  height: 30px;
  place-items: center;
}

.hero-pager .active {
  background: var(--rose-dark);
  color: #fff;
}

.delivery-search,
.category-showcase,
.sample-section,
.price-shortcuts,
.promo-tiles,
.occasion-strip,
.trust-band,
.footer {
  padding-right: 56px;
  padding-left: 56px;
}

.delivery-search {
  display: grid;
  grid-template-columns: 0.75fr 1.3fr 0.95fr;
  gap: 16px;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid rgba(166, 61, 105, 0.1);
  border-bottom: 1px solid rgba(166, 61, 105, 0.1);
  background: #fff;
}

.delivery-search strong {
  display: block;
  font-size: 1.05rem;
}

.delivery-search span,
.card-copy small,
.footer p,
.footer address {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.footer address {
  max-width: 680px;
  margin: 10px 0 0;
  color: var(--rose-dark);
  font-style: normal;
  font-weight: 800;
}

.delivery-search form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.delivery-search input {
  padding: 0 16px;
}

.delivery-search button {
  padding: 0 18px;
  border-color: var(--rose-dark);
  background: var(--rose-dark);
  color: #fff;
}

.delivery-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.delivery-actions a {
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.category-showcase,
.sample-section {
  padding-top: 62px;
  padding-bottom: 62px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: end;
  margin-bottom: 24px;
}

.section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.08;
}

.section-heading a {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.category-scroll {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

.category-scroll a {
  display: grid;
  gap: 12px;
  min-width: 0;
  text-align: center;
}

.category-scroll img {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  object-fit: cover;
  box-shadow: 0 12px 35px rgba(104, 34, 64, 0.08);
}

.category-scroll span {
  font-size: 13px;
  font-weight: 950;
}

.price-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding-top: 26px;
  padding-bottom: 26px;
  background: #fff3f7;
}

.price-shortcuts a,
.occasion-strip a {
  display: grid;
  min-height: 118px;
  align-content: center;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(166, 61, 105, 0.12);
  background: #fff;
}

.price-shortcuts strong,
.occasion-strip strong,
.promo-tile strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.12;
}

.promo-tiles {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 14px;
  padding-top: 62px;
  padding-bottom: 62px;
}

.promo-tile {
  position: relative;
  display: grid;
  min-height: 360px;
  align-content: end;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
}

.promo-tile.large {
  min-height: 460px;
}

.promo-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
}

.promo-tile::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(255, 242, 246, 0.96));
  content: "";
}

.promo-tile span,
.promo-tile strong {
  position: relative;
  z-index: 1;
}

.home-product-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sample-section.tinted {
  background: #fff7fa;
}

.home-product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(104, 34, 64, 0.07);
}

.home-product-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  background: #fff;
}

.home-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-product-media span,
.save-button {
  position: absolute;
  z-index: 2;
  top: 12px;
  min-height: 30px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.home-product-media span {
  left: 12px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  background: var(--rose);
  color: #fff;
}

.save-button {
  right: 12px;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--rose-dark);
}

.save-button.active {
  background: var(--rose-dark);
  color: #fff;
}

.card-copy {
  display: grid;
  gap: 9px;
  padding: 18px;
}

.card-copy p,
.card-copy h3,
.card-copy small {
  margin: 0;
}

.card-copy h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.18;
}

.home-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.home-price strong {
  font-size: 1.05rem;
}

.home-price span {
  color: var(--muted);
  font-size: 0.9rem;
  text-decoration: line-through;
}

.home-product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border-top: 1px solid var(--line);
  background: var(--line);
}

.home-product-actions button,
.home-product-actions a {
  border: 0;
  border-radius: 0;
  background: #fff;
}

.home-product-actions button {
  background: var(--rose-dark);
  color: #fff;
}

.occasion-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding-top: 36px;
  padding-bottom: 36px;
  background: #fff3f7;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--rose-dark);
  color: #fff;
}

.trust-band div {
  min-height: 130px;
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-band div:last-child {
  border-right: 0;
}

.trust-band strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
}

.trust-band span {
  display: block;
  margin-top: 8px;
  color: #ffe5ef;
  line-height: 1.45;
}

.brand-detail-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0 56px;
  background: var(--line);
}

.brand-detail-strip article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 250px;
  padding: 34px;
  background: #fff;
}

.brand-detail-strip span,
.detail-card span,
.policy-card span,
.contact-card span {
  color: var(--rose);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-detail-strip h2,
.detail-card h2,
.policy-card h2,
.info-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.08;
}

.brand-detail-strip h2 {
  font-size: clamp(1.6rem, 2.3vw, 2.6rem);
}

.brand-detail-strip p,
.detail-card p,
.policy-card p,
.contact-card p,
.info-hero p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.brand-detail-strip a,
.detail-card a,
.policy-card a {
  width: fit-content;
  margin-top: 6px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.info-main {
  background: linear-gradient(180deg, #fff 0, #fff3f7 420px, #fff 920px);
  padding-top: 86px;
}

.info-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  gap: 32px;
  align-items: center;
  padding: 72px 56px 46px;
}

.info-hero h1 {
  max-width: 820px;
  font-size: clamp(2.6rem, 5.6vw, 6.4rem);
}

.info-hero p {
  max-width: 680px;
  margin-top: 18px;
  font-size: 1.08rem;
}

.info-hero img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.info-actions a {
  min-height: 46px;
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.info-actions a:first-child {
  border-color: var(--rose-dark);
  background: var(--rose-dark);
  color: #fff;
}

.detail-grid,
.policy-grid,
.contact-grid {
  display: grid;
  gap: 16px;
  padding: 40px 56px 62px;
}

.detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.policy-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-grid {
  grid-template-columns: 1.2fr 0.8fr;
}

.detail-card,
.policy-card,
.contact-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.detail-card h2,
.policy-card h2 {
  font-size: 1.7rem;
}

.detail-card ul,
.policy-card ul,
.contact-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.6;
}

.contact-card strong {
  font-size: 1.1rem;
}

.contact-card a {
  color: var(--rose-dark);
  font-weight: 900;
}

.seo-faq {
  display: grid;
  gap: 24px;
  padding: 62px 56px;
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.faq-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fff8fb 100%);
}

.faq-grid h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

.faq-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 26px;
  align-items: center;
  padding-top: 46px;
  padding-bottom: 46px;
  background: #fff;
}

.footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.footer-links a {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.cart-drawer,
.product-drawer {
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
  display: flex;
  width: min(420px, 100%);
  height: 100vh;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  background: #fff;
  box-shadow: -24px 0 70px rgba(38, 28, 34, 0.18);
  transform: translateX(105%);
  transition: transform 220ms ease;
}

.cart-open .cart-drawer,
.product-open .product-drawer {
  transform: translateX(0);
}

.drawer-backdrop {
  position: fixed;
  z-index: 70;
  inset: 0;
  display: none;
  background: rgba(38, 28, 34, 0.45);
}

.cart-open [data-cart-backdrop],
.product-open [data-product-backdrop] {
  display: block;
}

.drawer-head,
.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.drawer-head {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.drawer-head button {
  min-height: 36px;
  padding: 0 12px;
}

.cart-items {
  display: grid;
  gap: 12px;
  overflow: auto;
}

.empty-bag {
  margin: 0;
  color: var(--muted);
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.cart-item strong,
.cart-item small {
  display: block;
}

.cart-item small {
  margin-top: 4px;
  color: var(--muted);
}

.cart-total {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.product-drawer > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  object-fit: cover;
}

.product-type {
  margin: 0;
  color: var(--rose);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-drawer p:not(.product-type) {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.drawer-meta {
  display: grid;
  gap: 8px;
}

.drawer-meta span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 13px;
}

.drawer-price {
  font-size: 1.7rem;
}

.toast {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  padding: 13px 16px;
  border-radius: 999px;
  background: var(--rose-dark);
  color: #fff;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .site-header,
  .storefront-hero,
  .delivery-search,
  .category-showcase,
  .sample-section,
  .price-shortcuts,
  .promo-tiles,
  .occasion-strip,
  .trust-band,
  .brand-detail-strip,
  .seo-faq,
  .info-hero,
  .detail-grid,
  .policy-grid,
  .contact-grid,
  .footer {
    padding-right: 28px;
    padding-left: 28px;
  }

  .campaign-slide {
    grid-template-columns: 1fr 1fr;
    padding-right: 34px;
    padding-left: 34px;
  }

  .campaign-products {
    min-height: 360px;
  }

  .nav {
    gap: 12px;
  }

  .nav a {
    font-size: 11px;
  }

  .home-product-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .brand-detail-strip,
  .detail-grid,
  .policy-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .category-scroll {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .category-scroll a {
    flex: 0 0 132px;
  }
}

@media (max-width: 900px) {
  .announcement {
    min-height: 34px;
    gap: 10px;
    overflow: hidden;
    white-space: nowrap;
  }

  .site-header {
    top: 34px;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header-search {
    grid-column: 1 / -1;
    order: 4;
  }

  .nav {
    position: fixed;
    top: 136px;
    right: 16px;
    left: 16px;
    display: none;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .nav.open {
    display: grid;
  }

  .info-header {
    top: 0;
    grid-template-columns: 1fr;
  }

  .info-nav {
    position: static;
    display: flex;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .info-main {
    padding-top: 136px;
  }

  .menu-button {
    display: inline-flex;
  }

  .storefront-hero {
    padding-top: 142px;
  }

  .store-switcher {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .campaign-slide,
  .delivery-search,
  .promo-tiles,
  .occasion-strip,
  .trust-band,
  .info-hero,
  .footer {
    grid-template-columns: 1fr;
  }

  .campaign-slide {
    min-height: 0;
  }

  .delivery-actions,
  .footer-links {
    justify-content: flex-start;
  }

  .price-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .announcement {
    min-height: 36px;
    padding: 6px 10px;
    font-size: 10px;
    line-height: 1.2;
    white-space: normal;
  }

  .announcement a {
    display: none;
  }

  .site-header,
  .storefront-hero,
  .delivery-search,
  .category-showcase,
  .sample-section,
  .price-shortcuts,
  .promo-tiles,
  .occasion-strip,
  .trust-band,
  .brand-detail-strip,
  .seo-faq,
  .info-hero,
  .detail-grid,
  .policy-grid,
  .contact-grid,
  .footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    font-size: 1rem;
  }

  .brand small {
    font-size: 10px;
  }

  .bag-button,
  .menu-button {
    min-height: 38px;
    padding: 0 10px;
  }

  .storefront-hero {
    padding-top: 204px;
  }

  .store-switcher a {
    min-height: 46px;
    padding: 0 8px;
    font-size: 11px;
  }

  .mega-category-strip a {
    padding: 10px 13px;
    font-size: 12px;
  }

  .campaign-slider {
    min-height: 0;
  }

  .campaign-slide {
    gap: 12px;
    padding: 20px;
  }

  .campaign-copy strong {
    font-size: 2.28rem;
    line-height: 1.08;
  }

  .campaign-copy h1 {
    font-size: 1.85rem;
  }

  .campaign-copy p:not(.eyebrow) {
    margin-top: 12px;
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .campaign-actions {
    margin-top: 16px;
  }

  .button {
    min-height: 42px;
    padding: 0 15px;
  }

  .mini-offers {
    gap: 6px;
    margin-top: 12px;
  }

  .mini-offers span {
    padding: 8px 9px;
    font-size: 10px;
  }

  .campaign-products {
    min-height: 232px;
  }

  .hero-card.main {
    top: 12px;
    right: 3%;
    width: 58%;
  }

  .hero-card.top {
    top: 14px;
    left: 0;
    width: 38%;
  }

  .hero-card.bottom {
    right: 2%;
    bottom: 0;
    width: 36%;
  }

  .sale-stamp {
    top: 0;
    right: 0;
    width: 82px;
    height: 82px;
  }

  .sale-stamp span {
    font-size: 8px;
  }

  .sale-stamp b {
    font-size: 0.95rem;
  }

  .hero-card span {
    min-width: 64px;
    padding: 7px 8px;
    font-size: 9px;
  }

  .banner-controls {
    right: 12px;
    bottom: 12px;
  }

  .delivery-search form,
  .price-shortcuts,
  .home-product-row {
    grid-template-columns: 1fr;
  }

  .section-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .category-showcase,
  .sample-section,
  .brand-detail-strip,
  .seo-faq,
  .detail-grid,
  .policy-grid,
  .contact-grid,
  .promo-tiles {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .info-hero {
    padding-top: 34px;
  }

  .info-hero img {
    aspect-ratio: 16 / 10;
  }

  .promo-tile,
  .promo-tile.large {
    min-height: 310px;
  }

  .cart-drawer,
  .product-drawer {
    padding: 20px 16px;
  }
}
