:root {
  --cream: #fbf5ee;
  --soft: #f6ece2;
  --paper: #fffaf5;
  --ink: #24140f;
  --muted: #76594b;
  --brown: #7c2d1e;
  --icon-brown-filter: brightness(0) saturate(100%) invert(18%) sepia(36%) saturate(1643%) hue-rotate(339deg) brightness(94%) contrast(95%);
  --caramel: #c46d36;
  --line: #eadace;
  --shadow: 0 20px 55px rgba(82, 44, 27, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fffaf6 0%, #fff 44%, #fbf5ef 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.is-menu-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

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

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.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;
}

.topbar {
  background: #f0dfcc;
  font-size: 13px;
  font-weight: 700;
}

.topbar__inner,
.site-header,
main,
.footer {
  width: min(1420px, calc(100% - 56px));
  margin-inline: auto;
}

.topbar__inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar__inner span:first-child::before {
  content: "⌖";
  margin-right: 8px;
}

.topbar a::before {
  content: "☎";
  margin-right: 8px;
}

.site-header {
  min-height: 120px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 32px;
  background: rgba(255, 255, 255, 0.92);
}

.brand {
  width: max-content;
  color: var(--caramel);
  line-height: 0.82;
  display: inline-grid;
  gap: 3px;
  text-align: center;
}

.brand img {
  width: 168px;
  height: 112px;
  object-fit: contain;
  border-radius: 0;
}

.brand__script {
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 58px;
  letter-spacing: 0;
}

.brand__small {
  color: var(--brown);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 54px);
  font-weight: 800;
  color: #4a130d;
}

.nav a {
  position: relative;
  padding: 18px 0;
}

.nav a.is-active::after,
.nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 2px;
  background: var(--caramel);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-actions button,
.header-actions a,
.menu-toggle {
  border: 0;
  background: transparent;
  color: #5a150d;
  cursor: pointer;
}

.header-actions button,
.header-actions a {
  min-width: 34px;
  min-height: 34px;
  display: grid;
  place-items: center;
  font-size: 31px;
  line-height: 1;
}

.cart {
  position: relative;
}

.cart strong {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--caramel);
  font-size: 12px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--brown);
}

main {
  display: grid;
  gap: 28px;
}

.hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 249, 241, 0.95) 0%, rgba(255, 249, 241, 0.78) 36%, rgba(255, 249, 241, 0.08) 74%),
    radial-gradient(circle at 24% 50%, rgba(255, 255, 255, 0.52), transparent 45%);
}

.hero__content {
  width: min(760px, 92%);
  padding: clamp(42px, 5.5vw, 78px) clamp(34px, 7vw, 96px);
}

.pill {
  width: max-content;
  max-width: 100%;
  padding: 9px 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--brown);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 24px rgba(95, 45, 22, 0.08);
}

.hero h1,
.section-heading h2,
.reviews h2,
.why h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.hero h1 {
  margin: 24px 0 18px;
  font-size: clamp(40px, 4.3vw, 60px);
  line-height: 1.04;
}

.hero h1 span {
  color: var(--caramel);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 1.15em;
}

.hero__lead {
  max-width: 500px;
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 650;
}

.hero__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 42px 0 34px;
}

.hero__features > span {
  position: relative;
  padding-left: 43px;
  font-size: 12px;
  line-height: 1.35;
}

.badge-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(124, 45, 30, 0.38);
  border-radius: 9px;
  color: var(--brown);
  background: rgba(255, 250, 245, 0.66);
}

.badge-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.badge-icon img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
  filter: var(--icon-brown-filter);
}

.hero__features b {
  display: block;
  color: var(--brown);
}

.button,
.product-card button,
.newsletter button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(135deg, #9a4328, #c9783f);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(141, 65, 28, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button::after {
  content: "→";
  margin-left: 10px;
  transition: transform 0.2s ease;
}

.button:hover,
.product-card button:hover,
.product-card .product-button:hover,
.newsletter button:hover,
.add-cart:hover,
.buy-now:hover,
.cart-checkout:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(141, 65, 28, 0.24);
}

.button:hover::after {
  transform: translateX(4px);
}

.button:active,
.product-card button:active,
.product-card .product-button:active,
.newsletter button:active,
.add-cart:active,
.buy-now:active,
.cart-checkout:active {
  transform: translateY(0) scale(0.98);
}

.button--soft {
  color: #3c1a0f;
  background: #ecd3b6;
  box-shadow: none;
}

.button--outline {
  color: var(--brown);
  background: transparent;
  border: 1.5px solid var(--caramel);
  box-shadow: none;
}

.rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
  font-weight: 850;
  font-size: 21px;
}

.rating strong {
  color: #4285f4;
  font-size: 27px;
}

.stars {
  color: #ffb21d;
  letter-spacing: 1px;
}

.rating small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
}

.dots span {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
}

.dots .is-active {
  background: #fff;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.category-card {
  position: relative;
  height: 205px;
  overflow: hidden;
  border-radius: 18px;
  color: #fff;
  box-shadow: var(--shadow);
}

.insta-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(58, 27, 17, 0.78), rgba(58, 27, 17, 0.1));
}

.category-card strong,
.category-card small,
.category-card em {
  position: absolute;
  left: 28px;
  font-style: normal;
}

.category-card strong {
  top: 45px;
  font-size: 28px;
}

.category-card small {
  top: 89px;
  font-weight: 800;
}

.category-card em {
  bottom: 31px;
  padding: 11px 18px;
  border-radius: 6px;
  color: var(--brown);
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}

.section {
  padding-top: 6px;
}

.section-heading {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  text-align: center;
  color: var(--brown);
}

.section-heading h2,
.reviews h2,
.why h2 {
  margin: 0;
  font-size: clamp(31px, 3vw, 42px);
}

.section-heading span {
  color: var(--caramel);
  font-size: 24px;
}

.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(82, 44, 27, 0.08);
}

.product-card > img,
.product-card__media img {
  width: 100%;
  height: 194px;
  object-fit: cover;
}

.badge {
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 13px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: #1f150f;
  font-size: 10px;
  font-weight: 1000;
  text-transform: uppercase;
}

.badge--new {
  background: #5a473d;
}

.product-card__body {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 18px 18px 20px;
}

.product-card small {
  color: #9a8477;
  font-weight: 850;
}

.product-card h3 {
  margin: 0;
  font-size: 16px;
}

.product-card p {
  margin: 4px 0 12px;
  color: var(--brown);
  font-weight: 1000;
}

.product-card button,
.product-card .product-button {
  justify-self: start;
  min-height: 34px;
  padding: 0 18px;
  border: 0;
  border-radius: 7px;
  color: #2e170d;
  background: #ecd3b6;
  box-shadow: none;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.product-card .product-button {
  display: inline-flex;
  align-items: center;
  border-radius: 7px;
  font-weight: 900;
}

.product-card__actions {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-right: 44px;
}

.product-card .product-cart-button {
  min-width: 38px;
  width: 38px;
  padding: 0;
  border-radius: 50%;
  font-size: 16px;
}

.product-card .product-cart-button.is-added {
  width: auto;
  min-width: 72px;
  border-radius: 999px;
  font-size: 12px;
}

.product-card button:hover,
.product-card .product-button:hover {
  color: #fff;
  background: var(--caramel);
}

.product-card .heart {
  position: absolute;
  right: 15px;
  bottom: 18px;
  min-width: 34px;
  padding: 0;
  color: var(--brown);
  background: transparent;
  font-size: 27px;
}

.product-card .heart.is-liked {
  color: #d82121;
}

.trust-strip,
.why,
.instagram,
.reviews__intro {
  border-radius: 16px;
  background: rgba(249, 238, 229, 0.86);
  box-shadow: 0 14px 34px rgba(82, 44, 27, 0.08);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  padding: 32px 36px;
}

.trust-strip div,
.why__grid div {
  position: relative;
  min-height: 74px;
  padding-left: 78px;
}

.trust-strip .badge-icon,
.why__grid .badge-icon {
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.trust-strip .badge-icon svg,
.why__grid .badge-icon svg,
.trust-strip .badge-icon img,
.why__grid .badge-icon img {
  width: 58px;
  height: 58px;
  stroke-width: 2;
  filter: var(--icon-brown-filter) drop-shadow(0 8px 12px rgba(124, 45, 30, 0.08));
}

.trust-strip strong,
.trust-strip div > span:not(.badge-icon),
.why__grid strong,
.why__grid div > span:not(.badge-icon) {
  display: block;
}

.trust-strip strong,
.why__grid strong {
  color: #4a150d;
  font-size: 15px;
  font-weight: 1000;
}

.trust-strip div > span:not(.badge-icon),
.why__grid div > span:not(.badge-icon) {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 750;
}

.reviews {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.reviews__intro {
  padding: 54px 36px;
}

.reviews__intro h2 {
  display: grid;
  gap: 10px;
  max-width: 260px;
  color: var(--brown);
  line-height: 1.05;
}

.reviews__intro h2 span {
  display: block;
  text-wrap: balance;
}

.reviews__intro h2 small {
  position: relative;
  display: block;
  padding-top: 14px;
  color: var(--caramel);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 0.82em;
  font-weight: 500;
  line-height: 1.1;
}

.reviews__intro h2 small::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  height: 1px;
  background: linear-gradient(90deg, var(--caramel), rgba(194, 112, 63, 0));
}

.reviews__intro p {
  margin: 26px 0 36px;
  max-width: 260px;
  font-weight: 750;
  line-height: 1.55;
}

.whatsapp-reviews {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 220px);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 3px 2px 18px;
  scroll-snap-type: x proximity;
}

.whatsapp-reviews a {
  display: block;
  border-radius: 13px;
  scroll-snap-align: start;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.whatsapp-reviews a:hover {
  transform: translateY(-2px);
}

.whatsapp-reviews img {
  width: 100%;
  aspect-ratio: 480 / 853;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(82, 44, 27, 0.09);
}

.whatsapp-reviews::-webkit-scrollbar {
  height: 9px;
}

.whatsapp-reviews::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #f3e4d8;
}

.whatsapp-reviews::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #c78a62;
}

.instagram {
  display: grid;
  justify-items: center;
  gap: 24px;
  padding: 32px;
}

.instagram .section-heading {
  display: grid;
  gap: 5px;
}

.instagram small {
  color: var(--brown);
  font-weight: 900;
}

.insta-marquee {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.insta-grid {
  width: max-content;
  display: flex;
  gap: 22px;
  animation: insta-slide 34s linear infinite;
}

.insta-marquee:hover .insta-grid {
  animation-play-state: paused;
}

.insta-grid a {
  flex: 0 0 clamp(150px, 16vw, 220px);
  display: block;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(82, 44, 27, 0.09);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.insta-grid a:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 18px 36px rgba(82, 44, 27, 0.14);
}

.insta-grid img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
  border-radius: 13px;
}

@keyframes insta-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 11px));
  }
}

.why {
  display: grid;
  gap: 30px;
  padding: 40px 36px 34px;
  text-align: center;
}

.why__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  text-align: left;
}

.category-page {
  gap: 34px;
  padding-top: 18px;
}

.category-hero {
  position: relative;
  min-height: 390px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(82, 44, 27, 0.1);
  isolation: isolate;
}

.category-hero > img,
.category-hero [data-category-image] {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.category-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 249, 241, 0.95), rgba(255, 249, 241, 0.78) 42%, rgba(255, 249, 241, 0.12)),
    radial-gradient(circle at 22% 42%, rgba(255, 255, 255, 0.5), transparent 44%);
}

.category-hero__content {
  width: min(650px, 92%);
  padding: clamp(38px, 6vw, 70px);
}

.category-hero h1 {
  margin: 18px 0 16px;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.05;
  font-weight: 500;
}

.category-hero p:not(.pill) {
  max-width: 560px;
  margin: 0;
  color: #442117;
  font-size: 18px;
  line-height: 1.62;
  font-weight: 720;
}

.category-hero__badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.category-hero__badges > span {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--brown);
  font-size: 16px;
  font-weight: 900;
}

.category-badge-icon {
  position: static;
  z-index: auto;
  inset: auto;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  padding: 7px;
  border: 2px solid rgba(124, 45, 30, 0.42);
  border-radius: 12px;
  background: rgba(255, 250, 245, 0.78);
  object-fit: contain;
  filter: var(--icon-brown-filter);
}

.category-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 24px 28px;
  border: 1px solid rgba(234, 218, 206, 0.86);
  border-radius: 14px;
  background: rgba(255, 250, 245, 0.92);
  box-shadow: 0 14px 34px rgba(82, 44, 27, 0.08);
}

.category-toolbar strong,
.category-toolbar span {
  display: block;
}

.category-toolbar strong {
  color: var(--brown);
  font-size: 20px;
}

.category-toolbar span {
  margin-top: 5px;
  color: #76594b;
  font-weight: 720;
}

.category-products .products {
  margin-top: 0;
}

.category-products .product-card__media img {
  height: auto;
  aspect-ratio: 1.05;
}

.category-empty {
  padding: 50px 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  text-align: center;
  box-shadow: 0 14px 34px rgba(82, 44, 27, 0.08);
}

.category-empty h2 {
  margin: 0 0 10px;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.category-empty p {
  margin: 0;
  color: #76594b;
  font-weight: 720;
}

.product-page {
  gap: 42px;
  padding-top: 18px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #5d3a2d;
  font-size: 14px;
  font-weight: 800;
}

.breadcrumb span {
  color: #a98269;
}

.breadcrumb strong {
  color: var(--brown);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(460px, 0.98fr);
  gap: clamp(24px, 3.4vw, 42px);
  align-items: start;
}

.product-gallery {
  display: grid;
  gap: 22px;
}

.product-main-image {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(82, 44, 27, 0.08);
}

.product-main-image img {
  width: 100%;
  aspect-ratio: 1.3;
  object-fit: cover;
}

.product-thumbs-wrap {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 14px;
}

.gallery-nudge {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  color: var(--brown);
  background: #f2dfcf;
  font-size: 28px;
  line-height: 1;
}

.product-thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 98px;
  gap: 16px;
  overflow-x: auto;
  padding: 4px;
}

.product-thumb {
  overflow: hidden;
  height: 98px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.product-thumb.is-active {
  border-color: var(--caramel);
}

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

.product-summary {
  display: grid;
  gap: 22px;
}

.product-kicker {
  margin: 0 0 -12px;
  color: var(--caramel);
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0.06em;
}

.product-summary h1,
.related-section h2 {
  margin: 0;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.product-summary h1 {
  font-size: clamp(34px, 3.6vw, 46px);
}

.product-price {
  margin: -10px 0 4px;
  color: var(--brown);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
}

.product-mini-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-mini-badges div {
  position: relative;
  min-height: 46px;
  padding-left: 52px;
}

.product-mini-badges .badge-icon {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
}

.product-mini-badges .badge-icon svg,
.product-mini-badges .badge-icon img {
  width: 38px;
  height: 38px;
  stroke-width: 2;
}

.product-mini-badges strong,
.product-mini-badges span:not(.badge-icon) {
  display: block;
}

.product-mini-badges strong {
  color: #4a150d;
  font-size: 12px;
}

.product-mini-badges span:not(.badge-icon) {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 700;
}

.composer {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid #dec5b2;
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.94), rgba(253, 241, 231, 0.78));
  box-shadow: 0 14px 34px rgba(82, 44, 27, 0.08);
}

.composer--pink {
  border-color: #efbad0;
  background: linear-gradient(180deg, rgba(255, 248, 251, 0.96), rgba(255, 241, 248, 0.82));
}

.composer h2 {
  margin: 0;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 600;
}

.composer--pink h2,
.composer--pink .choice-group h3,
.composer--pink .form-comment span,
.composer--pink .selected-total strong {
  color: #c4527b;
}

.composer--bento {
  gap: 16px;
  padding: 18px;
  border: 1.5px solid #d8966c;
  background: linear-gradient(180deg, rgba(255, 251, 247, 0.96), rgba(255, 244, 236, 0.8));
}

.composer--bento h2 {
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.05;
}

.composer p {
  margin: -6px 0 6px;
  color: #9a705a;
  font-weight: 750;
}

.form-validation-error,
.cart-validation-error,
.cart-item-error {
  margin: 10px 0 0;
  padding: 11px 13px;
  border: 1px solid rgba(209, 47, 47, 0.22);
  border-radius: 9px;
  color: #c42121;
  background: rgba(255, 241, 241, 0.92);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 900;
}

.cart-validation-error {
  margin-top: -4px;
}

.cart-item-error {
  margin-top: 12px;
}

.form-content {
  display: grid;
  gap: 16px;
}

.bento-fixed-info {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border: 2px solid #d8966c;
  border-radius: 11px;
  color: #7b3b22;
  background: rgba(255, 250, 245, 0.76);
  font-size: 18px;
  font-weight: 950;
}

.bento-fixed-info span {
  font-size: 20px;
}

.option-list {
  display: grid;
  gap: 12px;
}

.quantity-item {
  overflow: hidden;
  border: 1px solid #e4cbb9;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.74);
}

.option-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 58px;
  padding: 0 12px 0 18px;
  font-weight: 760;
}

.option-stepper {
  display: flex;
  align-items: center;
  gap: 14px;
}

.option-stepper button,
.cart-row__quantity button {
  width: 42px;
  height: 30px;
  border: 1.5px solid #d7b69f;
  border-radius: 999px;
  color: var(--brown);
  background: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.option-stepper button:hover,
.cart-row__quantity button:hover {
  color: #fff;
  border-color: var(--caramel);
  background: var(--caramel);
  transform: translateY(-1px);
}

.option-stepper button:disabled {
  color: #d8d8d8;
  border-color: #ececec;
  background: #fff;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.option-stepper button:active,
.cart-row__quantity button:active {
  transform: scale(0.94);
}

.option-stepper strong {
  min-width: 18px;
  text-align: center;
}

.selected-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 6px 0;
  color: #7a4d3c;
  font-weight: 900;
}

.selected-total span {
  color: #e02020;
  font-size: 18px;
}

.selected-total.is-complete span {
  color: #237a2e;
}

.composer--pink .quantity-item {
  border-color: #f1b7cc;
  background: rgba(255, 251, 253, 0.74);
}

.composer--pink .quantity-item.is-selected {
  background: rgba(255, 246, 250, 0.95);
}

.composer--pink .option-row + .subchoice-panel {
  border-top: 1px solid #f1b7cc;
}

.composer--pink .option-stepper button:not(:disabled) {
  border-color: #c4527b;
  color: #c4527b;
}

.subchoice-panel {
  display: grid;
  gap: 12px;
  padding: 14px 18px 16px;
}

.subchoice-panel > strong {
  color: #c4527b;
  font-size: 14px;
}

.subchoice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.subchoice-chip {
  padding: 7px 14px;
  border: 2px solid #f0b8cd;
  border-radius: 999px;
  color: #4d4542;
  background: #fff;
  font-weight: 750;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.subchoice-chip:hover,
.subchoice-chip.is-selected {
  color: #9f365f;
  border-color: #c4527b;
  background: #fff1f7;
  transform: translateY(-1px);
}

.quantity-summary {
  padding: 18px;
  border: 1.5px dashed #f0b8cd;
  border-radius: 10px;
  color: #314053;
  background: rgba(255, 255, 255, 0.66);
  font-weight: 750;
}

.quantity-summary > strong {
  display: block;
  margin-bottom: 10px;
  color: #c4527b;
}

.quantity-summary ul {
  margin: 0;
  padding-left: 22px;
}

.quantity-summary li + li {
  margin-top: 6px;
}

.cupcake-step {
  display: grid;
  gap: 14px;
}

.cupcake-step h3 {
  margin: 0;
  color: #5b311f;
  font-size: 19px;
  font-weight: 950;
}

.cupcake-step h3 > span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 5px;
  color: #fff;
  background: #3d8fce;
  font-size: 16px;
}

.cupcake-step h3 b {
  color: #e02020;
}

.cupcake-step h3 em {
  color: #c4527b;
  font-style: normal;
}

.cupcake-step p {
  margin: -4px 0 0;
  color: #999;
  font-size: 16px;
  font-weight: 700;
}

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

.cupcake-box-card {
  min-height: 96px;
  padding: 16px;
  border: 3px solid #efc1d3;
  border-radius: 13px;
  color: #c4527b;
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.cupcake-box-card strong,
.cupcake-box-card span {
  display: block;
}

.cupcake-box-card strong {
  font-size: 19px;
}

.cupcake-box-card span {
  margin-top: 8px;
  color: #8a8a8a;
  font-weight: 800;
}

.cupcake-box-card.is-selected,
.cupcake-box-card:hover {
  border-color: #c4527b;
  background: #f7d9e6;
  transform: translateY(-1px);
}

.cupcake-price {
  padding: 20px 24px;
  border-left: 6px solid #c4527b;
  border-radius: 7px;
  color: #c4527b;
  background: #fff6ef;
  font-size: 26px;
  font-weight: 950;
}

.cupcake-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cupcake-chip {
  padding: 11px 20px;
  border: 3px solid #efc1d3;
  border-radius: 999px;
  color: #293548;
  background: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.cupcake-chip:hover,
.cupcake-chip.is-selected {
  color: #9f365f;
  border-color: #c4527b;
  background: #fff1f7;
  transform: translateY(-1px);
}

.cupcake-chip:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.cupcake-flavor-count {
  width: max-content;
  max-width: 100%;
  padding: 12px 22px;
  border-radius: 999px;
  color: #c4527b;
  background: #f5d3e3;
  font-size: 18px;
  font-weight: 950;
}

.cupcake-flavor-count.is-complete {
  color: #237a2e;
}

.cupcake-summary {
  padding: 18px 22px;
  border: 1.5px dashed #f0b8cd;
  border-radius: 10px;
  color: #314053;
  background: rgba(255, 255, 255, 0.66);
  font-size: 17px;
  font-weight: 750;
}

.cupcake-summary > strong {
  display: block;
  margin-bottom: 10px;
  color: #c4527b;
}

.cupcake-summary ul {
  margin: 0;
  padding-left: 22px;
}

.cupcake-summary li + li {
  margin-top: 7px;
}

.composer--cake {
  gap: 18px;
  border-color: #d8966c;
}

.cake-counter {
  display: grid;
  gap: 14px;
}

.cake-counter h3,
.digit-fields h3 {
  margin: 0;
  color: #5b311f;
  font-size: 19px;
  font-weight: 950;
}

.cake-counter h3 > span,
.digit-fields h3 > span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 5px;
  color: #fff;
  background: #3d8fce;
  font-size: 16px;
}

.cake-counter h3 b,
.digit-fields h3 b {
  color: #e02020;
}

.cake-counter h3 small {
  color: #879099;
  font-weight: 700;
}

.cake-counter__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.cake-tier-badge {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 20px;
  border: 2px solid #d8966c;
  border-radius: 999px;
  color: #7b3b22;
  background: #fff8f1;
  font-weight: 950;
}

.cake-price {
  padding: 18px 22px;
  border-left: 6px solid #9a6a45;
  border-radius: 8px;
  color: #7b3b22;
  background: #fff6ef;
  font-size: 24px;
  font-weight: 950;
}

.cake-box-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cake-box-card {
  min-width: 160px;
  padding: 16px 18px;
  border: 3px solid #eadace;
  border-radius: 14px;
  color: #8a5a36;
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.cake-box-card strong,
.cake-box-card span,
.cake-box-card b {
  display: block;
}

.cake-box-card strong {
  font-size: 28px;
}

.cake-box-card span {
  color: #80868c;
  font-weight: 800;
}

.cake-box-card b {
  margin-top: 8px;
  color: #c4527b;
}

.cake-box-card:hover,
.cake-box-card.is-selected {
  border-color: #9a6a45;
  background: #f6e5d2;
  transform: translateY(-1px);
}

.digit-fields {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 2px solid #eadace;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.75);
}

.digit-fields > div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.digit-fields label {
  display: grid;
  gap: 7px;
  color: #879099;
  font-weight: 850;
}

.digit-fields input {
  width: 80px;
  height: 52px;
  border: 1px solid #d5dbe3;
  border-radius: 0;
  color: #6f7785;
  text-align: center;
  font-size: 24px;
  font-weight: 850;
}

.cake-layer-panel {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 2px solid #eadace;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
}

.cake-layer-panel--pink {
  border-color: #efbad0;
  background: rgba(255, 248, 251, 0.78);
}

.cake-layer-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 2px solid #eadace;
  color: #7b3b22;
  font-size: 22px;
  font-weight: 950;
}

.cake-layer-title span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 11px;
  color: #8a5a36;
  background: #f3dfcb;
  font-size: 28px;
}

.cake-layer-panel .choice-card {
  min-width: 0;
  padding: 10px 16px;
  border-width: 2px;
  border-radius: 999px;
}

.cake-layer-panel .choice-card strong {
  color: #263143;
  font-size: 16px;
}

.cake-summary {
  padding: 18px 20px;
  border: 1.5px dashed #df9a70;
  border-radius: 12px;
  color: #314053;
  background: rgba(255, 255, 255, 0.7);
  font-weight: 760;
}

.cake-summary > strong {
  display: block;
  margin-bottom: 10px;
  color: var(--brown);
  font-size: 17px;
}

.cake-summary ul {
  margin: 0;
  padding-left: 22px;
}

.cake-summary li + li {
  margin-top: 7px;
}

.choice-group {
  display: grid;
  gap: 14px;
}

.choice-group--blocked {
  opacity: 0.72;
}

.exclusive-note,
.cart-exclusive-note {
  margin: -6px 0 0;
  color: #9b3a2d;
  font-size: 13px;
  font-weight: 800;
}

.choice-group h3,
.single-counter h3 {
  margin: 0;
  color: #5b311f;
  font-size: 18px;
  font-weight: 950;
}

.choice-group h3 > span,
.single-counter h3 > span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 5px;
  color: #fff;
  background: #3d8fce;
  font-size: 16px;
}

.choice-group h3 b,
.single-counter h3 b {
  color: #e02020;
}

.choice-group h3 small,
.single-counter h3 small,
.form-comment small {
  color: #879099;
  font-weight: 700;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fff;
  background: #7f8d8d;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
}

.choice-group h3 .status-pill,
.single-counter h3 .status-pill,
.form-comment .status-pill {
  color: #fff;
}

.status-pill--required {
  background: #c83c30;
}

.choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.choice-card {
  min-width: min(210px, 100%);
  padding: 18px 22px;
  border: 3px solid #eadace;
  border-radius: 16px;
  color: #1d2737;
  background: rgba(255, 255, 255, 0.76);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.choice-card:disabled {
  opacity: 0.48;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.choice-card strong,
.choice-card span {
  display: block;
}

.choice-card strong {
  color: #8a5a36;
  font-size: 20px;
}

.choice-card span {
  margin-top: 7px;
  color: #c4527b;
  font-weight: 850;
}

.composer--bento .form-content {
  gap: 18px;
}

.composer--bento .choice-group {
  gap: 10px;
}

.composer--bento .choice-group h3 {
  color: #5b311f;
  font-size: 18px;
}

.composer--bento .choice-group h3 > span {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  font-size: 14px;
}

.composer--bento .choice-grid {
  gap: 9px;
}

.composer--bento .choice-card {
  min-width: 0;
  padding: 9px 15px;
  border-width: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.composer--bento .choice-card strong {
  color: #263143;
  font-size: 16px;
  line-height: 1.15;
}

.composer--bento .choice-card.is-selected {
  border-color: #8c5d3d;
  background: #f6e5d2;
}

.choice-card:hover:not(:disabled),
.choice-card.is-selected {
  border-color: #9a6a45;
  background: #f8eadb;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(82, 44, 27, 0.1);
}

.composer--pink .choice-card {
  border-color: #efc1d3;
}

.composer--pink .choice-card.is-selected,
.composer--pink .choice-card:hover:not(:disabled) {
  border-color: #c4527b;
  background: #fff1f7;
}

.single-counter {
  display: grid;
  gap: 18px;
}

.single-counter__controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.single-counter__controls button {
  width: 58px;
  height: 36px;
  border: 3px solid #d8d8d8;
  border-radius: 999px;
  color: #8a5a36;
  background: #fff;
  font-size: 21px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.single-counter__controls button:hover {
  border-color: #9a6a45;
  background: #f8eadb;
  transform: translateY(-1px);
}

.single-counter__controls strong {
  min-width: 28px;
  color: #8a5a36;
  text-align: center;
  font-size: 27px;
  font-weight: 950;
}

.form-summary {
  padding: 20px;
  border: 2px dashed #df9a70;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.form-summary strong {
  color: var(--brown);
  font-size: 17px;
}

.form-summary ul {
  margin: 12px 0 0;
  padding-left: 21px;
  color: #314053;
  font-weight: 720;
}

.upload-box {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 2px dashed #df9a70;
  border-radius: 12px;
  color: #7b4329;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-weight: 950;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.upload-box:hover {
  border-color: var(--caramel);
  background: #fff8f1;
  box-shadow: 0 14px 28px rgba(82, 44, 27, 0.1);
  transform: translateY(-2px);
}

.upload-box input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.upload-box > strong {
  font-size: 20px;
}

.upload-box > strong small {
  color: #9da0a5;
  font-size: 13px;
  font-weight: 700;
}

.upload-box span {
  color: #b6866c;
  font-weight: 760;
}

.upload-box em {
  color: #c83c30;
  font-style: normal;
  font-size: 13px;
  font-weight: 850;
}

.composer--bento .upload-box {
  gap: 7px;
  padding: 18px;
  border-width: 2px;
}

.composer--bento .upload-box > strong {
  font-size: 17px;
}

.composer--bento .upload-box span {
  font-size: 15px;
}

.composer--bento .form-comment {
  gap: 8px;
  font-size: 17px;
}

.composer--bento .form-comment textarea {
  min-height: 82px;
  padding: 14px 16px;
}

.upload-preview {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin-top: 8px;
}

.upload-preview img,
.upload-preview video {
  width: min(320px, 100%);
  max-height: 220px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #eadace;
  background: #fff;
}

.upload-preview strong {
  max-width: 100%;
  color: #6c3c27;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.form-comment {
  display: grid;
  gap: 10px;
  color: #76522e;
  font-size: 18px;
  font-weight: 950;
}

.form-comment textarea {
  width: 100%;
  min-height: 108px;
  resize: vertical;
  padding: 18px;
  border: 1.5px solid #e3cab8;
  border-radius: 9px;
  color: #283242;
  background: rgba(255, 255, 255, 0.8);
  font: inherit;
  font-size: 16px;
  font-weight: 650;
}

.cart-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.cart-row__quantity,
.cart-row__actions {
  display: grid;
  gap: 10px;
  align-items: center;
}

.cart-row__quantity {
  grid-template-columns: 42px 66px 42px;
}

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

.cart-row input {
  width: 66px;
  height: 48px;
  border: 1px solid #d8bda8;
  border-radius: 6px;
  text-align: center;
  font-weight: 900;
}

.add-cart,
.buy-now {
  height: 48px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #9a4328, #c9783f);
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 14px 28px rgba(141, 65, 28, 0.18);
}

.add-cart span::before {
  content: "🛒";
  margin-right: 8px;
}

.buy-now {
  background: linear-gradient(135deg, #5f2417, #9b4f28);
}

.product-category-line {
  margin: 0;
  font-weight: 800;
}

.product-category-line a {
  color: #1774c7;
}

.product-tabs {
  display: grid;
  gap: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(82, 44, 27, 0.06);
}

.tabs {
  display: flex;
  border-bottom: 1px solid #d9c5b8;
}

.tabs button {
  padding: 18px 8px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #4a2116;
  background: transparent;
  font-weight: 900;
}

.tabs button + button {
  margin-left: 34px;
}

.tabs .is-active {
  border-color: var(--caramel);
}

.tab-panel {
  display: none;
}

.tab-panel.is-active {
  display: block;
}

.info-table {
  display: grid;
  grid-template-columns: 250px 1fr;
  border: 1px solid #e4d5cb;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #fff;
}

.info-table strong,
.info-table span {
  padding: 20px;
}

.info-table strong {
  border-right: 1px solid #e4d5cb;
}

.reviews-panel {
  display: grid;
  gap: 22px;
  padding: 22px;
  border: 1px solid #e4d5cb;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #fff;
}

.review-list {
  display: grid;
  gap: 14px;
}

.review-empty {
  margin: 0;
  color: #806253;
  font-weight: 750;
}

.review-card {
  display: grid;
  gap: 9px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fffaf5;
}

.review-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.review-card strong {
  color: var(--brown);
}

.review-card span {
  color: #ffb21d;
  letter-spacing: 1px;
}

.review-card p {
  margin: 0;
  color: #4c3328;
  line-height: 1.5;
  font-weight: 650;
}

.review-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 10px;
  background: rgba(249, 238, 229, 0.62);
}

.review-form h3 {
  margin: 0;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
}

.review-form__grid {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 14px;
}

.review-form label {
  display: grid;
  gap: 8px;
  color: #5b311f;
  font-weight: 900;
}

.review-form input,
.review-form select,
.review-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #d8bda8;
  border-radius: 7px;
  color: #2d211c;
  background: #fff;
  font: inherit;
  font-weight: 650;
}

.review-form textarea {
  min-height: 110px;
  padding: 14px;
  resize: vertical;
}

.review-form .button {
  justify-self: start;
}

.product-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 26px 34px;
  border-radius: 12px;
  background: rgba(249, 238, 229, 0.86);
  box-shadow: 0 14px 34px rgba(82, 44, 27, 0.08);
}

.product-trust div {
  position: relative;
  min-height: 56px;
  padding-left: 68px;
}

.product-trust .badge-icon {
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
}

.product-trust .badge-icon img {
  width: 48px;
  height: 48px;
  filter: var(--icon-brown-filter) drop-shadow(0 8px 12px rgba(124, 45, 30, 0.08));
}

.product-trust .badge-icon svg {
  width: 48px;
  height: 48px;
  stroke-width: 2;
}

.product-trust strong,
.product-trust span:not(.badge-icon) {
  display: block;
}

.product-trust strong {
  color: #4a150d;
  font-size: 14px;
}

.product-trust span:not(.badge-icon) {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 750;
}

.related-section {
  display: grid;
  gap: 24px;
}

.related-section h2 {
  font-size: 31px;
}

.related-products {
  margin-top: 0;
}

.thankyou-page {
  background: linear-gradient(180deg, #fffaf6 0%, #fff 52%, #fbf5ef 100%);
}

.thankyou-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #fff9f3;
}

.thankyou-hero__image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 246, 0.18) 0%, rgba(255, 250, 246, 0.74) 42%, rgba(255, 250, 246, 0.97) 72%),
    url("Images/Slider.png") center / cover no-repeat;
}

.thankyou-hero__content {
  position: relative;
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0 66px;
  text-align: center;
}

.thankyou-check {
  width: 110px;
  height: 110px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  border: 1.5px solid rgba(124, 45, 30, 0.54);
  border-radius: 50%;
  color: #9b5a1f;
  background: rgba(255, 250, 246, 0.48);
  box-shadow: 0 18px 46px rgba(82, 44, 27, 0.08);
}

.thankyou-check svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.thankyou-hero h1,
.thankyou-wait h2,
.thankyou-help h2,
.thankyou-social h2,
.thankyou-cta h2 {
  margin: 0;
  color: #3b1d15;
  font-family: Georgia, "Times New Roman", serif;
}

.thankyou-hero h1 {
  font-size: clamp(36px, 4.5vw, 54px);
  line-height: 1.1;
}

.thankyou-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(180px, 100%);
  margin: 22px auto 20px;
  color: #a9692a;
}

.thankyou-divider::before,
.thankyou-divider::after,
.section-line {
  content: "";
  display: block;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, #b07436, transparent);
}

.thankyou-divider::before,
.thankyou-divider::after {
  flex: 1;
}

.thankyou-hero p {
  margin: 0;
  color: #2f1b14;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 620;
}

.thankyou-note {
  width: min(640px, 100%);
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  align-items: center;
  margin: 32px auto 0;
  padding: 24px 30px;
  border: 1.5px solid rgba(158, 91, 38, 0.48);
  border-radius: 12px;
  color: #2f1b14;
  text-align: left;
  background: rgba(255, 250, 245, 0.75);
  box-shadow: 0 18px 50px rgba(82, 44, 27, 0.08);
  backdrop-filter: blur(7px);
}

.thankyou-note__icon {
  color: #9b5a1f;
}

.thankyou-note__icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.thankyou-note strong,
.thankyou-note span {
  display: block;
}

.thankyou-note strong {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.55;
}

.thankyou-note span {
  color: #5f4639;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 650;
}

.thankyou-wait,
.thankyou-order,
.thankyou-help,
.thankyou-social,
.thankyou-cta {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.thankyou-order {
  display: grid;
  gap: 18px;
  margin-top: 34px;
  padding: 28px 34px;
  border: 1px solid rgba(124, 45, 30, 0.14);
  border-radius: 14px;
  background: rgba(255, 250, 246, 0.94);
  box-shadow: 0 18px 48px rgba(82, 44, 27, 0.08);
}

.thankyou-order[hidden] {
  display: none;
}

.thankyou-order__heading {
  display: flex;
  gap: 16px;
  align-items: center;
}

.thankyou-order__heading > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--brown);
  background: #f1ddca;
  font-size: 22px;
}

.thankyou-order h2 {
  margin: 0;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 34px);
}

.thankyou-order__heading p {
  margin: 7px 0 0;
  color: #6b4d3f;
  font-size: 14px;
  font-weight: 700;
}

.thankyou-order__items {
  display: grid;
  gap: 14px;
}

.thankyou-order__items article {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(124, 45, 30, 0.11);
  border-radius: 12px;
  background: #fff;
}

.thankyou-order__items img {
  width: 78px;
  height: 78px;
  border-radius: 9px;
  object-fit: cover;
}

.thankyou-order__items small,
.thankyou-order__items p,
.thankyou-order__items li,
.thankyou-order__items em {
  color: #6b4d3f;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 650;
}

.thankyou-order__items h3 {
  margin: 4px 0 6px;
  color: #32180f;
  font-size: 17px;
}

.thankyou-order__items p,
.thankyou-order__items ul {
  margin: 0;
}

.thankyou-order__items ul {
  padding-left: 18px;
}

.thankyou-order__items strong {
  color: var(--brown);
  font-size: 18px;
}

.thankyou-order__total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #32180f;
  font-size: 20px;
  font-weight: 950;
}

.thankyou-order__total strong {
  color: var(--brown);
}

.thankyou-wait {
  padding: 58px 0 32px;
  text-align: center;
}

.thankyou-wait h2,
.thankyou-help h2,
.thankyou-social h2,
.thankyou-cta h2 {
  font-size: clamp(25px, 3vw, 34px);
}

.section-line {
  width: 72px;
  margin: 18px auto 0;
}

.thankyou-badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 42px;
}

.thankyou-badges div {
  position: relative;
  min-height: 110px;
  display: grid;
  justify-items: center;
  align-content: start;
  padding: 0 22px;
}

.thankyou-badges div + div {
  border-left: 1px solid rgba(124, 45, 30, 0.13);
}

.thankyou-badges .badge-icon {
  position: static;
  width: 68px;
  height: 68px;
  margin-bottom: 16px;
  border: 0;
  background: transparent;
}

.thankyou-badges .badge-icon img {
  width: 68px;
  height: 68px;
  filter: var(--icon-brown-filter) drop-shadow(0 8px 12px rgba(124, 45, 30, 0.08));
}

.thankyou-badges strong,
.thankyou-badges span:not(.badge-icon) {
  display: block;
  color: #2f1b14;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.45;
}

.thankyou-help,
.thankyou-social {
  margin-top: 32px;
  border: 1px solid rgba(124, 45, 30, 0.14);
  border-radius: 12px;
  background: rgba(255, 250, 246, 0.86);
  box-shadow: 0 16px 44px rgba(82, 44, 27, 0.08);
}

.thankyou-help {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 42px;
  padding: 34px 42px;
}

.thankyou-help__intro .section-line {
  margin-left: 0;
}

.thankyou-help__intro p,
.thankyou-social p,
.thankyou-cta p {
  margin: 14px 0 0;
  color: #5f4639;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 650;
}

.thankyou-contact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: center;
}

.thankyou-contact a,
.thankyou-contact div {
  position: relative;
  display: grid;
  gap: 6px;
  padding-left: 42px;
  color: #2f1b14;
}

.thankyou-contact span {
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #9b5a1f;
  font-size: 24px;
}

.thankyou-contact span img {
  width: 26px;
  height: 26px;
  display: block;
  object-fit: contain;
}

.thankyou-contact strong {
  font-size: 16px;
}

.thankyou-contact small {
  color: #6e5143;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 650;
}

.thankyou-social {
  min-height: 210px;
  margin-bottom: 40px;
  padding: 38px 42px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 250, 246, 0.98) 0%, rgba(255, 250, 246, 0.86) 45%, rgba(255, 250, 246, 0.2) 100%),
    url("Images/Produits/Salés/Plateau salé prestige - 70 €/1 2.jpg") right center / 56% auto no-repeat;
}

.thankyou-social > div {
  max-width: 520px;
}

.thankyou-social__links {
  display: flex;
  gap: 22px;
  margin-top: 28px;
}

.thankyou-social__links a {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(124, 45, 30, 0.34);
  border-radius: 50%;
  color: #9b5a1f;
  background: rgba(255, 250, 246, 0.84);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.thankyou-social__links a:hover {
  color: #fff;
  background: var(--brown);
  transform: translateY(-2px);
}

.thankyou-social__links svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.thankyou-social__links img {
  width: 25px;
  height: 25px;
  display: block;
  object-fit: contain;
  filter: var(--icon-brown-filter);
}

.thankyou-social__links a[aria-label="WhatsApp"] svg,
.thankyou-social__links a[aria-label="WhatsApp"] img {
  width: 29px;
  height: 29px;
}

.thankyou-social__links a:hover img {
  filter: brightness(0) invert(1);
}

.thankyou-cta {
  display: grid;
  justify-items: center;
  padding: 10px 0 72px;
  text-align: center;
}

.thankyou-cta > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1.5px solid rgba(124, 45, 30, 0.35);
  border-radius: 50%;
  color: #9b5a1f;
  font-size: 22px;
}

.thankyou-cta .button {
  margin-top: 24px;
  min-width: 230px;
}

.cart-page {
  gap: 34px;
}

.cart-hero {
  padding: 54px clamp(24px, 5vw, 70px);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 250, 246, 0.96), rgba(255, 250, 246, 0.75)),
    url("Images/Slider.png") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.cart-hero h1,
.cart-sidebar h2,
.cart-empty h2 {
  margin: 18px 0 10px;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 48px);
}

.cart-hero p:not(.pill),
.cart-empty p {
  max-width: 640px;
  margin: 0;
  color: #5f4639;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 650;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 26px;
  align-items: start;
}

.cart-list {
  display: grid;
  gap: 18px;
}

.cart-item,
.cart-sidebar,
.cart-empty {
  border: 1px solid rgba(124, 45, 30, 0.13);
  border-radius: 13px;
  background: rgba(255, 250, 246, 0.92);
  box-shadow: 0 16px 42px rgba(82, 44, 27, 0.08);
}

.cart-item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 190px;
  gap: 20px;
  padding: 18px;
}

.cart-item > img {
  width: 132px;
  height: 132px;
  border-radius: 10px;
  object-fit: cover;
}

.cart-item__content small {
  color: #9a8477;
  font-weight: 850;
}

.cart-item__content h2 {
  margin: 6px 0 10px;
  color: #32180f;
  font-size: 21px;
}

.cart-item__content ul,
.cart-item__content p {
  margin: 0;
  color: #67473a;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
}

.cart-item__content ul {
  padding-left: 18px;
}

.cart-item__side {
  display: grid;
  justify-items: end;
  align-content: space-between;
  gap: 14px;
}

.cart-item__side > strong {
  color: var(--brown);
  font-size: 20px;
}

.cart-qty {
  display: grid;
  grid-template-columns: 34px 54px 34px;
  gap: 7px;
}

.cart-qty button,
.cart-qty input {
  height: 36px;
  border: 1px solid #d8bda8;
  border-radius: 7px;
  text-align: center;
  background: #fff;
  font-weight: 900;
}

.cart-qty button {
  color: var(--brown);
  cursor: pointer;
}

.cart-remove {
  border: 0;
  color: #8a3a24;
  background: transparent;
  font-weight: 850;
  cursor: pointer;
}

.cart-sidebar {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 18px;
  padding: 24px;
}

.cart-sidebar h2 {
  margin: 0;
  font-size: 28px;
}

.cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #5f4639;
  font-weight: 800;
}

.cart-total-row strong {
  color: var(--brown);
  font-size: 23px;
}

.cart-checkout:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.cart-empty {
  display: grid;
  justify-items: start;
  gap: 14px;
  padding: 40px;
}

.cart-empty h2 {
  margin: 0;
  font-size: 32px;
}

.cart-customizer {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(124, 45, 30, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 26px rgba(82, 44, 27, 0.06);
}

.cart-customizer--pink {
  border-color: rgba(196, 83, 124, 0.25);
  background: rgba(255, 247, 251, 0.76);
}

.cart-customizer h3 {
  margin: 0;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

.cart-customizer--pink h3,
.cart-customizer--pink .cart-customizer__label,
.cart-customizer--pink .cart-selected-total span {
  color: #bf557d;
}

.cart-customizer p {
  margin: -4px 0 2px;
  color: #806052;
  font-size: 13px;
  line-height: 1.5;
}

.cart-option-list,
.cart-choice-group {
  display: grid;
  gap: 10px;
}

.cart-option-line {
  overflow: hidden;
  border: 1px solid rgba(124, 45, 30, 0.14);
  border-radius: 10px;
  background: #fff;
}

.cart-customizer--pink .cart-option-line {
  border-color: rgba(196, 83, 124, 0.24);
}

.cart-option-line__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
}

.cart-option-line__head strong,
.cart-choice-group > strong,
.cart-customizer__label {
  color: #4a2a1c;
  font-size: 14px;
  font-weight: 900;
}

.cart-choice-group > strong small {
  display: inline-flex;
  margin-left: 6px;
  padding: 3px 8px;
  border-radius: 99px;
  color: #fff;
  background: #8d6a5d;
  font-size: 11px;
}

.cart-option-stepper {
  display: grid;
  grid-template-columns: 32px 40px 32px;
  align-items: center;
  gap: 6px;
}

.cart-option-stepper button,
.cart-chip-grid button,
.cart-choice-card {
  border: 1px solid #dfc4b2;
  background: #fff;
  color: #382215;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.cart-option-stepper button {
  width: 32px;
  height: 30px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 900;
}

.cart-option-stepper button:disabled,
.cart-chip-grid button:disabled {
  opacity: 0.36;
  cursor: not-allowed;
}

.cart-option-stepper span {
  text-align: center;
  color: #2d3a4c;
  font-size: 15px;
  font-weight: 950;
}

.cart-subchoices {
  display: grid;
  gap: 8px;
  padding: 11px 12px 13px;
  border-top: 1px solid rgba(124, 45, 30, 0.1);
  background: rgba(255, 250, 246, 0.78);
}

.cart-subchoices span {
  color: #8a3a24;
  font-size: 13px;
  font-weight: 900;
}

.cart-subchoices div,
.cart-chip-grid,
.cart-choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.cart-cake-layer {
  padding: 12px;
  border: 1px solid #eadace;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
}

.cart-cake-subgroup {
  display: grid;
  gap: 8px;
}

.cart-cake-subgroup--blocked {
  opacity: 0.72;
}

.cart-cake-subgroup + .cart-cake-subgroup {
  margin-top: 12px;
}

.cart-cake-subgroup > span,
.cart-digit-grid span {
  color: #5b311f;
  font-size: 13px;
  font-weight: 900;
}

.cart-cake-subgroup small {
  color: #879099;
  font-size: 12px;
}

.cart-digit-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cart-digit-grid label {
  display: grid;
  gap: 6px;
}

.cart-digit-grid input {
  width: 76px;
  height: 42px;
  border: 1px solid #e2c9b7;
  border-radius: 8px;
  color: #5b311f;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}

.cart-subchoices button,
.cart-chip-grid button {
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  font-weight: 800;
}

.cart-choice-grid--boxes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cart-choice-card {
  display: grid;
  gap: 4px;
  min-height: 74px;
  padding: 12px;
  border-radius: 12px;
  text-align: center;
}

.cart-choice-card strong {
  color: #bf557d;
  font-size: 15px;
}

.cart-choice-card span,
.cart-chip-grid button span {
  display: block;
  margin-top: 3px;
  color: #7d6b62;
  font-size: 12px;
  font-weight: 750;
}

.cart-option-stepper button:hover:not(:disabled),
.cart-chip-grid button:hover:not(:disabled),
.cart-choice-card:hover,
.cart-subchoices button:hover,
.cart-option-stepper button.is-selected,
.cart-chip-grid button.is-selected,
.cart-choice-card.is-selected,
.cart-subchoices button.is-selected {
  border-color: var(--brown);
  background: #f3dfcb;
  box-shadow: 0 8px 18px rgba(82, 44, 27, 0.1);
  transform: translateY(-1px);
}

.cart-customizer--pink .cart-chip-grid button,
.cart-customizer--pink .cart-choice-card,
.cart-customizer--pink .cart-subchoices button {
  border-color: #edbdd0;
}

.cart-customizer--pink .cart-chip-grid button:hover:not(:disabled),
.cart-customizer--pink .cart-choice-card:hover,
.cart-customizer--pink .cart-subchoices button:hover,
.cart-customizer--pink .cart-chip-grid button.is-selected,
.cart-customizer--pink .cart-choice-card.is-selected,
.cart-customizer--pink .cart-subchoices button.is-selected {
  border-color: #bf557d;
  background: #f7d8e7;
}

.cart-selected-total,
.cart-inline-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f5eadf;
  color: #4a2a1c;
  font-weight: 900;
}

.cart-selected-total span,
.cart-inline-price {
  color: var(--brown);
}

.cart-selected-total.is-complete span {
  color: #2f7d32;
}

.cart-comment {
  display: grid;
  gap: 8px;
}

.cart-comment span {
  color: #7a321f;
  font-size: 14px;
  font-weight: 900;
}

.cart-comment small {
  color: #9b8276;
}

.cart-comment textarea {
  min-height: 76px;
  width: 100%;
  resize: vertical;
  padding: 12px 14px;
  border: 1px solid #dfc4b2;
  border-radius: 9px;
  background: #fff;
  color: #3e2418;
  font: inherit;
}

.order-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
}

.order-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(36, 20, 15, 0.48);
  backdrop-filter: blur(5px);
}

.order-modal__dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: min(92vh, 860px);
  overflow: auto;
  padding: 30px;
  border: 1px solid rgba(124, 45, 30, 0.18);
  border-radius: 16px;
  background: #fffaf6;
  box-shadow: 0 30px 90px rgba(36, 20, 15, 0.26);
}

.order-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  color: var(--brown);
  background: #f2dfce;
  font-size: 24px;
  cursor: pointer;
}

.order-modal__heading {
  padding-right: 34px;
}

.order-modal__heading span {
  color: var(--caramel);
  font-size: 22px;
}

.order-modal__heading h2 {
  margin: 8px 0 8px;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 40px);
}

.order-modal__heading p {
  margin: 0;
  color: #5f4639;
  font-weight: 650;
  line-height: 1.55;
}

.order-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.order-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.order-form label {
  display: grid;
  gap: 8px;
  color: #482417;
  font-weight: 850;
}

.order-form input {
  min-height: 50px;
  padding: 0 15px;
  border: 1px solid #d8bda8;
  border-radius: 8px;
  background: #fff;
}

.order-prep-info {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid rgba(124, 45, 30, 0.14);
  border-radius: 12px;
  background: #f7eadf;
  color: #4d2d20;
}

.order-prep-info strong {
  color: var(--brown);
  font-size: 15px;
}

.order-prep-info span {
  color: #67473a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.order-summary {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(124, 45, 30, 0.13);
  border-radius: 12px;
  background: #fff;
}

.order-summary h3 {
  margin: 0;
  color: var(--brown);
  font-size: 18px;
}

.order-summary__items {
  display: grid;
  gap: 12px;
}

.order-summary article {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 12px;
  align-items: center;
}

.order-summary img {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
}

.order-summary article strong,
.order-summary article span,
.order-summary article small {
  display: block;
}

.order-summary article strong {
  color: #32180f;
}

.order-summary article span,
.order-summary article small {
  color: #725446;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.order-summary article b {
  color: var(--brown);
}

.order-summary > p {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: #442117;
  font-size: 19px;
  font-weight: 950;
}

.order-submit {
  justify-self: stretch;
}

.order-submit:disabled {
  opacity: 0.62;
  cursor: wait;
}

.order-error {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(209, 47, 47, 0.22);
  border-radius: 10px;
  color: #c42121;
  background: rgba(255, 241, 241, 0.92);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 900;
}

body.is-modal-open {
  overflow: hidden;
}

.no-whatsapp-contact .whatsapp {
  display: none;
}

.footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 48px;
  margin-top: 48px;
  padding: 58px 0 70px;
  border-top: 1px solid var(--line);
}

.footer h3 {
  margin: 0 0 18px;
  color: var(--brown);
  font-size: 15px;
  text-transform: uppercase;
}

.footer p,
.footer a {
  display: block;
  margin: 0 0 10px;
  color: #67473a;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.footer__brand p {
  max-width: 210px;
  margin-top: 22px;
}

.socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.footer .socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1.5px solid rgba(124, 45, 30, 0.26);
  border-radius: 50%;
  color: var(--brown);
  background: #fff9f3;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.footer .socials a:hover {
  color: #fff;
  background: var(--brown);
  transform: translateY(-2px);
}

.socials svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.socials img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
  filter: var(--icon-brown-filter);
}

.socials a[aria-label="WhatsApp"] svg,
.socials a[aria-label="WhatsApp"] img {
  width: 23px;
  height: 23px;
}

.footer .socials a:hover img {
  filter: brightness(0) invert(1);
}

.newsletter input {
  width: 100%;
  min-height: 50px;
  margin: 4px 0 12px;
  padding: 0 17px;
  border: 1px solid #d8bda8;
  border-radius: 7px;
  background: #fff;
}

.newsletter button {
  width: 100%;
}

.copyright {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 14px;
}

.admin-body {
  background:
    radial-gradient(circle at top left, rgba(224, 190, 158, 0.22), transparent 34%),
    linear-gradient(180deg, #fffaf6 0%, #fff 44%, #fff7ef 100%);
}

.admin-login {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(90deg, rgba(255, 250, 246, 0.97), rgba(255, 250, 246, 0.78)),
    url("Images/Slider.png") center / cover no-repeat;
}

.admin-login__card {
  width: min(480px, 100%);
  display: grid;
  gap: 18px;
  padding: 30px;
  border: 1px solid rgba(124, 45, 30, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(82, 44, 27, 0.16);
}

.admin-login__card .brand {
  justify-self: center;
}

.admin-login__card h1 {
  margin: 8px 0 6px;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
}

.admin-login__card p:not(.pill) {
  margin: 0;
  color: #6d4c3f;
  font-weight: 760;
}

.admin-login__card label {
  display: grid;
  gap: 8px;
}

.admin-login__card label span {
  color: #4a2a1c;
  font-size: 14px;
  font-weight: 950;
}

.admin-login__card input {
  min-height: 48px;
  border: 1px solid #dfc4b2;
  border-radius: 10px;
  padding: 0 14px;
  color: #35190f;
  background: #fff;
  font: inherit;
  font-weight: 800;
}

.admin-login__error {
  margin: 0;
  padding: 11px 13px;
  border: 1px solid rgba(209, 47, 47, 0.22);
  border-radius: 9px;
  color: #c42121;
  background: rgba(255, 241, 241, 0.92);
  font-size: 14px;
  font-weight: 900;
}

.is-admin-locked .topbar,
.is-admin-locked .site-header,
.is-admin-locked .admin-page {
  display: none;
}

.is-admin-unlocked .admin-login {
  display: none;
}

.admin-logout {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #dfc4b2;
  border-radius: 999px;
  color: var(--brown);
  background: #fff8f1;
  font-weight: 950;
  cursor: pointer;
}

.admin-page {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 70px;
}

.admin-hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
  padding: 24px;
  border: 1px solid rgba(124, 45, 30, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 45px rgba(82, 44, 27, 0.08);
}

.admin-hero h1 {
  margin: 0;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
}

.admin-hero p:not(.pill) {
  margin: 8px 0 0;
  color: #6d4c3f;
  font-weight: 760;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.admin-stats article {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(124, 45, 30, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 32px rgba(82, 44, 27, 0.07);
}

.admin-stats span {
  color: #8a6555;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-stats strong {
  color: var(--brown);
  font-size: 28px;
  font-weight: 950;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.75fr);
  gap: 18px;
  align-items: start;
}

.admin-calendar-card,
.admin-day-panel,
.admin-editor,
.admin-newsletter {
  border: 1px solid rgba(124, 45, 30, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(82, 44, 27, 0.08);
}

.admin-calendar-card,
.admin-day-panel,
.admin-editor,
.admin-newsletter {
  padding: 18px;
}

.admin-newsletter {
  margin-top: 18px;
}

.admin-newsletter > p {
  margin: -4px 0 16px;
  color: #6d4c3f;
  font-weight: 760;
}

.admin-newsletter-list {
  display: grid;
  gap: 10px;
}

.admin-newsletter-list article {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(170px, auto) minmax(120px, auto);
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid rgba(124, 45, 30, 0.12);
  border-radius: 12px;
  background: #fffaf6;
}

.admin-newsletter-list strong {
  color: #30170f;
}

.admin-newsletter-list span,
.admin-newsletter-list small {
  color: #735344;
  font-size: 13px;
  font-weight: 800;
}

.admin-toolbar {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}

.admin-toolbar h2 {
  margin: 0;
  color: var(--brown);
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  text-transform: capitalize;
}

.admin-toolbar > button:not(.button) {
  width: 44px;
  height: 44px;
  border: 1px solid #e2c9b7;
  border-radius: 12px;
  color: var(--brown);
  background: #fff8f1;
  font-size: 26px;
  font-weight: 950;
  cursor: pointer;
}

.admin-weekdays,
.admin-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.admin-weekdays {
  margin-bottom: 8px;
}

.admin-weekdays span {
  color: #9b6e5a;
  text-align: center;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-day {
  min-height: 124px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(124, 45, 30, 0.12);
  border-radius: 13px;
  color: #3b2419;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.admin-day:not(.admin-day--blank):hover,
.admin-day.is-selected {
  border-color: var(--brown);
  background: #fff3e8;
  box-shadow: 0 14px 28px rgba(82, 44, 27, 0.1);
  transform: translateY(-1px);
}

.admin-day.is-today {
  outline: 2px solid rgba(196, 115, 54, 0.25);
}

.admin-day--blank {
  border-color: transparent;
  background: transparent;
  cursor: default;
}

.admin-day span {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--brown);
  background: #f6e5d2;
  font-weight: 950;
}

.admin-day strong {
  width: max-content;
  max-width: 100%;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--brown);
  font-size: 12px;
}

.admin-day small,
.admin-day em {
  color: #7b6156;
  font-size: 12px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 800;
}

.admin-day small {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.admin-day-dot {
  min-width: 0;
  min-height: 24px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 999px;
  color: #fff;
  background: #9b6e5a;
  font-style: normal;
  font-weight: 950;
  box-shadow: 0 6px 14px rgba(73, 38, 27, 0.12);
}

.admin-day-dot span {
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}

.admin-day-dot b {
  min-width: 17px;
  height: 17px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, 0.22);
  font-size: 10px;
}

.admin-day-dot--confirmee {
  background: #2f7d50;
}

.admin-day-dot--preparation {
  background: #b66a22;
}

.admin-day-dot--livree {
  background: #237a2e;
}

.admin-day-dot--annulee {
  background: #a33a36;
}

.admin-reservation__attachments {
  display: grid;
  gap: 10px;
  margin: 10px 0 4px;
  padding: 12px;
  border: 1px solid rgba(139, 67, 45, 0.14);
  border-radius: 14px;
  background: rgba(255, 249, 243, 0.86);
}

.admin-reservation__attachments > strong {
  color: var(--brown);
  font-size: 13px;
  font-weight: 950;
}

.admin-reservation__attachments > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
}

.admin-reservation__attachments figure {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(139, 67, 45, 0.12);
}

.admin-reservation__attachments img,
.admin-reservation__attachments video {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
}

.admin-reservation__attachments figure > span {
  min-height: 96px;
  display: grid;
  place-items: center;
  padding: 12px;
  color: var(--brown);
  font-weight: 900;
  text-align: center;
}

.admin-reservation__attachments figcaption {
  padding: 8px 10px;
  color: #755248;
  font-size: 12px;
  font-weight: 800;
}

.admin-attachment-link {
  display: block;
  padding: 8px 10px;
  color: var(--brown);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.admin-side {
  display: grid;
  gap: 18px;
}

.admin-panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.admin-panel-title small {
  color: #9b6e5a;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-panel-title h2,
.admin-editor h2 {
  margin: 0;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  text-transform: capitalize;
}

.admin-day-list {
  display: grid;
  gap: 12px;
}

.admin-reservation {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(124, 45, 30, 0.12);
  border-radius: 13px;
  background: #fffaf6;
  cursor: pointer;
}

.admin-reservation:hover {
  border-color: var(--brown);
}

.admin-reservation > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.admin-reservation strong {
  color: #30170f;
}

.admin-reservation p {
  max-height: 62px;
  overflow: hidden;
  margin: 0;
  color: #67473a;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.admin-reservation .admin-reservation__notes {
  max-height: none;
  padding: 10px 12px;
  border-radius: 10px;
  color: #5d3f32;
  background: #f6eadf;
  white-space: pre-line;
}

.admin-reservation dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0;
}

.admin-reservation dt {
  color: #9b6e5a;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-reservation dd {
  margin: 2px 0 0;
  color: #3b2419;
  font-size: 12px;
  font-weight: 850;
}

.admin-reservation a {
  color: var(--brown);
  font-weight: 900;
}

.admin-status {
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: #9b6e5a;
  font-size: 11px;
  font-weight: 950;
  white-space: nowrap;
}

.admin-status--confirmee {
  background: #2f7d50;
}

.admin-status--preparation {
  background: #b66a22;
}

.admin-status--livree {
  background: #237a2e;
}

.admin-status--annulee {
  background: #a33a36;
}

.admin-empty {
  margin: 0;
  padding: 18px;
  border: 1px dashed #d9bba4;
  border-radius: 12px;
  color: #846150;
  background: #fffaf6;
  font-weight: 800;
}

.admin-sync-status {
  width: min(1180px, calc(100% - 36px));
  margin: -8px auto 24px;
  padding: 13px 16px;
  border: 1px solid #dfc4b2;
  border-radius: 12px;
  background: rgba(255, 250, 246, 0.92);
  color: #6c4633;
  box-shadow: 0 10px 28px rgba(82, 44, 27, 0.07);
  font-size: 14px;
  font-weight: 850;
}

.admin-sync-status--ok {
  border-color: rgba(48, 128, 73, 0.35);
  color: #286c3a;
  background: #f0fbf2;
}

.admin-sync-status--warning {
  border-color: rgba(185, 112, 40, 0.35);
  color: #8a531f;
  background: #fff7ec;
}

.admin-sync-status--error {
  border-color: rgba(190, 58, 45, 0.35);
  color: #a6372b;
  background: #fff0ee;
}

.admin-editor form {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.admin-editor label {
  display: grid;
  gap: 7px;
}

.admin-editor label span {
  color: #4a2a1c;
  font-size: 13px;
  font-weight: 950;
}

.admin-editor input,
.admin-editor select,
.admin-editor textarea {
  width: 100%;
  border: 1px solid #dfc4b2;
  border-radius: 10px;
  color: #35190f;
  background: #fff;
  font: inherit;
  font-weight: 750;
}

.admin-editor input,
.admin-editor select {
  min-height: 44px;
  padding: 0 12px;
}

.admin-editor textarea {
  min-height: 92px;
  padding: 12px;
  resize: vertical;
}

.admin-editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.admin-delete {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(163, 58, 54, 0.25);
  border-radius: 999px;
  color: #a33a36;
  background: #fff4f3;
  font-weight: 950;
  cursor: pointer;
}

.whatsapp {
  position: fixed;
  right: 30px;
  bottom: 26px;
  z-index: 20;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 0;
  color: #fff;
  overflow: hidden;
  background: #25d366;
  box-shadow: 0 10px 22px rgba(20, 83, 45, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  aspect-ratio: 1;
}

.whatsapp::before {
  display: none;
}

.whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(20, 83, 45, 0.3);
}

.whatsapp svg,
.whatsapp img {
  position: relative;
  width: 37px;
  height: 37px;
  display: block;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto auto 1fr;
  }

  .menu-toggle {
    display: block;
    justify-self: center;
  }

  .nav {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 10;
    width: min(360px, 88vw);
    padding: 110px 34px;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
    background: var(--paper);
    box-shadow: -20px 0 60px rgba(54, 27, 17, 0.16);
    transform: translateX(110%);
    transition: transform 0.24s ease;
  }

  body.is-menu-open .nav {
    transform: translateX(0);
  }

  .header-actions {
    justify-self: end;
  }

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

  .product-card > img,
  .product-card__media img {
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
  }

  .reviews {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .trust-strip,
  .why__grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .product-detail {
    grid-template-columns: 1fr;
  }

  .product-summary {
    max-width: none;
  }

  .product-trust {
    grid-template-columns: repeat(2, 1fr);
  }

  .thankyou-help {
    grid-template-columns: 1fr;
  }

  .thankyou-contact,
  .thankyou-badges {
    grid-template-columns: repeat(2, 1fr);
  }

  .thankyou-badges div:nth-child(3) {
    border-left: 0;
  }

  .cart-layout {
    grid-template-columns: 1fr;
  }

  .cart-sidebar {
    position: static;
  }

  .category-hero__badges {
    grid-template-columns: 1fr;
  }

  .admin-hero,
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .admin-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .admin-calendar {
    overflow-x: auto;
  }
}

@media (max-width: 760px) {
  .topbar__inner,
  .site-header,
  main,
  .footer {
    width: min(100% - 28px, 1420px);
  }

  .topbar__inner {
    min-height: auto;
    padding: 10px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .topbar__center {
    display: none;
  }

  .site-header {
    min-height: 86px;
    grid-template-columns: auto auto auto;
    gap: 16px;
  }

  .brand__script {
    font-size: 42px;
  }

  .brand__small {
    font-size: 11px;
  }

  .brand img {
    width: 116px;
    height: 78px;
  }

  .header-actions {
    gap: 6px;
  }

  .header-actions button {
    font-size: 24px;
  }

  .hero {
    min-height: 660px;
    border-radius: 18px;
  }

  .hero__image {
    object-position: 56% center;
  }

  .hero__overlay {
    background: linear-gradient(180deg, rgba(255, 249, 241, 0.96) 0%, rgba(255, 249, 241, 0.86) 48%, rgba(255, 249, 241, 0.22) 100%);
  }

  .hero__content {
    width: 100%;
    padding: 34px 24px;
  }

  .hero__lead {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 450;
  }

  .hero__features,
  .category-grid,
  .products,
  .reviews,
  .product-mini-badges,
  .product-trust,
  .trust-strip,
  .why__grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .hero__features {
    margin: 28px 0;
  }

  .product-card > img,
  .product-card__media img {
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
  }

  .product-card__actions {
    gap: 11px;
  }

  .product-card .product-button {
    min-height: 42px;
    padding-inline: 21px;
    font-size: 14px;
  }

  .product-card .product-cart-button {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    font-size: 17px;
  }

  .category-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 165px;
    padding: 24px 18px 24px;
  }

  .category-card strong,
  .category-card small,
  .category-card em {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    z-index: 1;
  }

  .category-card strong {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 1;
  }

  .category-card small {
    display: block;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.25;
  }

  .category-card em {
    align-self: flex-start;
    padding: 12px 22px;
    font-size: 15px;
  }

  .reviews__intro {
    padding: 36px 28px;
  }

  .reviews__intro h2 {
    max-width: 100%;
    font-size: 32px;
  }

  .reviews__intro h2 small {
    font-size: 0.78em;
  }

  .product-page {
    gap: 30px;
    padding-top: 6px;
  }

  .category-page {
    gap: 26px;
    padding-top: 6px;
  }

  .category-hero {
    min-height: 520px;
    border-radius: 16px;
  }

  .category-hero::after {
    background: linear-gradient(180deg, rgba(255, 249, 241, 0.96), rgba(255, 249, 241, 0.86) 56%, rgba(255, 249, 241, 0.24));
  }

  .category-hero__content {
    width: 100%;
    padding: 34px 24px;
  }

  .category-toolbar {
    align-items: stretch;
    flex-direction: column;
    padding: 22px;
  }

  .product-detail {
    gap: 26px;
  }

  .product-main-image img {
    aspect-ratio: 1;
  }

  .product-thumbs-wrap {
    grid-template-columns: 1fr;
  }

  .gallery-nudge {
    display: none;
  }

  .product-thumbs {
    grid-auto-columns: 84px;
    gap: 10px;
  }

  .product-thumb {
    height: 84px;
  }

  .product-summary h1 {
    font-size: 32px;
  }

  .product-mini-badges {
    gap: 14px;
  }

  .composer {
    padding: 18px;
  }

  .cart-row {
    grid-template-columns: 1fr;
  }

  .option-row {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 64px;
    padding: 10px 12px 10px 16px;
    gap: 12px;
  }

  .option-row > span {
    align-self: center;
    line-height: 1.3;
  }

  .cart-row__quantity {
    grid-template-columns: 68px 58px 68px;
    justify-content: center;
    gap: 10px;
  }

  .cart-row__quantity button,
  .cart-row__quantity input {
    width: 100%;
    height: 44px;
  }

  .cart-row__quantity button {
    font-size: 1.05rem;
  }

  .cart-row__quantity input {
    padding-inline: 6px;
    font-size: 0.95rem;
    text-align: center;
  }

  .cart-row__actions {
    grid-template-columns: 1fr;
  }

  .cart-row__actions .buy-now {
    order: 1;
  }

  .cart-row__actions .add-cart {
    order: 2;
  }

  .cupcake-box-grid {
    grid-template-columns: 1fr;
  }

  .cupcake-box-card {
    min-height: 82px;
  }

  .cupcake-price {
    padding: 16px 18px;
    font-size: 22px;
  }

  .option-stepper {
    justify-content: flex-end;
  }

  .cart-row input,
  .cart-row__quantity button,
  .add-cart,
  .buy-now {
    width: 100%;
  }

  .info-table {
    grid-template-columns: 1fr;
  }

  .review-form__grid {
    grid-template-columns: 1fr;
  }

  .cart-item {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .cart-item > img {
    width: 92px;
    height: 92px;
  }

  .cart-item__side {
    grid-column: 1 / -1;
    justify-items: stretch;
  }

  .cart-qty {
    grid-template-columns: 42px 1fr 42px;
  }

  .cart-choice-grid--boxes {
    grid-template-columns: 1fr;
  }

  .cart-option-line__head {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 58px;
    align-items: center;
  }

  .cart-option-stepper {
    justify-content: end;
  }

  .order-modal {
    padding: 12px;
  }

  .order-modal__dialog {
    padding: 24px 18px;
  }

  .order-form__grid,
  .order-summary article {
    grid-template-columns: 1fr;
  }

  .order-summary article {
    justify-items: start;
  }

  .order-summary article b {
    justify-self: start;
  }

  .review-card div {
    align-items: flex-start;
    flex-direction: column;
  }

  .info-table strong {
    border-right: 0;
    border-bottom: 1px solid #e4d5cb;
  }

  .product-trust {
    padding: 24px 20px;
  }

  .thankyou-hero {
    min-height: 610px;
  }

  .thankyou-hero__image {
    background:
      linear-gradient(180deg, rgba(255, 250, 246, 0.96) 0%, rgba(255, 250, 246, 0.9) 52%, rgba(255, 250, 246, 0.38) 100%),
      url("Images/Slider.png") center / cover no-repeat;
  }

  .thankyou-hero__content {
    width: min(100% - 28px, 760px);
    padding: 48px 0;
  }

  .thankyou-check {
    width: 88px;
    height: 88px;
  }

  .thankyou-check svg {
    width: 44px;
    height: 44px;
  }

  .thankyou-hero p {
    font-size: 17px;
  }

  .thankyou-note {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
    text-align: center;
  }

  .thankyou-note__icon svg {
    margin: 0 auto;
  }

  .thankyou-wait,
  .thankyou-order,
  .thankyou-help,
  .thankyou-social,
  .thankyou-cta {
    width: min(100% - 28px, 1180px);
  }

  .thankyou-wait {
    padding-top: 42px;
  }

  .thankyou-order {
    padding: 22px;
  }

  .thankyou-order__heading {
    align-items: flex-start;
  }

  .thankyou-order__items article {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .thankyou-order__items strong {
    grid-column: 1 / -1;
  }

  .thankyou-order__items img {
    width: 72px;
    height: 72px;
  }

  .thankyou-badges,
  .thankyou-contact {
    grid-template-columns: 1fr;
  }

  .thankyou-badges {
    gap: 28px;
  }

  .thankyou-badges div {
    min-height: 0;
    padding: 0;
  }

  .thankyou-badges div + div {
    padding-top: 24px;
    border-left: 0;
    border-top: 1px solid rgba(124, 45, 30, 0.13);
  }

  .thankyou-help,
  .thankyou-social {
    padding: 28px 22px;
  }

  .thankyou-contact {
    gap: 20px;
  }

  .thankyou-social {
    background:
      linear-gradient(180deg, rgba(255, 250, 246, 0.97), rgba(255, 250, 246, 0.88)),
      url("Images/Produits/Salés/Plateau salé prestige - 70 €/1 2.jpg") center / cover no-repeat;
  }

  .thankyou-social__links {
    gap: 14px;
    flex-wrap: wrap;
  }

  .thankyou-cta {
    padding-bottom: 56px;
  }

  .whatsapp-reviews {
    grid-auto-columns: minmax(230px, 78vw);
    padding-bottom: 14px;
  }

  .insta-grid {
    gap: 12px;
  }

  .why,
  .instagram,
  .trust-strip {
    padding: 26px 20px;
  }

  .footer {
    gap: 28px;
    padding-bottom: 96px;
  }

  .copyright {
    justify-self: start;
  }

  .admin-page {
    width: min(100% - 28px, 1420px);
    padding-top: 24px;
  }

  .admin-hero,
  .admin-calendar-card,
  .admin-day-panel,
  .admin-editor {
    padding: 16px;
    border-radius: 14px;
  }

  .admin-stats,
  .admin-form-grid,
  .admin-reservation dl {
    grid-template-columns: 1fr;
  }

  .admin-toolbar {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
  }

  .admin-toolbar .button {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .admin-weekdays,
  .admin-calendar {
    grid-template-columns: repeat(7, minmax(92px, 1fr));
    overflow-x: auto;
  }

  .admin-day {
    min-height: 104px;
  }

  .whatsapp {
    left: auto;
    right: 18px;
    bottom: 14px;
    width: 58px;
    height: 58px;
  }

  .whatsapp svg,
  .whatsapp img {
    width: 33px;
    height: 33px;
  }
}
