:root {
  --ralp-950: #24300f;
  --ralp-900: #324114;
  --ralp-800: #43551f;
  --ralp-700: #5b6b31;
  --ralp-gold: #c9951f;
  --ralp-paper: #fffdf7;
  --ralp-cream: #f7f3e9;
  --ralp-line: #dfd7c7;
  --ralp-ink: #171a12;
  --ralp-muted: #656559;
  --font-body: "Poppins", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --font-display: "Lora", Georgia, "Times New Roman", serif;
  --ink: var(--ralp-ink);
  --ink-soft: #303827;
  --muted: var(--ralp-muted);
  --line: var(--ralp-line);
  --paper: #fff;
  --wash: #f8f7f1;
  --warm: var(--ralp-700);
  --warm-dark: var(--ralp-900);
  --warm-soft: #eef2e3;
  --star: var(--ralp-gold);
  --shadow: 0 18px 40px rgba(35, 48, 15, 0.09);
  --shadow-soft: 0 10px 26px rgba(35, 48, 15, 0.07);
}

button:not(:disabled),
input[type="button"]:not(:disabled),
input[type="submit"]:not(:disabled),
input[type="reset"]:not(:disabled),
[role="button"]:not([aria-disabled="true"]),
summary,
label[for],
.button,
.card-add,
.detail-add,
.detail-buy,
.product-card__cart,
.product-card__detail {
  cursor: pointer;
}

button:disabled,
input:disabled,
[aria-disabled="true"] {
  cursor: not-allowed;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ralp-ink);
  background: #fff;
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.55;
}

h1,
h2,
.section-heading h2,
.product-detail h1,
.content-page h1 {
  color: var(--ralp-950);
  font-family: var(--font-display);
}

.container {
  width: min(1180px, calc(100% - 40px));
}

.ralp-topbar {
  display: grid;
  min-height: 30px;
  place-items: center;
  padding: 5px 16px;
  color: #fff;
  background: var(--ralp-950);
  font-size: 11px;
  font-weight: 700;
}

.site-header {
  color: var(--ralp-ink);
  background: rgba(255, 253, 247, 0.98);
  border-bottom: 1px solid rgba(67, 85, 31, 0.14);
  box-shadow: 0 5px 18px rgba(35, 48, 15, 0.05);
}

.header__inner {
  min-height: 78px;
}

.brand--logo,
.brand__mark {
  width: 148px;
  min-width: 148px;
}

.brand__mark {
  display: grid;
  height: 70px;
  place-items: center;
}

.brand__mark img {
  width: 100%;
  max-height: 68px;
  object-fit: contain;
}

.main-nav > a,
.main-nav summary {
  color: #25291e;
  font-size: 13px;
  font-weight: 700;
}

.main-nav > a:hover,
.main-nav summary:hover,
.main-nav > a[aria-current="page"] {
  color: var(--ralp-700);
}

.header-actions button,
.header-actions a {
  color: var(--ralp-950);
}

.cart-link > span {
  color: #fff;
  background: var(--ralp-700);
}

.main-nav__dropdown,
.site-search {
  background: var(--ralp-paper);
  border-color: var(--ralp-line);
  box-shadow: 0 18px 40px rgba(35, 48, 15, 0.12);
}

.button,
.card-view,
.card-add,
button,
input,
select,
textarea {
  font-family: var(--font-body);
}

.button--dark,
.card-add,
.product-summary__cart,
.checkout-submit {
  color: #fff;
  background: var(--ralp-900);
  border-color: var(--ralp-900);
}

.button--dark:hover,
.card-add:hover,
.product-summary__cart:hover,
.checkout-submit:hover {
  background: var(--ralp-800);
  border-color: var(--ralp-800);
}

.card-view {
  color: var(--ralp-900);
  background: var(--ralp-paper);
  border-color: #cfc6b4;
}

.product-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(67, 85, 31, 0.2);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(35, 48, 15, 0.07);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-card:hover {
  border-color: rgba(67, 85, 31, 0.38);
  box-shadow: 0 15px 30px rgba(35, 48, 15, 0.12);
  transform: translateY(-3px);
}

.product-card__media {
  background: #fff;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-category,
.shipping-note {
  color: var(--ralp-700);
}

.product-card h3 {
  color: #222719;
  font-size: 14px;
  line-height: 1.38;
}

.price-line strong {
  color: var(--ralp-950);
  font-size: 20px;
}

.section-heading {
  align-items: end;
}

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

.section-heading a,
.breadcrumbs a {
  color: var(--ralp-700);
}

.catalog-sidebar,
.catalog-toolbar,
.product-summary,
.checkout__main,
.checkout__aside,
.content-page__inner {
  border-color: rgba(67, 85, 31, 0.18);
  box-shadow: 0 10px 30px rgba(35, 48, 15, 0.06);
}

.site-footer {
  color: rgba(255, 255, 255, 0.83);
  background: linear-gradient(135deg, #344411 0%, #23300f 100%);
}

.site-footer h3 {
  color: #fffdf7;
}

.site-footer a,
.site-footer p {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer a:hover {
  color: #fff;
}

.site-footer .socials a {
  color: var(--ralp-950);
  background: #eef1df;
  border-color: rgba(255, 255, 255, 0.34);
}

.footer__bottom {
  border-color: rgba(255, 255, 255, 0.16);
}

.site-footer .footer-credit {
  color: #fff;
  font-weight: 800;
}

.site-footer .footer-credit:hover,
.site-footer .footer-credit:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.floating-whatsapp {
  left: 42px;
  bottom: 30px;
  width: 66px;
  height: 66px;
  background: linear-gradient(145deg, #25d366 0%, #11984f 100%);
  box-shadow: 0 14px 30px rgba(17, 152, 79, 0.3), 0 0 0 8px rgba(37, 211, 102, 0.08);
  animation: ralp-whatsapp-float 3.8s ease-in-out infinite;
}

.floating-whatsapp::before {
  background: rgba(37, 211, 102, 0.28);
  animation: ralp-whatsapp-pulse 3.8s ease-out infinite;
}

.floating-whatsapp__icon {
  width: 31px;
  height: 31px;
}

@keyframes ralp-whatsapp-float {
  0%,
  100% {
    transform: translateY(0);
  }

  45% {
    transform: translateY(-5px);
  }

  62% {
    transform: translateY(0);
  }

  78% {
    transform: translateY(-3px);
  }
}

@keyframes ralp-whatsapp-pulse {
  0%,
  58% {
    opacity: 0;
    transform: scale(1);
  }

  70% {
    opacity: 0.62;
  }

  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@media (max-width: 860px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .header__inner {
    min-height: 68px;
  }

  .brand--logo,
  .brand__mark {
    width: 118px;
    min-width: 118px;
  }

  .main-nav {
    background: var(--ralp-paper);
  }

  .main-nav > a,
  .main-nav summary {
    font-size: 14px;
  }

  .product-card h3 {
    font-size: 13px;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100% - 20px, 1180px);
  }

  .ralp-topbar {
    min-height: 28px;
    font-size: 10px;
  }

  .floating-whatsapp {
    left: 28px;
    bottom: 18px;
    width: 58px;
    height: 58px;
  }

  .floating-whatsapp__icon {
    width: 28px;
    height: 28px;
  }

  .section-heading h2 {
    font-size: 25px;
  }

  .footer__main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-about,
  .footer-contact {
    grid-column: 1 / -1;
  }
}

.ralp-hero {
  position: relative;
  min-height: clamp(560px, 72vh, 640px);
  overflow: hidden;
  background: var(--ralp-cream);
}

.ralp-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(250, 248, 242, 0.99) 0%, rgba(250, 248, 242, 0.95) 32%, rgba(250, 248, 242, 0.45) 48%, rgba(250, 248, 242, 0.04) 61%, transparent 70%);
  content: "";
}

.ralp-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 68%;
}

.ralp-hero__inner {
  position: relative;
  z-index: 2;
  min-height: clamp(560px, 72vh, 640px);
}

.ralp-hero__copy {
  display: flex;
  width: min(55%, 650px);
  min-height: clamp(560px, 72vh, 640px);
  flex-direction: column;
  justify-content: center;
  padding: 48px 0 40px;
}

.ralp-hero__eyebrow {
  margin: 0 0 9px;
  color: var(--ralp-700);
  font-size: 15px;
  font-weight: 800;
}

.ralp-hero h1 {
  max-width: 620px;
  margin: 0 0 18px;
  font-size: clamp(46px, 4.5vw, 66px);
  line-height: 1.04;
}

.ralp-hero__copy > p:not(.ralp-hero__eyebrow) {
  max-width: 555px;
  margin: 0 0 24px;
  color: #30352a;
  font-size: 15px;
  line-height: 1.7;
}

.ralp-hero__actions {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.ralp-hero__actions .button {
  min-height: 44px;
  padding: 0 20px;
  border-radius: 5px;
}

.ralp-hero__actions .button--light {
  color: var(--ralp-950);
  background: rgba(255, 253, 247, 0.76);
  border: 1px solid #bcb4a3;
}

.ralp-hero__actions .button.ralp-hero__discount-link {
  gap: 9px;
}

.ralp-hero__discount-link svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 160ms ease;
}

.ralp-hero__discount-link:hover svg {
  transform: rotate(-6deg) translateX(1px);
}

.ralp-hero__proof {
  display: flex;
  gap: 26px;
}

.ralp-hero__proof span {
  display: grid;
  gap: 2px;
}

.ralp-hero__proof strong {
  color: var(--ralp-950);
  font-size: 12px;
}

.ralp-hero__proof small {
  color: var(--ralp-muted);
  font-size: 10px;
}

.ralp-categories {
  display: grid;
  grid-template-columns: repeat(5, 132px);
  width: min(100% - 40px, 1140px);
  justify-content: center;
  column-gap: 120px;
  row-gap: 26px;
  margin-inline: auto;
  padding-block: 34px 30px;
}

.ralp-category {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0;
  padding: 0 4px;
  overflow: visible;
  border: 0;
  color: var(--ralp-950);
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.ralp-category img {
  position: relative;
  z-index: 1;
  width: 118px;
  height: 118px;
  object-fit: cover;
  border: 4px solid var(--ralp-paper);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(35, 48, 15, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ralp-category__copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  min-width: 0;
}

.ralp-category__label {
  margin-top: 11px;
  color: var(--ralp-950);
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.2;
}

.ralp-category:hover {
  color: var(--ralp-700);
}

.ralp-category:hover .ralp-category__label {
  color: var(--ralp-700);
}

.ralp-category:nth-child(4) img,
.ralp-category:nth-child(5) img {
  object-position: center;
}

.ralp-product-section {
  padding-block: 18px 30px;
}

.ralp-product-section--deals {
  padding: 16px 18px 20px;
  background: #f7f8f2;
  border: 1px solid rgba(67, 85, 31, 0.22);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(35, 48, 15, 0.07);
}

.ralp-deal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(67, 85, 31, 0.16);
}

.ralp-deal-head h2 {
  margin: 0;
  font-size: 29px;
}

.ralp-deal-head > div {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ralp-deal-head > div > span,
.ralp-deal-head strong,
.ralp-deal-head small {
  display: grid;
  min-height: 34px;
  place-items: center;
  padding: 0 10px;
  background: #fff;
  border: 1px solid rgba(67, 85, 31, 0.2);
  border-radius: 6px;
}

.ralp-deal-head > div > span {
  color: var(--ralp-700);
  background: #eef1e5;
  font-size: 10px;
  font-weight: 800;
}

.ralp-deal-head strong {
  color: var(--ralp-950);
  font-size: 16px;
}

.ralp-deal-head small {
  padding-inline: 7px;
  color: var(--ralp-muted);
  font-size: 9px;
}

.ralp-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ralp-product-grid .product-card__media {
  display: block;
  height: 190px;
}

.ralp-product-grid .product-card__body {
  min-height: 170px;
  padding: 12px;
}

.ralp-product-grid .product-card h3 {
  min-height: 40px;
  margin: 6px 0;
}

.ralp-rating {
  margin: 0 0 5px;
  color: var(--ralp-gold);
  font-size: 12px;
}

.ralp-product-grid .price-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 9px;
}

.ralp-product-grid .price-line del {
  color: #989587;
  font-size: 10px;
}

.ralp-product-grid .card-actions {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 6px;
  margin-top: auto;
}

.ralp-product-grid .card-actions > * {
  min-height: 36px;
  border-radius: 5px;
  font-size: 10.5px;
}

.ralp-story {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 42px;
  padding-block: 28px 36px;
}

.ralp-story img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 8px;
}

.ralp-story h2 {
  margin: 0 0 13px;
  font-size: 36px;
}

.ralp-story p {
  margin-bottom: 20px;
  color: var(--ralp-muted);
  line-height: 1.7;
}

.ralp-features {
  margin-bottom: 0;
}

@media (max-width: 860px) {
  .ralp-hero,
  .ralp-hero__inner,
  .ralp-hero__copy {
    min-height: 590px;
  }

  .ralp-hero__copy {
    width: 68%;
  }

  .ralp-hero h1 {
    font-size: 46px;
  }

  .ralp-categories {
    grid-template-columns: repeat(5, 108px);
    width: min(100% - 28px, 700px);
    column-gap: 34px;
    row-gap: 22px;
  }

  .ralp-category img {
    width: 102px;
    height: 102px;
  }

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

  .ralp-story {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .ralp-hero,
  .ralp-hero__inner,
  .ralp-hero__copy {
    min-height: 620px;
  }

  .ralp-hero::after {
    background: linear-gradient(180deg, rgba(250, 248, 242, 0.99) 0%, rgba(250, 248, 242, 0.97) 48%, rgba(250, 248, 242, 0.5) 66%, rgba(250, 248, 242, 0.04) 83%, transparent 100%);
  }

  .ralp-hero__image {
    object-position: 76% 70%;
  }

  .ralp-hero__copy {
    width: 100%;
    justify-content: flex-start;
    padding-top: 34px;
  }

  .ralp-hero h1 {
    max-width: 340px;
    font-size: 34px;
  }

  .ralp-hero__copy > p:not(.ralp-hero__eyebrow) {
    max-width: 350px;
    font-size: 13px;
  }

  .ralp-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-bottom: 0;
  }

  .ralp-hero__proof {
    display: none;
  }

  .ralp-categories {
    display: flex;
    gap: 16px;
    width: min(100% - 20px, 1180px);
    overflow-x: auto;
    padding-block: 22px;
    scrollbar-width: none;
  }

  .ralp-category {
    flex: 0 0 102px;
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    justify-items: center;
    align-items: start;
    gap: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
  }

  .ralp-category img {
    position: relative;
    inset: auto;
    z-index: 1;
    width: 88px;
    height: 88px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--ralp-paper);
    border-radius: 50%;
    box-shadow: 0 9px 22px rgba(35, 48, 15, 0.1);
  }

  .ralp-category__copy {
    position: relative;
    z-index: 1;
    justify-items: center;
    gap: 0;
  }

  .ralp-category__label {
    margin-top: 10px;
    color: var(--ralp-950);
  }

  .ralp-deal-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .ralp-product-section--deals {
    padding: 12px 10px 14px;
  }

  .ralp-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ralp-product-grid .product-card__media {
    height: 140px;
  }

  .ralp-product-grid .product-card__body {
    min-height: 0;
    padding: 9px 8px;
  }

  .ralp-product-grid .product-card h3 {
    min-height: 36px;
    font-size: 12px;
  }

  .ralp-product-grid .price-line strong {
    font-size: 17px;
  }

  .ralp-product-grid .card-actions {
    grid-template-columns: 1fr;
  }

  .ralp-story {
    gap: 20px;
  }

  .ralp-story img {
    height: 240px;
  }
}

/* Storefront parity: mirrors the approved static header and product components. */
.site-header .header__inner {
  display: grid;
  grid-template-columns: 158px minmax(0, 1fr) auto;
  height: 78px !important;
  min-height: 78px !important;
  align-items: center;
  gap: 28px;
}

.site-header .brand {
  display: inline-flex;
  width: 158px;
  min-width: 158px;
  align-items: center;
}

.site-header .brand__logo {
  display: block;
  width: 100%;
  height: 68px;
  object-fit: contain;
}

.site-header .main-nav {
  width: 100%;
  justify-self: stretch;
  justify-content: flex-start;
  gap: 24px;
}

.site-header .main-nav > a,
.site-header .main-nav > details > summary {
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.ralp-product-section--deals {
  padding: 18px 20px 22px;
  background: #f7f8f2;
  border-color: rgba(67, 85, 31, 0.2);
  border-radius: 8px;
}

.ralp-deal-title,
.ralp-deal-meta,
.ralp-deal-meta b {
  display: flex;
  align-items: center;
}

.ralp-deal-title {
  gap: 11px;
}

.ralp-deal-title__icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  color: #fff;
  background: var(--ralp-800);
  border-radius: 50%;
}

.ralp-deal-title__icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ralp-deal-head h2 {
  font-size: 30px;
  line-height: 1;
}

.ralp-deal-meta {
  gap: 7px;
}

.ralp-deal-meta > span {
  min-height: 42px;
  padding: 0 14px;
  color: var(--ralp-700);
  background: #eef1e5;
  border: 1px solid rgba(67, 85, 31, 0.18);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.ralp-deal-meta b {
  min-width: 58px;
  min-height: 42px;
  flex-direction: column;
  justify-content: center;
  padding: 4px 8px;
  background: #fff;
  border: 1px solid rgba(67, 85, 31, 0.18);
  border-radius: 6px;
}

.ralp-deal-meta b strong,
.ralp-deal-meta b small {
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.ralp-deal-meta b strong {
  font-size: 15px;
  line-height: 1.1;
}

.ralp-deal-meta b small {
  font-size: 8px;
}

.ralp-product-grid {
  gap: 14px;
}

.ralp-product-grid .product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: linear-gradient(180deg, #fffefa 0%, #fff 100%);
  border-color: rgba(210, 199, 181, 0.88);
}

.ralp-product-grid .product-card__media {
  display: block;
  width: 100% !important;
  height: 230px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(210, 199, 181, 0.64);
  aspect-ratio: auto !important;
}

.ralp-product-grid .product-card__media img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 10px !important;
  background: #fff;
  box-sizing: border-box;
  filter: brightness(1.025) contrast(1.1);
  object-fit: contain !important;
  transition: transform 220ms ease;
}

.ralp-product-grid .product-card:hover .product-card__media img {
  transform: scale(1.025);
}

.ralp-product-grid .product-card__body {
  display: flex;
  min-height: 190px;
  flex: 1;
  flex-direction: column;
  padding: 13px;
}

.product-card__deal {
  display: flex;
  min-height: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 7px;
  color: var(--ralp-700);
  font-size: 9px;
  font-weight: 700;
}

.product-card__deal span {
  padding: 4px 7px;
  background: #f1f3e8;
  border-radius: 999px;
}

.product-card__deal strong {
  color: var(--ralp-900);
  font-size: 9px;
}

.ralp-product-grid .product-card h3 {
  min-height: 42px;
  margin: 0 0 7px;
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1.35;
}

.ralp-product-grid .rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 7px;
  color: var(--ralp-gold);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.ralp-product-grid .rating span {
  color: #686b5d;
  font-size: 11px;
  font-weight: 600;
}

.product-card__delivery,
.product-card .shipping-note {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 5px;
  margin: 0 0 9px;
  padding: 4px 7px;
  color: var(--ralp-800);
  background: #eef2e3;
  border: 1px solid rgba(91, 107, 49, 0.16);
  border-radius: 4px;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.product-card__delivery svg,
.product-card .shipping-note svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ralp-product-grid .price {
  margin: auto 0 11px;
  color: var(--ralp-950);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.1;
}

.ralp-product-grid .price del {
  margin-left: 6px;
  color: #989587;
  font-size: 10px;
  font-weight: 500;
}

.ralp-product-grid .product-card__actions {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 6px;
}

.ralp-product-grid .product-card__actions > * {
  display: inline-flex;
  min-width: 0;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 7px;
  border-radius: 4px;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-card__detail {
  color: var(--ralp-900);
  background: var(--ralp-paper);
  border: 1px solid rgba(91, 107, 49, 0.3);
}

.product-card__detail svg,
.product-card .card-view svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 180ms ease;
}

.product-card__cart {
  color: #fff;
  background: var(--ralp-900);
  border: 1px solid var(--ralp-900);
  cursor: pointer;
}

.product-card__cart svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .product-card__detail:hover {
    color: var(--ralp-950);
    background: #eef2e3;
    border-color: rgba(67, 85, 31, 0.55);
    box-shadow: 0 6px 14px rgba(36, 48, 15, 0.1);
    transform: translateY(-2px);
  }

  .product-card__detail:hover svg,
  .product-card .card-view:hover svg {
    transform: scale(1.08);
  }

  .product-card__cart:hover {
    color: #fff;
    background: var(--ralp-800);
    border-color: var(--ralp-800);
    box-shadow: 0 7px 16px rgba(36, 48, 15, 0.2);
    transform: translateY(-2px);
  }

  .product-card__cart:hover svg {
    transform: translateX(2px);
  }
}

.product-card__detail:focus-visible,
.product-card__cart:focus-visible {
  outline: 2px solid var(--ralp-gold);
  outline-offset: 2px;
}

.product-card__detail:active,
.product-card__cart:active {
  box-shadow: none;
  transform: translateY(0);
}

@media (max-width: 860px) {
  body {
    font-size: 14px;
  }

  .site-header .header__inner {
    grid-template-columns: 126px 1fr auto;
    height: 70px !important;
    min-height: 70px !important;
    gap: 12px;
  }

  .site-header .brand {
    width: 126px;
    min-width: 126px;
  }

  .site-header .brand__logo {
    height: 58px;
  }

  .site-header .main-nav > a,
  .site-header .main-nav > details > summary {
    font-size: 13px;
  }
}

@media (max-width: 520px) {
  .site-header .header__inner {
    grid-template-columns: 108px 1fr auto;
    height: 64px !important;
    min-height: 64px !important;
  }

  .site-header .brand {
    width: 108px;
    min-width: 108px;
  }

  .site-header .brand__logo {
    height: 52px;
  }

  .ralp-deal-head {
    gap: 12px;
  }

  .ralp-deal-head h2 {
    font-size: 23px;
  }

  .ralp-deal-title__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .ralp-deal-meta {
    width: 100%;
  }

  .ralp-deal-meta > span {
    flex: 1;
    padding-inline: 8px;
  }

  .ralp-deal-meta b {
    min-width: 49px;
  }

  .ralp-product-grid .product-card__media {
    height: 176px !important;
  }

  .ralp-product-grid .product-card__body {
    min-height: 184px;
    padding: 10px 9px;
  }

  .product-card__deal strong {
    display: none;
  }

  .ralp-product-grid .product-card h3 {
    min-height: 36px;
    font-size: 12.5px;
  }

  .ralp-product-grid .price {
    font-size: 18px;
  }

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

  .ralp-product-grid .product-card__actions > * {
    min-height: 34px;
    padding-inline: 4px;
    font-size: 9.5px;
  }
}

.ralp-hero__eyebrow {
  font-size: 15px;
  font-weight: 800;
}

.ralp-hero h1 {
  font-size: clamp(48px, 4.5vw, 68px);
  line-height: 1.02;
}

.ralp-hero__copy > p:not(.ralp-hero__eyebrow) {
  font-size: 15px;
  line-height: 1.72;
}

.ralp-hero__actions .button {
  font-size: 13px;
}

.ralp-category__label {
  font-size: 13.5px;
}

.section-heading h2,
.ralp-story h2 {
  font-size: 30px;
}

.site-footer h3 {
  font-size: 14px;
}

.site-footer a,
.site-footer p,
.footer__bottom {
  font-size: 13px;
}

@media (max-width: 520px) {
  .ralp-hero__eyebrow {
    font-size: 13px;
  }

  .ralp-hero h1 {
    font-size: 34px;
    line-height: 1.04;
  }

  .ralp-hero__copy > p:not(.ralp-hero__eyebrow) {
    font-size: 13.5px;
    line-height: 1.6;
  }

  .ralp-hero__actions .button {
    font-size: 11px;
  }

  .ralp-category__label {
    font-size: 13px;
  }

  .section-heading h2,
  .ralp-story h2 {
    font-size: 25px;
  }
}

/* Header matched to edit1.jpg. */
.ralp-topbar {
  display: flex;
  min-height: 29px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 4px 16px;
  color: #fffdf7;
  background: #344310;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.ralp-topbar svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ralp-topbar .ralp-topbar__chevron {
  width: 10px;
  height: 10px;
  opacity: 0.8;
}

.site-header {
  height: auto !important;
  background: rgba(255, 253, 247, 0.98);
  box-shadow: none;
}

.account-link {
  display: grid;
  place-items: center;
}

.header-actions .account-link svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

@media (min-width: 861px) {
  .site-header .header__inner {
    grid-template-columns: 128px minmax(0, 1fr) 78px;
    width: min(1180px, calc(100% - 40px));
    height: 88px !important;
    min-height: 88px !important;
    gap: 28px;
    padding: 0;
    align-items: center;
  }

  .site-header .brand {
    display: flex;
    width: 128px;
    min-width: 128px;
    height: 76px;
    align-items: center;
    justify-content: center;
    align-self: center;
    line-height: 0;
  }

  .site-header .brand__logo {
    width: 128px;
    height: 70px;
    object-fit: contain;
    object-position: center;
    transform: translateY(2px);
  }

  .site-header .main-nav {
    align-self: center;
    align-items: center;
    width: 100%;
    justify-self: stretch;
    justify-content: center;
    gap: clamp(24px, 1.7vw, 30px);
  }

  .site-header .main-nav > a,
  .site-header .main-nav > details > summary {
    padding-block: 33px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
  }

  .site-header .main-nav > a::after,
  .site-header .main-nav > details > summary::after {
    bottom: 24px;
    height: 2px;
    background: var(--ralp-700);
  }

  .site-header .main-nav > a:hover,
  .site-header .main-nav > a[aria-current="page"],
  .site-header .main-nav > details:hover > summary,
  .site-header .main-nav > details[open] > summary {
    color: var(--ralp-700);
  }

  .site-header .header-actions {
    display: flex;
    min-width: 78px;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    align-self: center;
  }

  .site-header .header-actions > button,
  .site-header .header-actions > a {
    width: 24px;
    height: 32px;
    flex: 0 0 24px;
  }

  .site-header .header-actions svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 860px) {
  .ralp-topbar {
    min-height: 30px;
    font-size: 11px;
  }

  .site-header .brand {
    width: 108px;
    min-width: 108px;
    height: 64px;
    align-self: center;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }

  .site-header .brand__logo {
    width: 108px;
    height: 56px;
    object-position: center;
    transform: translateY(1px);
  }

  .site-header .header-actions {
    gap: 12px;
  }
}

/* Premium deal heading and product-card typography. */
.ralp-product-section--deals {
  padding: 20px;
  background: #fafbf6;
  border: 1px solid rgba(67, 85, 31, 0.24);
  box-shadow: 0 14px 34px rgba(36, 48, 15, 0.08);
}

.ralp-product-section--deals .ralp-deal-head {
  min-height: 58px;
  margin-bottom: 16px;
  padding: 0 2px 15px;
  border-bottom: 1px solid rgba(67, 85, 31, 0.18);
}

.ralp-deal-title {
  gap: 12px;
}

.ralp-deal-title__icon {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  color: #fff;
  background: var(--ralp-900);
  border: 1px solid var(--ralp-900);
  box-shadow: 0 5px 14px rgba(50, 65, 20, 0.18);
}

.ralp-deal-title__icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.7;
}

.ralp-deal-head h2 {
  color: var(--ralp-950);
  font-family: var(--font-body);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.ralp-deal-meta {
  gap: 8px;
}

.ralp-deal-meta > span {
  min-height: 46px;
  padding-inline: 15px;
  color: var(--ralp-900);
  background: #eef2e3;
  border-color: rgba(67, 85, 31, 0.24);
  font-size: 10.5px;
  letter-spacing: 0;
}

.ralp-deal-meta b {
  min-width: 60px;
  min-height: 46px;
  background: #fff;
  border-color: rgba(67, 85, 31, 0.25);
  box-shadow: 0 3px 10px rgba(36, 48, 15, 0.05);
}

.ralp-deal-meta b strong {
  color: var(--ralp-950);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.ralp-deal-meta b small {
  margin-top: 3px;
  color: var(--ralp-muted);
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
}

.product-card__deal {
  min-height: 26px;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.2;
}

.product-card__deal span {
  padding: 5px 8px;
  color: var(--ralp-900);
  background: #eef2e3;
  border: 1px solid rgba(91, 107, 49, 0.14);
}

.product-card__deal strong {
  color: var(--ralp-800);
  font-size: 10.5px;
  font-weight: 800;
  white-space: nowrap;
}

.ralp-product-grid .product-card h3 {
  min-height: 44px;
  font-family: var(--font-body);
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.ralp-product-grid .rating span {
  font-size: 11px;
  font-weight: 600;
}

@media (max-width: 700px) {
  .ralp-product-section--deals {
    padding: 15px 12px;
  }

  .ralp-product-section--deals .ralp-deal-head {
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 13px;
  }

  .ralp-deal-head h2 {
    font-size: 23px;
  }

  .ralp-deal-title__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .ralp-deal-meta > span {
    min-height: 43px;
    font-size: 10px;
  }

  .ralp-deal-meta b {
    min-width: 52px;
    min-height: 43px;
  }

  .ralp-deal-meta b strong {
    font-size: 15px;
  }

  .product-card__deal {
    gap: 4px;
    font-size: 9.5px;
  }

  .product-card__deal span {
    padding: 4px 5px;
  }

  .product-card__deal strong {
    display: block;
    font-size: 9.5px;
  }

  .ralp-product-grid .product-card h3 {
    min-height: 39px;
    font-size: 13.5px;
    line-height: 1.4;
  }

  .ralp-product-grid .rating {
    gap: 4px;
    margin-bottom: 6px;
    font-size: 13.5px;
  }

  .ralp-product-grid .rating span {
    font-size: 9.5px;
  }

  .product-card__delivery,
  .product-card .shipping-note {
    margin-bottom: 7px;
    padding: 3px 5px;
    font-size: 9.5px;
  }
}

/* Keep pasted rich text visually consistent with every information page. */
.info-page .content-document {
  color: var(--ralp-muted);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0;
}

.info-page .content-document :where(p, li, blockquote) {
  color: var(--ralp-muted) !important;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.85 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

.info-page .content-document :where(h2, h3, h4) {
  color: var(--ralp-950) !important;
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

.info-page .content-document h2 {
  font-size: clamp(21px, 2vw, 24px) !important;
  line-height: 1.25 !important;
}

.info-page .content-document h3 {
  font-size: 18px !important;
  line-height: 1.35 !important;
}

.info-page .content-document h4 {
  font-size: 16px !important;
  line-height: 1.4 !important;
}

.info-page .content-document :where(ul, ol) {
  margin: 0;
  padding-left: 20px;
}

.info-page .content-document a {
  color: var(--ralp-700) !important;
  font-family: inherit !important;
}

/* Product reviews live on their own page. */
.reviews-page main {
  padding: 18px 0 38px;
}

.reviews-page__breadcrumb .breadcrumbs {
  margin-bottom: 14px;
}

.reviews-section--page {
  padding-top: 0;
}

.reviews-section--page .reviews-head h1 {
  margin: 4px 0 0;
  color: var(--ralp-950);
  font: 700 29px/1.1 var(--font-display);
}

.reviews-product-card__back {
  width: fit-content;
  min-height: 34px;
  margin-top: 10px;
  padding: 7px 13px;
  font-size: 12px;
}

.reviews-page__not-found {
  padding-block: 44px;
}

@media (max-width: 640px) {
  .reviews-page main {
    padding-top: 10px;
  }

  .reviews-section--page .reviews-head h1 {
    font-size: 24px;
  }
}

/* Full-width olive production journey. */
.ralp-process-band {
  width: 100%;
  margin: 4px 0 0;
  padding: 34px 0 38px;
  background: #f8f6ee;
  border-top: 1px solid rgba(67, 85, 31, 0.13);
  border-bottom: 1px solid rgba(67, 85, 31, 0.13);
}

.ralp-process__heading {
  margin-bottom: 30px;
  text-align: center;
}

.ralp-process__heading h2 {
  margin: 0;
  color: var(--ralp-900);
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.ralp-process__heading span {
  display: block;
  margin-top: 5px;
  color: var(--ralp-700);
  font-size: 15px;
  line-height: 1;
}

.ralp-process__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.ralp-process-step {
  position: relative;
  min-width: 0;
  padding: 0 12px;
  text-align: center;
}

.ralp-process-step:not(:last-child)::after {
  position: absolute;
  top: 43px;
  right: -7px;
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(67, 85, 31, 0.42);
  border-right: 1px solid rgba(67, 85, 31, 0.42);
  content: "";
  transform: rotate(45deg);
}

.ralp-process-step__icon {
  position: relative;
  display: grid;
  width: 94px;
  height: 94px;
  margin: 0 auto 16px;
  place-items: center;
  color: var(--ralp-800);
  background: #fffef9;
  border: 1px solid rgba(67, 85, 31, 0.2);
  border-radius: 20px;
  box-shadow: 0 9px 22px rgba(36, 48, 15, 0.08), inset 0 0 0 5px rgba(248, 246, 238, 0.74);
}

.ralp-process-step__icon > span {
  position: absolute;
  top: -8px;
  right: -8px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: var(--ralp-800);
  border: 3px solid #f8f6ee;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}

.ralp-process-step__icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.ralp-process-step h3 {
  margin: 0 0 7px;
  color: var(--ralp-950);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.ralp-process-step p {
  max-width: 190px;
  margin: 0 auto;
  color: #5f6258;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 860px) {
  .ralp-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
  }

  .ralp-process-step:not(:last-child)::after {
    display: none;
  }

  .ralp-process-step:last-child {
    grid-column: 1 / -1;
  }

}

@media (max-width: 520px) {
  .ralp-process-band {
    padding: 22px 0 24px;
  }

  .ralp-process__heading {
    margin-bottom: 16px;
  }

  .ralp-process__heading h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .ralp-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ralp-process-step {
    min-height: 154px;
    padding: 12px 8px 10px;
    background: rgba(255, 254, 249, 0.76);
    border: 1px solid rgba(67, 85, 31, 0.13);
    border-radius: 8px;
  }

  .ralp-process-step:last-child {
    width: calc(50% - 5px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .ralp-process-step__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 8px;
    border-radius: 13px;
    box-shadow: 0 5px 13px rgba(36, 48, 15, 0.07), inset 0 0 0 3px rgba(248, 246, 238, 0.74);
  }

  .ralp-process-step__icon > span {
    top: -5px;
    right: -5px;
    width: 21px;
    height: 21px;
    border-width: 2px;
    font-size: 7px;
  }

  .ralp-process-step__icon svg {
    width: 28px;
    height: 28px;
  }

  .ralp-process-step h3 {
    margin-bottom: 4px;
    font-size: 13px;
  }

  .ralp-process-step p {
    max-width: 150px;
    font-size: 10.5px;
    line-height: 1.4;
  }

}

/* Hero matched to edit2.jpg. */
@media (min-width: 861px) {
  .ralp-hero,
  .ralp-hero__inner,
  .ralp-hero__copy {
    min-height: clamp(440px, 33.333vw, 632px);
  }

  .ralp-hero__image {
    object-position: center;
  }

  .ralp-hero::after {
    background: linear-gradient(90deg, rgba(255, 253, 247, 0.86) 0%, rgba(255, 253, 247, 0.72) 29%, rgba(255, 253, 247, 0.32) 43%, rgba(255, 253, 247, 0.06) 57%, transparent 68%);
  }

  .ralp-hero__copy {
    width: min(52%, 620px);
    padding: 44px 0 38px;
  }
}

.ralp-hero__eyebrow {
  margin-bottom: 10px;
  color: var(--ralp-700);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}

.ralp-hero h1 {
  max-width: 590px;
  margin-bottom: 20px;
  color: var(--ralp-950);
  font-family: var(--font-display);
  font-size: clamp(50px, 3.35vw, 62px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.ralp-hero__copy > p:not(.ralp-hero__eyebrow) {
  max-width: 535px;
  margin-bottom: 26px;
  color: #262b20;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.ralp-hero__actions {
  gap: 10px;
  margin-bottom: 31px;
}

.ralp-hero__actions .button {
  min-height: 46px;
  gap: 18px;
  padding-inline: 21px;
  font-size: 12.5px;
  font-weight: 700;
}

.ralp-hero__actions .button > span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: transform 160ms ease;
}

.ralp-hero__actions .button:hover > span {
  transform: translateX(3px);
}

.ralp-hero__actions .button--light {
  background: rgba(255, 253, 247, 0.86);
  border-color: rgba(67, 85, 31, 0.45);
}

.ralp-hero__proof {
  display: flex;
  align-items: center;
  gap: 28px;
}

.ralp-hero__proof .ralp-hero__proof-item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.ralp-hero__proof-item > svg {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  fill: none;
  stroke: var(--ralp-700);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.ralp-hero__proof-item > span {
  display: grid;
  gap: 2px;
}

.ralp-hero__proof strong {
  color: var(--ralp-950);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.ralp-hero__proof small {
  color: #55594e;
  font-size: 9.5px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

@media (min-width: 521px) and (max-width: 860px) {
  .ralp-hero,
  .ralp-hero__inner,
  .ralp-hero__copy {
    min-height: 600px;
  }

  .ralp-hero__copy {
    width: 64%;
  }

  .ralp-hero h1 {
    font-size: 46px;
  }

  .ralp-hero__proof {
    gap: 16px;
  }
}

@media (max-width: 520px) {
  .ralp-hero,
  .ralp-hero__inner,
  .ralp-hero__copy {
    min-height: 680px;
  }

  .ralp-hero::after {
    background: linear-gradient(180deg, rgba(255, 253, 247, 0.99) 0%, rgba(255, 253, 247, 0.96) 47%, rgba(255, 253, 247, 0.62) 62%, rgba(255, 253, 247, 0.06) 82%, transparent 100%);
  }

  .ralp-hero__image {
    object-position: 69% 72%;
  }

  .ralp-hero__copy {
    width: 100%;
    padding-top: 30px;
  }

  .ralp-hero__eyebrow {
    font-size: 12px;
  }

  .ralp-hero h1 {
    max-width: 350px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 1.08;
  }

  .ralp-hero__copy > p:not(.ralp-hero__eyebrow) {
    max-width: 350px;
    margin-bottom: 18px;
    font-size: 12.5px;
    line-height: 1.65;
  }

  .ralp-hero__actions {
    display: flex;
    gap: 7px;
    margin-bottom: 22px;
  }

  .ralp-hero__actions .button {
    min-height: 42px;
    gap: 8px;
    padding-inline: 13px;
    font-size: 10.5px;
  }

  .ralp-hero__proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .ralp-hero__proof .ralp-hero__proof-item {
    align-items: flex-start;
    gap: 5px;
  }

  .ralp-hero__proof-item > svg {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .ralp-hero__proof strong,
  .ralp-hero__proof small {
    white-space: normal;
  }

  .ralp-hero__proof strong {
    font-size: 9px;
  }

  .ralp-hero__proof small {
    font-size: 8px;
  }
}

/* Discount section matched to the supplied campaign reference. */
.ralp-product-section--deals {
  scroll-margin-top: 132px;
  padding: 20px 18px 16px;
  background: #fffefb;
  border-color: rgba(67, 85, 31, 0.2);
  border-radius: 10px;
  box-shadow: 0 12px 34px rgba(36, 48, 15, 0.07);
}

.ralp-product-section--deals .ralp-deal-head {
  min-height: 62px;
  margin-bottom: 10px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(67, 85, 31, 0.16);
}

.ralp-deal-title__icon {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  color: var(--ralp-900);
  background: #f5f7ef;
  border-color: rgba(67, 85, 31, 0.2);
  border-radius: 7px;
  box-shadow: 0 4px 11px rgba(36, 48, 15, 0.07);
}

.ralp-deal-title__icon svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.8;
}

.ralp-deal-head h2 {
  font-size: 31px;
  font-weight: 800;
  line-height: 1.1;
}

.ralp-deal-meta > span {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 7px;
  color: #72520b;
  background: #fff8e6;
  border-color: rgba(201, 149, 31, 0.3);
  font-size: 10.5px;
}

.ralp-deal-meta > span svg {
  width: 19px;
  height: 19px;
  fill: var(--ralp-gold);
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ralp-deal-meta b {
  min-width: 61px;
  min-height: 48px;
  border-color: rgba(67, 85, 31, 0.18);
  box-shadow: 0 3px 10px rgba(36, 48, 15, 0.06);
}

.ralp-deal-meta b strong {
  font-size: 18px;
  font-variant-numeric: tabular-nums;
}

.ralp-deal-meta b small {
  font-size: 9px;
}

.ralp-deal-banner {
  position: relative;
  min-height: 218px;
  margin-bottom: 13px;
  overflow: hidden;
  color: #fff;
  background-color: var(--ralp-950);
  background-image: url("../img/ralp/hq-cat-green.webp");
  background-position: 78% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.ralp-deal-banner::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(24, 37, 8, 0.91) 0%, rgba(34, 51, 12, 0.82) 40%, rgba(34, 51, 12, 0.42) 58%, rgba(34, 51, 12, 0.02) 78%);
  content: "";
}

.ralp-deal-banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% 50%;
}

.ralp-deal-banner__copy {
  position: relative;
  z-index: 2;
  width: 54%;
  padding: 27px 36px 22px;
}

.ralp-deal-banner__copy > span {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  margin-bottom: 7px;
  padding: 0 10px;
  color: var(--ralp-950);
  background: #efb916;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.ralp-deal-banner h3 {
  margin: 0 0 6px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.ralp-deal-banner__copy > p {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 600;
}

.ralp-deal-banner__benefits {
  display: flex;
  gap: 23px;
}

.ralp-deal-banner__benefits > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10.5px;
  font-weight: 600;
  white-space: nowrap;
}

.ralp-deal-banner__benefits svg {
  width: 27px;
  height: 27px;
  padding: 5px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 5px;
}

.ralp-deal-banner__discount {
  display: none;
}

.ralp-deal-banner__discount strong {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.ralp-deal-banner__discount span {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card__discount {
  position: absolute;
  top: 11px;
  right: 10px;
  z-index: 3;
  display: grid;
  min-width: 58px;
  min-height: 55px;
  place-content: center;
  padding: 5px;
  color: var(--ralp-950);
  background: #efb916;
  border-radius: 5px;
  box-shadow: 0 5px 13px rgba(36, 48, 15, 0.16);
  text-align: center;
}

.product-card__discount strong {
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}

.product-card__discount small {
  margin-top: 3px;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card__bestseller-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 4;
  display: block;
  width: 96px;
  pointer-events: none;
  filter: drop-shadow(0 4px 6px rgba(50, 18, 10, 0.18));
}

.product-card__bestseller-badge img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  filter: none;
  transform: none;
}

.product-card:hover .product-card__bestseller-badge img {
  transform: none;
}

.ralp-deal-footer {
  display: flex;
  width: fit-content;
  min-height: 38px;
  align-items: center;
  gap: 9px;
  margin: 12px auto 0;
  padding: 0 18px;
  color: var(--ralp-900);
  background: #f1f4e8;
  border-radius: 999px;
  font-size: 11px;
}

.ralp-deal-footer svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.ralp-deal-footer strong {
  font-size: 12px;
  font-weight: 800;
}

.ralp-deal-footer b {
  margin-left: 4px;
  font-size: 16px;
}

@media (max-width: 860px) {
  .ralp-deal-banner__copy {
    width: 64%;
    padding-left: 24px;
  }

  .ralp-deal-banner__discount {
    left: auto;
    right: 22px;
    min-width: 140px;
  }

  .ralp-deal-banner__discount strong {
    font-size: 32px;
  }

  .ralp-deal-banner__benefits {
    gap: 12px;
  }
}

@media (max-width: 700px) {
  .ralp-product-section--deals {
    padding: 13px 10px;
  }

  .ralp-deal-head h2 {
    font-size: 24px;
  }

  .ralp-deal-banner {
    min-height: 260px;
  }

  .ralp-deal-banner::after {
    background: linear-gradient(180deg, rgba(24, 37, 8, 0.91) 0%, rgba(24, 37, 8, 0.78) 52%, rgba(24, 37, 8, 0.1) 100%);
  }

  .ralp-deal-banner > img {
    object-position: 78% 50%;
  }

  .ralp-deal-banner__copy {
    width: 100%;
    padding: 20px 17px;
  }

  .ralp-deal-banner h3 {
    font-size: 29px;
  }

  .ralp-deal-banner__copy > p {
    max-width: 245px;
    font-size: 11.5px;
  }

  .ralp-deal-banner__benefits {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 8px 13px;
  }

  .ralp-deal-banner__benefits > span {
    font-size: 9px;
  }

  .ralp-deal-banner__discount {
    top: auto;
    right: 12px;
    bottom: 14px;
    min-width: 105px;
    padding: 10px;
  }

  .ralp-deal-banner__discount strong {
    font-size: 25px;
  }

  .ralp-deal-banner__discount span {
    font-size: 10px;
  }

  .product-card__discount {
    top: 8px;
    right: 7px;
    min-width: 48px;
    min-height: 46px;
  }

  .product-card__discount strong {
    font-size: 16px;
  }

  .product-card__bestseller-badge {
    top: 6px;
    left: 6px;
    width: 78px;
  }

  .ralp-deal-footer {
    width: 100%;
    justify-content: center;
    padding-inline: 10px;
    border-radius: 6px;
    text-align: center;
  }

  .ralp-deal-footer span {
    display: none;
  }
}

/* Animated story rings for the category menu. */
.ralp-category {
  isolation: isolate;
  transition: transform 200ms ease;
}

.ralp-category::before {
  position: absolute;
  top: -4px;
  left: 50%;
  z-index: 0;
  width: 126px;
  height: 126px;
  background: conic-gradient(from 0deg, var(--ralp-900), var(--ralp-gold), #9baa63, var(--ralp-700), #e4c56a, var(--ralp-900));
  border-radius: 50%;
  box-shadow: 0 7px 18px rgba(36, 48, 15, 0.12);
  content: "";
  transform: translateX(-50%);
  animation: ralp-story-ring 5.5s linear infinite;
}

.ralp-category:nth-child(2)::before {
  animation-delay: -0.9s;
}

.ralp-category:nth-child(3)::before {
  animation-delay: -1.8s;
}

.ralp-category:nth-child(4)::before {
  animation-delay: -2.7s;
}

.ralp-category:nth-child(5)::before {
  animation-delay: -3.6s;
}

.ralp-category:nth-child(6)::before {
  animation-delay: -4.5s;
}

.ralp-category img {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .ralp-category:hover {
    transform: translateY(-3px);
  }

  .ralp-category:hover img {
    box-shadow: 0 14px 28px rgba(35, 48, 15, 0.15);
    transform: none;
  }
}

@media (max-width: 860px) and (min-width: 521px) {
  .ralp-categories {
    grid-template-columns: repeat(5, 112px);
    width: min(100% - 28px, 740px);
    column-gap: 38px;
  }

  .ralp-category img {
    width: 108px;
    height: 108px;
  }

  .ralp-category::before {
    width: 116px;
    height: 116px;
  }
}

@keyframes ralp-story-ring {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

@media (max-width: 520px) {
  .ralp-category::before {
    position: absolute;
    top: -4px;
    left: 50%;
    z-index: 0;
    width: 96px;
    height: 96px;
    background: conic-gradient(from 0deg, var(--ralp-900), var(--ralp-gold), #9baa63, var(--ralp-700), #e4c56a, var(--ralp-900));
    border-radius: 50%;
    box-shadow: 0 7px 18px rgba(36, 48, 15, 0.12);
    content: "";
    transform: translateX(-50%);
    animation: ralp-story-ring 5.5s linear infinite;
  }

  .ralp-category img {
    border-width: 4px;
  }

  .ralp-category:hover img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-whatsapp,
  .floating-whatsapp::before {
    animation: none;
  }

  .ralp-category::before {
    animation: none;
  }
}

/* Clear payment-logo treatment on the dark footer. */
.site-footer .payment-badges {
  width: fit-content;
  justify-content: center;
  min-height: 0;
  margin-top: 12px;
  padding: 1px 3px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(225, 229, 217, 0.95);
  border-radius: 8px;
  box-shadow: 0 3px 9px rgba(18, 26, 8, 0.12);
}

.site-footer .payment-badges__image {
  width: 116px;
  max-width: 100%;
  height: auto;
  filter: none;
}

@media (max-width: 520px) {
  .site-footer .payment-badges {
    min-height: 0;
    padding: 1px 3px;
  }

  .site-footer .payment-badges__image {
    width: 108px;
  }
}

/* Bestseller heading follows the visual hierarchy of the deals block. */
.ralp-bestseller-head {
  min-height: 62px;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(67, 85, 31, 0.16);
}

.ralp-bestseller-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ralp-bestseller-title__icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  margin: 0;
  color: var(--ralp-900);
  background: #f5f7ef;
  border: 1px solid rgba(67, 85, 31, 0.2);
  border-radius: 7px;
  box-shadow: 0 4px 11px rgba(36, 48, 15, 0.07);
}

.ralp-bestseller-title__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.section-heading.ralp-bestseller-head h2 {
  color: var(--ralp-950);
  font-family: var(--font-body);
  font-size: 31px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.ralp-bestseller-head > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
}

@media (max-width: 700px) {
  .ralp-bestseller-head {
    min-height: 54px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    padding-bottom: 12px;
  }

  .ralp-bestseller-title {
    gap: 9px;
  }

  .ralp-bestseller-title__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .ralp-bestseller-title__icon svg {
    width: 21px;
    height: 21px;
  }

  .section-heading.ralp-bestseller-head h2 {
    font-size: 23px;
  }

  .ralp-bestseller-head > a {
    align-self: center;
    margin-left: auto;
    font-size: 11px;
    white-space: nowrap;
  }
}

/* Balanced hero scale and restored assurance-card presentation. */
.ralp-hero__eyebrow {
  font-size: 16px;
}

.ralp-hero h1 {
  font-size: clamp(54px, 3.65vw, 68px);
}

.ralp-hero__copy > p:not(.ralp-hero__eyebrow) {
  font-size: 15.5px;
  line-height: 1.7;
}

.ralp-hero__actions .button {
  min-height: 49px;
  padding-inline: 24px;
  font-size: 13.5px;
}

.ralp-hero__proof {
  gap: 30px;
}

.ralp-hero__proof-item > svg {
  width: 33px;
  height: 33px;
  flex-basis: 33px;
}

.ralp-hero__proof strong {
  font-size: 12.5px;
}

.ralp-hero__proof small {
  font-size: 10.5px;
}

.ralp-features .feature {
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
}

.ralp-features .feature svg {
  width: 46px;
  height: 46px;
}

.ralp-features .feature strong {
  color: var(--ralp-950);
  font-size: 14px;
  font-weight: 800;
}

.ralp-features .feature span {
  font-size: 12px;
  line-height: 1.45;
}

@media (min-width: 521px) and (max-width: 860px) {
  .ralp-hero h1 {
    font-size: 48px;
  }

  .ralp-hero__copy > p:not(.ralp-hero__eyebrow) {
    font-size: 14.5px;
  }

  .ralp-hero__proof {
    gap: 14px;
  }

  .ralp-hero__proof-item > svg {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
  }
}

@media (max-width: 520px) {
  .ralp-hero__eyebrow {
    font-size: 14px;
  }

  .ralp-hero h1 {
    font-size: 38px;
    line-height: 1.06;
  }

  .ralp-hero__copy > p:not(.ralp-hero__eyebrow) {
    font-size: 14px;
    line-height: 1.6;
  }

  .ralp-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ralp-hero__actions .button {
    min-width: 0;
    min-height: 46px;
    gap: 7px;
    padding-inline: 9px;
    font-size: 12px;
  }

  .ralp-hero__proof {
    gap: 7px;
  }

  .ralp-hero__proof .ralp-hero__proof-item {
    gap: 6px;
  }

  .ralp-hero__proof-item > svg {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .ralp-hero__proof strong {
    font-size: 10.5px;
  }

  .ralp-hero__proof small {
    font-size: 9.5px;
  }

  .ralp-features .feature {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .ralp-features .feature svg {
    width: 42px;
    height: 42px;
  }

  .ralp-features .feature strong {
    font-size: 13.5px;
  }

  .ralp-features .feature span {
    font-size: 11.5px;
  }
}

/* Shared storefront surfaces: category, detail, checkout and information pages. */
.catalog-page,
.product-detail,
.checkout,
.content-page {
  color: var(--ralp-ink);
}

.product-detail-page main,
.checkout-page main,
.info-page main {
  background: linear-gradient(180deg, #fbfaf6 0, #fff 220px);
}

.breadcrumbs {
  color: #77786d;
  font-size: 12.5px;
}

.breadcrumbs a {
  color: var(--ralp-700);
  font-weight: 700;
}

.breadcrumbs a:hover {
  color: var(--ralp-900);
}

.catalog-panel,
.catalog-toolbar,
.catalog-empty,
.product-gallery__stage,
.product-gallery__thumbs button,
.product-summary,
.product-description__inner,
.checkout-panel,
.checkout-summary,
.order-result-hero,
.order-result-card,
.content-page__head,
.content-card,
.content-aside,
.tracking-panel {
  background: #fff;
  border-color: rgba(67, 85, 31, 0.18);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(35, 48, 15, 0.055);
}

.catalog-sidebar__head h2,
.catalog-toolbar__meta strong,
.catalog-empty strong,
.checkout-panel h1,
.checkout-panel h2,
.checkout-summary h2,
.order-result-hero h1,
.order-result-card__head h2,
.content-page__head h1,
.content-card h2,
.content-aside h3,
.tracking-panel h2,
.product-description h2 {
  color: var(--ralp-950);
}

.checkout-panel h1,
.checkout-panel h2,
.checkout-summary h2,
.order-result-hero h1,
.order-result-card__head h2,
.content-page__head h1,
.content-card h2,
.content-aside h3,
.tracking-panel h2,
.product-description h2 {
  font-family: var(--font-display);
}

.catalog-reset,
.catalog-filter summary::after,
.product-detail-page .product-summary__category,
.content-page__eyebrow,
.order-result-hero span,
.order-result-card__head span {
  color: var(--ralp-700);
}

.catalog-filter {
  border-color: rgba(67, 85, 31, 0.14);
}

.catalog-option,
.catalog-toolbar__meta p,
.catalog-empty p,
.product-detail-page .product-summary__head p,
.checkout-panel p,
.payment-option__copy small,
.content-page__head p,
.content-card p,
.content-card li,
.content-aside p,
.tracking-panel p,
.order-result-hero p,
.order-result-card__head p {
  color: var(--ralp-muted);
}

.catalog-option input,
.payment-option input,
.checkout-consent__check input {
  accent-color: var(--ralp-800);
}

.catalog-chip {
  color: var(--ralp-800);
  background: #f3f5eb;
  border-color: rgba(67, 85, 31, 0.2);
  border-radius: 4px;
}

.catalog-chip button {
  color: var(--ralp-800);
}

.catalog-sort,
.catalog-mobile-trigger,
.checkout-field input,
.checkout-field select,
.checkout-field textarea,
.checkout-coupon__form input,
.contact-form input,
.contact-form textarea,
.tracking-form input {
  color: var(--ralp-ink);
  background: #fff;
  border-color: #d9d5c9;
  border-radius: 4px;
}

.catalog-sort:focus,
.checkout-field input:focus,
.checkout-field select:focus,
.checkout-field textarea:focus,
.checkout-coupon__form input:focus,
.contact-form input:focus,
.contact-form textarea:focus,
.tracking-form input:focus {
  border-color: var(--ralp-700);
  box-shadow: 0 0 0 3px rgba(91, 107, 49, 0.12);
  outline: 0;
}

.catalog-mobile-trigger {
  color: var(--ralp-900);
  background: #f3f5eb;
}

.product-detail-page .product-gallery .product-gallery__stage {
  background: #fbfaf5;
  border-color: rgba(67, 85, 31, 0.18);
  box-shadow: 0 12px 28px rgba(35, 48, 15, 0.06);
}

.product-detail-page .product-gallery .product-gallery__thumbs button {
  background: #fff;
  border-color: rgba(67, 85, 31, 0.18);
  border-radius: 6px;
}

.product-detail-page .product-gallery .product-gallery__thumbs button:hover,
.product-detail-page .product-gallery .product-gallery__thumbs button.is-active {
  border-color: var(--ralp-700);
  box-shadow: inset 0 0 0 1px rgba(91, 107, 49, 0.28);
}

.product-detail-page .product-summary {
  border-color: rgba(67, 85, 31, 0.2);
  background: #fff;
  box-shadow: 0 12px 30px rgba(35, 48, 15, 0.065);
}

.product-detail-page .product-summary__eyebrow {
  border-color: rgba(67, 85, 31, 0.14);
}

.product-detail-page .product-summary__category:hover,
.product-detail-page .product-summary__category:focus-visible {
  color: var(--ralp-900);
}

.product-detail-page .product-summary h1,
.product-detail-page .product-summary__price strong {
  color: var(--ralp-950);
}

.product-detail-page .detail-buy {
  color: var(--ralp-900);
  background: var(--ralp-paper);
  border-color: rgba(67, 85, 31, 0.35);
}

.product-detail-page .detail-buy:hover {
  color: #fff;
  background: var(--ralp-800);
  border-color: var(--ralp-800);
}

.product-detail-page .product-service {
  color: var(--ralp-900);
  background: #f7f8f2;
  border-color: rgba(67, 85, 31, 0.17);
  border-radius: 6px;
}

.product-detail-page .product-service svg {
  stroke: var(--ralp-700);
}

.product-detail-page .product-description__inner {
  border-color: rgba(67, 85, 31, 0.17);
}

.checkout-panel,
.checkout-summary {
  background: #fff;
}

.checkout-field span,
.contact-form label span,
.tracking-form label > span {
  color: #41483a;
}

.payment-option {
  background: #fff;
  border-color: rgba(67, 85, 31, 0.2);
  border-radius: 6px;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.payment-option:hover,
.payment-option:has(input:checked) {
  background: #f7f8f2;
  border-color: var(--ralp-700);
  box-shadow: 0 5px 16px rgba(35, 48, 15, 0.07);
}

.payment-option--disabled {
  padding-right: 76px;
  background: #f7f7f3;
  border-color: rgba(67, 85, 31, 0.14);
  cursor: not-allowed;
}

.payment-option--disabled:hover {
  background: #f7f7f3;
  border-color: rgba(67, 85, 31, 0.14);
  box-shadow: none;
}

.payment-option--disabled .payment-option__mark,
.payment-option--disabled .payment-option__copy {
  opacity: 0.66;
}

.payment-option__status {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 8px;
  color: var(--ralp-800);
  background: #eef2e3;
  border: 1px solid rgba(67, 85, 31, 0.14);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.payment-option__mark {
  color: var(--ralp-800);
  background: #eef2e3;
  border-color: rgba(67, 85, 31, 0.18);
  border-radius: 5px;
}

.bank-transfer-info,
.checkout-consent,
.checkout-consent__check,
.checkout-coupon {
  background: #fbfaf5;
  border-color: rgba(67, 85, 31, 0.17);
  border-radius: 6px;
}

.bank-transfer-info__row,
.checkout-consent__link {
  border-color: rgba(67, 85, 31, 0.18);
  border-radius: 4px;
}

.bank-transfer-info__row button,
.checkout-coupon__form button {
  color: var(--ralp-900);
  background: #f3f5eb;
  border-color: rgba(67, 85, 31, 0.22);
  border-radius: 4px;
}

.checkout-summary__head span {
  color: var(--ralp-800);
  background: #eef2e3;
  border-color: rgba(67, 85, 31, 0.18);
  border-radius: 4px;
}

.checkout-shipping-goal[hidden] {
  display: none;
}

.checkout-shipping-goal {
  display: grid;
  gap: 11px;
  padding: 14px 0;
  border-top: 1px solid rgba(67, 85, 31, 0.14);
  border-bottom: 1px solid rgba(67, 85, 31, 0.14);
}

.checkout-shipping-goal__head {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.checkout-shipping-goal__icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  color: var(--ralp-800);
  background: #f1f4e8;
  border-radius: 50%;
}

.checkout-shipping-goal__icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.checkout-shipping-goal__copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.checkout-shipping-goal__copy strong {
  color: var(--ralp-950);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.3;
}

.checkout-shipping-goal__copy small {
  color: var(--ralp-muted);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.45;
}

.checkout-shipping-goal__track {
  display: block;
  width: 100%;
  height: 7px;
  overflow: hidden;
  background: #e8eadf;
  border-radius: 999px;
}

.checkout-shipping-goal__track i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--ralp-gold);
  border-radius: inherit;
  transition: width 300ms ease;
}

.checkout-shipping-goal.is-complete .checkout-shipping-goal__icon {
  color: #fff;
  background: var(--ralp-800);
}

.checkout-shipping-goal.is-complete .checkout-shipping-goal__track i {
  background: var(--ralp-700);
}

.checkout-shipping-goal.is-complete .checkout-shipping-goal__copy strong {
  color: var(--ralp-700);
}

.cart-drawer__shipping-goal {
  gap: 8px;
  padding-block: 10px;
}

.cart-drawer__shipping-goal .checkout-shipping-goal__icon {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
}

.cart-drawer__shipping-goal .checkout-shipping-goal__icon svg {
  width: 17px;
  height: 17px;
}

.cart-drawer__shipping-goal .checkout-shipping-goal__copy strong {
  font-size: 12px;
}

.cart-drawer__shipping-goal .checkout-shipping-goal__copy small {
  font-size: 9.5px;
}

.cart-drawer__shipping-goal .checkout-shipping-goal__track {
  height: 6px;
}

.checkout-item img {
  background: #f7f8f2;
  border-color: rgba(67, 85, 31, 0.16);
  border-radius: 5px;
}

.checkout-summary__rows,
.checkout-summary__row--total,
.order-result-items,
.order-result-item,
.order-result-facts div {
  border-color: rgba(67, 85, 31, 0.15);
}

.order-result-hero,
.order-result-card--bank {
  background: #fbfaf5;
}

.order-result-facts dt,
.order-result-item span {
  color: var(--ralp-muted);
}

.content-page__head {
  background: linear-gradient(135deg, #fff 0%, #f6f7ef 100%);
}

.content-page__head::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(238, 242, 227, 0.72));
  opacity: 1;
}

.content-page__head::after {
  border-color: rgba(67, 85, 31, 0.15);
}

.content-page__head h1,
.content-card h2,
.tracking-panel h2 {
  font-weight: 700;
}

.content-aside__links a,
.content-note__link,
.content-note,
.contact-item,
.tracking-result {
  background: #fbfaf5;
  border-color: rgba(67, 85, 31, 0.17);
  border-radius: 5px;
}

.content-aside__links a:hover,
.content-note__link:hover {
  color: var(--ralp-900);
  background: #f3f5eb;
  border-color: var(--ralp-700);
}

.contact-item a,
.tracking-result__link {
  color: var(--ralp-700);
}

.contact-map iframe {
  background: #f7f8f2;
  border-color: rgba(67, 85, 31, 0.17);
  border-radius: 6px;
}

.contact-map__directions {
  min-height: 42px;
  gap: 8px;
  padding-inline: 16px;
  border-radius: 6px;
  font-size: 12.5px;
  box-shadow: 0 7px 16px rgba(35, 48, 15, 0.12);
}

.contact-map__directions svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-map__directions:hover {
  box-shadow: 0 10px 21px rgba(35, 48, 15, 0.18);
}

@media (max-width: 520px) {
  .contact-map__top {
    align-items: center;
    gap: 10px;
  }

  .contact-map__directions {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 11.5px;
  }
}

.tracking-timeline__step > span,
.tracking-timeline__step.is-done > span {
  background: var(--ralp-800);
  border-color: var(--ralp-800);
}

.admin-status-message--success {
  color: #2f541f;
  background: #f0f6e9;
  border-color: #b8cea8;
}

.cart-drawer {
  color: var(--ralp-ink);
  background: #fff;
  border-color: rgba(67, 85, 31, 0.18);
}

.cart-drawer__header,
.cart-drawer__footer,
.cart-item,
.cart-summary-row {
  border-color: rgba(67, 85, 31, 0.15);
}

.cart-primary {
  color: #fff;
  background: var(--ralp-900);
  border-color: var(--ralp-900);
}

.cart-primary:hover {
  background: var(--ralp-800);
}

.cart-secondary,
.cart-qty-stepper,
.cart-inline {
  color: var(--ralp-900);
  background: #f7f8f2;
  border-color: rgba(67, 85, 31, 0.2);
}

@media (max-width: 700px) {
  .catalog-panel,
  .catalog-toolbar,
  .product-summary,
  .product-description__inner,
  .checkout-panel,
  .checkout-summary,
  .content-page__head,
  .content-card,
  .content-aside,
  .tracking-panel {
    border-radius: 6px;
  }

  .content-page__head h1 {
    font-size: 32px;
  }

  .checkout-panel h1,
  .checkout-panel h2,
  .checkout-summary h2 {
    font-size: 27px;
  }

  .checkout-shipping-goal {
    gap: 9px;
    padding-block: 12px;
  }

  .checkout-shipping-goal__copy strong {
    font-size: 12px;
  }

  .checkout-shipping-goal__copy small {
    font-size: 9.5px;
  }
}

/* Product reviews */
.product-summary__rating { text-decoration: none; }
.reviews-section { display: grid; grid-template-columns: minmax(230px, 300px) minmax(0, 1fr); gap: 18px; align-items: start; padding-top: 10px; padding-bottom: 42px; }
.reviews-sidebar { display: grid; gap: 14px; position: sticky; top: 118px; }
.reviews-product-card, .rating-distribution, .reviews-main { border: 1px solid rgba(67, 85, 31, .18); background: #fff; border-radius: 8px; box-shadow: 0 10px 28px rgba(35, 48, 15, .055); }
.reviews-product-card { display: grid; grid-template-columns: 76px 1fr; gap: 12px; padding: 14px; }
.reviews-product-card img { width: 76px; height: 92px; object-fit: cover; border-radius: 6px; }
.reviews-product-card h2 { margin: 0 0 10px; font: 700 15px/1.35 var(--font-sans); color: var(--ralp-950); }
.reviews-product-card strong, .reviews-product-card span { display: block; }
.reviews-product-card strong { font-size: 18px; color: var(--ralp-950); }
.reviews-product-card span { margin-top: 3px; color: var(--ralp-muted); font-size: 12px; }
.rating-distribution { padding: 18px 16px; }
.rating-distribution h2 { margin: 0 0 18px; color: var(--ralp-950); font: 700 17px/1.2 var(--font-sans); }
.rating-distribution__row { display: grid; grid-template-columns: 58px 1fr 22px; gap: 10px; align-items: center; margin-top: 15px; font-size: 12px; color: var(--ralp-muted); }
.rating-distribution__row i { display: block; height: 7px; overflow: hidden; border-radius: 4px; background: #e8e4d8; }
.rating-distribution__row i b { display: block; height: 100%; border-radius: inherit; background: var(--ralp-700); }
.rating-distribution__row > strong { color: var(--ralp-950); text-align: right; font-size: 13px; }
.reviews-main { padding: 18px; }
.reviews-head { display: grid; grid-template-columns: 1fr minmax(240px, 320px); gap: 20px; align-items: end; padding-bottom: 14px; border-bottom: 1px solid rgba(67, 85, 31, .16); }
.reviews-head span { color: var(--ralp-700); font-size: 12px; font-weight: 600; }
.reviews-head h2 { margin: 4px 0 0; color: var(--ralp-950); font: 700 29px/1.1 var(--font-display); }
.reviews-head p { margin: 0; color: var(--ralp-muted); font-size: 13px; line-height: 1.55; }
.review-compose { margin-top: 14px; border: 1px solid rgba(67, 85, 31, .2); border-radius: 8px; background: #fbfaf5; overflow: hidden; }
.review-compose > summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px; cursor: pointer; }
.review-compose > summary::-webkit-details-marker { display: none; }
.review-compose > summary span small, .review-compose > summary span strong { display: block; }
.review-compose > summary small { color: var(--ralp-muted); font-size: 12px; }
.review-compose > summary strong { color: var(--ralp-950); font-size: 15px; }
.review-compose > summary b { padding: 10px 17px; border-radius: 20px; background: var(--ralp-800); color: #fff; font-size: 12px; }
.review-compose[open] > summary { border-bottom: 1px solid rgba(67, 85, 31, .14); }
.review-compose form { display: grid; gap: 13px; padding: 18px; }
.review-form__head { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.review-form__head h3 { margin: 3px 0 0; color: var(--ralp-950); font-size: 19px; }
.review-form__head > span { padding: 7px 10px; border-radius: 16px; background: #f0eee5; color: var(--ralp-700); font-size: 11px; font-weight: 700; }
.review-form__grid { display: grid; grid-template-columns: 1fr 150px; gap: 10px; }
.review-compose label { display: grid; gap: 6px; color: var(--ralp-950); font-size: 12px; font-weight: 700; }
.review-compose label small { font-weight: 500; color: var(--ralp-muted); }
.review-compose input, .review-compose select, .review-compose textarea { width: 100%; border: 1px solid rgba(67, 85, 31, .22); border-radius: 7px; background: #fff; color: var(--ralp-950); padding: 11px 12px; font: 500 13px/1.45 var(--font-sans); }
.review-compose textarea { resize: vertical; min-height: 120px; }
.review-compose input:focus, .review-compose select:focus, .review-compose textarea:focus { outline: 2px solid rgba(67, 85, 31, .15); border-color: var(--ralp-700); }
.review-form__footer { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: end; }
.review-form__footer .button { min-height: 43px; }
.review-honeypot { position: absolute !important; left: -9999px !important; }
.review-notice { padding: 10px 12px; border-radius: 6px; font-size: 12px; }
.review-notice ul { margin: 0; padding-left: 18px; }
.review-notice.is-success { color: #315b28; background: #edf7ea; border: 1px solid #cfe5c9; }
.review-notice.is-error { color: #8f2f2f; background: #fff1f0; border: 1px solid #f0cfcc; }
.reviews-toolbar { display: grid; grid-template-columns: 1fr 180px; gap: 10px; margin: 14px 0; }
.reviews-toolbar > label { min-height: 50px; border: 1px solid rgba(67, 85, 31, .2); border-radius: 7px; background: #fff; }
.reviews-toolbar__search { display: flex; min-width: 0; align-items: center; padding: 4px 4px 4px 12px; overflow: hidden; }
.reviews-toolbar input { width: 100%; height: 40px; flex: 1 1 auto; min-width: 0; padding: 0; border: 0; outline: 0; color: var(--ralp-950); background: transparent; font: 500 13px var(--font-sans); }
.reviews-toolbar button { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; margin: 0; padding: 0; border: 0; border-radius: 7px; color: #fff; background: var(--ralp-800); cursor: pointer; }
.reviews-toolbar button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.reviews-toolbar__sort { display: grid; padding: 5px 10px; }
.reviews-toolbar small { color: var(--ralp-muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.reviews-toolbar select { border: 0; outline: 0; color: var(--ralp-950); background: transparent; font: 500 12px var(--font-sans); }
.review-list { display: grid; gap: 10px; }
.review-card { border: 1px solid rgba(67, 85, 31, .18); border-radius: 8px; padding: 15px; background: #fff; }
.review-card__head { display: flex; justify-content: space-between; gap: 16px; }
.review-card__head > div { display: grid; gap: 5px; }
.review-card__head time, .review-card > small { color: var(--ralp-muted); font-size: 11px; }
.review-card__head > div:last-child { text-align: right; }
.review-card__head span { color: #e99b00; font-size: 17px; letter-spacing: 1px; }
.review-card__head strong { color: var(--ralp-950); font-size: 13px; }
.review-card > small { display: block; margin-top: 10px; }
.review-card h3 { margin: 7px 0 5px; color: var(--ralp-950); font: 700 14px/1.3 var(--font-sans); }
.review-card p { margin: 7px 0 0; color: var(--ralp-muted); font-size: 13px; line-height: 1.65; }
.review-card__image { display: inline-block; margin-top: 12px; }
.review-card__image img { width: 84px; height: 84px; object-fit: cover; border-radius: 6px; }
.review-empty { padding: 34px 20px; text-align: center; border: 1px dashed rgba(67, 85, 31, .25); border-radius: 8px; }
.review-empty strong { color: var(--ralp-950); }
.review-empty p { margin: 6px 0 0; color: var(--ralp-muted); font-size: 13px; }
@media (max-width: 900px) { .reviews-section { grid-template-columns: 1fr; } .reviews-sidebar { position: static; grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .reviews-section { padding-inline: 12px; } .reviews-sidebar { grid-template-columns: 1fr; } .reviews-main { padding: 14px; } .reviews-head { grid-template-columns: 1fr; gap: 8px; } .reviews-head h2 { font-size: 24px; } .review-form__grid, .review-form__footer, .reviews-toolbar { grid-template-columns: 1fr; } .review-compose > summary b { padding: 9px 12px; } }

/* Homepage product-card parity on catalog and related-product grids. */
.catalog-grid.ralp-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-related .ralp-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalog-grid.ralp-product-grid .product-card,
.detail-related .ralp-product-grid .product-card {
  height: 100%;
}

@media (max-width: 860px) {
  .catalog-grid.ralp-product-grid,
  .detail-related .ralp-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Product-detail content matched to the supplied commerce reference. */
@media (min-width: 901px) {
  .product-detail-page .product-detail__grid {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.92fr);
    gap: 22px;
    align-items: start;
  }
}

.product-detail-page .product-gallery .product-gallery__stage {
  aspect-ratio: 1 / 1.04;
  padding: 0;
  background: #fff;
  border-radius: 8px;
}

.product-detail-page .product-gallery .product-gallery__stage > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  filter: brightness(1.025) contrast(1.12);
  object-fit: contain;
  object-position: center;
}

.product-detail-page .product-gallery .product-gallery__thumbs img,
.product-detail-page .product-gallery-lightbox__stage > img {
  filter: brightness(1.025) contrast(1.12);
}

.product-detail-page .product-gallery .product-gallery__thumbs {
  grid-template-columns: repeat(5, minmax(0, 82px));
  justify-content: start;
  gap: 10px;
}

.product-detail-page .product-gallery .product-gallery__thumbs button {
  border-radius: 7px;
}

.product-detail-page .product-summary {
  gap: 15px;
  padding: 24px;
  border-radius: 8px;
}

.product-summary__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-summary__badges > * {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  color: var(--ralp-800);
  background: #f1f3e8;
  border: 1px solid rgba(67, 85, 31, 0.14);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.product-detail-page .product-summary__head {
  gap: 10px;
}

.product-detail-page .product-summary h1 {
  color: var(--ralp-950);
  font-family: var(--font-body);
  font-size: clamp(28px, 2vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.product-detail-page .product-summary__head p {
  color: var(--ralp-muted);
  font-size: 13.5px;
  line-height: 1.65;
}

.product-summary__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  color: var(--ralp-gold);
}

.product-summary__rating > strong {
  color: var(--ralp-950);
  font-size: 16px;
  font-weight: 800;
}

.product-summary__rating > span {
  font-size: 19px;
  line-height: 1;
}

.product-summary__rating > b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #55594d;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.2;
}

.product-summary__rating > b svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--ralp-700);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.product-summary__commerce {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: #fbfaf5;
  border: 1px solid rgba(67, 85, 31, 0.17);
  border-radius: 8px;
}

.product-summary__commerce-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.product-summary__commerce-head > div > span {
  display: block;
  margin-bottom: 7px;
  color: #73756a;
  font-size: 11.5px;
}

.product-detail-page .product-summary__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 10px;
}

.product-detail-page .product-summary__price strong {
  color: var(--ralp-950);
  font-size: clamp(29px, 2vw, 36px);
  font-weight: 800;
}

.product-detail-page .product-summary__price del {
  color: #66695e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration-color: #858879;
  text-decoration-thickness: 1.5px;
}

.product-summary__stock {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  color: #32602c;
  background: #edf7e9;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.product-detail-page .product-summary__actions {
  gap: 10px;
  padding-top: 13px;
  border-top: 1px solid rgba(67, 85, 31, 0.13);
}

.product-detail-page .detail-add,
.product-detail-page .detail-buy {
  min-height: 50px;
  border-radius: 5px;
  font-size: 13.5px;
}

.product-detail-page .product-summary__support {
  min-height: 56px;
  justify-content: flex-start;
  padding: 8px 12px;
  color: #216b43;
  background: #f1fbf3;
  border-color: #cce8d2;
  border-radius: 7px;
}

.product-summary__support-copy {
  display: grid;
  gap: 2px;
}

.product-summary__support-copy strong,
.product-summary__support-copy small {
  display: block;
}

.product-summary__support-copy strong {
  color: #205d3d;
  font-size: 12.5px;
}

.product-summary__support-copy small {
  color: #5d7967;
  font-size: 10.5px;
  font-weight: 500;
}

.product-summary__assurance {
  display: grid;
  padding: 4px 15px;
  background: #f7f5ef;
  border: 1px solid rgba(67, 85, 31, 0.14);
  border-radius: 8px;
}

.product-summary__assurance > div {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 10px 0;
}

.product-summary__assurance > div + div {
  border-top: 1px solid rgba(67, 85, 31, 0.13);
}

.product-summary__assurance svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--ralp-700);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.product-summary__assurance span {
  display: grid;
  gap: 3px;
}

.product-summary__assurance strong {
  color: var(--ralp-950);
  font-size: 12.5px;
}

.product-summary__assurance small {
  color: var(--ralp-muted);
  font-size: 10.5px;
  line-height: 1.45;
}

.product-summary__carrier-logo {
  display: block;
  width: 98px;
  max-width: 24vw;
  height: auto;
  justify-self: end;
}

@media (max-width: 900px) {
  .product-detail-page .product-detail__grid {
    grid-template-columns: 1fr;
  }

  .product-detail-page .product-summary {
    padding: 22px;
  }
}

@media (max-width: 520px) {
  .product-detail-page .product-gallery .product-gallery__stage {
    aspect-ratio: 1 / 1.08;
    padding: 0;
  }

  .product-detail-page .product-gallery .product-gallery__thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .product-detail-page .product-summary {
    gap: 13px;
    padding: 17px;
  }

  .product-detail-page .product-summary h1 {
    font-size: 27px;
  }

  .product-summary__commerce {
    padding: 14px;
  }

  .product-summary__commerce-head {
    gap: 10px;
  }

  .product-detail-page .product-summary__price strong {
    font-size: 28px;
  }

  .product-summary__stock {
    min-height: 31px;
    padding-inline: 9px;
    font-size: 9.5px;
  }

  .product-detail-page .detail-add,
  .product-detail-page .detail-buy {
    min-height: 47px;
    font-size: 12px;
  }

  .product-summary__carrier-logo {
    width: 84px;
    max-width: 27vw;
  }
}

/* Refined, brand-led section titles for deals and bestsellers. */
.ralp-deal-title,
.ralp-bestseller-title {
  gap: 13px;
}

.ralp-deal-title__icon,
.ralp-bestseller-title__icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  margin: 0;
  color: var(--ralp-800);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ralp-deal-title__icon svg,
.ralp-bestseller-title__icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.ralp-deal-title__icon .ralp-section-icon__accent {
  fill: var(--ralp-gold);
  stroke: var(--ralp-gold);
}

.ralp-bestseller-title__icon .ralp-section-icon__accent {
  fill: rgba(201, 153, 31, 0.14);
  stroke: var(--ralp-gold);
  stroke-width: 1.45;
}

.ralp-bestseller-title__icon .ralp-olive-icon__fruit {
  fill: var(--ralp-800);
  stroke: var(--ralp-800);
  stroke-width: 1.2;
}

.ralp-bestseller-title__icon .ralp-olive-icon__fruit--gold {
  fill: var(--ralp-gold);
  stroke: var(--ralp-gold);
}

.section-heading .ralp-bestseller-title .ralp-bestseller-title__icon {
  width: 40px;
  height: 40px;
  margin: 0;
  background: transparent;
}

.detail-related .section-heading > div {
  flex: 1 1 auto;
}

.detail-related .section-heading h2 {
  text-align: left;
}

@media (max-width: 700px) {
  .section-heading .ralp-bestseller-title .ralp-bestseller-title__icon {
    width: 34px;
    height: 34px;
    margin: 0;
  }

  .detail-related .section-heading,
  .detail-related .section-heading > div,
  .detail-related .section-heading h2 {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}

.ralp-deal-head h2,
.section-heading.ralp-bestseller-head h2 {
  color: var(--ralp-950);
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.ralp-product-section--deals .ralp-deal-head,
.ralp-bestseller-head {
  padding-bottom: 15px;
  border-bottom-color: rgba(67, 85, 31, 0.14);
}

@media (max-width: 700px) {
  .ralp-deal-title,
  .ralp-bestseller-title {
    gap: 9px;
  }

  .ralp-deal-title__icon,
  .ralp-bestseller-title__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .ralp-deal-title__icon svg,
  .ralp-bestseller-title__icon svg {
    width: 31px;
    height: 31px;
  }

  .ralp-deal-head h2,
  .section-heading.ralp-bestseller-head h2 {
    font-size: 24px;
  }
}

/* Compact, desktop-like hero composition for phones and tablets. */
@media (max-width: 860px) {
  .ralp-hero,
  .ralp-hero__inner,
  .ralp-hero__copy {
    min-height: 520px;
  }
}

@media (max-width: 520px) {
  .ralp-hero,
  .ralp-hero__inner,
  .ralp-hero__copy {
    min-height: 490px;
  }

  .ralp-hero::after {
    background: linear-gradient(90deg, rgba(255, 253, 247, .98) 0%, rgba(255, 253, 247, .93) 54%, rgba(255, 253, 247, .55) 74%, rgba(255, 253, 247, .08) 100%);
  }

  .ralp-hero__image {
    object-position: 66% center;
  }

  .ralp-hero__copy {
    width: 86%;
    justify-content: center;
    padding: 22px 0 20px;
  }

  .ralp-hero__eyebrow {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .ralp-hero h1 {
    max-width: 315px;
    margin-bottom: 12px;
    font-size: 33px;
    line-height: 1.05;
  }

  .ralp-hero__copy > p:not(.ralp-hero__eyebrow) {
    max-width: 310px;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.5;
  }

  .ralp-hero__actions {
    gap: 6px;
    margin-bottom: 16px;
  }

  .ralp-hero__actions .button {
    min-height: 40px;
    padding-inline: 9px;
    font-size: 10.5px;
  }

  .ralp-hero__proof {
    gap: 6px;
  }

  .ralp-hero__proof .ralp-hero__proof-item {
    gap: 4px;
  }

  .ralp-hero__proof-item > svg {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
  }

  .ralp-hero__proof strong {
    font-size: 9px;
  }

  .ralp-hero__proof small {
    font-size: 7.5px;
  }
}

/* Keep the mobile brand fully centred inside the header, as on desktop. */
@media (max-width: 860px) {
  .site-header .header__inner {
    grid-template-columns: 112px minmax(0, 1fr) auto;
    height: 72px !important;
    min-height: 72px !important;
    padding-block: 0;
    align-items: center;
    overflow: visible;
  }

  .site-header .brand {
    display: flex;
    width: 112px;
    min-width: 112px;
    height: 64px;
    margin: 0;
    align-self: center;
    align-items: center;
    justify-content: center;
    line-height: 0;
    overflow: hidden;
    transform: none;
  }

  .site-header .brand__logo {
    display: block;
    width: 108px;
    height: 60px;
    max-width: 100%;
    max-height: 60px;
    margin: 0;
    object-fit: contain;
    object-position: center;
    transform: none;
  }

  .site-header .menu-button,
  .site-header .header-actions {
    align-self: center;
  }
}

@media (max-width: 520px) {
  .site-header .header__inner {
    grid-template-columns: 104px minmax(0, 1fr) auto;
    height: 68px !important;
    min-height: 68px !important;
  }

  .site-header .brand {
    width: 104px;
    min-width: 104px;
    height: 60px;
  }

  .site-header .brand__logo {
    width: 100px;
    height: 56px;
    max-height: 56px;
  }
}

/* Product cards use the discount percentage only; hide legacy flash-sale ribbons. */
.product-card .product-card__badge {
  display: none !important;
}

/* Normalize mixed product-photo canvases across the detail gallery. */
.product-detail-page .product-gallery .product-gallery__stage {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border-color: rgba(67, 85, 31, 0.14);
}

.product-detail-page .product-gallery .product-gallery__stage > img {
  display: block;
  position: absolute;
  inset: 4%;
  width: 92%;
  height: 92%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  filter: brightness(1.055) contrast(1.075) saturate(1.025) !important;
  mix-blend-mode: normal;
  opacity: 1;
  transform: none;
}

.product-detail-page .product-gallery .product-gallery__stage > img[hidden] {
  display: none;
}

.product-detail-page .product-gallery .product-gallery__stage.is-zooming > img#detail-main-image {
  transform: scale(1.55);
}

.product-detail__bestseller-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  display: block;
  width: clamp(112px, 24%, 142px);
  pointer-events: none;
  filter: drop-shadow(0 6px 8px rgba(50, 18, 10, 0.18));
}

.product-detail__bestseller-badge img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  filter: none;
  transform: none !important;
  transition: none !important;
}

.product-detail-page .product-gallery .product-gallery__stage.is-zooming .product-detail__bestseller-badge img {
  transform: none !important;
}

.product-summary__countdown {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 2px;
  padding: 9px 13px;
  color: var(--ralp-950);
  background: #f6f7ee;
  border: 1px solid rgba(67, 85, 31, 0.17);
  border-radius: 7px;
}

.product-summary__countdown-label,
.product-summary__countdown-units {
  display: flex;
  align-items: center;
}

.product-summary__countdown-label {
  min-width: 0;
  gap: 8px;
}

.product-summary__countdown-label > svg {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  fill: none;
  stroke: var(--ralp-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.product-summary__countdown-label > span {
  display: grid;
  gap: 1px;
}

.product-summary__countdown-label small,
.product-summary__countdown-label strong {
  line-height: 1.15;
}

.product-summary__countdown-label small {
  color: var(--ralp-muted);
  font-size: 10px;
  font-weight: 600;
}

.product-summary__countdown-label strong {
  font-size: 12.5px;
  font-weight: 800;
  white-space: nowrap;
}

.product-summary__countdown-units {
  gap: 5px;
}

.product-summary__countdown-units b {
  display: grid;
  min-width: 44px;
  place-items: center;
  padding: 5px 6px;
  background: #fff;
  border: 1px solid rgba(67, 85, 31, 0.15);
  border-radius: 5px;
  font-style: normal;
  line-height: 1;
}

.product-summary__countdown-units b strong {
  font-size: 16px;
  font-weight: 800;
}

.product-summary__countdown-units b small {
  margin-top: 3px;
  color: var(--ralp-muted);
  font-size: 8px;
  font-weight: 600;
}

.product-summary__countdown-units i {
  color: var(--ralp-gold);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.product-detail-page .product-gallery .product-gallery__thumbs button {
  padding: 5px;
  overflow: hidden;
  background: #fff;
}

.product-detail-page .product-gallery .product-gallery__thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: brightness(1.055) contrast(1.075) saturate(1.025) !important;
  background: #fff;
}

.product-detail-page .product-gallery-lightbox__stage,
.product-detail-page .product-gallery__video {
  background: #fff;
}

.product-detail-page .product-gallery-lightbox__stage > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: brightness(1.055) contrast(1.075) saturate(1.025) !important;
  background: #fff;
}

@media (max-width: 520px) {
  .product-detail-page .product-gallery .product-gallery__stage {
    padding: 0;
  }

  .product-detail-page .product-gallery .product-gallery__stage > img {
    inset: 3%;
    width: 94%;
    height: 94%;
  }

  .product-detail__bestseller-badge {
    top: 9px;
    left: 9px;
    width: clamp(96px, 28%, 116px);
  }

  .product-detail-page .product-gallery .product-gallery__thumbs button {
    padding: 3px;
  }

  .product-summary__countdown {
    min-height: 58px;
    gap: 7px;
    padding: 8px 9px;
  }

  .product-summary__countdown-label {
    gap: 5px;
  }

  .product-summary__countdown-label > svg {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }

  .product-summary__countdown-label strong {
    font-size: 10.5px;
  }

  .product-summary__countdown-units {
    gap: 3px;
  }

  .product-summary__countdown-units b {
    min-width: 36px;
    padding-inline: 3px;
  }

  .product-summary__countdown-units b strong {
    font-size: 14px;
  }
}

/* Keep the flash-deal banner compact on phones without dropping its benefits. */
@media (max-width: 700px) {
  .ralp-deal-banner {
    min-height: 156px;
    margin-bottom: 10px;
  }

  .ralp-deal-banner::after {
    background: linear-gradient(90deg, rgba(24, 37, 8, 0.93) 0%, rgba(24, 37, 8, 0.78) 56%, rgba(24, 37, 8, 0.16) 100%);
  }

  .ralp-deal-banner > img {
    object-position: 72% 50%;
  }

  .ralp-deal-banner__copy {
    padding: 11px 16px 9px;
  }

  .ralp-deal-banner__copy > span {
    min-height: 20px;
    margin-bottom: 4px;
    padding-inline: 9px;
    font-size: 9px;
  }

  .ralp-deal-banner h3 {
    margin-bottom: 3px;
    font-size: 26px;
    line-height: 1.04;
  }

  .ralp-deal-banner__copy > p {
    max-width: 270px;
    margin-bottom: 7px;
    font-size: 10.5px;
    line-height: 1.35;
  }

  .ralp-deal-banner__benefits {
    display: flex;
    flex-wrap: nowrap;
    gap: 9px;
  }

  .ralp-deal-banner__benefits > span {
    gap: 4px;
    font-size: 8px;
  }

  .ralp-deal-banner__benefits svg {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    padding: 4px;
  }

  .ralp-deal-banner__discount {
    display: none;
  }
}

@media (max-width: 380px) {
  .ralp-deal-banner {
    min-height: 150px;
  }

  .ralp-deal-banner__copy {
    padding-inline: 13px;
  }

  .ralp-deal-banner h3 {
    font-size: 24px;
  }

  .ralp-deal-banner__benefits {
    gap: 6px;
  }

  .ralp-deal-banner__benefits > span {
    font-size: 7.5px;
  }
}

/* Premium deal heading: a larger standalone tag icon, without a tile. */
.ralp-product-section--deals .ralp-deal-head .ralp-deal-title__icon {
  display: grid;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  flex: 0 0 44px;
  place-items: center;
  padding: 0;
  color: var(--ralp-800);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ralp-product-section--deals .ralp-deal-head .ralp-deal-title__icon svg {
  width: 39px;
  height: 39px;
  stroke-width: 1.55;
}

.ralp-product-section--deals .ralp-deal-title {
  gap: 11px;
  align-items: center;
}

.ralp-product-section--deals .ralp-deal-head h2 {
  color: var(--ralp-950);
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.08;
}

@media (max-width: 700px) {
  .ralp-product-section--deals .ralp-deal-head .ralp-deal-title__icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    flex-basis: 40px;
  }

  .ralp-product-section--deals .ralp-deal-head .ralp-deal-title__icon svg {
    width: 36px;
    height: 36px;
  }

  .ralp-product-section--deals .ralp-deal-head h2 {
    font-size: 26px;
  }
}
/* Compact product navigation: replaces the former mega-menu presentation. */
.main-nav__categories--compact .main-nav__dropdown--compact {
  width: 292px;
  padding: 8px;
  border: 1px solid rgba(67, 85, 31, 0.18);
  border-radius: 6px;
  background: #fffdf8;
  box-shadow: 0 16px 34px rgba(35, 48, 15, 0.13);
}

.main-nav__all--compact {
  min-height: 54px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 9px;
  margin: 0 0 6px;
  padding: 8px 9px;
  border: 0;
  border-radius: 5px;
  background: #f1f4e7;
  color: var(--ralp-950);
}

.main-nav__all--compact:hover {
  background: #e9eedb;
}

.main-nav__all-icon,
.main-nav__compact-mark {
  display: grid;
  place-items: center;
  color: var(--ralp-700);
}

.main-nav__all-icon {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(67, 85, 31, 0.18);
  border-radius: 50%;
  background: #fff;
}

.main-nav__all-icon svg {
  width: 20px;
  height: 20px;
}

.main-nav__all-copy {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.main-nav__all-copy strong {
  font-size: 13px;
  line-height: 1.25;
}

.main-nav__all-copy small {
  color: var(--ralp-muted);
  font-size: 9.5px;
  font-weight: 500;
  line-height: 1.35;
}

.main-nav__all-arrow {
  width: 15px;
  height: 15px;
}

.main-nav__all-icon svg,
.main-nav__all-arrow,
.main-nav__compact-mark svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.main-nav__compact-list {
  display: grid;
  gap: 2px;
}

.main-nav__compact-list a {
  min-height: 41px;
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  padding: 6px 8px;
  border-radius: 4px;
  color: var(--ralp-ink);
  transition: color 0.18s ease, background-color 0.18s ease;
}

.main-nav__compact-list a:hover,
.main-nav__compact-list a:focus-visible {
  color: var(--ralp-800);
  background: #f6f7f0;
}

.main-nav__compact-mark {
  width: 27px;
  height: 27px;
}

.main-nav__compact-mark svg {
  width: 18px;
  height: 18px;
}

.main-nav__compact-label {
  min-width: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-nav__compact-list small {
  color: #7d816f;
  font-size: 9.5px;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .main-nav__categories--compact .main-nav__dropdown--compact {
    width: 100%;
    max-height: none;
    padding: 8px 0 12px;
    overflow: visible;
    border: 0;
    border-bottom: 1px solid #eee6dc;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .main-nav__all--compact {
    width: 100%;
    min-height: 58px;
    margin-bottom: 5px;
    padding: 9px 10px;
  }

  .main-nav__all-copy strong {
    font-size: 14px;
  }

  .main-nav__all-copy small {
    font-size: 10px;
  }

  .main-nav__compact-list {
    gap: 1px;
  }

  .main-nav__compact-list a {
    min-height: 46px;
    padding-inline: 10px;
  }

  .main-nav__compact-label {
    font-size: 13px;
  }

  .main-nav__compact-list small {
    font-size: 10px;
  }
}
/* Mobile navigation stability and accessibility. */
@media (max-width: 900px) {
  html.mobile-nav-open,
  html.mobile-nav-open body {
    overflow: hidden;
  }

  .site-header .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 92;
    width: min(90vw, 360px);
    max-width: calc(100vw - 16px);
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-self: auto;
    align-items: stretch;
    justify-self: auto;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    padding: 0 16px max(24px, env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 0;
    border-left: 1px solid rgba(67, 85, 31, 0.16);
    background: #fffdf9;
    box-shadow: -18px 0 44px rgba(21, 34, 53, 0.18);
    -webkit-overflow-scrolling: touch;
  }

  .site-header .main-nav > a,
  .site-header .main-nav > details > summary {
    min-height: 52px;
    padding: 0 2px;
    justify-content: flex-start;
    color: var(--ralp-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    white-space: normal;
  }

  .site-header .main-nav > details > summary {
    justify-content: space-between;
  }

  .site-header .main-nav > a::after,
  .site-header .main-nav > details > summary::after {
    display: none;
  }

  .site-header .mobile-nav__head {
    position: sticky;
    top: 0;
    z-index: 3;
    min-height: 64px;
    flex: 0 0 auto;
    margin: 0 0 4px;
    padding: max(10px, env(safe-area-inset-top)) 0 10px;
    background: #fffdf9;
    border-bottom: 1px solid rgba(67, 85, 31, 0.18);
  }

  .site-header .mobile-nav__head strong {
    font-family: var(--font-display);
    font-size: 21px;
    font-weight: 700;
  }

  .site-header .mobile-nav__close {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-color: rgba(67, 85, 31, 0.2);
    background: #fff;
    color: var(--ralp-950);
  }

  .site-header .main-nav__categories--compact .main-nav__dropdown--compact {
    padding: 6px 0 10px;
  }

  .site-header .main-nav__all--compact {
    min-height: 56px;
  }

  .site-header .main-nav__compact-list a {
    min-height: 44px;
  }

  .site-header .mobile-nav__backdrop {
    border: 0;
    background: rgba(20, 27, 12, 0.46);
  }

  .site-header .menu-button {
    width: 40px;
    height: 40px;
    margin-left: auto;
    border-radius: 50%;
    outline-offset: 3px;
  }

  .site-header .menu-button span {
    width: 18px;
  }

  .site-header .menu-button:focus-visible,
  .site-header .mobile-nav__close:focus-visible {
    outline: 2px solid var(--ralp-700);
  }
}

@media (max-width: 380px) {
  .site-header .main-nav {
    width: calc(100vw - 12px);
    max-width: none;
    padding-inline: 13px;
  }

  .site-header .main-nav__compact-list small {
    font-size: 9px;
  }
}
