/* Deskins Candies — static rebuild matching Wix marketing site */
:root {
  --brand-red: #e31b23;
  --brand-red-dark: #c41820;
  --cream: #fff8e8;
  --cream-footer: #fff6e0;
  --text: #111111;
  --muted: #6b6b6b;
  --line: #dddddd;
  --max: 980px;
  --font-serif: "Cinzel", "Times New Roman", Times, serif;
  --font-nav: "Cinzel", "Times New Roman", Times, serif;
  --font-body: "Cinzel", "Times New Roman", Times, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: var(--font-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { opacity: 0.85; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

/* Header */
.site-header {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  position: relative;
}
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav a {
  font-family: var(--font-nav);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  padding: 10px 2px 8px;
  border-top: 3px solid transparent;
  display: inline-block;
}
.nav a.active,
.nav a[aria-current="page"] {
  border-top-color: #111;
}
.logo {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.logo img {
  width: 72px;
  height: auto;
}
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid #ccc;
  padding: 8px 12px;
  font-family: var(--font-nav);
  font-size: 12px;
  letter-spacing: 0.08em;
  cursor: pointer;
}

/* Hero */
.hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #222 center/cover no-repeat;
  color: #fff;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.18);
}
.hero-content {
  position: relative;
  z-index: 1;
  padding: 60px 20px;
}
.hero-title {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  letter-spacing: 0.06em;
  color: var(--brand-red);
  text-transform: uppercase;
  line-height: 1.1;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.hero-sub {
  margin: 12px 0 0;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}

/* Sections */
.section {
  padding: 64px 24px;
}
.section-cream { background: var(--cream); }
.section-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.eyebrow {
  margin: 0 0 6px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: none;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
}
.section-title {
  margin: 0 0 28px;
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.section-title.left { text-align: left; }
.rule {
  width: 48px;
  height: 2px;
  background: #111;
  margin: 12px auto 28px;
  border: 0;
}
.prose-caps {
  font-family: var(--font-serif);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  max-width: 780px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

/* Product carousel */
.carousel-wrap {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.carousel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 8px 40px;
}
.carousel::-webkit-scrollbar { display: none; }
.carousel-item {
  flex: 0 0 140px;
  scroll-snap-align: center;
  background: #fff;
  border-radius: 4px;
}
.carousel-item img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  margin: 0 auto;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  line-height: 1;
}
.carousel-btn.prev { left: 0; }
.carousel-btn.next { right: 0; }

/* Our Candies grid */
.candy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 900px;
  margin: 0 auto;
}
.candy-grid img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

/* History split */
.history {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  align-items: stretch;
}
.history-copy {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.history-copy .prose-caps { text-align: left; margin: 0 0 28px; }
.history-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
}
.btn {
  display: inline-block;
  background: #111;
  color: #fff !important;
  font-family: var(--font-serif);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 36px;
  border: none;
  cursor: pointer;
  text-align: center;
  width: fit-content;
}
.btn:hover { background: #333; opacity: 1; }
.btn-block { width: 100%; }

/* Footer */
.site-footer {
  background: var(--cream-footer);
  padding: 56px 24px 28px;
}
.footer-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.footer-col h3 {
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.footer-col.follow h3 {
  text-transform: none;
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}
.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col li {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.footer-col a { text-decoration: underline; text-underline-offset: 3px; }
.social {
  display: flex;
  gap: 12px;
}
.social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.social svg { width: 16px; height: 16px; fill: #fff; }
.footer-bottom {
  max-width: 980px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.footer-bottom a { text-decoration: underline; color: var(--muted); }

/* Page heroes (inner) */
.page-hero {
  padding: 56px 24px 24px;
  text-align: center;
}
.page-hero .eyebrow { margin-bottom: 8px; }
.page-hero .section-title { margin-bottom: 0; }

/* Contact */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 860px;
  margin: 0 auto 48px;
  text-align: center;
}
.contact-card .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 14px;
}
.contact-card p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.contact-form {
  max-width: 520px;
  margin: 0 auto;
}
.form-row { margin-bottom: 18px; }
.form-row label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  font-family: var(--font-serif);
}
.form-row label .req { color: #111; }
.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid #cfcfcf;
  padding: 12px 14px;
  font-family: Georgia, serif;
  font-size: 14px;
  background: #fff;
}
.form-row textarea { min-height: 110px; resize: vertical; }
.form-note {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  margin-top: 12px;
}

/* Locations — contained Leaflet map panel (hero-sized, page scrolls) */
.page-locations {
  background: var(--cream);
}
.page-locations .site-footer.locations-footer {
  display: block;
}
.locations-main {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 16px 0;
}
.map-stage {
  position: relative;
  width: 100%;
  margin: 0 0 28px;
  background: transparent;
}
.map-chrome {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
}
.map-chrome-text {
  max-width: min(640px, 100%);
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.map-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.6vw, 32px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  font-weight: 600;
}
.map-sub {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.map-list-btn {
  border: 1px solid #eadfca;
  background: #fff;
  color: var(--brand-red);
  font-family: var(--font-serif);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 16px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(138, 106, 58, 0.12);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.map-list-btn:hover { background: #fff8f8; }
.retail-map-panel {
  position: relative;
  width: 100%;
  height: min(70vh, 560px);
  min-height: 320px;
  max-height: 70vh;
  padding: 0;
  margin: 0;
  border: 1px solid #eadfca;
  border-radius: 14px;
  background: #f3e6d2;
  box-shadow: 0 8px 24px rgba(138, 106, 58, 0.08);
  overflow: hidden;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}
.retail-map {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
  background: #f3e6d2;
}
.retail-map .leaflet-container {
  width: 100%;
  height: 100%;
  font: inherit;
  background: #f3e6d2;
  touch-action: none;
}
.deskins-pin {
  background: transparent !important;
  border: none !important;
}
.pin-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  pointer-events: none;
}
.pin-marker-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brand-red);
  border: 2px solid #fff;
  box-shadow: 0 0 0 4px rgba(227, 27, 35, 0.18), 0 2px 6px rgba(0,0,0,0.25);
}
.pin-marker--multi .pin-marker-dot {
  width: 15px;
  height: 15px;
  box-shadow: 0 0 0 5px rgba(227, 27, 35, 0.22), 0 2px 6px rgba(0,0,0,0.25);
}
.deskins-pin.is-active .pin-marker-dot,
.deskins-pin:hover .pin-marker-dot {
  background: var(--brand-red-dark);
  box-shadow: 0 0 0 6px rgba(227, 27, 35, 0.28), 0 2px 8px rgba(0,0,0,0.3);
}
.leaflet-control-zoom {
  border: 1px solid #eadfca !important;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(138, 106, 58, 0.16) !important;
}
.leaflet-control-zoom a {
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  font-size: 18px !important;
  color: var(--brand-red) !important;
  background: #fff !important;
  border-bottom: 1px solid #eadfca !important;
  font-family: Georgia, "Times New Roman", serif !important;
}
.leaflet-control-zoom a:hover {
  background: #fff8f8 !important;
  color: var(--brand-red-dark) !important;
}
.leaflet-control-zoom a:last-child {
  border-bottom: none !important;
}
.leaflet-control-attribution {
  background: rgba(255, 248, 232, 0.88) !important;
  font-size: 10px !important;
  max-width: min(70vw, 320px);
}
.pin-detail {
  position: absolute;
  z-index: 1200;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: min(340px, calc(100% - 32px));
  max-height: min(60%, 420px);
  overflow: auto;
  background: #fff;
  border: 1px solid #eadfca;
  border-radius: 14px;
  padding: 20px 20px 16px;
  box-shadow: 0 16px 40px rgba(80, 50, 20, 0.18);
}
.pin-detail[hidden] { display: none !important; }
.pin-detail-close,
.state-drawer-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #666;
  cursor: pointer;
  padding: 0 4px;
}
.pin-detail-kicker {
  margin: 0 0 4px;
  font-family: var(--font-serif);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-red);
}
.pin-detail-title {
  margin: 0 28px 6px 0;
  font-family: var(--font-serif);
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111;
}
.pin-detail-meta {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  color: var(--muted);
}
.pin-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pin-detail-list li {
  padding: 10px 0;
  border-bottom: 1px solid #f0e8dc;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333;
  line-height: 1.4;
}
.pin-detail-list li:last-child { border-bottom: none; }
.state-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(30, 20, 10, 0.35);
}
.state-drawer-backdrop[hidden] { display: none !important; }
.state-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 160;
  width: min(420px, 100vw);
  height: 100dvh;
  background: #fff;
  border-left: 1px solid #eadfca;
  box-shadow: -12px 0 40px rgba(80, 50, 20, 0.16);
  transform: translateX(105%);
  transition: transform 0.28s ease;
  overflow: auto;
  padding: 20px 22px 40px;
}
.state-drawer.is-open {
  transform: translateX(0);
}
.state-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  padding-right: 28px;
  position: relative;
}
.state-drawer-head h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
}
.state-drawer .state-drawer-close {
  position: absolute;
  top: -4px;
  right: 0;
}
.locations-lead {
  max-width: 640px;
  margin: 12px auto 0;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: var(--muted);
  text-transform: none;
  font-family: Georgia, "Times New Roman", serif;
}
.locations-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 8px 64px;
}
.locations-wrap--map {
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}
.locations-side { min-width: 0; }
.locations-side-heading {
  margin: 0 0 16px;
  font-family: var(--font-serif);
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
}
.store-search {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.store-search label { width: 100%; max-width: 100%; }
.store-search .label-text {
  display: block;
  color: var(--brand-red);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: var(--font-serif);
}
.store-search input {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--brand-red);
  padding: 8px 28px 8px 0;
  font-family: var(--font-serif);
  font-size: 14px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e31b23' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242.656a5 5 0 1 1 0-10 5 5 0 0 1 0 10z'/%3E%3C/svg%3E") right center no-repeat;
  outline: none;
  color: var(--brand-red);
}
.accordion details {
  border: none;
  border-bottom: 1px solid #f0e0e0;
}
.accordion summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 4px;
  color: var(--brand-red);
  font-family: var(--font-serif);
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after {
  content: "▾";
  font-size: 14px;
  transition: transform 0.2s;
}
.accordion details[open] summary::after { transform: rotate(180deg); }
.store-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0 4px 8px;
}
.store-list li {
  padding: 8px 0;
  font-size: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f7;
  color: #333;
  font-family: Georgia, "Times New Roman", serif;
}
.store-list li.is-city-hit {
  background: #fff3f3;
  border-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (max-width: 900px) {
  .locations-main {
    padding: 8px 12px 0;
  }
  .pin-detail {
    top: auto;
    bottom: 12px;
    right: 12px;
    left: 12px;
    width: auto;
    transform: none;
    max-height: 38vh;
  }
  .map-title {
    font-size: 18px;
  }
  .map-sub {
    font-size: 12px;
  }
  .retail-map-panel {
    height: min(60vh, 480px);
    min-height: 280px;
    max-height: 60vh;
  }
  .leaflet-control-zoom {
    margin-bottom: 12px !important;
    margin-right: 12px !important;
  }
}
body.drawer-open { overflow: hidden; }

/* About */
.about-layout {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px 64px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 36px;
  align-items: start;
}
.about-layout img {
  width: 100%;
  object-fit: cover;
}
.about-copy {
  font-family: var(--font-serif);
  font-size: 12px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  line-height: 1.75;
  text-align: justify;
}
.about-copy p { margin: 0 0 1.1em; }

/* Sitemap */
.sitemap-list {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 24px 64px;
  list-style: none;
}
.sitemap-list li { margin: 0 0 14px; text-align: center; }
.sitemap-list a {
  font-family: var(--font-serif);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 14px;
}

@media (max-width: 860px) {
  .logo { position: static; transform: none; margin-left: auto; }
  .header-inner { justify-content: space-between; flex-wrap: wrap; }
  .menu-toggle { display: inline-block; }
  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 0;
    padding-top: 8px;
  }
  .nav.open { display: flex; }
  .nav a { border-top: none; border-left: 3px solid transparent; padding: 12px 8px; width: 100%; }
  .nav a.active, .nav a[aria-current="page"] { border-left-color: #111; }
  .candy-grid { grid-template-columns: 1fr; max-width: 360px; }
  .history { grid-template-columns: 1fr; }
  .history-photo { order: -1; }
  .history-photo img { min-height: 280px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-cards { grid-template-columns: 1fr; }
  .about-layout { grid-template-columns: 1fr; }
}

/* Product catalog (/store/) — page-scoped redesign */
.store-hero {
  padding-bottom: 8px;
}
.store-lead {
  margin-bottom: 28px;
}
.store-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  max-width: 720px;
  margin: 0 auto 12px;
}
.store-cats a {
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 16px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  transition: background 0.15s, color 0.15s;
}
.store-cats a:hover {
  background: #111;
  color: #fff;
  opacity: 1;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 860px;
  margin: 0 auto;
}
.product-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 760px;
}
#specialty .product-grid {
  grid-template-columns: repeat(2, 1fr);
}
.product-card {
  background: #fff;
  border: 1px solid #ececec;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}
.product-card:hover {
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  transform: translateY(-2px);
  border-color: #ddd;
}
.section-cream .product-card {
  border-color: #eadfca;
}
.section-cream .product-card:hover {
  border-color: #d9c9a8;
}
.product-img {
  background: #f7f7f7;
  margin: 0;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-img-photo {
  background: #eee;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.product-body {
  padding: 20px 20px 24px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-tag {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-red);
  font-weight: 600;
}
.product-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-serif);
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.35;
}
.product-card p:not(.product-tag) {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  line-height: 1.65;
  color: #333;
  letter-spacing: 0.01em;
  text-transform: none;
}
.store-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.btn-outline {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #111;
}
.btn-outline:hover {
  background: #f5f5f5 !important;
  opacity: 1;
}
@media (max-width: 860px) {
  .product-grid,
  .product-grid-2,
  #specialty .product-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  .store-cats {
    gap: 8px;
  }
  .store-cats a {
    padding: 8px 12px;
    font-size: 10px;
  }
}
