@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");

:root {
  --ink: #1f2328;
  --muted: #637183;
  --sky: #eef6ff;
  --line: #d6e2f1;
  --brand: #0c8f67;
  --brand-dark: #066f50;
  --warn: #d45a00;
  --card: #ffffff;
  --store-red: #db2431;
  --store-red-dark: #b71825;
  --warm: #fff7ed;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f7f7f5;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.topbar {
  background: #fff;
  border-bottom: 1px solid #e8e4de;
}

.store-notice {
  background: var(--store-red);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.45rem 1rem;
  text-align: center;
  text-transform: uppercase;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.6rem;
  padding: 0.8rem 0;
}

.brand {
  align-items: center;
  color: #20201f;
  display: inline-flex;
  font-size: 1.08rem;
  gap: 0.55rem;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.brand-mark {
  align-items: center;
  background: var(--store-red);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-family: Georgia, serif;
  font-size: 1.35rem;
  height: 2.15rem;
  justify-content: center;
  letter-spacing: 0;
  width: 2.15rem;
}

.store-nav { align-items: center; display: flex; gap: 1.15rem; }
.store-nav a { color: #363431; font-size: 0.86rem; font-weight: 700; text-decoration: none; }
.store-nav a:hover { color: var(--store-red); }
.account-link { border: 1px solid #dfd9d1; border-radius: 4px; padding: 0.45rem 0.7rem; }

.shop-home { padding: 1.2rem 0 3.5rem; }

.order-receipt { padding: 2rem 0 3.5rem; }
.order-receipt-header { align-items: start; display: flex; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.5rem; }
.order-receipt-header h1 { font-family: Georgia, serif; margin: 0; }
.order-receipt-message { color: var(--muted); margin: 0.5rem 0 0; }
.order-status { background: #e8f9f0; color: #127c53; margin: 0; min-width: 9rem; padding: 0.65rem 0.85rem; }
.order-status span { display: block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.order-status strong { display: block; margin-top: 0.15rem; }
.order-receipt-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 1rem; }
.order-receipt-panel h2, .order-items-panel h2 { font-size: 1.05rem; margin: 0 0 1rem; }
.order-details { display: grid; gap: 0.75rem; margin: 0; }
.order-details div { display: grid; gap: 0.2rem; }
.order-details dt { color: var(--muted); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; }
.order-details dd { margin: 0; }
.order-amount { color: var(--store-red); font-size: 1.2rem; font-weight: 800; }
.order-items-panel { padding: 0; }
.order-items-panel h2 { padding: 1rem 1rem 0; }
.order-item { align-items: center; display: grid; gap: 1rem; grid-template-columns: minmax(0, 1fr) auto auto; padding: 0.9rem 1rem; }
.order-item + .order-item { border-top: 1px solid var(--line); }
.order-item span:nth-child(2) { color: var(--muted); font-size: 0.88rem; }
.order-grand-total { align-items: center; background: #fff7ed; border-top: 1px solid #f0d9c5; color: var(--ink); display: flex; font-size: 1.05rem; justify-content: space-between; padding: 1rem; }
.order-grand-total strong { color: var(--store-red); font-size: 1.25rem; }

.sale-hero {
  background: #f4cda4;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  min-height: 315px;
  overflow: hidden;
  position: relative;
}

.hero-copy { align-self: center; padding: clamp(1.75rem, 5vw, 4.2rem); position: relative; z-index: 1; }
.eyebrow { color: var(--store-red); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.12em; margin: 0 0 0.7rem; text-transform: uppercase; }
.sale-hero h1 { color: #22201e; font-family: Georgia, serif; font-size: clamp(2.3rem, 4.5vw, 4.25rem); letter-spacing: 0; line-height: 0.98; margin: 0; }
.sale-hero .hero-copy > p:not(.eyebrow) { color: #51453c; line-height: 1.55; margin: 1.1rem 0 1.5rem; max-width: 29rem; }
.hero-cta { background: var(--store-red); border-radius: 3px; padding: 0.75rem 1rem; text-transform: uppercase; }
.hero-decor { align-items: center; display: flex; justify-content: center; overflow: hidden; position: relative; }
.hero-decor p { color: #fff8ef; font-size: clamp(2rem, 4vw, 4rem); font-weight: 300; letter-spacing: 0.03em; line-height: 0.9; margin: 0; position: relative; text-align: center; transform: rotate(-8deg); z-index: 1; }
.hero-decor strong { font-size: 0.72em; }
.hero-circle { background: var(--store-red); border-radius: 50%; position: absolute; }
.circle-one { height: 23rem; right: -4rem; top: -4rem; width: 23rem; }
.circle-two { background: #e98b64; bottom: -5rem; height: 11rem; left: -2rem; width: 11rem; }

.promise-row { background: #fff; border-bottom: 1px solid #eae5df; display: grid; grid-template-columns: repeat(3, 1fr); margin: 1rem 0 2.75rem; }
.promise-row > div { align-items: center; border-right: 1px solid #eae5df; display: grid; grid-template-columns: auto 1fr; gap: 0 0.8rem; padding: 1rem; }
.promise-row > div:last-child { border: 0; }
.promise-icon { color: var(--store-red); font-size: 1.3rem; grid-row: span 2; }
.promise-row strong { font-size: 0.82rem; }
.promise-row small { color: var(--muted); font-size: 0.73rem; margin-top: 0.14rem; }

.category-strip { display: grid; gap: 0.75rem; grid-template-columns: repeat(4, 1fr); margin-bottom: 3rem; }
.category-strip a { align-items: center; background: #fff; border: 1px solid #ebe6e0; color: #383532; display: flex; font-size: 0.82rem; font-weight: 700; gap: 0.55rem; justify-content: center; min-height: 3.7rem; text-decoration: none; }
.category-strip a:hover { border-color: var(--store-red); color: var(--store-red); }
.category-strip span { color: var(--store-red); font-size: 1.25rem; }

.catalogue-section { scroll-margin-top: 1rem; }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 1.1rem; }
.section-heading h2 { font-family: Georgia, serif; font-size: clamp(1.65rem, 3vw, 2.45rem); letter-spacing: 0; line-height: 1.1; margin: 0; }
.section-heading a { color: var(--store-red); font-size: 0.83rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }

.item-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.9rem; }
.item-card { border: 1px solid #e8e4de; border-radius: 0; box-shadow: none; overflow: hidden; padding: 0; }
.item-visual { background: #f2efeb; display: block; overflow: hidden; position: relative; }
.item-image { border-radius: 0; display: block; height: 225px; transition: transform 180ms ease; }
.item-visual:hover .item-image { transform: scale(1.035); }
.sale-tag { background: var(--store-red); color: #fff; font-size: 0.66rem; font-weight: 800; left: 0.55rem; padding: 0.27rem 0.38rem; position: absolute; text-transform: uppercase; top: 0.55rem; }
.item-content { padding: 0.85rem; }
.item-status { color: #6a7b52; font-size: 0.68rem; font-weight: 700; margin: 0 0 0.38rem; text-transform: uppercase; }
.item-card h2 { font-size: 0.93rem; line-height: 1.35; margin: 0; min-height: 2.5rem; }
.item-card h2 a { color: var(--ink); text-decoration: none; }
.item-card .price { color: var(--store-red); font-size: 1.02rem; margin: 0.7rem 0; }
.order-button { border-radius: 3px; font-size: 0.72rem; letter-spacing: 0.04em; padding: 0.62rem; text-align: center; width: 100%; }
.btn-primary { background: var(--store-red); }
.btn-primary:hover { background: var(--store-red-dark); }

.store-footer { background: #292725; color: #f7f3ee; padding: 2.5rem 0; }
.footer-inner { display: grid; gap: 2rem; grid-template-columns: 1.2fr 1fr; }
.footer-inner strong { letter-spacing: 0.08em; }
.footer-inner p { color: #cac2ba; font-size: 0.84rem; line-height: 1.6; margin-bottom: 0; }

@media (max-width: 760px) {
  .store-nav a:not(.account-link) { display: none; }
  .sale-hero { grid-template-columns: 1fr; min-height: 400px; }
  .hero-copy { padding: 2.2rem 1.5rem; }
  .hero-decor { min-height: 120px; }
  .hero-decor p { font-size: 2.25rem; }
  .circle-one { height: 15rem; right: 12%; top: -6rem; width: 15rem; }
  .promise-row { grid-template-columns: 1fr; margin-bottom: 2rem; }
  .promise-row > div { border-bottom: 1px solid #eae5df; border-right: 0; }
  .category-strip { grid-template-columns: repeat(2, 1fr); margin-bottom: 2.25rem; }
  .item-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.65rem; }
  .item-image { height: 175px; }
  .item-content { padding: 0.7rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .order-receipt-header { align-items: stretch; flex-direction: column; }
  .order-status { min-width: 0; }
  .order-receipt-grid { grid-template-columns: 1fr; }
  .order-item { gap: 0.35rem 0.75rem; grid-template-columns: 1fr auto; }
  .order-item span:first-child { grid-column: 1 / -1; }
}
}

.hero {
  background: linear-gradient(135deg, #f4fbff, #ebf6ff);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.item-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
}

.product-show {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  color: var(--muted);
}

.product-breadcrumbs a {
  color: var(--brand-dark);
  text-decoration: none;
  font-weight: 600;
}

.item-card,
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 6px 18px rgba(16, 42, 67, 0.05);
}

.product-gallery {
  padding: 1rem;
}

.product-image-shell {
  background: #f8fafb;
  border-radius: 12px;
  border: 1px solid var(--line);
  padding: 0.85rem;
}

.product-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0.75rem 0 1rem;
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  color: var(--ink);
}

.product-price .currency {
  font-size: 1rem;
  font-weight: 700;
}

.product-price .amount {
  font-size: clamp(1.7rem, 2vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.discount-badge,
.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.badge-success {
  background: #e8f9f0;
  color: #127c53;
}

.badge-warning,
.discount-badge {
  background: #fff3e7;
  color: var(--warn);
}

.product-badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.product-info h1 {
  margin: 0.75rem 0 0.5rem;
  font-size: clamp(2rem, 2.5vw, 3rem);
  line-height: 1.1;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.product-description {
  margin: 1rem 0;
  line-height: 1.7;
  color: #41536a;
}

.product-divider {
  height: 1px;
  background: var(--line);
  margin: 1rem 0;
}

.summary-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
}

.summary-row strong {
  color: var(--ink);
}

.total-row {
  font-size: 1.08rem;
  font-weight: 700;
}

.order-form {
  margin-top: 0.5rem;
}

.btn-lg {
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
}

.payment-info {
  margin: 1rem 0 0.75rem;
  background: #f3f9ff;
  border: 1px solid #cfe3ff;
  border-radius: 10px;
  padding: 0.85rem 1rem;
}

.payment-info h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.payment-info p {
  margin: 0.2rem 0;
  color: #324864;
}

.item-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 10px;
}

.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f8fb;
  color: var(--muted);
}

.price {
  font-size: 1.1rem;
  font-weight: 700;
}

.discount {
  color: var(--warn);
  font-weight: 600;
}

.actions {
  display: flex;
  gap: 0.5rem;
}

.btn {
  border: 0;
  border-radius: 8px;
  padding: 0.55rem 0.85rem;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
}

.btn-primary {
  background: var(--brand);
  color: #fff;
}

.btn-primary:hover {
  background: var(--brand-dark);
}

.btn-outline {
  border: 1px solid #9bb4c9;
  color: #fff;
  background: transparent;
}

.btn-light {
  background: #f2f6fb;
  color: #102a43;
}

.btn-warning {
  background: #f0ad4e;
  color: #1f2328;
}

.btn-warning:hover {
  background: #e39b37;
}

.btn-danger {
  background: #c0392b;
  color: #fff;
}

.btn-danger:hover {
  background: #a93226;
}

.btn-secondary {
  background: #6c7a89;
  color: #fff;
}

.btn-secondary:hover {
  background: #5c6976;
}

.btn-outline-primary {
  border: 1px solid var(--brand);
  background: transparent;
  color: var(--brand);
}

.btn-outline-primary:hover {
  background: #e7f8f2;
}

.btn-outline-secondary {
  border: 1px solid #9bb4c9;
  background: transparent;
  color: #34495e;
}

.btn-outline-secondary:hover {
  background: #eef3f8;
}

.w-100 {
  width: 100%;
}

@media (min-width: 576px) {
  .w-sm-auto {
    width: auto;
  }
}

.staff-link {
  color: #d5e8ff;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 0.9rem;
}

.staff-link:hover {
  color: #ffffff;
}

.staff-shell {
  background: #f3f6f8;
}

.staff-topbar {
  background: #17212b;
  border-bottom: 3px solid #0c8f67;
}

.staff-topbar-inner {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  min-height: 4.5rem;
}

.staff-brand {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.staff-brand span {
  color: #96dfc8;
  font-size: 0.78rem;
  font-weight: 600;
  margin-left: 0.45rem;
  text-transform: uppercase;
}

.staff-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.staff-nav a,
.staff-sign-out {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #dce5e9;
  cursor: pointer;
  font: inherit;
  padding: 0.45rem 0.6rem;
  text-decoration: none;
}

.staff-nav a:hover,
.staff-sign-out:hover {
  border-color: #58707b;
  color: #ffffff;
}

.staff-sign-out {
  margin-left: 0.4rem;
}

.staff-main {
  padding: 1.5rem 0 2.5rem;
}

.dashboard-section-heading { align-items: start; display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1.1rem; }
.dashboard-section-heading h2 { font-size: 1.2rem; margin: 0; }
.dashboard-kicker { color: var(--muted); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em; margin: 0 0 0.25rem; text-transform: uppercase; }
.dashboard-summary-total { color: var(--muted); margin: 0; text-align: right; }
.dashboard-summary-total strong { color: var(--ink); font-size: 1.2rem; }
.dashboard-summary-metrics { display: grid; gap: 0.75rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 1rem; }
.dashboard-summary-metrics div { background: #f7f7f5; border-left: 3px solid var(--store-red); display: grid; gap: 0.2rem; padding: 0.75rem; }
.dashboard-summary-metrics span { color: var(--muted); font-size: 0.77rem; font-weight: 700; text-transform: uppercase; }
.dashboard-summary-metrics strong { font-size: 1.15rem; }
.dashboard-status-summary td:nth-child(2), .dashboard-status-summary th:nth-child(2) { text-align: center; }
.dashboard-status-summary td:last-child, .dashboard-status-summary th:last-child { text-align: right; }
.order-status-label { border-radius: 3px; display: inline-block; font-size: 0.76rem; font-weight: 700; padding: 0.25rem 0.45rem; }
.status-pending { background: #fff3e7; color: #a34d00; }
.status-verified { background: #eaf3ff; color: #255c96; }
.status-sent { background: #f0ebff; color: #6042a1; }
.status-delivered, .status-paid { background: #e8f9f0; color: #127c53; }
.status-cancelled, .status-lost { background: #fff0f0; color: #a73434; }

.product-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1rem;
}

.product-large {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
}

.carousel {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  overflow-x: auto;
}

.thumb {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  display: block;
}

.thumb-btn {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 8px;
  flex: 0 0 auto;
}

.thumb-btn .thumb {
  transition: border-color 0.15s ease;
}

.thumb-btn.active .thumb,
.thumb-btn:hover .thumb {
  border-color: var(--brand);
}

.photo-placeholder {
  align-items: center;
  background: #f6f8fb;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  display: inline-flex;
  font-size: 0.78rem;
  height: 88px;
  justify-content: center;
  width: 88px;
}

.form-group {
  margin-bottom: 0.85rem;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #b7c8d8;
  border-radius: 8px;
  padding: 0.55rem;
  font: inherit;
}

.total {
  font-size: 1.12rem;
  font-weight: 700;
}

.hidden {
  display: none;
}

.muted {
  color: var(--muted);
  font-size: 0.92rem;
}

.upload-preview {
  width: min(320px, 100%);
  max-height: 220px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 0.25rem;
}

.upload-progress {
  width: min(420px, 100%);
  height: 10px;
  margin-top: 0.55rem;
  border-radius: 999px;
  background: #e6edf5;
  overflow: hidden;
}

.upload-progress-bar {
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #0c8f67, #34b989);
  transition: width 120ms linear;
}

.flash {
  margin-bottom: 0.9rem;
  padding: 0.7rem;
  border-radius: 8px;
}

.flash.notice {
  background: #e7f8f2;
  border: 1px solid #a4dfc8;
}

.flash.alert {
  background: #fff1f1;
  border: 1px solid #f1b7b7;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border-bottom: 1px solid #edf2f7;
  text-align: left;
  padding: 0.55rem;
}

@media (max-width: 860px) {
  .product-layout,
  .checkout-layout,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .actions {
    flex-wrap: wrap;
  }

  .dashboard-status-summary { font-size: 0.86rem; }
}

/* Keep the retail catalogue distinct from legacy product and staff cards. */
.shop-home .item-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.shop-home .item-card {
  border: 1px solid #e8e4de;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  padding: 0;
}

.shop-home .item-image {
  border-radius: 0;
  display: block;
  height: 225px;
}

.shop-home .item-card .price {
  color: var(--store-red);
  font-size: 1.02rem;
  margin: 0.7rem 0;
}

.product-page { padding: 1.4rem 0 3.5rem; }
.product-page .product-breadcrumbs { border-bottom: 1px solid #e8e4de; padding-bottom: 0.9rem; }
.product-page .product-breadcrumbs a { color: var(--store-red); }
.product-page .product-layout { align-items: start; gap: 2rem; margin-top: 1.75rem; }
.product-page .product-gallery { background: #ede9e2; padding: clamp(0.75rem, 2vw, 1.4rem); position: sticky; top: 1rem; }
.product-page .product-image-shell { background: #fff; border: 0; border-radius: 0; padding: 0; }
.product-page .product-large { border: 0; border-radius: 0; height: min(62vw, 560px); }
.product-page .carousel { margin-top: 0.75rem; }
.product-page .thumb, .product-page .thumb-btn { border-radius: 0; }
.product-page .thumb-btn.active .thumb, .product-page .thumb-btn:hover .thumb { border-color: var(--store-red); }
.product-purchase { background: #fff; border-top: 4px solid var(--store-red); box-shadow: 0 10px 24px rgba(58, 43, 29, 0.08); padding: clamp(1.25rem, 3vw, 2rem); }
.product-page .badge { border-radius: 2px; letter-spacing: 0.06em; text-transform: uppercase; }
.product-page .badge-success { background: #e5f0df; color: #486334; }
.product-page .product-info h1 { font-family: Georgia, serif; font-size: clamp(2.15rem, 4vw, 3.65rem); line-height: 1; margin: 0.9rem 0 0.75rem; }
.product-page .product-price-row { border-bottom: 1px solid #e8e4de; margin: 0 0 1rem; padding: 0 0 1rem; }
.product-page .product-price { color: var(--store-red); }
.product-page .product-price .currency { font-size: 0.8rem; letter-spacing: 0.05em; }
.product-page .product-price .amount { font-size: clamp(2rem, 3vw, 2.8rem); letter-spacing: 0; }
.product-page .product-meta { background: #f7f7f5; display: grid; gap: 0.75rem; grid-template-columns: 1fr 1fr; padding: 0.8rem; }
.product-page .meta-item { display: grid; gap: 0.15rem; }
.product-page .meta-item strong { font-size: 0.74rem; letter-spacing: 0.04em; text-transform: uppercase; }
.product-page .meta-item span { font-size: 0.84rem; }
.product-page .product-description { color: #514b44; font-size: 0.95rem; line-height: 1.65; }
.product-page .summary-list { background: #fff7ed; gap: 0; padding: 0.8rem 1rem; }
.product-page .summary-row { padding: 0.3rem 0; }
.product-page .total-row { border-top: 1px solid #eed7c4; margin-top: 0.35rem; padding-top: 0.7rem; }
.product-page .total-row strong { color: var(--store-red); }
.product-page .form-group label { color: #4d4944; font-size: 0.8rem; font-weight: 700; margin-bottom: 0.3rem; }
.product-page input, .product-page select, .product-page textarea { border-color: #d4cdc5; border-radius: 3px; }
.product-page .product-order-button { background: var(--store-red); border-radius: 3px; margin-top: 0.15rem; width: 100%; }
.product-page .product-order-button:hover { background: var(--store-red-dark); }
.product-service-strip { border-bottom: 1px solid #e8e4de; border-top: 1px solid #e8e4de; display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); margin-top: 2.5rem; padding: 1.1rem 0; }
.product-service-strip div { display: grid; gap: 0.25rem; }
.product-service-strip strong { font-size: 0.85rem; }
.product-service-strip span { color: var(--muted); font-size: 0.8rem; }

@media (max-width: 860px) {
  .product-page .product-layout { gap: 1rem; margin-top: 1rem; }
  .product-page .product-gallery { position: static; }
  .product-page .product-large { height: min(100vw, 500px); }
}

@media (max-width: 600px) {
  .product-page { padding-top: 1rem; }
  .product-page .product-meta, .product-service-strip { grid-template-columns: 1fr; }
  .product-service-strip { gap: 0.9rem; margin-top: 1.5rem; }
}

@media (max-width: 760px) {
  .shop-home .item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .shop-home .item-image {
    height: 175px;
  }
}
