/* ---- Retail finish ---- */
body.pa-retail-surface {
  --pa-radius-sm: 8px;
  --pa-radius: 12px;
}

body.pa-retail-surface .pa-retail-cat-card,
body.pa-retail-surface .pa-retail-request-card,
body.pa-retail-surface .pa-retail-product,
body.pa-retail-surface .pa-retail-filter,
body.pa-retail-surface .pa-retail-gift-tiers li,
body.pa-retail-surface .pa-retail-opening {
  border-radius: 12px !important;
}

body.pa-retail-surface .pa-section-head .pa-lead,
body.pa-retail-surface .pa-retail-hero .pa-lead,
body.pa-retail-surface .pa-retail-form-hero .pa-lead,
body.pa-retail-surface .pa-retail-hero-text .pa-lead {
  max-width: 38rem;
}

body.pa-retail-surface .pa-kicker {
  color: rgba(27, 61, 47, 0.58);
}

body.pa-retail-surface .pa-retail-hero-actions .et_pb_button,
body.pa-retail-surface .pa-retail-hero-actions .pa-btn-primary,
body.pa-retail-surface .pa-retail-cta-actions .et_pb_button,
body.pa-retail-surface .pa-retail-cat-actions .et_pb_button,
body.pa-retail-surface .pa-retail-gifting-cta .et_pb_button,
body.pa-retail-surface .pa-retail-care-actions .et_pb_button,
body.pa-retail-surface .pa-retail-form .et_pb_button,
body.pa-retail-surface .pa-retail-order {
  min-height: 44px;
  padding: 0.65rem 1.15rem !important;
  line-height: 1.2 !important;
}

body.pa-retail-surface .pa-retail-hero-media {
  margin: 0;
}

body.pa-retail-surface .pa-retail-hero-media img {
  border: 1px solid rgba(27, 61, 47, 0.1);
  object-position: center 42%;
}

body.pa-retail-surface .pa-retail-lifestyle-media {
  border: 1px solid rgba(27, 61, 47, 0.1);
}

body.pa-retail-surface .pa-retail-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  text-underline-offset: 4px;
  transition: color 240ms ease, gap 240ms ease, border-color 240ms ease;
}

body.pa-retail-surface .pa-retail-hero-link:hover {
  color: var(--pa-retail-accent, #C2673F) !important;
  border-bottom-color: var(--pa-retail-accent, #C2673F);
  gap: 0.5rem;
}

body.pa-retail-surface .pa-retail-tabs__cta {
  text-underline-offset: 3px;
  transition: color 240ms ease;
}

body.pa-retail-surface .pa-retail-tabs__cta:hover {
  color: #1B3D2F !important;
  text-decoration: none !important;
  border-bottom: 1px solid #1B3D2F;
}

body.pa-retail-surface a.pa-retail-tab,
body.pa-retail-surface a.pa-retail-tab:visited {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  color: rgba(15, 36, 28, 0.62) !important;
}

body.pa-retail-surface a.pa-retail-tab:hover,
body.pa-retail-surface a.pa-retail-tab:focus,
body.pa-retail-surface a.pa-retail-tab:focus-visible {
  color: #1B3D2F !important;
}

body.pa-retail-surface a.pa-retail-tab.is-active,
body.pa-retail-surface a.pa-retail-tab.is-active:visited,
body.pa-retail-surface a.pa-retail-tab.is-active:hover,
body.pa-retail-surface a.pa-retail-tab.is-active:focus,
body.pa-retail-surface a.pa-retail-tab.is-active:focus-visible {
  color: #F4F1EA !important;
  background: #1B3D2F;
  border-color: #1B3D2F !important;
}

body.pa-retail-surface a.pa-retail-cat-card,
body.pa-retail-surface a.pa-retail-request-card {
  color: inherit !important;
}

body.pa-retail-surface .pa-retail-cat-card {
  color: #1A1F1C !important;
}

body.pa-retail-surface .pa-retail-cat-card__count {
  display: inline-flex;
  width: fit-content;
  margin: 0.1rem 0 0.15rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(27, 61, 47, 0.08);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #1B3D2F;
  text-transform: none;
}

body.pa-retail-surface .pa-retail-product {
  transition: transform 240ms ease, box-shadow 240ms ease;
}

body.pa-retail-surface .pa-retail-product:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(15, 36, 28, 0.08);
}

#page-container .pa-retail-product.is-hidden,
#page-container .entry-content .pa-retail-product.is-hidden {
  display: none !important;
}

body.pa-retail-surface .pa-retail-buy:hover {
  filter: none;
  background: #9E5233 !important;
}

body.pa-retail-surface .pa-retail-filter:not(.is-active):hover {
  color: var(--pa-retail-accent, #C2673F) !important;
  border-color: rgba(194, 103, 63, 0.45);
}

body.pa-retail-surface .pa-retail-how-list li {
  height: 100%;
  padding: 1.15rem 1.1rem 1.25rem;
  background: #F8F6F1;
  border-radius: 12px;
}

body.pa-retail-surface .pa-retail-gift-tiers li,
body.pa-retail-surface .pa-retail-request-card {
  height: 100%;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

body.pa-retail-surface .pa-retail-gift-tiers li:hover,
body.pa-retail-surface .pa-retail-request-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(15, 36, 28, 0.08);
}

body.pa-retail-surface .pa-retail-request-card:hover strong {
  color: var(--pa-retail-accent, #C2673F);
}

body.pa-retail-surface .pa-faq-q:hover {
  color: var(--pa-retail-accent, #C2673F) !important;
}

body.pa-retail-surface .pa-faq-item {
  border-bottom: 1px solid rgba(27, 61, 47, 0.1);
}

body.pa-retail-surface .pa-retail-form-card {
  background: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 28px rgba(15, 36, 28, 0.06);
  padding: 1.5rem 1.4rem 1.65rem !important;
}

body.pa-retail-surface .pa-retail-form-card h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #1B3D2F;
  margin: 0 0 0.35rem;
}

body.pa-retail-surface .pa-retail-form .pa-field label,
body.pa-retail-surface .pa-retail-form .pa-field legend {
  font-size: 0.8125rem;
  font-weight: 600;
}

body.pa-retail-surface .pa-retail-form .pa-field input,
body.pa-retail-surface .pa-retail-form .pa-field textarea {
  margin-top: 0.3rem;
}

body.pa-retail-surface .pa-retail-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

body.pa-retail-surface .pa-retail-radio {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.45rem 0.85rem;
  background: var(--pa-cream, #F4F1EA);
  border: 1px solid rgba(27, 61, 47, 0.12);
  border-radius: 8px !important;
  cursor: pointer;
  color: #1B3D2F;
}

body.pa-retail-surface .pa-retail-radio:has(input:checked) {
  background: #1B3D2F;
  border-color: #1B3D2F;
  color: #F4F1EA;
}

body.pa-retail-surface .pa-retail-form-lead a,
body.pa-retail-surface .pa-retail-deflect a {
  color: #1B3D2F !important;
  font-weight: 600;
  text-underline-offset: 3px;
}

body.pa-retail-surface .pa-retail-form-lead a:hover,
body.pa-retail-surface .pa-retail-deflect a:hover {
  color: var(--pa-retail-accent, #C2673F) !important;
}

body.pa-retail-surface .pa-retail-aside {
  border-radius: 12px !important;
}

body.pa-retail-surface .pa-retail-aside a,
body.pa-retail-surface .pa-retail-aside-note a,
body.pa-retail-surface .pa-retail-success a {
  color: #1B3D2F !important;
}

body.pa-retail-surface .pa-retail-aside a:hover,
body.pa-retail-surface .pa-retail-success a:hover {
  color: var(--pa-retail-accent, #C2673F) !important;
}

body.pa-retail-surface .pa-retail-cta-phone a {
  transition: color 240ms ease;
}

body.pa-retail-surface .pa-retail-cta-phone a:hover {
  color: var(--pa-retail-accent, #C2673F) !important;
}

body.pa-retail-surface blockquote,
body.pa-retail-surface blockquote p {
  border-left: 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  background: transparent !important;
}

body.page-id-482 .pa-section.pa-retail-form-hero {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.page-id-482 .pa-section.pa-retail-form-body {
  padding-top: clamp(1.25rem, 3vw, 2rem) !important;
  padding-bottom: clamp(3rem, 6vw, 4.5rem) !important;
}

@media (prefers-reduced-motion: reduce) {
  body.pa-retail-surface .pa-retail-product,
  body.pa-retail-surface .pa-retail-gift-tiers li,
  body.pa-retail-surface .pa-retail-request-card,
  body.pa-retail-surface .pa-retail-hero-link,
  body.pa-retail-surface .pa-retail-cat-card {
    transition: none !important;
  }

  body.pa-retail-surface .pa-retail-product:hover,
  body.pa-retail-surface .pa-retail-gift-tiers li:hover,
  body.pa-retail-surface .pa-retail-request-card:hover,
  body.pa-retail-surface .pa-retail-cat-card:hover {
    transform: none;
  }
}
