@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Nunito+Sans:wght@300;400;600;700&display=swap');

:root {
  --cream: #fff8f1;
  --warm-white: #fffdf9;
  --beige: #eadbca;
  --soft-beige: #f3eadf;
  --blush: #c79293;
  --blush-deep: #ad747b;
  --sage: #9cae91;
  --sage-light: #dfe6d6;
  --brown: #75594d;
  --light-brown: #b29482;
  --ink: #544641;
  --muted: #7d6c65;
  --shadow: 0 14px 42px rgba(117, 89, 77, 0.12);
  --soft-shadow: 0 8px 24px rgba(117, 89, 77, 0.09);
  --radius-xl: 26px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --max-width: 1080px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(199, 146, 147, 0.17), transparent 32rem),
    radial-gradient(circle at 90% 10%, rgba(156, 174, 145, 0.16), transparent 26rem),
    linear-gradient(180deg, var(--warm-white), var(--cream) 45%, #fffaf4);
  line-height: 1.58;
}

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

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

p { margin-top: 0; color: var(--muted); }

h1, h2, h3, h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--brown);
  line-height: 1.05;
  margin: 0 0 0.75rem;
  font-weight: 700;
}

h1 { font-size: clamp(2.45rem, 6.4vw, 5rem); letter-spacing: -0.05em; }
h2 { font-size: clamp(1.8rem, 3.2vw, 3.1rem); letter-spacing: -0.03em; }
h3 { font-size: 1.45rem; }

.section { padding: 3.45rem 1.25rem; }
.section-tight { padding: 2.15rem 1.25rem; }
.container { width: min(var(--max-width), 100%); margin: 0 auto; }
.container-narrow { width: min(880px, 100%); margin: 0 auto; }

.skip-link {
  position: absolute;
  top: -40px;
  left: 1rem;
  padding: .7rem 1rem;
  background: var(--brown);
  color: white;
  border-radius: 999px;
  z-index: 20;
}
.skip-link:focus { top: 1rem; }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--blush-deep);
  margin-bottom: .7rem;
}

.lead { font-size: clamp(1rem, 1.65vw, 1.13rem); color: #6f5d56; }
.small { font-size: .9rem; }

.button,
button.button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border: 0;
  border-radius: 999px;
  padding: .82rem 1.14rem;
  background: var(--blush);
  color: white;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: 0 9px 18px rgba(199, 146, 147, .22);
}
.button:hover { transform: translateY(-2px); background: var(--blush-deep); }
.button-soft {
  background: #fff8f1;
  color: var(--brown);
  border: 1px solid rgba(199,146,147,.28);
  box-shadow: none;
}
.button-soft:hover { background: #f8ede5; }
.text-button {
  border: 0;
  background: none;
  color: var(--blush-deep);
  font-weight: 800;
  cursor: pointer;
  padding: .2rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 253, 249, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(199, 146, 147, .17);
}
.header-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  padding: .62rem 1.25rem;
}
.logo-link { display: flex; align-items: center; gap: .75rem; min-width: 175px; }
.logo-link img { width: 152px; max-height: 60px; object-fit: contain; }
.logo-wordmark { display: none; font-family: "Cormorant Garamond", serif; font-size: 1.4rem; color: var(--brown); }
.site-nav { display: flex; align-items: center; justify-content: center; gap: .16rem; flex-wrap: wrap; }
.site-nav a {
  padding: .46rem .62rem;
  border-radius: 999px;
  color: #6d5b55;
  font-weight: 750;
  font-size: .88rem;
}
.site-nav a:hover, .site-nav a.active { background: var(--soft-beige); color: var(--blush-deep); }
.header-actions { display: flex; align-items: center; gap: .7rem; }

.gentle-note,
.field-note {
  display: block;
  padding: .78rem .9rem;
  border-radius: 18px;
  background: rgba(156,174,145,.14);
  border: 1px solid rgba(156,174,145,.22);
  color: #5f6e58;
  font-weight: 750;
}
.field-note {
  padding: .55rem .7rem;
  font-size: .86rem;
}
.email-link { white-space: nowrap; }

.menu-toggle {
  display: none;
  border: 0;
  background: var(--soft-beige);
  border-radius: 999px;
  width: 44px;
  height: 44px;
  color: var(--brown);
  font-size: 1.4rem;
}

.hero {
  padding: 3.7rem 1.25rem 3.05rem;
  position: relative;
  overflow: hidden;
}
.hero:before, .hero:after, .detail-stitch {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.hero:before {
  inset: 8% auto auto -4rem;
  width: 16rem; height: 16rem;
  background: repeating-linear-gradient(45deg, rgba(199,146,147,.16) 0 8px, transparent 8px 18px);
  opacity: .45;
}
.hero:after {
  right: -5rem; bottom: 3rem;
  width: 22rem; height: 22rem;
  background: radial-gradient(circle, rgba(156,174,145,.28), transparent 65%);
}
.hero-grid {
  position: relative;
  z-index: 1;
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 1.35rem;
  align-items: center;
}
.hero-copy { max-width: 700px; }
.hero-copy h1 em { color: var(--blush); font-style: normal; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.25rem 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.15rem; }
.trust-row span {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .46rem .68rem;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(199,146,147,.18);
  border-radius: 999px;
  font-weight: 750;
  color: #705b53;
}
.hero-card {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(199,146,147,.18);
  border-radius: 34px;
  padding: clamp(1rem, 4vw, 2rem);
  box-shadow: var(--shadow);
  position: relative;
}
.hero-card .logo-showcase {
  background: white;
  border-radius: 24px;
  padding: .85rem;
  box-shadow: inset 0 0 0 1px rgba(199,146,147,.12);
}
.hero-product {
  margin-top: .85rem;
  display: grid;
  grid-template-columns: 98px 1fr;
  align-items: center;
  gap: 1rem;
  padding: .8rem;
  background: var(--cream);
  border-radius: 22px;
}
.hero-product img { border-radius: 22px; }
.hero-product p { margin-bottom: 0; }

.logo-ribbon {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .75rem;
  border-radius: 999px;
  background: rgba(199, 146, 147, .13);
  color: var(--blush-deep);
  font-weight: 850;
  margin-bottom: .8rem;
}
.logo-ribbon:before { content: "✦"; color: var(--sage); }

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.1rem;
  margin-bottom: 1.25rem;
}
.section-heading p { max-width: 650px; margin-bottom: 0; }
.center-heading { text-align: center; max-width: 760px; margin: 0 auto 1.45rem; }
.center-heading p { margin-left: auto; margin-right: auto; max-width: 650px; }

.grid { display: grid; gap: 1rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card-soft,
.product-card,
.testimonial,
.info-panel,
.form-card,
.gallery-item,
.category-card {
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(199, 146, 147, .16);
  border-radius: var(--radius-xl);
  box-shadow: var(--soft-shadow);
}

.product-card { overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-image-wrap { position: relative; display: block; background: var(--cream); }
.product-image-wrap img { aspect-ratio: 1.1 / .88; width: 100%; object-fit: cover; }
.badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 999px;
  padding: .45rem .7rem;
  background: rgba(255, 255, 255, .86);
  color: var(--blush-deep);
  font-weight: 850;
  font-size: .8rem;
  border: 1px solid rgba(199,146,147,.18);
}
.product-card-body { padding: 1rem; }
.product-card h3 a:hover { color: var(--blush-deep); }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-top: .7rem; }
.product-meta strong { font-size: 1.1rem; color: var(--brown); }
.product-meta .button { padding: .72rem .92rem; font-size: .9rem; white-space: nowrap; }

.category-card { padding: 1rem; display: grid; gap: .4rem; min-height: 142px; position: relative; overflow: hidden; }
.category-card:after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 120px;
  height: 120px;
  border: 18px solid rgba(199,146,147,.12);
  border-radius: 50%;
}
.category-icon { font-size: 1.8rem; }

.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 1.35rem;
  align-items: center;
}
.panel-image {
  border-radius: 34px;
  overflow: hidden;
  background: var(--cream);
  box-shadow: var(--shadow);
  border: 1px solid rgba(199,146,147,.16);
}
.copy-panel { padding: clamp(1rem, 2.5vw, 1.55rem); }
.stitch-list { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: .55rem; }
.stitch-list li { display: flex; gap: .7rem; align-items: flex-start; color: var(--muted); }
.stitch-list li:before { content: "◆"; color: var(--blush); font-size: .85rem; margin-top: .18rem; }

.soft-band {
  background: linear-gradient(135deg, rgba(234,219,202,.62), rgba(255,248,241,.75));
  border-top: 1px solid rgba(199,146,147,.12);
  border-bottom: 1px solid rgba(199,146,147,.12);
}

.callout {
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(199,146,147,.18), rgba(156,174,145,.16)), var(--warm-white);
  border: 1px solid rgba(199,146,147,.18);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
}
.callout p { margin-bottom: 0; max-width: 760px; }

.testimonial { padding: 1rem; }
.testimonial p { font-size: 1.02rem; }
.testimonial strong { color: var(--brown); }

.site-footer {
  background: #6f574d;
  color: #fff8f1;
  padding: 2.6rem 1.25rem 1rem;
}
.footer-grid {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 1.35rem;
}
.footer-logo { background: white; border-radius: 20px; padding: .55rem; width: 190px; margin-bottom: .8rem; }
.site-footer h3 { color: white; font-size: 1.35rem; }
.site-footer p, .site-footer a { color: rgba(255,248,241,.82); }
.site-footer a { display: block; margin: .28rem 0; }
.site-footer a:hover { color: white; }
.footer-bottom { width: min(var(--max-width), 100%); margin: 1.4rem auto 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.16); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; color: rgba(255,248,241,.75); font-size: .9rem; }
.footer-bottom a { display: inline; margin: 0; color: inherit; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 620px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: .45rem;
  }
}

.page-hero {
  padding: 3.1rem 1.25rem 2.15rem;
  background: linear-gradient(135deg, rgba(199,146,147,.14), rgba(156,174,145,.12));
  border-bottom: 1px solid rgba(199,146,147,.12);
}
.page-hero-inner { width: min(980px, 100%); margin: 0 auto; text-align: center; }
.page-hero h1 { font-size: clamp(2.25rem, 5vw, 4.25rem); }
.breadcrumb { display: flex; align-items: center; gap: .55rem; color: var(--muted); margin-bottom: 1rem; }
.breadcrumb a { color: var(--blush-deep); font-weight: 800; }

.shop-toolbar { display: flex; justify-content: space-between; align-items: center; gap: .85rem; margin-bottom: 1rem; }
.chips { display: flex; gap: .65rem; flex-wrap: wrap; }
.chip {
  border: 1px solid rgba(199,146,147,.22);
  background: rgba(255,255,255,.68);
  color: var(--brown);
  border-radius: 999px;
  padding: .52rem .76rem;
  font-weight: 800;
  cursor: pointer;
}
.chip.active, .chip:hover { background: var(--blush); color: white; }

.product-detail-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 1.65rem; align-items: start; }
.product-detail-image { padding: 1rem; position: sticky; top: 7rem; }
.product-detail-image img { border-radius: 26px; width: 100%; }
.product-detail-content h1 { font-size: clamp(2.2rem, 4.3vw, 4rem); }
.product-price { font-size: 1.4rem; font-weight: 900; color: var(--blush-deep); margin-bottom: .8rem; }
.product-options { display: grid; gap: .85rem; margin: 1rem 0; }
.info-panel { padding: 1rem; margin-top: 1rem; }
.info-panel h2 { font-size: 1.45rem; margin-top: .4rem; }

form label { display: grid; gap: .45rem; color: var(--brown); font-weight: 850; }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(117,89,77,.18);
  background: rgba(255,255,255,.82);
  border-radius: 15px;
  padding: .78rem .9rem;
  font: inherit;
  color: var(--ink);
  outline: none;
}
input:focus, select:focus, textarea:focus { border-color: var(--blush); box-shadow: 0 0 0 4px rgba(199,146,147,.14); }
textarea { resize: vertical; }
.form-grid { display: grid; gap: .85rem; }
.form-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-card { padding: clamp(1rem, 2.6vw, 1.5rem); }
.form-success {
  margin: 1rem 0 0;
  padding: .9rem 1rem;
  background: var(--sage-light);
  color: #53664a;
  border-radius: 18px;
  font-weight: 800;
}
.form-success.error {
  background: #fff0ef;
  color: #8a3f3a;
}
button:disabled {
  opacity: .68;
  cursor: wait;
}


.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: .8rem; }
.gallery-item { overflow: hidden; }
.gallery-item img { width: 100%; aspect-ratio: 1 / .82; object-fit: cover; transition: transform .25s ease; }
.gallery-item:hover img { transform: scale(1.03); }
.gallery-item figcaption { padding: .75rem; font-weight: 850; color: var(--brown); }

.care-steps { counter-reset: care; display: grid; gap: .8rem; }
.care-step { padding: 1rem; position: relative; overflow: hidden; }
.care-step:before {
  counter-increment: care;
  content: counter(care);
  position: absolute;
  right: 1.1rem;
  top: .8rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  color: rgba(199,146,147,.15);
  line-height: 1;
}
.care-step h3 { position: relative; z-index: 1; }

.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 1.5rem; align-items: start; }
.contact-card { padding: 1rem; }
.contact-card a { color: var(--blush-deep); font-weight: 800; }


.toast {
  position: fixed;
  left: 50%;
  bottom: 1.4rem;
  transform: translate(-50%, 120%);
  background: var(--brown);
  color: white;
  padding: .95rem 1.2rem;
  border-radius: 999px;
  box-shadow: var(--shadow);
  opacity: 0;
  transition: all .25s ease;
  z-index: 99;
  max-width: calc(100% - 2rem);
  text-align: center;
}
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 1100px) {
  .site-nav { position: absolute; top: 100%; left: 1rem; right: 1rem; display: none; background: rgba(255,253,249,.98); border: 1px solid rgba(199,146,147,.18); border-radius: 24px; padding: .8rem; box-shadow: var(--shadow); align-items: stretch; }
  .site-nav.open { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-nav a { text-align: center; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .logo-link img { width: 148px; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 860px) {
  .hero { padding: 2.6rem 1rem 2.2rem; }

  /* Mobile fix: stack the home hero instead of keeping the desktop two-column layout. */
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .hero-copy,
  .hero-card,
  .hero-product > div {
    min-width: 0;
  }

  .hero-card {
    width: 100%;
    max-width: 100%;
  }

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

  .product-detail-image { position: static; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .callout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .header-inner { padding: .65rem .9rem; }
  .logo-link img { display: none; }
  .logo-wordmark { display: block; }
  .button { width: 100%; }
  .hero-product { grid-template-columns: 86px 1fr; }
  .trust-row span { width: 100%; }
  .grid-4, .gallery-grid { grid-template-columns: 1fr; }
  .form-grid.two { grid-template-columns: 1fr; }
  .shop-toolbar { display: block; }
  .footer-grid { grid-template-columns: 1fr; }
  .site-nav.open { grid-template-columns: 1fr; }
  .product-meta { align-items: flex-start; flex-direction: column; }
  .product-meta .button { width: 100%; }
  .page-hero { padding-top: 2.6rem; }
}

@media (max-width: 860px) {
  .section { padding: 2.45rem 1rem; }
  .section-tight { padding: 1.65rem 1rem; }
  .hero-card { border-radius: 28px; }
  .hero-card .logo-showcase { border-radius: 22px; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(2.2rem, 11vw, 3.25rem); }
  h2 { font-size: clamp(1.65rem, 8vw, 2.45rem); }
  .hero { padding: 2.1rem .9rem 1.9rem; }
  .section { padding: 2rem .9rem; }
  .section-tight { padding: 1.35rem .9rem; }
}

/* Clickable image carousel and order enquiry updates */
.product-image-wrap.image-open,
.detail-image-button {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: zoom-in;
  text-align: left;
  font: inherit;
  color: inherit;
}
.product-image-wrap.image-open:hover img,
.detail-image-button:hover img { transform: scale(1.03); }
.product-image-wrap img,
.detail-image-button img { transition: transform .25s ease; }
.detail-image-button { display: block; border-radius: 26px; overflow: hidden; background: var(--cream); }
.product-actions { display: flex; gap: .5rem; flex-wrap: wrap; justify-content: flex-end; }
.product-actions .button { min-width: 74px; }
.order-panel { margin-top: 1rem; }
.order-lines { list-style: none; display: grid; gap: .65rem; padding: 0; margin: .8rem 0; }
.order-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px auto;
  gap: .65rem;
  align-items: end;
  padding: .75rem;
  border-radius: 18px;
  background: rgba(255,248,241,.78);
  border: 1px solid rgba(199,146,147,.14);
}
.order-line strong { color: var(--brown); }
.order-line small { display: block; color: var(--muted); }
.qty-label { font-size: .78rem; gap: .22rem; }
.qty-label input { padding: .45rem .55rem; border-radius: 12px; }
.order-totals { margin: .85rem 0; padding: .85rem; border-radius: 18px; background: rgba(156,174,145,.12); }
.order-totals p { margin: .2rem 0; display: flex; justify-content: space-between; gap: 1rem; }
.order-totals strong { color: var(--brown); }
.gallery-item { cursor: zoom-in; }
.gallery-item:focus-visible,
.image-open:focus-visible,
.detail-image-button:focus-visible {
  outline: 4px solid rgba(199,146,147,.35);
  outline-offset: 3px;
}
body.modal-open { overflow: hidden; }
.carousel-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}
.carousel-modal[hidden] { display: none; }
.carousel-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(84,70,65,.64);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity .22s ease;
}
.carousel-modal.is-open .carousel-backdrop { opacity: 1; }
.carousel-panel {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  background: rgba(255,253,249,.95);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 34px;
  box-shadow: 0 28px 90px rgba(0,0,0,.28);
  padding: clamp(.8rem, 2vw, 1.15rem);
  transform: translateY(18px) scale(.98);
  opacity: 0;
  transition: transform .24s ease, opacity .24s ease;
}
.carousel-modal.is-open .carousel-panel { transform: translateY(0) scale(1); opacity: 1; }
.carousel-stage {
  overflow: hidden;
  border-radius: 26px;
  background: var(--cream);
  min-height: min(68vh, 640px);
  display: grid;
  place-items: center;
}
.carousel-stage img {
  width: 100%;
  max-height: min(68vh, 640px);
  object-fit: contain;
  border-radius: 26px;
}
.carousel-stage.slide-in img { animation: carouselSlide .34s ease both; }
@keyframes carouselSlide {
  from { opacity: 0; transform: translateX(24px) scale(.985); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}
.carousel-close,
.carousel-arrow {
  position: absolute;
  border: 0;
  background: rgba(255,253,249,.92);
  color: var(--brown);
  box-shadow: var(--soft-shadow);
  cursor: pointer;
  z-index: 2;
  transition: transform .2s ease, background .2s ease;
}
.carousel-close:hover,
.carousel-arrow:hover { transform: translateY(-1px) scale(1.04); background: white; }
.carousel-close {
  top: .8rem;
  right: .8rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
}
.carousel-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 64px;
  border-radius: 999px;
  font-size: 2.5rem;
  line-height: 1;
}
.carousel-prev { left: .8rem; }
.carousel-next { right: .8rem; }
.carousel-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .9rem .4rem .15rem;
}
.carousel-caption strong { color: var(--brown); font-size: 1.05rem; }
.carousel-caption span { color: var(--muted); font-weight: 800; }

@media (max-width: 620px) {
  .product-actions { width: 100%; justify-content: stretch; }
  .product-actions .button { width: 100%; }
  .order-line { grid-template-columns: 1fr; }
  .carousel-panel { border-radius: 24px; }
  .carousel-stage, .carousel-stage img { border-radius: 18px; }
  .carousel-arrow { width: 42px; height: 54px; font-size: 2rem; }
  .carousel-caption { display: block; }
}

/* Clear basket layout for the shop page */
.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 1rem;
  align-items: start;
}
.shop-layout [data-shop-grid] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.basket-panel {
  position: sticky;
  top: 6.5rem;
  margin-top: 0;
}
.basket-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: .8rem;
  margin-bottom: .6rem;
}
.basket-header h2 { margin-bottom: 0; }
.basket-count {
  border-radius: 999px;
  padding: .42rem .62rem;
  background: rgba(199,146,147,.14);
  color: var(--blush-deep);
  font-size: .82rem;
  font-weight: 900;
  white-space: nowrap;
}
.basket-fields { display: grid; gap: .68rem; margin: .85rem 0; }
.basket-fields label { font-size: .9rem; }
.basket-send { width: 100%; justify-content: center; }
.panel-image img {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
}

@media (max-width: 1180px) {
  .shop-layout [data-shop-grid] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  .shop-layout { grid-template-columns: 1fr; }
  .basket-panel { position: static; }
}
