/*
Theme Name: El Secreto de la Reina Ana
Template: hello-elementor
Version: 1.8.2
Text Domain: el-secreto-reina-ana
*/

@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Nunito+Sans:wght@400;600;700;800&family=Roboto:wght@500;700&display=swap");

:root {
  --ra-brown: #6f5538;
  --ra-brown-dark: #4b3726;
  --ra-red: #d93a32;
  --ra-cream: #f7f1e6;
  --ra-paper: #faf8f3;
  --ra-gold: #b59054;
  --ra-line: #e7dcc6;
  --ra-text: #5a4a39;
  --ra-shadow: 0 16px 30px rgba(73, 52, 34, 0.1);
  --ra-shell: min(1380px, calc(100vw - 32px));
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Crimson Text", serif;
  color: var(--ra-text);
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.ra-shell {
  width: var(--ra-shell);
  margin: 0 auto;
}

.ra-site-topbar {
  background: #3d2b1f;
  color: #fff;
  padding: 7px 0;
  font: 600 11px/1 "Roboto", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ra-site-topbar .ra-shell {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.ra-site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  border-bottom: 3px solid #b8934a;
}

.ra-site-header .ra-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}

.ra-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 60px;
  border-radius: 999px;
  background: #cf342d;
  border: 4px solid #f1d59f;
  color: #fff;
  box-shadow: 0 6px 16px rgba(100, 62, 34, 0.14);
  flex: 0 0 148px;
}

.ra-brand strong {
  display: block;
  font: 600 31px/1 "Oswald", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ra-brand span {
  display: block;
  font: 600 11px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  margin-top: 3px;
}

.ra-main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1;
  flex-wrap: nowrap;
  overflow: visible;
}

.ra-main-nav a,
.ra-site-actions a,
.ra-mobile-links a {
  font: 600 11px/1 "Roboto", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333;
  white-space: nowrap;
}

.ra-site-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ra-search-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  padding: 10px 12px;
  border: 1px solid #d8c5a3;
  border-radius: 4px;
  background: #fff;
  color: #96764d;
  font: 600 12px/1 "Oswald", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ra-button,
.ra-site-actions .ra-story-link,
.ra-page-hero__actions a,
.ra-rich-grid a,
.ra-story-block a,
.ra-section-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 2px;
  background: var(--ra-red);
  color: #fff;
  font: 600 13px/1 "Oswald", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ra-button.is-ghost,
.ra-page-hero__actions a.is-ghost {
  background: rgba(255, 255, 255, 0.8);
  color: var(--ra-brown);
  border: 1px solid #b89a69;
}

.ra-mobile-links {
  display: none;
}

.ra-page-hero {
  padding: 76px 0 48px;
  background: radial-gradient(circle at top, #fffdfa 0, #f5ecdd 55%, #f0e5d3 100%);
  border-bottom: 1px solid #efe2cc;
}

.ra-page-hero .ra-shell {
  display: grid;
  gap: 26px;
  align-items: center;
  grid-template-columns: 1.05fr 0.95fr;
}

.ra-page-hero__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--ra-gold);
  font: 600 13px/1 "Oswald", sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ra-page-hero h1,
.ra-section-title,
.woocommerce-products-header__title.page-title,
.product_title.entry-title {
  margin: 0;
  color: var(--ra-brown);
  font: 600 clamp(34px, 4vw, 74px)/0.96 "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.ra-page-hero p {
  margin: 16px 0 0;
  font-size: 23px;
  line-height: 1.5;
  max-width: 640px;
}

.ra-page-hero__actions {
  display: flex;
  gap: 14px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.ra-page-hero__visual {
  background: linear-gradient(135deg, rgba(255, 253, 250, 0.9), rgba(245, 236, 221, 0.88));
  border: 1px solid rgba(181, 144, 84, 0.18);
  border-radius: 28px;
  box-shadow: var(--ra-shadow);
  overflow: hidden;
}

.ra-page-hero__visual img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 340px;
}

.ra-page-content,
.ra-shop-layout,
.single-product .ra-shop-layout {
  padding: 56px 0 84px;
}

.ra-home-hero {
  overflow: hidden;
}

.ra-home-products {
  position: relative;
  min-height: 420px;
}

.ra-home-badge {
  position: absolute;
  right: 8%;
  top: 0;
  width: 214px;
  height: 214px;
  border-radius: 50%;
  background: #fff7eb;
  border: 10px solid rgba(191, 156, 88, 0.35);
  box-shadow: var(--ra-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ra-home-badge strong {
  display: block;
  color: var(--ra-red);
  font: 600 44px/1 "Oswald", sans-serif;
  text-transform: uppercase;
}

.ra-home-badge span {
  display: block;
  margin-top: 6px;
  color: #8f6a3d;
  font: 600 13px/1.45 "Oswald", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ra-home-product {
  position: absolute;
  filter: drop-shadow(0 18px 18px rgba(73, 52, 34, 0.18));
}

.ra-home-product.is-one {
  left: 0;
  bottom: 18px;
  width: 37%;
}

.ra-home-product.is-two {
  left: 24%;
  bottom: 8px;
  width: 21%;
}

.ra-home-product.is-three {
  left: 44%;
  bottom: 0;
  width: 30%;
}

.ra-home-product.is-four {
  right: 0;
  bottom: 20px;
  width: 23%;
}

.ra-content-block {
  margin-bottom: 34px;
  padding: 32px;
  border: 1px solid var(--ra-line);
  border-radius: 24px;
  background: linear-gradient(135deg, #fffdfa 0, #f4ead9 100%);
  box-shadow: 0 20px 40px rgba(88, 58, 33, 0.08);
}

.ra-content-block h2,
.ra-content-block h3,
.ra-rich-grid h3,
.ra-story-block h3 {
  margin: 0 0 14px;
  color: var(--ra-brown);
  font: 600 clamp(26px, 3vw, 46px)/1 "Oswald", sans-serif;
  text-transform: uppercase;
}

.ra-content-block p,
.ra-content-block li,
.ra-story-block p,
.ra-rich-grid p,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .product_meta,
.woocommerce-tabs .panel,
.woocommerce ul.products li.product .price,
.single-product div.product p.price,
.single-product div.product .woocommerce-product-details__short-description {
  font-size: 20px;
  line-height: 1.6;
}

.ra-content-grid,
.ra-rich-grid,
.ra-story-grid {
  display: grid;
  gap: 24px;
}

.ra-section-heading {
  text-align: center;
  margin-bottom: 30px;
}

.ra-section-heading p {
  margin: 14px auto 0;
  max-width: 760px;
  font-size: 22px;
  line-height: 1.55;
}

.ra-content-grid.three-up,
.ra-rich-grid.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ra-content-grid.two-up,
.ra-story-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ra-card,
.ra-story-block,
.woocommerce ul.products li.product {
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--ra-shadow);
}

.ra-card img,
.ra-story-block img {
  display: block;
  width: 100%;
  border-radius: 18px;
  margin-bottom: 18px;
}

.ra-card h3 {
  margin: 0 0 8px;
  color: var(--ra-brown);
  font: 600 28px/1 "Oswald", sans-serif;
  text-transform: uppercase;
}

.ra-card p {
  margin: 0 0 14px;
  font-size: 19px;
  line-height: 1.55;
}

.ra-card a,
.ra-section-link {
  color: var(--ra-red);
  background: transparent;
  padding: 0;
}

.ra-rich-grid article {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--ra-shadow);
  background: #fff;
}

.ra-rich-grid article img {
  display: block;
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}

.ra-rich-grid article .copy {
  padding: 18px;
}

.ra-home-band {
  background: linear-gradient(180deg, #f7f0e3 0, #f6efe2 55%, #efe5d2 100%);
}

.ra-native-hero {
  padding: 76px 0 48px;
  background: radial-gradient(circle at top, #fffdfa 0, #f5ecdd 55%, #f0e5d3 100%);
  border-bottom: 1px solid #efe2cc;
}

.ra-native-hero > .elementor-container,
.ra-native-section-head > .elementor-container,
.ra-native-cards > .elementor-container,
.ra-native-stories > .elementor-container {
  width: var(--ra-shell);
  max-width: var(--ra-shell);
  margin: 0 auto;
}

.ra-native-hero > .elementor-container {
  align-items: center;
}

.ra-native-hero-copy > .elementor-element-populated,
.ra-native-hero-media > .elementor-element-populated {
  padding: 0;
}

.ra-native-hero-eyebrow .elementor-heading-title,
.ra-native-section-eyebrow .elementor-heading-title {
  color: var(--ra-gold);
  font: 600 13px/1 "Oswald", sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ra-native-hero-title .elementor-heading-title,
.ra-native-section-title .elementor-heading-title {
  margin: 0;
  color: var(--ra-brown);
  font: 600 clamp(34px, 4vw, 74px)/0.96 "Oswald", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ra-native-hero-body,
.ra-native-section-body,
.ra-native-card-text,
.ra-native-story-text {
  color: var(--ra-text);
  font-size: 20px;
  line-height: 1.6;
}

.ra-native-hero-body,
.ra-native-hero-actions,
.ra-native-section-body {
  margin-top: 16px;
}

.ra-native-hero-actions {
  display: inline-block;
  margin-right: 10px;
}

.ra-native-btn-primary a.elementor-button,
.ra-native-btn-secondary a.elementor-button,
.ra-native-card-button a.elementor-button,
.ra-native-story-button a.elementor-button {
  padding: 13px 18px;
  border-radius: 2px;
  font: 600 13px/1 "Oswald", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ra-native-btn-primary a.elementor-button,
.ra-native-card-button a.elementor-button,
.ra-native-story-button a.elementor-button {
  background: var(--ra-red);
  color: #fff;
}

.ra-native-btn-secondary a.elementor-button {
  background: rgba(255, 255, 255, 0.82);
  color: var(--ra-brown);
  border: 1px solid #b89a69;
}

.ra-native-hero-image img {
  display: block;
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--ra-shadow);
}

.ra-native-section-head {
  padding: 52px 0 18px;
  text-align: center;
}

.ra-native-section-body {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.ra-native-cards,
.ra-native-stories {
  padding: 18px 0 56px;
}

.ra-native-card > .elementor-element-populated,
.ra-native-story > .elementor-element-populated {
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--ra-shadow);
}

.ra-native-card-image img,
.ra-native-story-image img {
  display: block;
  width: 100%;
  border-radius: 18px;
}

.ra-native-card-title .elementor-heading-title,
.ra-native-story-title .elementor-heading-title {
  color: var(--ra-brown);
  font: 600 28px/1 "Oswald", sans-serif;
  text-transform: uppercase;
}

.ra-native-card-button a.elementor-button,
.ra-native-story-button a.elementor-button {
  margin-top: 8px;
}

.ra-native-band {
  background: linear-gradient(180deg, #f7f0e3 0, #f6efe2 55%, #efe5d2 100%);
}

.ra-page-entry > * + * {
  margin-top: 28px;
}

.ra-page-entry h2,
.ra-page-entry h3,
.ra-page-entry h4 {
  color: var(--ra-brown);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.ra-page-entry h2 {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1;
  margin-bottom: 14px;
}

.ra-page-entry h3 {
  font-size: clamp(24px, 2.3vw, 36px);
  line-height: 1.05;
  margin-bottom: 10px;
}

.ra-page-entry p,
.ra-page-entry li {
  font-size: 20px;
  line-height: 1.6;
}

.ra-page-entry ul,
.ra-page-entry ol {
  padding-left: 22px;
}

.ra-page-entry .ra-content-block,
.ra-page-entry .ra-rich-grid,
.ra-page-entry .ra-content-grid,
.ra-page-entry .ra-story-grid {
  margin-top: 0;
}

.ra-faq {
  display: grid;
  gap: 28px;
}

.ra-faq__intro,
.ra-faq__cta {
  background: linear-gradient(180deg, #fbf7ee 0%, #f4ead8 100%);
  border: 1px solid rgba(181, 144, 84, 0.22);
  box-shadow: var(--ra-shadow);
  padding: 32px;
}

.ra-faq__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--ra-gold);
  font: 700 11px/1 "Roboto", sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ra-faq__grid {
  display: grid;
  gap: 18px;
}

.ra-faq__item {
  border: 1px solid rgba(111, 85, 56, 0.18);
  background: #fffdf8;
}

.ra-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 28px;
  color: var(--ra-brown);
  font: 700 18px/1.35 "Nunito Sans", sans-serif;
  position: relative;
}

.ra-faq__item summary::-webkit-details-marker {
  display: none;
}

.ra-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ra-red);
  font: 700 24px/1 "Roboto", sans-serif;
}

.ra-faq__item[open] summary::after {
  content: "?";
}

.ra-faq__answer {
  padding: 0 28px 24px;
}

.ra-faq__answer > *:first-child {
  margin-top: 0;
}

.ra-faq__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.ra-faq__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 2px solid var(--ra-red);
  background: var(--ra-red);
  color: #fff;
  font: 700 11px/1 "Roboto", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 0.18s, border-color 0.18s, color 0.18s;
}

.ra-faq__button:hover {
  background: #b8291f;
  border-color: #b8291f;
  color: #fff;
}

.ra-faq__button.is-ghost {
  background: transparent;
  border-color: var(--ra-brown);
  color: var(--ra-brown);
}

.ra-faq__button.is-ghost:hover {
  background: var(--ra-cream);
  color: var(--ra-brown);
}

.ra-site-footer {
  border-top: 1px solid #eadbc1;
  background: #f5efe3;
  padding: 30px 0 54px;
}

.ra-site-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ra-site-footer h4 {
  margin: 0 0 10px;
  color: var(--ra-brown);
  font: 600 22px/1 "Oswald", sans-serif;
  text-transform: uppercase;
}

.ra-site-footer a,
.ra-site-footer p {
  display: block;
  margin: 4px 0;
  font-size: 18px;
  line-height: 1.55;
}

.ra-site-footer__note {
  padding-top: 24px;
  color: #8c7357;
  font-size: 16px;
  text-align: center;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 18px;
  color: #8d7357;
}

.woocommerce-result-count,
.woocommerce-ordering {
  font-size: 16px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 32px 0 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  text-align: left;
  border: 1px solid rgba(181, 144, 84, 0.18);
}

.woocommerce ul.products li.product a img {
  margin-bottom: 18px;
  border-radius: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
  color: var(--ra-brown);
  font: 600 26px/1.1 "Oswald", sans-serif;
  text-transform: uppercase;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: var(--ra-red);
  font: 600 22px/1.2 "Oswald", sans-serif;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  padding: 14px 20px;
  border-radius: 2px;
  background: var(--ra-red);
  color: #fff;
  font: 600 13px/1 "Oswald", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce div.product {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none !important;
  width: auto !important;
}

.woocommerce div.product div.images img {
  border-radius: 24px;
  box-shadow: var(--ra-shadow);
}

.woocommerce .quantity .qty {
  min-height: 44px;
  border: 1px solid #d8c5a3;
  border-radius: 4px;
}

.woocommerce-tabs ul.tabs {
  padding-left: 0;
}

.woocommerce-tabs ul.tabs li {
  border-radius: 8px 8px 0 0;
}

.woocommerce .related.products {
  margin-top: 42px;
}

.woocommerce .cart-collaterals,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
  background: #fff;
}

@media (max-width: 1024px) {
  .ra-site-header .ra-shell,
  .ra-page-hero .ra-shell,
  .ra-content-grid.two-up,
  .ra-story-grid,
  .ra-native-hero > .elementor-container,
  .woocommerce div.product,
  .ra-site-footer__grid {
    grid-template-columns: 1fr;
  }

  .ra-home-badge {
    position: static;
    margin: 0 auto 18px;
  }

  .ra-home-products {
    min-height: 360px;
  }

  .ra-main-nav {
    justify-content: flex-start;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  :root {
    --ra-shell: min(100vw - 24px, 1200px);
  }

  .ra-site-topbar .ra-shell {
    justify-content: center;
  }

  .ra-site-header .ra-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .ra-main-nav,
  .ra-site-actions {
    display: none;
  }

  .ra-mobile-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .ra-mobile-links a {
    padding: 8px 10px;
    border: 1px solid #e2d1b7;
    border-radius: 999px;
    background: #fff;
  }

  .ra-page-hero {
    padding-top: 56px;
  }

  .ra-content-grid.three-up,
  .ra-rich-grid.three-up,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .ra-native-hero {
    padding-top: 56px;
  }

  .ra-native-hero-actions {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .ra-home-products {
    min-height: 300px;
  }

  .ra-home-product.is-one {
    width: 36%;
  }

  .ra-home-product.is-two {
    width: 20%;
  }

  .ra-home-product.is-three {
    width: 30%;
  }

  .ra-home-product.is-four {
    width: 22%;
  }

  .ra-content-block {
    padding: 24px 18px;
  }
}

/* Bertolli-aligned visual system */
:root {
  --ra-brown: #694723;
  --ra-brown-dark: #56361c;
  --ra-red: #ee1d25;
  --ra-cream: #f5edd9;
  --ra-paper: #fcf9ea;
  --ra-gold: #d3ae5f;
  --ra-line: #d6cbb4;
  --ra-text: #694723;
  --ra-shadow: 0 14px 28px rgba(105, 71, 35, 0.08);
}

body {
  font-family: "Nunito Sans", sans-serif;
  background: var(--ra-paper);
  color: var(--ra-text);
}

.ra-site-topbar {
  background: #694723 url("https://bertolli.com/wp-content/themes/bertolli/img/header-subnav-bg.jpg") no-repeat top center;
  background-size: auto 100%;
  font: 700 12px/1 "Roboto", sans-serif;
  letter-spacing: 0.12em;
}

.ra-site-header {
  background: #fff url("https://bertolli.com/wp-content/themes/bertolli/img/header-bar.jpg") no-repeat top center;
  background-size: auto 48px;
  backdrop-filter: none;
  border-bottom: 1px solid var(--ra-line);
  box-shadow: 0 2px 0 rgba(211, 174, 95, 0.28);
}

.ra-site-header .ra-shell {
  padding: 30px 0 16px;
}

.ra-brand {
  width: 186px;
  height: 80px;
  background: var(--ra-red);
  border: 4px solid var(--ra-gold);
  box-shadow: none;
}

.ra-brand strong {
  font: 400 36px/1 "Fjalla One", sans-serif;
  letter-spacing: 0.03em;
}

.ra-brand span {
  font: 700 11px/1.2 "Roboto", sans-serif;
  letter-spacing: 0.28em;
}

.ra-main-nav {
  gap: 26px;
}

.ra-main-nav a,
.ra-site-actions a,
.ra-mobile-links a,
.ra-search-chip {
  color: var(--ra-brown);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.ra-search-chip {
  min-width: 120px;
  justify-content: flex-start;
  padding: 10px 36px 10px 14px;
  border: 1px solid var(--ra-brown);
  border-radius: 0;
  background: #fff url("https://bertolli.com/wp-content/themes/bertolli/img/header-search-icon.png") no-repeat right 10px center / 18px 18px;
  color: var(--ra-brown);
}

.ra-button,
.ra-site-actions .ra-story-link,
.ra-page-hero__actions a,
.ra-rich-grid a,
.ra-story-block a,
.ra-section-link {
  padding: 12px 26px;
  border: 2px solid var(--ra-gold);
  border-radius: 0;
  background: transparent;
  box-shadow: inset 0 0 0 999px var(--ra-red);
  color: #fff;
  font: 700 13px/1 "Roboto", sans-serif;
  letter-spacing: 0.08em;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.ra-button.is-ghost,
.ra-page-hero__actions a.is-ghost {
  border-color: var(--ra-brown);
  box-shadow: inset 0 0 0 999px #fff;
  color: var(--ra-brown);
}

.ra-button:hover,
.ra-site-actions .ra-story-link:hover,
.ra-page-hero__actions a:hover,
.ra-rich-grid a:hover,
.ra-story-block a:hover,
.ra-section-link:hover {
  filter: brightness(0.96);
  transform: translateY(-1px);
}

.ra-page-hero,
.ra-native-hero {
  background:
    linear-gradient(180deg, rgba(252, 249, 234, 0.94), rgba(245, 237, 217, 0.96)),
    url("https://bertolli.com/wp-content/themes/bertolli/img/View_All_Tan_Texture_Background_Mobile_@2x.jpg") center/cover;
  border-bottom: 1px solid var(--ra-line);
}

.ra-home-band,
.ra-native-band,
.ra-site-footer {
  background:
    linear-gradient(180deg, rgba(252, 249, 234, 0.96), rgba(245, 237, 217, 0.98)),
    url("https://bertolli.com/wp-content/themes/bertolli/img/background-landscape-texture_bottom_754.jpg") center/cover;
}

.ra-page-hero__eyebrow,
.ra-native-hero-eyebrow .elementor-heading-title,
.ra-native-section-eyebrow .elementor-heading-title {
  color: #c69944;
  font: 700 12px/1 "Roboto", sans-serif;
  letter-spacing: 0.18em;
}

.ra-page-hero h1,
.ra-section-title,
.woocommerce-products-header__title.page-title,
.product_title.entry-title,
.ra-native-hero-title .elementor-heading-title,
.ra-native-section-title .elementor-heading-title,
.ra-card h3,
.ra-story-block h3,
.ra-content-block h2,
.ra-content-block h3,
.ra-rich-grid h3,
.ra-site-footer h4,
.ra-native-card-title .elementor-heading-title,
.ra-native-story-title .elementor-heading-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
  color: var(--ra-brown);
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0.04em;
}

.ra-page-hero p,
.ra-section-heading p,
.ra-content-block p,
.ra-content-block li,
.ra-story-block p,
.ra-rich-grid p,
.ra-site-footer a,
.ra-site-footer p,
.ra-native-hero-body,
.ra-native-section-body,
.ra-native-card-text,
.ra-native-story-text,
.ra-page-entry p,
.ra-page-entry li,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .product_meta,
.woocommerce-tabs .panel,
.woocommerce ul.products li.product .price,
.single-product div.product p.price,
.single-product div.product .woocommerce-product-details__short-description {
  font-family: "Nunito Sans", sans-serif;
}

.ra-page-hero__visual,
.ra-content-block,
.ra-card,
.ra-story-block,
.ra-rich-grid article,
.ra-native-card > .elementor-element-populated,
.ra-native-story > .elementor-element-populated,
.woocommerce ul.products li.product,
.woocommerce .cart-collaterals,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
  background: rgba(252, 249, 234, 0.88);
  border: 1px solid var(--ra-line);
  box-shadow: var(--ra-shadow);
}

.ra-page-hero__visual {
  background:
    linear-gradient(180deg, rgba(252, 249, 234, 0.92), rgba(245, 237, 217, 0.92)),
    url("https://bertolli.com/wp-content/themes/bertolli/img/background-landscape_bottom_799.jpg") center/cover;
}

.ra-card img,
.ra-story-block img,
.ra-native-card-image img,
.ra-native-story-image img,
.woocommerce ul.products li.product a img,
.ra-native-hero-image img,
.woocommerce div.product div.images img {
  border-radius: 22px;
}

.ra-native-btn-primary a.elementor-button,
.ra-native-btn-secondary a.elementor-button,
.ra-native-card-button a.elementor-button,
.ra-native-story-button a.elementor-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border: 2px solid var(--ra-gold);
  border-radius: 0;
  background: transparent;
  box-shadow: inset 0 0 0 999px var(--ra-red);
  color: #fff;
  font: 700 13px/1 "Roboto", sans-serif;
  letter-spacing: 0.08em;
  padding: 12px 26px;
}

.ra-native-btn-secondary a.elementor-button {
  border-color: var(--ra-brown);
  box-shadow: inset 0 0 0 999px #fff;
  color: var(--ra-brown);
}

.ra-native-btn-primary a.elementor-button:hover,
.ra-native-btn-secondary a.elementor-button:hover,
.ra-native-card-button a.elementor-button:hover,
.ra-native-story-button a.elementor-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  filter: brightness(0.96);
  transform: translateY(-1px);
}

.ra-site-footer {
  border-top: 1px solid var(--ra-line);
}

.ra-site-footer__note,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-result-count,
.woocommerce-ordering {
  color: var(--ra-brown);
}

.ra-mobile-links a {
  background: #fff;
  border: 1px solid var(--ra-brown);
  border-radius: 0;
}

.woocommerce .quantity .qty {
  border: 1px solid var(--ra-brown);
}

/* Elementor override priority */
body .ra-site-topbar .ra-shell {
  justify-content: flex-start !important;
}

body .ra-main-nav a,
body .ra-site-actions a,
body .ra-mobile-links a,
body .ra-search-chip {
  color: var(--ra-brown) !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
}

body .ra-page-hero__eyebrow,
body .ra-native-hero-eyebrow .elementor-heading-title,
body .ra-native-section-eyebrow .elementor-heading-title {
  color: #c69944 !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
}

body .ra-page-hero h1,
body .ra-section-title,
body .woocommerce-products-header__title.page-title,
body .product_title.entry-title,
body .ra-native-hero-title .elementor-heading-title,
body .ra-native-section-title .elementor-heading-title,
body .ra-native-card-title .elementor-heading-title,
body .ra-native-story-title .elementor-heading-title {
  color: var(--ra-brown) !important;
  font-family: "Fjalla One", sans-serif !important;
  letter-spacing: 0.04em !important;
}

body .ra-page-hero p,
body .ra-section-heading p,
body .ra-native-hero-body,
body .ra-native-section-body,
body .ra-native-card-text,
body .ra-native-story-text,
body .ra-page-entry p,
body .ra-page-entry li,
body .elementor-widget-text-editor {
  color: var(--ra-text) !important;
  font-family: "Nunito Sans", sans-serif !important;
}

body .ra-button,
body .ra-site-actions .ra-story-link,
body .ra-page-hero__actions a,
body .ra-rich-grid a,
body .ra-story-block a,
body .ra-section-link,
body .ra-native-btn-primary a.elementor-button,
body .ra-native-btn-secondary a.elementor-button,
body .ra-native-card-button a.elementor-button,
body .ra-native-story-button a.elementor-button,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce #respond input#submit {
  border-radius: 0 !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
}

body .ra-native-btn-primary a.elementor-button,
body .ra-native-card-button a.elementor-button,
body .ra-native-story-button a.elementor-button,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce #respond input#submit,
body .ra-button,
body .ra-site-actions .ra-story-link,
body .ra-page-hero__actions a:not(.is-ghost) {
  color: #fff !important;
  border: 2px solid var(--ra-gold) !important;
  background: transparent !important;
  box-shadow: inset 0 0 0 999px var(--ra-red) !important;
}

body .ra-native-btn-secondary a.elementor-button,
body .ra-page-hero__actions a.is-ghost {
  color: var(--ra-brown) !important;
  border: 2px solid var(--ra-brown) !important;
  background: transparent !important;
  box-shadow: inset 0 0 0 999px #fff !important;
}

body .ra-site-actions {
  gap: 12px !important;
}

body .ra-search-form {
  display: flex;
  align-items: center;
  margin: 0;
}

body .ra-search-field {
  width: 82px;
  height: 26px;
  border: 1px solid var(--ra-brown);
  border-right: 0;
  border-radius: 0;
  padding: 0 0 0 6px;
  background: #fff;
  color: var(--ra-brown);
  font: 400 12px/1 "Roboto", sans-serif;
}

body .ra-search-field::placeholder {
  color: var(--ra-brown);
  opacity: 1;
}

body .ra-search-submit {
  width: 26px;
  height: 26px;
  border: 1px solid var(--ra-brown);
  border-radius: 0;
  background: #694723 url("https://bertolli.com/wp-content/themes/bertolli/img/header-search-icon.png") no-repeat center center / 14px 14px;
  padding: 0;
}

body .ra-home-banner {
  padding: 0;
  background: var(--ra-paper);
  border-bottom: 0;
}

body .ra-home-banner > .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .ra-home-categories-head > .elementor-container,
body .ra-home-categories > .elementor-container,
body .ra-home-recipes-head > .elementor-container,
body .ra-home-recipes-row > .elementor-container {
  width: var(--ra-shell);
  max-width: var(--ra-shell);
  margin: 0 auto;
}

body .ra-home-banner-column > .elementor-element-populated,
body .ra-home-banner .elementor-column-wrap,
body .ra-home-banner .elementor-widget-wrap {
  padding: 0 !important;
}

body .ra-home-banner-image,
body .ra-home-banner-image .elementor-widget-container,
body .ra-home-banner-image figure {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
}

body .ra-home-banner-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  max-width: 100%;
}

body .ra-home-banner-button {
  margin-top: -72px;
  margin-right: 44px;
  text-align: right;
}

body .ra-home-banner-button a.elementor-button {
  border: 2px solid var(--ra-gold) !important;
  box-shadow: inset 0 0 0 999px var(--ra-red) !important;
  color: #fff !important;
  padding: 10px 22px !important;
}

body .ra-home-categories-head {
  padding: 12px 0 6px;
  background: #fff;
  text-align: center;
}

body .ra-home-categories-head .ra-native-section-title .elementor-heading-title,
body .ra-home-recipes-head .ra-native-section-title .elementor-heading-title {
  display: inline-block;
  position: relative;
  font-size: clamp(36px, 3.7vw, 62px) !important;
}

body .ra-home-categories-head .ra-native-section-title .elementor-heading-title::after,
body .ra-home-recipes-head .ra-native-section-title .elementor-heading-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 126px;
  height: 3px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent 0, var(--ra-gold) 18%, var(--ra-gold) 82%, transparent 100%);
}

body .ra-home-categories-head .ra-native-section-body,
body .ra-home-recipes-head .ra-native-section-body {
  margin-top: 24px;
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #8c7b62 !important;
  max-width: 640px;
}

body .ra-home-categories {
  padding: 18px 0 42px;
  background: #fff;
}

body .ra-home-category > .elementor-element-populated {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 36px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: center;
}

body .ra-home-category-image,
body .ra-home-category-title,
body .ra-home-category-button {
  width: 100%;
}

body .ra-home-category-image a,
body .ra-home-category-title a {
  display: inline-block;
}

body .ra-home-category-image img {
  border-radius: 0;
  box-shadow: none;
}

body .ra-home-category-title .elementor-heading-title {
  margin-top: 16px;
  color: #3d2b1f !important;
  font-family: "Fjalla One", sans-serif !important;
  font-size: 24px !important;
  line-height: 1 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
}

body .ra-home-category-title .elementor-heading-title a {
  color: inherit !important;
}

body .ra-home-category-title .elementor-widget-container::after {
  content: "";
  display: block;
  height: 28px;
  width: 160px;
  margin: 12px auto 0;
  background:
    linear-gradient(var(--ra-gold), var(--ra-gold)) center / 100% 1px no-repeat,
    radial-gradient(circle at 50% 50%, #fff 10px, var(--ra-gold) 11px, var(--ra-gold) 13px, #fff 14px);
}

body .ra-home-category-text {
  margin-top: 4px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #5a4a39 !important;
}

body .ra-home-category-button {
  margin-top: 8px !important;
}

body .ra-home-category-button a.elementor-button {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: var(--ra-red) !important;
  padding: 0 !important;
  font-size: 12px !important;
  letter-spacing: 0.1em !important;
}

body .ra-home-category-button a.elementor-button .elementor-button-text::after {
  content: " \25B6";
  font-size: 0.7em;
  vertical-align: middle;
}

body .ra-home-recipes-head {
  position: relative;
  padding: 50px 0 16px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(252, 249, 234, 0.94), rgba(245, 237, 217, 0.97)),
    url("https://bertolli.com/wp-content/themes/bertolli/img/background-landscape-texture_bottom_754.jpg") center/cover;
}

body .ra-home-recipes-head::before {
  content: "";
  display: block;
  height: 78px;
  margin: -50px 0 34px;
  background: url("https://bertolli.com/wp-content/themes/bertolli/img/recipes_background-top.jpg") no-repeat center top / cover;
}

body .ra-home-recipes-row {
  padding: 0 0 14px;
  background:
    linear-gradient(180deg, rgba(252, 249, 234, 0.94), rgba(245, 237, 217, 0.97)),
    url("https://bertolli.com/wp-content/themes/bertolli/img/background-landscape-texture_bottom_754.jpg") center/cover;
}

body .ra-home-recipes-row > .elementor-container {
  align-items: flex-start !important;
}

body .ra-home-recipes-row-bottom {
  padding-bottom: 52px;
}

body .ra-home-recipe > .elementor-element-populated {
  padding: 0 !important;
  position: relative !important;
  background: #fff;
  border: 1px solid #d9d0c2;
  box-shadow: none !important;
  overflow: hidden;
  height: auto !important;
}

/* Pinterest icon top-right on every card */
body .ra-home-recipe > .elementor-element-populated::before {
  content: "P";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 26px;
  height: 26px;
  background: #e60023;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 900;
  border-radius: 4px;
  text-align: center;
  line-height: 26px;
  z-index: 4;
  pointer-events: none;
}

body .ra-home-recipe-image img {
  display: block;
  width: 100%;
  border-radius: 0;
}

/* RECETAS badge on image bottom-left for small cards */
body .ra-home-recipe:not(.is-big) .ra-home-recipe-image .elementor-widget-container {
  position: relative;
}
body .ra-home-recipe:not(.is-big) .ra-home-recipe-image .elementor-widget-container::after {
  content: "RECETAS";
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #5a3e1b;
  color: #fff;
  font: 700 9px/1 "Roboto", sans-serif;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 2;
  pointer-events: none;
}

body .ra-home-recipe-title {
  margin-top: 0 !important;
}

body .ra-home-recipe-title .elementor-heading-title {
  padding: 12px 10px 14px;
  background: rgba(255, 255, 255, 0.96);
  color: #3d2b1f !important;
  font: 400 15px/1.15 "Fjalla One", sans-serif !important;
  text-align: center;
}

/* Large featured card ? title overlaid on image with gradient */
body .ra-home-recipe.is-big .ra-home-recipe-title {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 !important;
  z-index: 2;
}
body .ra-home-recipe.is-big .ra-home-recipe-title .elementor-heading-title {
  padding: 52px 16px 18px !important;
  background: linear-gradient(transparent, rgba(0,0,0,0.68)) !important;
  color: #fff !important;
  font-size: 18px !important;
  text-align: left !important;
  min-height: 0 !important;
}

body .ra-home-recipe-spacer > .elementor-element-populated {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 1024px) {
  body .ra-home-banner-button {
    margin-top: 18px;
    margin-right: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  body .ra-search-form {
    display: none;
  }

  body .ra-home-categories > .elementor-container,
  body .ra-home-recipes-row > .elementor-container {
    display: block;
  }

  body .ra-home-category > .elementor-element-populated,
  body .ra-home-recipe > .elementor-element-populated {
    margin-bottom: 20px;
  }

  body .ra-home-recipe-spacer {
    display: none;
  }
}

/* Final global overrides for Bertolli-like layout */
body .ra-site-topbar {
  padding: 11px 0 9px !important;
}

body .ra-site-topbar a {
  color: #f8efdd !important;
  font: 500 13px/1 "Roboto", sans-serif !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

body .ra-site-topbar .ra-shell {
  gap: 42px !important;
}

body .ra-site-header {
  background: #fff !important;
  border-top: 3px solid #b8934a !important;
  border-bottom: 1px solid #e8d9be !important;
}

body .ra-site-header .ra-shell {
  gap: 10px !important;
  padding: 8px 0 !important;
  align-items: center !important;
}

body .ra-brand {
  width: 200px !important;
  height: auto !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  flex: 0 0 200px !important;
  overflow: visible !important;
}

body .ra-brand img {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

body .ra-main-nav {
  gap: 4px !important;
  justify-content: center !important;
  flex: 1 1 0 !important;
  flex-wrap: nowrap !important;
  overflow: visible !important;
}

body .ra-main-nav a,
body .ra-nav-link {
  font: 600 12px/1 "Roboto", sans-serif !important;
  letter-spacing: 0.05em !important;
  white-space: nowrap !important;
  padding: 8px 7px !important;
  color: #333 !important;
}

body .ra-site-actions .ra-story-link {
  padding: 10px 18px !important;
  font: 700 11px/1 "Roboto", sans-serif !important;
  letter-spacing: 0.08em !important;
  background: #d93a32 !important;
  color: #fff !important;
  border-radius: 1px !important;
  text-decoration: none !important;
}

body .ra-site-actions {
  gap: 8px !important;
  flex: 0 0 auto !important;
}

body .ra-search-form {
  width: 140px !important;
  flex: 0 0 auto !important;
}

body .ra-search-field {
  width: 116px !important;
  height: 30px !important;
  padding: 0 8px !important;
  font: 400 12px/1 "Roboto", serif !important;
  border: 1px solid #ccc !important;
  border-right: 0 !important;
}

body .ra-search-field::placeholder {
  color: #999 !important;
  font-style: italic;
}

body .ra-search-submit {
  width: 30px !important;
  height: 30px !important;
  background: #555 !important;
  background-size: 14px 14px !important;
}

body .ra-home-banner {
  padding: 0 !important;
}

body .ra-home-banner > .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .ra-home-banner-button {
  margin-top: -60px !important;
  margin-right: 38px !important;
}

body .ra-home-categories-head {
  padding: 20px 0 2px !important;
}

body .ra-home-categories-head .ra-native-section-title .elementor-heading-title,
body .ra-home-recipes-head .ra-native-section-title .elementor-heading-title {
  font-size: clamp(34px, 3.2vw, 48px) !important;
  letter-spacing: 0.01em !important;
}

body .ra-home-categories-head .ra-native-section-body,
body .ra-home-recipes-head .ra-native-section-body {
  max-width: 760px !important;
}

body .ra-home-categories {
  position: relative;
  padding: 24px 0 100px !important;
  z-index: 0;
}

body .ra-home-categories::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 86px;
  z-index: -1;
  background: url("https://bertolli.com/wp-content/themes/bertolli/img/recipes_background-top.jpg") no-repeat center bottom / cover;
}

body .ra-home-category-image img {
  max-width: 92%;
  margin: 0 auto;
}

body .ra-home-category-title .elementor-heading-title {
  margin-top: 10px !important;
  color: #3d2b1f !important;
  font-size: 21px !important;
}

body .ra-home-category-text {
  max-width: 270px;
  margin: 4px auto 0 !important;
}

body .ra-home-category-button {
  margin-top: 12px !important;
}

body .ra-home-category-button a.elementor-button {
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

body .ra-home-category-image a:hover img,
body .ra-home-category-title a:hover {
  opacity: 0.92;
}

body .ra-home-recipes-head {
  padding: 54px 0 10px !important;
}

body .ra-home-recipes-head::before {
  margin: -54px 0 38px !important;
}

body .ra-home-recipes-row {
  padding: 0 0 18px !important;
}

body .ra-home-recipes-row-bottom {
  margin-top: -122px !important;
  padding-bottom: 64px !important;
}

body .ra-home-recipe > .elementor-element-populated {
  background: rgba(255, 255, 255, 0.94) !important;
}

body .ra-home-recipe-title .elementor-heading-title {
  min-height: 66px;
  color: #3d2b1f !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body .ra-home-recipe.is-big .ra-home-recipe-title .elementor-heading-title {
  min-height: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  text-align: left !important;
}

body .ra-native-hero {
  padding: 64px 0 36px !important;
}

body .ra-native-hero-title .elementor-heading-title {
  font-size: clamp(38px, 4vw, 58px) !important;
  line-height: 0.95 !important;
}

body .ra-native-hero-body,
body .ra-native-section-body,
body .ra-native-card-text,
body .ra-native-story-text {
  font-size: 18px !important;
  line-height: 1.55 !important;
}

body .ra-native-card > .elementor-element-populated,
body .ra-native-story > .elementor-element-populated {
  border-radius: 0 !important;
  padding: 16px !important;
}

body .ra-native-card-image img,
body .ra-native-story-image img,
body .ra-native-hero-image img {
  border-radius: 0 !important;
}

body .ra-native-card-title .elementor-heading-title,
body .ra-native-story-title .elementor-heading-title {
  font-size: 24px !important;
  line-height: 1 !important;
}

body .ra-native-card-button a.elementor-button,
body .ra-native-story-button a.elementor-button,
body .ra-native-btn-primary a.elementor-button,
body .ra-native-btn-secondary a.elementor-button {
  padding: 10px 20px !important;
}

body .ra-site-footer {
  padding: 64px 0 54px !important;
}

body .ra-site-footer__grid {
  margin-bottom: 46px;
  align-items: start;
}

body .ra-site-footer__group h4,
body .ra-site-footer__social h4 {
  margin: 0 0 16px !important;
  color: var(--ra-brown) !important;
  font-family: "Fjalla One", sans-serif !important;
  font-size: 18px !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
}

body .ra-site-footer__group a {
  color: #73573a !important;
  font: 400 14px/1.9 "Nunito Sans", sans-serif !important;
}

body .ra-site-footer__social {
  margin: 0 auto 26px;
  text-align: center;
}

body .ra-site-footer__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

body .ra-site-footer__icons a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--ra-gold) !important;
}

body .ra-site-footer__icons .dashicons {
  width: 26px;
  height: 26px;
  font-size: 26px;
}

body .ra-site-footer__legal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #73573a;
  font: 600 14px/1.4 "Nunito Sans", sans-serif;
}

body .ra-site-footer__legal a {
  display: inline !important;
  color: #73573a !important;
}

body .ra-site-footer__note {
  max-width: 860px;
  margin: 0 auto;
  padding-top: 0 !important;
  color: #8b7354 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

@media (max-width: 1180px) {
  body .ra-brand {
    width: 232px !important;
    flex-basis: 232px !important;
  }

  body .ra-main-nav {
    gap: 12px !important;
  }

  body .ra-main-nav a {
    font-size: 11px !important;
  }
}

@media (max-width: 1024px) {
  body .ra-home-recipes-row-bottom {
    margin-top: 0 !important;
  }

  body .ra-site-footer__grid {
    gap: 32px;
  }
}

@media (max-width: 767px) {
  body .ra-site-topbar {
    padding: 8px 0 !important;
  }

  body .ra-site-header .ra-shell {
    padding: 18px 0 14px !important;
  }

  body .ra-home-categories {
    padding-bottom: 48px !important;
  }

  body .ra-home-categories::after {
    height: 44px;
  }

  body .ra-home-banner-button {
    margin-top: 14px !important;
    margin-right: 0 !important;
  }

  body .ra-home-recipe-title .elementor-heading-title {
    min-height: 0;
  }

  body .ra-site-footer__legal {
    flex-wrap: wrap;
  }
}

/* Reference-inspired inner pages */
body .ra-ref-hero,
body .ra-ref-page-head,
body .ra-ref-band,
body .ra-ref-chip-row,
body .ra-ref-product-grid,
body .ra-ref-guide-grid,
body .ra-ref-recipe-grid,
body .ra-ref-quick-grid,
body .ra-ref-story-split,
body .ra-ref-timeline-row,
body .ra-ref-notice {
  position: relative;
}

body .ra-ref-hero > .elementor-container,
body .ra-ref-page-head > .elementor-container,
body .ra-ref-band > .elementor-container,
body .ra-ref-chip-row > .elementor-container,
body .ra-ref-product-grid > .elementor-container,
body .ra-ref-guide-grid > .elementor-container,
body .ra-ref-recipe-grid > .elementor-container,
body .ra-ref-quick-grid > .elementor-container,
body .ra-ref-story-split > .elementor-container,
body .ra-ref-timeline-row > .elementor-container,
body .ra-ref-notice > .elementor-container {
  width: var(--ra-shell);
  max-width: var(--ra-shell);
  margin: 0 auto;
}

body .ra-ref-hero,
body .ra-ref-story-split,
body .ra-ref-timeline-row {
  padding: 60px 0;
  background:
    linear-gradient(180deg, rgba(252, 249, 234, 0.94), rgba(245, 237, 217, 0.96)),
    url("https://bertolli.com/wp-content/themes/bertolli/img/View_All_Tan_Texture_Background_Mobile_@2x.jpg") center/cover;
}

body .ra-ref-hero > .elementor-container {
  align-items: center;
}

body .ra-ref-page-head {
  padding: 50px 0 24px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(252, 249, 234, 0.94), rgba(245, 237, 217, 0.96)),
    url("https://bertolli.com/wp-content/themes/bertolli/img/View_All_Tan_Texture_Background_Mobile_@2x.jpg") center/cover;
}

body .ra-ref-band,
body .ra-ref-notice {
  padding: 32px 0;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(252, 249, 234, 0.97), rgba(245, 237, 217, 0.99)),
    url("https://bertolli.com/wp-content/themes/bertolli/img/background-landscape-texture_bottom_754.jpg") center/cover;
}

body .ra-ref-chip-row {
  padding: 16px 0 6px;
  text-align: center;
  background: #fff;
}

body .ra-ref-product-grid,
body .ra-ref-guide-grid,
body .ra-ref-recipe-grid,
body .ra-ref-quick-grid {
  padding: 18px 0 36px;
  background: #fff;
}

body .ra-ref-recipe-grid-bottom,
body .ra-ref-guide-grid-bottom {
  padding-top: 0;
}

body .ra-ref-breadcrumb,
body .ra-ref-section-eyebrow .elementor-heading-title {
  color: #9b7643 !important;
  font: 700 12px/1.3 "Roboto", sans-serif !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

body .ra-ref-breadcrumb {
  margin-bottom: 10px !important;
}

body .ra-ref-page-title .elementor-heading-title,
body .ra-ref-hero-title .elementor-heading-title {
  color: var(--ra-brown) !important;
  font-family: "Fjalla One", sans-serif !important;
  font-size: clamp(34px, 3.8vw, 60px) !important;
  line-height: 0.97 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

body .ra-ref-page-body,
body .ra-ref-hero-body,
body .ra-ref-hero-subbody {
  color: #73573a !important;
  font: 400 18px/1.65 "Nunito Sans", sans-serif !important;
  max-width: 700px;
}

body .ra-ref-page-head-copy > .elementor-element-populated,
body .ra-ref-hero-media > .elementor-element-populated {
  padding: 0 !important;
}

/* Reversed (image left, text right): add left padding to text column */
body .ra-ref-hero .ra-ref-hero-media + .ra-ref-hero-copy > .elementor-element-populated {
  padding: 0 0 0 48px !important;
}

/* Normal (text left, image right): add right padding to text column */
body .ra-ref-hero .ra-ref-hero-copy:not(.ra-ref-hero-media ~ .ra-ref-hero-copy) > .elementor-element-populated {
  padding: 0 48px 0 0 !important;
}

/* Tight spacing between widgets inside copy column */
body .ra-ref-hero-copy .elementor-widget {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body .ra-ref-hero-copy .ra-ref-breadcrumb .elementor-widget-container {
  margin-bottom: 4px;
}

body .ra-ref-hero-copy .ra-ref-section-eyebrow .elementor-widget-container,
body .ra-ref-hero-copy .ra-ref-hero-title .elementor-widget-container {
  margin-bottom: 6px;
}

body .ra-ref-hero-copy .ra-ref-hero-body .elementor-widget-container {
  margin-bottom: 0;
}

body .ra-ref-hero-copy .ra-button-row .elementor-widget-container {
  margin-top: 20px;
}

body .ra-ref-hero-image img,
body .ra-ref-product-image img,
body .ra-ref-guide-image img,
body .ra-ref-recipe-image img,
body .ra-ref-quick-image img,
body .ra-ref-notice-image img {
  display: block;
  width: 100%;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body .ra-ref-hero-image img {
  border: 1px solid rgba(111, 85, 56, 0.15);
  background: #fff;
}

body .ra-ref-featured-head,
body .ra-ref-page-head-recipes,
body .ra-ref-page-head-guides,
body .ra-ref-page-head-buy,
body .ra-ref-page-head-coupons {
  border-bottom: 1px solid #eadbc1;
}

body .ra-ref-featured-head .ra-native-section-title .elementor-heading-title,
body .ra-ref-band .ra-ref-page-title .elementor-heading-title,
body .ra-ref-notice-title .elementor-heading-title {
  font-size: clamp(28px, 2.9vw, 44px) !important;
}

body .ra-ref-product-card > .elementor-element-populated,
body .ra-ref-guide-card > .elementor-element-populated,
body .ra-ref-recipe-card > .elementor-element-populated,
body .ra-ref-quick-card > .elementor-element-populated {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid #dfd4c0 !important;
  box-shadow: none !important;
  overflow: hidden;
  height: 100%;
}

body .ra-ref-product-title .elementor-heading-title,
body .ra-ref-guide-title .elementor-heading-title,
body .ra-ref-recipe-title .elementor-heading-title,
body .ra-ref-quick-title .elementor-heading-title {
  padding: 18px 18px 0 !important;
  color: var(--ra-brown) !important;
  font-family: "Fjalla One", sans-serif !important;
  font-size: 22px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body .ra-ref-product-text,
body .ra-ref-guide-text,
body .ra-ref-recipe-text,
body .ra-ref-quick-text {
  padding: 8px 18px 0 !important;
  color: #73573a !important;
  font: 400 14px/1.55 "Nunito Sans", sans-serif !important;
  flex-grow: 1;
}

body .ra-ref-product-button,
body .ra-ref-guide-button,
body .ra-ref-recipe-button,
body .ra-ref-quick-button,
body .ra-ref-band-button,
body .ra-ref-notice-button,
body .ra-ref-hero-button {
  margin: 16px 18px 18px !important;
}

body .ra-ref-band > .elementor-container,
body .ra-ref-notice > .elementor-container {
  justify-content: center;
}

body .ra-ref-notice-box > .elementor-element-populated {
  padding: 46px 44px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid #ddcfb7 !important;
  box-shadow: none !important;
}

body .ra-ref-notice-title .elementor-heading-title {
  color: var(--ra-brown) !important;
  font-family: "Fjalla One", sans-serif !important;
  font-size: clamp(34px, 4vw, 62px) !important;
  line-height: 0.98 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  margin-top: 8px !important;
}

body .ra-ref-notice-body,
body .ra-ref-product-text,
body .ra-ref-guide-text,
body .ra-ref-recipe-text,
body .ra-ref-quick-text {
  color: #73573a !important;
  font-family: "Nunito Sans", sans-serif !important;
}

body .ra-ref-product-button a.elementor-button,
body .ra-ref-guide-button a.elementor-button,
body .ra-ref-recipe-button a.elementor-button,
body .ra-ref-quick-button a.elementor-button,
body .ra-ref-band-button a.elementor-button,
body .ra-ref-notice-button a.elementor-button,
body .ra-ref-hero-button a.elementor-button {
  border: 2px solid var(--ra-gold) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: inset 0 0 0 999px var(--ra-red) !important;
  color: #fff !important;
  font: 700 13px/1 "Roboto", sans-serif !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 11px 22px !important;
}

body .ra-native-btn-secondary a.elementor-button,
body .ra-ref-hero-button.ra-native-btn-secondary a.elementor-button,
body .ra-ref-notice-button.ra-native-btn-secondary a.elementor-button {
  border-color: var(--ra-brown) !important;
  box-shadow: inset 0 0 0 999px #fff !important;
  color: var(--ra-brown) !important;
}

body .ra-ref-product-button,
body .ra-ref-guide-button,
body .ra-ref-recipe-button,
body .ra-ref-quick-button {
  margin-top: auto !important;
}

body .ra-ref-recipe-grid .ra-ref-recipe-card > .elementor-element-populated,
body .ra-ref-guide-grid .ra-ref-guide-card > .elementor-element-populated {
  min-height: 100%;
}

body .ra-ref-recipe-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

body .ra-ref-product-image img,
body .ra-ref-quick-image img,
body .ra-ref-guide-image img {
  aspect-ratio: 1 / 0.72;
  object-fit: cover;
}

body .ra-ref-page-head-recipes {
  padding-bottom: 14px;
}

body .ra-ref-chip-row-recipes,
body .ra-ref-chip-row-guides,
body .ra-ref-chip-row-oils {
  padding-top: 22px;
  padding-bottom: 18px;
}

body .ra-ref-recipe-title .elementor-heading-title {
  font-size: 22px !important;
}

body .ra-ref-product-title .elementor-heading-title,
body .ra-ref-quick-title .elementor-heading-title {
  font-size: 20px !important;
}

body .ra-ref-quick-grid-buy,
body .ra-ref-quick-grid-coupons,
body .ra-ref-quick-grid-story {
  padding-top: 12px;
}

body .ra-ref-coupons-notice .ra-ref-notice-box > .elementor-element-populated,
body .ra-ref-buy-notice .ra-ref-notice-box > .elementor-element-populated {
  max-width: 980px;
  margin: 0 auto;
}

body .ra-ref-brand-callout .ra-ref-notice-box > .elementor-element-populated {
  max-width: 1120px;
  margin: 0 auto;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body .ra-ref-chip {
  display: inline-block !important;
  width: auto !important;
  margin: 0 8px 10px !important;
}

body .ra-ref-chip a.elementor-button {
  border: 1px solid #cdb78f !important;
  box-shadow: none !important;
  background: #fff !important;
  color: var(--ra-brown) !important;
  padding: 9px 14px !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
}

body .ra-ref-story-split .ra-ref-hero-copy,
body .ra-ref-timeline-row .ra-ref-hero-copy {
  display: flex;
  align-items: center;
}

body .ra-ref-story-split .ra-ref-hero-copy > .elementor-element-populated,
body .ra-ref-timeline-row .ra-ref-hero-copy > .elementor-element-populated {
  padding-right: 20px !important;
}

body .ra-ref-timeline-row {
  padding-top: 32px;
  padding-bottom: 32px;
}

body .ra-ref-timeline-row .ra-ref-hero-title .elementor-heading-title {
  font-size: clamp(28px, 3vw, 42px) !important;
}

/* Constrain title size inside split-feature hero sections */
body .ra-ref-hero .ra-ref-hero-title .elementor-heading-title {
  font-size: clamp(28px, 3.2vw, 48px) !important;
  line-height: 1.0 !important;
}

body .ra-ref-buy-notice .ra-ref-notice-image img,
body .ra-ref-coupons-notice .ra-ref-notice-image img {
  max-width: 520px;
  margin: 0 auto 12px;
}

body .ra-ref-quick-grid-story {
  padding-top: 10px;
  padding-bottom: 60px;
}

@media (max-width: 1024px) {
  body .ra-ref-hero > .elementor-container,
  body .ra-ref-story-split > .elementor-container,
  body .ra-ref-timeline-row > .elementor-container,
  body .ra-ref-product-grid > .elementor-container,
  body .ra-ref-guide-grid > .elementor-container,
  body .ra-ref-recipe-grid > .elementor-container,
  body .ra-ref-quick-grid > .elementor-container {
    display: block;
  }

  body .ra-ref-story-split .ra-ref-hero-copy > .elementor-element-populated,
  body .ra-ref-timeline-row .ra-ref-hero-copy > .elementor-element-populated {
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  body .ra-ref-hero,
  body .ra-ref-page-head,
  body .ra-ref-band,
  body .ra-ref-notice {
    padding-top: 34px;
    padding-bottom: 24px;
  }

  body .ra-ref-page-title .elementor-heading-title,
  body .ra-ref-hero-title .elementor-heading-title {
    font-size: 32px !important;
  }

  body .ra-ref-page-body,
  body .ra-ref-hero-body,
  body .ra-ref-hero-subbody {
    font-size: 16px !important;
  }

  body .ra-ref-product-title .elementor-heading-title,
  body .ra-ref-guide-title .elementor-heading-title,
  body .ra-ref-recipe-title .elementor-heading-title,
  body .ra-ref-quick-title .elementor-heading-title {
    font-size: 22px !important;
  }
}

/* Single product, Bertolli-inspired */
body.single-product .ra-page-content--product {
  padding: 0;
}

body.single-product .ra-single-product {
  display: block !important;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.single-product .ra-product-hero {
  padding: 34px 0 28px;
  background:
    linear-gradient(180deg, rgba(252, 249, 234, 0.96), rgba(245, 237, 217, 0.98)),
    url("https://bertolli.com/wp-content/themes/bertolli/img/View_All_Tan_Texture_Background_Mobile_@2x.jpg") center/cover;
  border-top: 1px solid #eadfc8;
  border-bottom: 1px solid #e6dac1;
}

body.single-product .ra-product-hero__grid,
body.single-product .ra-product-benefits .ra-shell,
body.single-product .ra-product-detail .ra-shell,
body.single-product .ra-product-banner .ra-shell {
  width: var(--ra-shell);
  max-width: var(--ra-shell);
  margin: 0 auto;
}

body.single-product .ra-product-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.72fr);
  gap: 42px;
  align-items: start;
}

body.single-product .ra-product-gallery-panel {
  min-width: 0;
}

body.single-product .ra-product-gallery-shell {
  padding: 26px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid #ead7b9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

body.single-product .ra-product-gallery-shell .woocommerce-product-gallery {
  margin: 0 !important;
  background: #fff;
  border: 1px solid #e6d9c3;
  padding: 30px;
}

body.single-product .ra-product-gallery-shell .woocommerce-product-gallery__wrapper,
body.single-product .ra-product-gallery-shell .woocommerce-product-gallery__image {
  text-align: center;
}

body.single-product .ra-product-gallery-shell .woocommerce-product-gallery img {
  width: auto !important;
  max-width: 100%;
  max-height: 540px;
  margin: 0 auto;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.single-product .ra-product-card-panel {
  min-width: 0;
}

body.single-product .ra-single-product .summary.entry-summary.ra-product-card {
  position: sticky;
  top: 118px;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 34px 34px 30px;
  background: #fff;
  border: 1px solid #d8c9b0;
  box-shadow: 0 18px 36px rgba(96, 69, 39, 0.12);
}

body.single-product .ra-product-card__eyebrow {
  margin: 0 0 12px;
  color: #9b7643;
  font: 700 11px/1 "Roboto", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.single-product .ra-product-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0 0 22px;
  padding: 0 0 18px;
  border-bottom: 1px solid #e6dbc7;
}

body.single-product .ra-product-jumps a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #d9ccb5;
  background: #fbf6ea;
  color: var(--ra-brown);
  font: 700 10px/1 "Roboto", sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.single-product .ra-product-jumps a:hover {
  border-color: var(--ra-gold);
}

body.single-product .ra-product-card .product_title {
  margin: 0 0 10px;
  color: var(--ra-brown) !important;
  font-family: "Fjalla One", sans-serif !important;
  font-size: clamp(34px, 3vw, 50px) !important;
  line-height: 0.94 !important;
  letter-spacing: 0.02em !important;
}

body.single-product .ra-product-card .price {
  margin: 0 0 16px !important;
  color: var(--ra-red) !important;
  font-family: "Fjalla One", sans-serif !important;
  font-size: 34px !important;
  line-height: 1 !important;
}

body.single-product .ra-product-card .woocommerce-product-details__short-description {
  margin: 0 0 22px;
  color: #6f563c !important;
  font: 400 17px/1.65 "Nunito Sans", sans-serif !important;
}

body.single-product .ra-product-card form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  margin: 0 0 20px !important;
}

body.single-product .ra-product-card form.cart .quantity .qty {
  min-width: 74px;
  min-height: 52px;
  border: 1px solid #d2c4aa;
  border-radius: 0;
  background: #fff;
}

body.single-product .ra-product-card .single_add_to_cart_button,
body.single-product .ra-product-card .ra-wat-product-button {
  min-height: 52px;
  padding: 0 22px !important;
}

body.single-product .ra-product-card .product_meta {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #eadfcf;
  color: #6f563c !important;
  font: 400 14px/1.7 "Nunito Sans", sans-serif !important;
}

body.single-product .ra-product-card .product_meta a,
body.single-product .ra-product-card .product_meta .sku {
  color: var(--ra-brown) !important;
  font-weight: 700;
}

body.single-product .ra-product-benefits {
  padding: 20px 0 26px;
  background: #fff;
}

body.single-product .ra-product-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.single-product .ra-product-benefit {
  padding: 22px 20px 20px;
  text-align: center;
  border-top: 2px solid #e6c17b;
  border-bottom: 2px solid #eadfc8;
}

body.single-product .ra-product-benefit__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #f7edd5;
  color: #ae8540;
  font: 700 12px/1 "Roboto", sans-serif;
  letter-spacing: 0.08em;
}

body.single-product .ra-product-benefit h3 {
  margin: 0 0 10px;
  color: var(--ra-brown);
  font: 400 24px/1 "Fjalla One", sans-serif;
  text-transform: uppercase;
}

body.single-product .ra-product-benefit p {
  margin: 0;
  color: #6d563c;
  font: 400 14px/1.7 "Nunito Sans", sans-serif;
}

body.single-product .ra-product-detail {
  padding: 42px 0;
}

body.single-product .ra-product-detail--nutrition,
body.single-product .ra-product-detail--related,
body.single-product .ra-product-detail--reviews {
  background: #fff;
}

body.single-product .ra-product-detail--ingredients,
body.single-product .ra-product-detail--recipes,
body.single-product .ra-product-detail--guides {
  background:
    linear-gradient(180deg, rgba(252, 249, 234, 0.97), rgba(245, 237, 217, 0.99)),
    url("https://bertolli.com/wp-content/themes/bertolli/img/background-landscape-texture_bottom_754.jpg") center/cover;
}

body.single-product .ra-product-section-heading {
  margin: 0 auto 24px;
  max-width: 760px;
  text-align: center;
}

body.single-product .ra-product-section-heading__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #9b7643;
  font: 700 11px/1 "Roboto", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.single-product .ra-product-section-heading h2 {
  margin: 0;
  color: var(--ra-brown);
  font: 400 clamp(34px, 3vw, 46px)/0.98 "Fjalla One", sans-serif;
  text-transform: uppercase;
}

body.single-product .ra-product-section-heading p {
  margin: 12px auto 0;
  color: #6f563c;
  font: 400 15px/1.7 "Nunito Sans", sans-serif;
}

body.single-product .ra-product-facts {
  background: #fff;
  border: 1px solid #e2d7c3;
}

body.single-product .ra-product-facts__row {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1fr);
  gap: 18px;
  padding: 15px 18px;
  border-bottom: 1px solid #efe5d1;
}

body.single-product .ra-product-facts__row:last-child {
  border-bottom: 0;
}

body.single-product .ra-product-facts__row span {
  color: #9a7950;
  font: 700 12px/1.4 "Roboto", sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.single-product .ra-product-facts__row strong {
  color: var(--ra-brown);
  font: 700 16px/1.5 "Nunito Sans", sans-serif;
}

body.single-product .ra-product-ingredients-copy {
  max-width: 900px;
  margin: 0 auto;
  color: #5f4a34;
  font: 400 16px/1.9 "Nunito Sans", sans-serif;
  text-align: center;
}

body.single-product .ra-product-ingredients-copy p {
  margin: 0 0 14px;
}

body.single-product .ra-product-card-grid {
  display: grid;
  gap: 22px;
}

body.single-product .ra-product-card-grid--products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.single-product .ra-product-card-grid--editorial {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.single-product .ra-related-card,
body.single-product .ra-editorial-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e1d5bf;
}

body.single-product .ra-related-card__image,
body.single-product .ra-editorial-card__image {
  display: block;
  background: #fff;
}

body.single-product .ra-related-card__image img,
body.single-product .ra-editorial-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

body.single-product .ra-related-card__body,
body.single-product .ra-editorial-card__body {
  padding: 18px 18px 20px;
}

body.single-product .ra-related-card__body h3,
body.single-product .ra-editorial-card__body h3 {
  margin: 0;
  color: var(--ra-brown);
  font: 400 24px/1 "Fjalla One", sans-serif;
  text-transform: uppercase;
}

body.single-product .ra-related-card__body h3 a,
body.single-product .ra-editorial-card__body h3 a {
  color: inherit;
}

body.single-product .ra-editorial-card__meta {
  margin: 0 0 10px;
  color: #9a7950;
  font: 700 11px/1.4 "Roboto", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-product .ra-related-card__price {
  margin-top: 10px;
  color: var(--ra-red);
  font: 400 22px/1 "Fjalla One", sans-serif;
}

body.single-product .ra-related-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 11px 18px;
  border: 2px solid var(--ra-gold);
  background: var(--ra-red);
  color: #fff;
  font: 700 12px/1 "Roboto", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-product .ra-product-banner {
  padding: 34px 0;
  background:
    linear-gradient(180deg, rgba(116, 78, 41, 0.18), rgba(116, 78, 41, 0.18)),
    url("https://bertolli.com/wp-content/uploads/2025/05/Bertolli-Website-Banner_B.jpg") center/cover;
}

body.single-product .ra-product-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 26px 30px;
  background: rgba(74, 48, 26, 0.62);
}

body.single-product .ra-product-banner__inner h2 {
  margin: 0;
  color: #fff7e6;
  font: 400 clamp(30px, 2.8vw, 42px)/0.98 "Fjalla One", sans-serif;
  text-transform: uppercase;
}

body.single-product .ra-product-banner__inner p {
  margin: 10px 0 0;
  color: #fff1d6;
  font: 400 15px/1.7 "Nunito Sans", sans-serif;
}

body.single-product .ra-product-banner__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

body.single-product .ra-product-banner__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 2px solid var(--ra-gold);
  background: var(--ra-red);
  color: #fff;
  font: 700 12px/1 "Roboto", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-product .ra-product-banner__actions a.is-secondary {
  border-color: #fff;
  background: transparent;
}

body.single-product .ra-product-reviews-shell {
  padding: 28px 26px;
  background: #fff;
  border: 1px solid #e0d6c3;
}

body.single-product .ra-product-reviews-shell .woocommerce-Reviews-title,
body.single-product .ra-product-reviews-shell .comment-reply-title {
  color: var(--ra-brown);
  font: 400 28px/1 "Fjalla One", sans-serif;
  text-transform: uppercase;
}

body.single-product .ra-product-reviews-shell #review_form_wrapper,
body.single-product .ra-product-reviews-shell .commentlist {
  margin-top: 20px;
}

@media (max-width: 1180px) {
  body.single-product .ra-product-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    gap: 28px;
  }

  body.single-product .ra-product-card-grid--products,
  body.single-product .ra-product-card-grid--editorial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  body.single-product .ra-product-hero__grid,
  body.single-product .ra-product-benefits__grid,
  body.single-product .ra-product-card-grid--products,
  body.single-product .ra-product-card-grid--editorial,
  body.single-product .ra-product-banner__inner {
    grid-template-columns: 1fr;
    display: block;
  }

  body.single-product .ra-single-product .summary.entry-summary.ra-product-card {
    position: static;
    margin-top: 18px !important;
  }

  body.single-product .ra-product-benefit + .ra-product-benefit,
  body.single-product .ra-related-card + .ra-related-card,
  body.single-product .ra-editorial-card + .ra-editorial-card {
    margin-top: 18px;
  }

  body.single-product .ra-product-banner__actions {
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  body.single-product .ra-product-hero {
    padding-top: 24px;
  }

  body.single-product .ra-product-gallery-shell,
  body.single-product .ra-single-product .summary.entry-summary.ra-product-card,
  body.single-product .ra-product-reviews-shell {
    padding: 18px;
  }

  body.single-product .ra-product-gallery-shell .woocommerce-product-gallery {
    padding: 16px;
  }

  body.single-product .ra-product-card .product_title {
    font-size: 34px !important;
  }

  body.single-product .ra-product-card .price {
    font-size: 28px !important;
  }

  body.single-product .ra-product-card form.cart .single_add_to_cart_button,
  body.single-product .ra-product-card form.cart .ra-wat-product-button,
  body.single-product .ra-product-banner__actions a {
    width: 100%;
    justify-content: center;
  }

  body.single-product .ra-product-facts__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* =============================================
   MEGA-MENU DROPDOWN ? Bertolli-style
   ============================================= */

.ra-nav-item {
  position: relative;
}

.ra-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 8px 7px;
  color: #333;
  font: 600 12px/1 "Roboto", sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: border-color 0.15s, color 0.15s;
}

.ra-nav-link:hover,
.ra-nav-item:hover > .ra-nav-link {
  color: var(--ra-red);
  border-bottom-color: var(--ra-red);
}

.has-dropdown > .ra-nav-link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  margin-left: 4px;
  opacity: 0.6;
}

.ra-nav-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  min-width: 260px;
  background: #fff;
  border: 1px solid #e0d0b0;
  border-top: 3px solid var(--ra-red);
  box-shadow: 0 10px 32px rgba(105, 71, 35, 0.14);
}

.has-dropdown:hover .ra-nav-dropdown,
.has-dropdown:focus-within .ra-nav-dropdown {
  display: flex;
  gap: 0;
}

.ra-nav-dropdown__cols {
  display: flex;
  gap: 0;
  flex: 1;
}

.ra-nav-dropdown__col {
  display: flex;
  flex-direction: column;
  padding: 18px 22px 18px;
  min-width: 180px;
  border-right: 1px solid #ede4d1;
}

.ra-nav-dropdown__col:last-child {
  border-right: 0;
}

.ra-nav-dropdown__heading {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6dacc;
  color: #9b7643;
  font: 700 10px/1 "Roboto", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ra-nav-dropdown__col a {
  display: block;
  padding: 5px 0;
  color: var(--ra-brown);
  font: 400 13px/1.4 "Nunito Sans", sans-serif;
  white-space: nowrap;
  transition: color 0.15s;
}

.ra-nav-dropdown__col a:hover {
  color: var(--ra-red);
}

.ra-nav-dropdown__viewall {
  margin-top: 8px;
  padding-top: 8px !important;
  border-top: 1px solid #ede4d1;
  color: var(--ra-red) !important;
  font: 700 11px/1 "Roboto", sans-serif !important;
  letter-spacing: 0.06em;
  text-transform: uppercase !important;
}

.ra-nav-dropdown__featured {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 18px;
  min-width: 140px;
  max-width: 160px;
  background: #fdfaf4;
  border-left: 1px solid #e6dacc;
  text-align: center;
}

.ra-nav-dropdown__featured-label {
  display: block;
  margin-bottom: 10px;
  color: #9b7643;
  font: 700 9px/1 "Roboto", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ra-nav-dropdown__featured-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--ra-brown);
}

.ra-nav-dropdown__featured-link img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e6dacc;
}

.ra-nav-dropdown__featured-link span {
  font: 400 12px/1.3 "Nunito Sans", sans-serif;
  color: var(--ra-brown);
}

.ra-nav-dropdown__featured-link:hover span {
  color: var(--ra-red);
}

/* ?? Mobile toggle (hamburger) ??????????????????????????????????????*/
.ra-mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 6px;
  border: none;
  background: transparent;
  cursor: pointer;
  margin-left: auto;
  flex-shrink: 0;
}

.ra-mobile-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--ra-brown);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s;
}

body.ra-mobile-open .ra-mobile-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
body.ra-mobile-open .ra-mobile-toggle span:nth-child(2) {
  opacity: 0;
}
body.ra-mobile-open .ra-mobile-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ?? Mobile panel overlay ???????????????????????????????????????????*/
.ra-mobile-panel {
  visibility: hidden;
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(40, 24, 10, 0);
  transition: background 0.3s ease, visibility 0s linear 0.3s;
}

.ra-mobile-panel[aria-hidden="false"] {
  visibility: visible;
  background: rgba(40, 24, 10, 0.52);
  transition: background 0.3s ease, visibility 0s linear 0s;
}

/* ?? Panel drawer ???????????????????????????????????????????????????*/
.ra-mobile-panel__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: min(300px, 86vw);
  height: 100%;
  overflow-y: auto;
  background: #fff;
  border-right: 1px solid #e0d0b0;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ra-mobile-panel[aria-hidden="false"] .ra-mobile-panel__inner {
  transform: translateX(0);
}

/* ?? Panel head (logo + close) ??????????????????????????????????????*/
.ra-mobile-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 14px;
  border-bottom: 1px solid #ede4d1;
}

.ra-mobile-panel__logo img {
  display: block;
  width: 100px;
  height: auto;
}

.ra-mobile-panel__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e0d0b0;
  border-radius: 50%;
  background: transparent;
  color: var(--ra-brown);
  font-size: 16px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
}

.ra-mobile-panel__close:hover {
  background: var(--ra-cream);
}

/* ?? Panel search ???????????????????????????????????????????????????*/
.ra-mobile-panel__search {
  padding: 12px 16px;
  border-bottom: 1px solid #ede4d1;
}

.ra-mobile-panel__search form {
  display: flex;
  align-items: center;
  border: 1px solid #d9caae;
  border-radius: 4px;
  overflow: hidden;
  background: var(--ra-cream);
}

.ra-mobile-panel__search input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 9px 12px;
  font: 400 13px/1 "Nunito Sans", sans-serif;
  color: var(--ra-text);
  outline: none;
  min-width: 0;
}

.ra-mobile-panel__search input::placeholder {
  color: #a89070;
}

.ra-mobile-panel__search button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: none;
  background: transparent;
  color: var(--ra-brown);
  cursor: pointer;
  flex-shrink: 0;
}

/* ?? Topbar links inside panel ??????????????????????????????????????*/
.ra-mobile-panel__top {
  display: flex;
  gap: 0;
  padding: 0;
  border-bottom: 2px solid #ede4d1;
  margin-bottom: 4px;
}

.ra-mobile-panel__top a {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  color: var(--ra-brown);
  font: 700 10px/1 "Roboto", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-right: 1px solid #ede4d1;
}

.ra-mobile-panel__top a:last-child {
  border-right: 0;
}

/* ?? Nav items ??????????????????????????????????????????????????????*/
.ra-mobile-panel__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 18px;
  color: #3d2b1f;
  font: 700 12px/1 "Roboto", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid #f0e9da;
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  text-align: left;
  cursor: pointer;
}

.ra-mobile-panel__link:hover {
  background: var(--ra-cream);
}

.ra-mobile-panel__chevron {
  flex-shrink: 0;
  transition: transform 0.22s ease;
  color: var(--ra-gold);
}

.ra-mobile-panel__accordion[aria-expanded="true"] .ra-mobile-panel__chevron {
  transform: rotate(180deg);
}

/* ?? Sub-items ??????????????????????????????????????????????????????*/
.ra-mobile-panel__sub-group {
  background: #faf6ef;
  border-bottom: 1px solid #ede4d1;
}

.ra-mobile-panel__sub {
  display: block;
  padding: 10px 18px 10px 32px;
  color: var(--ra-brown);
  font: 400 13px/1.3 "Nunito Sans", sans-serif;
  border-bottom: 1px solid #f5efe3;
}

.ra-mobile-panel__sub:last-child {
  border-bottom: none;
}

.ra-mobile-panel__sub:hover {
  color: var(--ra-red);
}

/* ?? Bottom spacer ??????????????????????????????????????????????????*/
.ra-mobile-panel__bottom {
  margin-top: auto;
  min-height: 32px;
}

/* ?? Responsive breakpoints ?????????????????????????????????????????*/
@media (max-width: 1024px) {
  .ra-main-nav,
  .ra-site-actions {
    display: none !important;
  }

  .ra-mobile-toggle {
    display: flex;
  }

  body .ra-site-header .ra-shell {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    padding: 10px 16px !important;
  }

  body .ra-brand {
    width: 150px !important;
    flex-basis: auto !important;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  body .ra-site-topbar {
    display: none !important;
  }

  body .ra-brand {
    width: 120px !important;
  }

  body .ra-site-header .ra-shell {
    padding: 8px 14px !important;
  }
}

@media (min-width: 1025px) {
  .ra-mobile-panel {
    display: none !important;
  }

  .ra-mobile-toggle {
    display: none !important;
  }
}

/* ?? Section-head utility ??????????????????????????????????????????? */
body .ra-ref-section-head {
  padding: 56px 0 32px;
  background: #fff;
}

body .ra-ref-section-head .ra-native-section-title .elementor-heading-title {
  font-size: clamp(26px, 2.6vw, 40px) !important;
  font-weight: 800;
  color: #212121;
}

body .ra-ref-section-head .ra-ref-section-eyebrow .elementor-heading-title {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ra-green);
  font-weight: 700;
  margin-bottom: 8px;
}

body .ra-ref-section-head .ra-native-section-body .elementor-text-editor {
  color: #555;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.7;
  max-width: 680px;
  margin: 16px auto 0;
}

/* ?? Single Product: WHERE TO BUY (retailer buttons) ?????????????????? */
body.single-product .ra-product-wat {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e8d9be;
}

body.single-product .ra-product-wat__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

body.single-product .ra-product-wat__line {
  flex: 1;
  height: 1px;
  background: #e0ceae;
}

body.single-product .ra-product-wat__label {
  color: #6f5538;
  font: 700 11px/1 "Roboto", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.single-product .ra-product-wat__retailers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.single-product .ra-product-wat__retailer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px;
  border: 1px solid #e2d7c3;
  background: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: border-color 0.18s;
}

body.single-product .ra-product-wat__retailer:hover {
  border-color: #b8934a;
}

body.single-product .ra-product-wat__retailer-name {
  font: 700 13px/1 "Roboto", sans-serif;
  color: #3d2b1f;
}

body.single-product .ra-product-wat__retailer--walmart .ra-product-wat__retailer-name { color: #0071dc; }
body.single-product .ra-product-wat__retailer--instacart .ra-product-wat__retailer-name { color: #43b02a; }
body.single-product .ra-product-wat__retailer--target .ra-product-wat__retailer-name { color: #cc0000; }

body.single-product .ra-product-wat__retailer-btn {
  padding: 7px 14px;
  background: var(--ra-red);
  color: #fff;
  font: 700 11px/1 "Roboto", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 4px;
}

/* ?? Single Product: Social sharing ??????????????????????????????????? */
body.single-product .ra-product-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e8d9be;
}

body.single-product .ra-product-social__label {
  color: #9a7950;
  font: 700 11px/1 "Roboto", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-product .ra-product-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e8d9be;
  color: #3d2b1f;
  transition: background 0.18s, color 0.18s;
}

body.single-product .ra-product-social__link:hover,
body.single-product .ra-product-social__link--fb:hover { background: #1877f2; color: #fff; }
body.single-product .ra-product-social__link--tw:hover { background: #000; color: #fff; }
body.single-product .ra-product-social__link--pi:hover { background: #e60023; color: #fff; }
body.single-product .ra-product-social__link--em:hover { background: #6a5239; color: #fff; }

/* ?? Single Product: Full-width tab navigation bar ????????????????????? */
body.single-product .ra-product-tabs {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  background: #3d2b1f;
  border-bottom: 2px solid #b8934a;
  overflow-x: auto;
  scrollbar-width: none;
}

body.single-product .ra-product-tabs::-webkit-scrollbar { display: none; }

body.single-product .ra-product-tabs__inner {
  display: flex;
  align-items: stretch;
  min-width: 0;
}

body.single-product .ra-product-tabs__item {
  display: inline-flex;
  align-items: center;
  padding: 14px 22px;
  color: #e8d9be;
  font: 700 11px/1 "Roboto", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color 0.18s, border-color 0.18s;
}

body.single-product .ra-product-tabs__item:hover {
  color: #fff;
  border-bottom-color: #b8934a;
}

/* ?? Single Product: Related products horizontal scroll ??????????????? */
body.single-product .ra-product-related-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 12px;
  scrollbar-width: thin;
  scrollbar-color: #b8934a #f0e8d8;
}

body.single-product .ra-product-related-scroll .ra-related-card {
  flex: 0 0 220px;
  min-width: 0;
}

body.single-product .ra-product-related-scroll .ra-related-card__image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* ?? Single Product: Benefits badge redesign (circular icon) ??????????? */
body.single-product .ra-product-benefit {
  border-top: 3px solid #e8d9be;
}

body.single-product .ra-product-benefit__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--ra-gold);
  color: #fff;
  font: 700 18px/1 "Fjalla One", sans-serif;
  letter-spacing: 0;
  margin-bottom: 12px;
}

/* ?? Single Product: Section headings ????????????????????????????????? */
body.single-product .ra-product-section-heading {
  margin-bottom: 28px;
  text-align: center;
}

body.single-product .ra-product-section-heading__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #9a7950;
  font: 700 11px/1 "Roboto", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.single-product .ra-product-section-heading h2 {
  margin: 0 0 10px;
  color: #3d2b1f;
  font: 400 clamp(26px, 2.6vw, 36px)/1.05 "Fjalla One", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

body.single-product .ra-product-section-heading p {
  margin: 0 auto;
  max-width: 560px;
  color: #8a7255;
  font: 400 14px/1.6 "Nunito Sans", sans-serif;
}

/* ?? Button row (inline buttons) ??????????????????????????????????????? */
body .ra-button-row .ra-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 0;
}

body .ra-btn-row__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  font: 700 12px/1 "Roboto", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--ra-gold);
  transition: background 0.18s, color 0.18s;
  white-space: nowrap;
}

body .ra-btn-row__item--primary {
  background: var(--ra-red);
  color: #fff;
}

body .ra-btn-row__item--primary:hover {
  background: #b8291f;
  color: #fff;
}

body .ra-btn-row__item--secondary {
  background: #fff;
  color: var(--ra-brown);
  border-color: var(--ra-brown);
}

body .ra-btn-row__item--secondary:hover {
  background: var(--ra-cream);
  color: var(--ra-brown);
}

/* ===================================================================
   FOOTER ? Elementor Theme Builder
   =================================================================== */

.ra-footer-nav .elementor-container,
.ra-footer-social .elementor-container,
.ra-footer-legal .elementor-container {
  max-width: var(--ra-shell);
  margin: 0 auto;
}

/* ?? Nav section ?? */
.ra-footer-nav {
  background: var(--ra-cream);
  padding: 64px 16px 56px !important;
}

.ra-footer-col > .elementor-element-populated {
  padding: 0 40px !important;
  text-align: center;
}

.ra-footer-col-heading .elementor-heading-title {
  font: 700 11px/1 "Roboto", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #3d2b1f !important;
  margin: 0 0 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(111, 85, 56, 0.22);
}

.ra-footer-col-links .elementor-widget-container p {
  margin: 0 0 12px;
}

.ra-footer-col-links .elementor-widget-container a {
  font: 400 14px/1.4 "Nunito Sans", sans-serif;
  color: var(--ra-gold);
  transition: color 0.15s;
}

.ra-footer-col-links .elementor-widget-container a:hover {
  color: var(--ra-red);
}

/* ?? Social section ?? */
.ra-footer-social {
  background: var(--ra-cream);
  padding: 48px 16px 52px !important;
  border-top: 1px solid rgba(111, 85, 56, 0.15);
  text-align: center;
}

.ra-footer-social-heading .elementor-heading-title {
  font: 700 26px/1.2 "Fjalla One", sans-serif;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #3d2b1f !important;
  margin: 0 0 28px;
}

.ra-footer-social-row {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.ra-footer-social-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ra-gold);
  transition: color 0.18s;
}

.ra-footer-social-row a:hover {
  color: var(--ra-brown);
}

.ra-footer-social-row svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ra-footer-social-row a[aria-label="Pinterest"] svg,
.ra-footer-social-row a[aria-label="YouTube"] svg,
.ra-footer-social-row a[aria-label="Twitter / X"] svg,
.ra-footer-social-row a[aria-label="WhatsApp"] svg {
  fill: currentColor;
  stroke: none;
}

/* ?? Legal bar ?? */
.ra-footer-legal {
  background: #ede5d8;
  padding: 20px 16px !important;
  text-align: center;
}

.ra-footer-legal-text .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  font: 400 12px/1.6 "Nunito Sans", sans-serif;
  color: rgba(63, 43, 31, 0.55);
}

.ra-footer-legal-text .elementor-widget-container p {
  margin: 0;
}

.ra-footer-legal-text .elementor-widget-container a {
  color: var(--ra-brown);
  transition: color 0.15s;
}

.ra-footer-legal-text .elementor-widget-container a:hover {
  color: var(--ra-red);
}

@media (max-width: 767px) {
  .ra-footer-nav {
    padding: 40px 16px 36px !important;
  }

  .ra-footer-col > .elementor-element-populated {
    padding: 0 16px 32px !important;
  }
}


