/* RR Honey homepage — type scale matches theme root (html 62.5% ⇒ 1rem ≈ 10px) */

:root {
  --rr-amber: #e8891a;
  --rr-amber-deep: #c45e12;
  --rr-ink: #1a140f;
  --rr-ink-soft: #4a3d32;
  --rr-paper: #faf6f0;
  --rr-paper-2: #f3ebe0;
  --rr-line: rgba(26, 20, 15, 0.14);
  --rr-display: "Fraunces", "Josefin Sans", Georgia, serif;
  --rr-tamil: "Noto Sans Tamil", "Open Sans", sans-serif;
  --rr-body: "Source Sans 3", "Open Sans", system-ui, sans-serif;

  /* Readable type (≈ px = rem × 10) */
  --rr-fs-xs: 1.4rem; /* 14px */
  --rr-fs-sm: 1.5rem; /* 15px */
  --rr-fs-base: 1.7rem; /* 17px */
  --rr-fs-md: 1.85rem; /* 18.5px */
  --rr-fs-lg: 2.1rem; /* 21px */
  --rr-fs-xl: clamp(2.6rem, 3.2vw, 3.4rem);
  --rr-fs-2xl: clamp(3.2rem, 4.2vw, 4.6rem);
  --rr-fs-hero: clamp(3.4rem, 5.5vw, 5.8rem);
  --rr-lh-body: 1.75;
  --rr-section-pad: clamp(4.8rem, 8vw, 8rem);
}

@media (max-width: 767px) {
  :root {
    --rr-fs-base: 1.6rem;
    --rr-fs-md: 1.75rem;
    --rr-fs-lg: 1.95rem;
    --rr-fs-xl: clamp(2.4rem, 6vw, 3rem);
    --rr-fs-2xl: clamp(2.8rem, 7vw, 3.6rem);
    --rr-fs-hero: clamp(3rem, 9vw, 4rem);
    --rr-section-pad: clamp(4rem, 10vw, 5.6rem);
  }
}

body.rr-home-body,
body.rr-shop-body {
  font-family: var(--rr-body);
  color: var(--rr-ink-soft);
  background: #fff;
  font-size: var(--rr-fs-base);
  line-height: var(--rr-lh-body);
}

body.rr-home-body .primary__btn,
body.rr-home-body .header__topbar.bg__primary,
body.rr-home-body .bg__primary,
body.rr-shop-body .primary__btn,
body.rr-shop-body .header__topbar.bg__primary,
body.rr-shop-body .bg__primary {
  background-color: var(--rr-amber) !important;
  font-size: var(--rr-fs-sm) !important;
  line-height: 1.3 !important;
}

body.rr-home-body .primary__btn:hover,
body.rr-shop-body .primary__btn:hover {
  background-color: var(--rr-amber-deep) !important;
}

body.rr-home-body .honey-heading__secondary,
body.rr-home-body .honey-heading__accent {
  color: var(--rr-amber-deep) !important;
}

body.rr-home-body .honey-heading__primary {
  color: var(--rr-ink) !important;
}

body.rr-home-body .section__heading--maintitle,
body.rr-home-body .testimonial__section .section__heading--maintitle,
body.rr-shop-body .breadcrumb__content--title {
  font-family: var(--rr-display);
  font-weight: 600;
  color: var(--rr-ink);
  font-size: var(--rr-fs-2xl) !important;
  line-height: 1.2 !important;
}

body.rr-home-body .section__heading--desc {
  font-family: var(--rr-body);
  font-size: var(--rr-fs-md) !important;
  line-height: var(--rr-lh-body) !important;
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--rr-ink-soft);
}

.rr-section-eyebrow {
  margin: 0 0 1rem;
  font-family: var(--rr-tamil);
  font-size: var(--rr-fs-md);
  font-weight: 600;
  color: var(--rr-amber-deep);
  letter-spacing: 0.02em;
}

.rr-section-head {
  margin-bottom: clamp(3rem, 5vw, 4.8rem);
}

/* ---- Hero (centered on all breakpoints) ---- */
.rr-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.rr-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: rr-hero-ken 18s ease-in-out infinite alternate;
}

@keyframes rr-hero-ken {
  from {
    transform: scale(1.04);
  }
  to {
    transform: scale(1.1);
  }
}

.rr-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14, 10, 6, 0.55) 0%, rgba(14, 10, 6, 0.72) 55%, rgba(14, 10, 6, 0.82) 100%),
    radial-gradient(ellipse 70% 60% at 50% 40%, rgba(196, 94, 18, 0.25), transparent 70%);
}

.rr-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 86rem;
  margin: 0 auto;
  padding: clamp(6rem, 10vw, 9rem) clamp(2rem, 4vw, 3.2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.rr-hero__brand {
  margin: 0 0 1.2rem;
  font-family: var(--rr-display);
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}

.rr-hero__title {
  margin: 0 0 1.6rem;
  font-family: var(--rr-display);
  font-size: var(--rr-fs-hero);
  font-weight: 600;
  line-height: 1.15;
  color: #fff;
  max-width: 18em;
}

.rr-hero__text {
  margin: 0 0 2.4rem;
  font-family: var(--rr-body);
  font-size: var(--rr-fs-md);
  line-height: 1.55;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.94);
}

.rr-hero__actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: center;
  width: 100%;
  max-width: 42rem;
}

.rr-hero__btn {
  min-height: 4.8rem;
  padding: 0 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--rr-body);
  font-size: var(--rr-fs-sm) !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 999px;
  flex: 1 1 0;
  white-space: nowrap;
}

.rr-hero__btn--ghost {
  border: 0.2rem solid rgba(255, 255, 255, 0.9);
  color: #fff;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
}

.rr-hero__btn--ghost:hover {
  background: #fff;
  color: var(--rr-ink);
}

@media (max-width: 575px) {
  .rr-hero__actions {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.8rem;
  }

  .rr-hero__btn {
    width: auto;
    min-width: 0;
    padding: 0 1.2rem;
    font-size: 1.35rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rr-hero__bg {
    animation: none;
  }
}

/* ---- Trust ---- */
.rr-trust {
  background: var(--rr-paper);
  padding-top: clamp(3.2rem, 5vw, 4.8rem) !important;
  padding-bottom: clamp(3.2rem, 5vw, 4.8rem) !important;
}

.rr-trust .shipping__section--inner {
  background: #fff;
  border: 1px solid var(--rr-line);
  box-shadow: 0 1.2rem 3.2rem rgba(26, 20, 15, 0.06);
  gap: 0.8rem;
  flex-wrap: wrap;
  padding: clamp(2rem, 3vw, 3.2rem) !important;
}

.rr-trust .shipping__items {
  flex: 1 1 16rem;
  padding: 1.6rem 1.2rem;
}

.rr-trust .shipping__items--icon {
  color: var(--rr-amber-deep);
}

.rr-trust .shipping__items--icon svg {
  width: 3.6rem;
  height: auto;
}

.rr-trust .shipping__items--content__title {
  font-family: var(--rr-body);
  font-size: var(--rr-fs-sm) !important;
  font-weight: 700;
  color: var(--rr-ink);
  margin-top: 1rem;
  line-height: 1.35 !important;
}

.rr-trust .shipping__items--content__text {
  margin: 0.6rem 0 0;
  font-size: var(--rr-fs-xs);
  color: var(--rr-ink-soft);
  line-height: 1.45;
}

/* ---- Varieties ---- */
.rr-varieties {
  background: #fff;
  padding-top: var(--rr-section-pad) !important;
  padding-bottom: var(--rr-section-pad) !important;
}

.rr-varieties--value {
  background:
    radial-gradient(ellipse 70% 50% at 80% 0%, rgba(232, 137, 26, 0.1), transparent 55%),
    linear-gradient(180deg, #fffaf3 0%, #ffffff 100%);
}

.rr-variety {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(2.8rem, 4.5vw, 5.6rem);
  align-items: center;
  margin-bottom: clamp(4.8rem, 7vw, 7.2rem);
}

.rr-variety:last-child {
  margin-bottom: 0;
}

.rr-variety--reverse .rr-variety__media {
  order: 2;
}

.rr-variety--reverse .rr-variety__copy {
  order: 1;
}

.rr-variety__media {
  border-radius: 0.8rem;
  overflow: hidden;
  background: var(--rr-paper-2);
  box-shadow: 0 2rem 4.8rem rgba(26, 20, 15, 0.1);
  aspect-ratio: 1 / 1;
  max-width: 48rem;
  margin-inline: auto;
}

.rr-variety__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.rr-variety:hover .rr-variety__media img {
  transform: scale(1.03);
}

.rr-variety__eyebrow {
  margin: 0 0 1rem;
  font-family: var(--rr-tamil);
  font-size: var(--rr-fs-md);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--rr-amber-deep);
}

.rr-variety__title {
  margin: 0 0 1.4rem;
  font-family: var(--rr-display);
  font-size: var(--rr-fs-xl);
  line-height: 1.2;
  color: var(--rr-ink);
  font-weight: 600;
}

.rr-variety__text {
  margin: 0 0 1.2rem;
  font-family: var(--rr-body);
  font-size: var(--rr-fs-md);
  line-height: var(--rr-lh-body);
  color: var(--rr-ink-soft);
  max-width: 54rem;
}

.rr-variety__text + .rr-variety__text {
  margin-top: 0;
}

.rr-variety__points {
  list-style: none;
  padding: 0;
  margin: 0 0 2.4rem;
}

.rr-variety__points li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 1rem;
  font-family: var(--rr-body);
  font-size: var(--rr-fs-base);
  color: var(--rr-ink);
  line-height: 1.55;
}

.rr-variety__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--rr-amber);
}

.rr-variety__btn {
  display: inline-flex;
  align-items: center;
  min-height: 5rem;
  padding: 0 2.4rem;
  font-size: var(--rr-fs-sm) !important;
}

@media (max-width: 991px) {
  .rr-variety,
  .rr-variety--reverse {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .rr-variety--reverse .rr-variety__media,
  .rr-variety--reverse .rr-variety__copy {
    order: initial;
  }

  .rr-variety__media {
    max-width: 42rem;
  }
}

/* ---- How we pack ---- */
.rr-pack {
  background: linear-gradient(180deg, #1a140f 0%, #2a1f16 100%);
  color: rgba(255, 255, 255, 0.9);
  padding-top: var(--rr-section-pad) !important;
  padding-bottom: var(--rr-section-pad) !important;
}

.rr-pack .rr-section-eyebrow {
  color: var(--rr-amber);
}

.rr-pack__title {
  margin: 0 0 1.2rem;
  font-family: var(--rr-display);
  font-size: var(--rr-fs-2xl);
  font-weight: 600;
  color: #fff;
}

.rr-pack__lead {
  margin: 0 auto 3.2rem;
  max-width: 62rem;
  font-family: var(--rr-body);
  font-size: var(--rr-fs-md);
  line-height: var(--rr-lh-body);
  color: rgba(255, 255, 255, 0.82);
}

.rr-pack__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.6rem, 3vw, 2.8rem);
}

.rr-pack__card {
  padding: clamp(2.4rem, 3.5vw, 3.6rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.6rem;
}

.rr-pack__card-title {
  margin: 0 0 1.2rem;
  font-family: var(--rr-display);
  font-size: var(--rr-fs-xl);
  color: #fff;
}

.rr-pack__card-text {
  margin: 0;
  font-family: var(--rr-body);
  font-size: var(--rr-fs-base);
  line-height: var(--rr-lh-body);
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .rr-pack__grid {
    grid-template-columns: 1fr;
  }
}

/* ---- Reels ---- */
.rr-reels-head {
  padding-top: clamp(3.2rem, 5vw, 4.8rem);
}

.rr-reels-title {
  margin: 0 0 1rem;
  font-family: var(--rr-display);
  font-size: var(--rr-fs-2xl);
  color: var(--rr-ink);
}

.rr-reels-desc {
  margin: 0 auto;
  max-width: 56rem;
  font-family: var(--rr-body);
  font-size: var(--rr-fs-md);
  color: var(--rr-ink-soft);
  line-height: var(--rr-lh-body);
}

@media (min-width: 992px) {
  .rr-reels {
    max-width: 98rem;
    padding: 0 9.6rem;
  }

  .rr-reels-section {
    padding: 2.4rem 0 7.2rem;
    background: #fff;
  }
}

@media (min-width: 1200px) {
  .rr-reels {
    max-width: 92rem;
    padding: 0 12rem;
  }
}

/* ---- Testimonials / newsletter / FAQ / footer readability ---- */
body.rr-home-body .testimonial__items--author__title,
body.rr-home-body .testimonial__items--author__subtitle {
  font-size: var(--rr-fs-base) !important;
  line-height: 1.4 !important;
}

body.rr-home-body .testimonial__items--desc {
  font-size: var(--rr-fs-md) !important;
  line-height: var(--rr-lh-body) !important;
}

body.rr-home-body .newsletter__content--subtitle {
  font-size: var(--rr-fs-md) !important;
}

body.rr-home-body .newsletter__content--title {
  font-size: var(--rr-fs-xl) !important;
  line-height: 1.25 !important;
}

body.rr-home-body .newsletter__subscribe--input,
body.rr-shop-body .newsletter__subscribe--input {
  font-size: var(--rr-fs-base) !important;
  min-height: 5rem;
}

body.rr-home-body .faq__section {
  background: #fff;
  padding-top: var(--rr-section-pad) !important;
  padding-bottom: var(--rr-section-pad) !important;
}

body.rr-home-body .faq__section .accordion-button {
  font-family: var(--rr-body);
  font-size: var(--rr-fs-md) !important;
  line-height: 1.4 !important;
}

body.rr-home-body .faq__section .accordion-body,
body.rr-home-body .faq__section .fs-5 {
  font-size: var(--rr-fs-base) !important;
  line-height: var(--rr-lh-body) !important;
  max-width: 70rem;
  color: var(--rr-ink-soft) !important;
}

body.rr-home-body .faq__section .accordion-button:not(.collapsed) {
  color: var(--rr-amber-deep);
  background: #fff8ef;
  box-shadow: none;
}

body.rr-home-body .footer__widget--title,
body.rr-shop-body .footer__widget--title {
  font-size: var(--rr-fs-lg) !important;
}

body.rr-home-body .footer__widget--desc,
body.rr-home-body .footer__widget--list a,
body.rr-home-body .footer__widget--list,
body.rr-shop-body .footer__widget--desc,
body.rr-shop-body .footer__widget--list a {
  font-size: var(--rr-fs-sm) !important;
  line-height: 1.6 !important;
}

body.rr-home-body .header__menu--link,
body.rr-shop-body .header__menu--link {
  font-size: var(--rr-fs-sm) !important;
}

body.rr-home-body .header__shipping--text,
body.rr-shop-body .header__shipping--text {
  font-size: var(--rr-fs-xs) !important;
}

/* ---- Reveal ---- */
.rr-reveal {
  animation: rr-fade-up 0.7s ease both;
}

@keyframes rr-fade-up {
  from {
    opacity: 0;
    transform: translateY(1.8rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rr-reveal {
    animation: none;
  }
}

/* Floating mobile bottom nav */
.rr-mobile-nav.offcanvas__stikcy--toolbar {
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  width: auto;
  padding: 0.8rem 1rem calc(0.8rem + env(safe-area-inset-bottom, 0px));
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 1rem 3rem rgba(40, 28, 12, 0.16);
  border: 1px solid rgba(247, 148, 29, 0.18);
}

.rr-mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
  align-items: center;
}

.rr-mobile-nav__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 5.4rem;
  padding: 0.6rem 0.4rem;
  border-radius: 1.2rem;
  color: #3d3228;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.rr-mobile-nav__link:hover,
.rr-mobile-nav__link:focus-visible,
.rr-mobile-nav__link.is-active {
  background: #fff4e6;
  color: #c45e12;
}

.rr-mobile-nav__link.is-active {
  font-weight: 700;
}

.rr-mobile-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  color: inherit;
}

.rr-mobile-nav__label {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-align: center;
}

.rr-mobile-nav__badge {
  position: absolute;
  top: 0.2rem;
  right: calc(50% - 2.2rem);
  min-width: 1.8rem;
  height: 1.8rem;
  padding: 0 0.5rem;
  border-radius: 999px;
  background: #f7941d;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .offcanvas__stikcy--toolbar.rr-mobile-nav {
    display: block;
    visibility: visible;
  }

  body:has(.rr-mobile-nav),
  body.rr-home-body,
  body.rr-shop-body,
  body.rr-checkout-body {
    padding-bottom: 8.4rem;
  }
}

/* —— Side menu —— */
.offcanvas__header .offcanvas__inner {
  background:
    linear-gradient(165deg, #fffaf3 0%, #ffffff 42%, #fff7ee 100%);
}

.offcanvas__header .offcanvas__logo {
  padding: 2rem 2rem 1.2rem;
  margin-bottom: 0;
  border-bottom: 1px solid var(--rr-line);
}

.rr-side-menu {
  padding: 2rem 2rem 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.rr-side-menu__intro {
  margin-bottom: 2.4rem;
}

.rr-side-menu__tagline {
  margin: 0 0 0.8rem;
  color: var(--rr-ink);
  font-family: var(--rr-display);
  font-size: var(--rr-fs-md);
  font-weight: 600;
  line-height: 1.45;
}

.rr-side-menu__blurb {
  margin: 0;
  color: var(--rr-ink-soft);
  font-size: var(--rr-fs-sm);
  line-height: 1.6;
}

.rr-side-menu__label {
  margin: 0 0 1.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rr-amber-deep);
}

.rr-side-menu__nav {
  list-style: none;
  margin: 0 0 2.8rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.rr-side-menu__nav a {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid var(--rr-line);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.85);
  color: var(--rr-ink);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.rr-side-menu__nav a:hover {
  border-color: rgba(232, 137, 26, 0.45);
  background: #fff;
  color: var(--rr-ink);
  transform: translateX(0.3rem);
}

.rr-side-menu__nav-ico {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  background: rgba(232, 137, 26, 0.12);
  color: var(--rr-amber-deep);
}

.rr-side-menu__nav-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.rr-side-menu__nav-title {
  font-family: var(--rr-display);
  font-size: var(--rr-fs-md);
  font-weight: 600;
  line-height: 1.25;
}

.rr-side-menu__nav-desc {
  font-size: var(--rr-fs-xs);
  color: var(--rr-ink-soft);
  line-height: 1.35;
}

.rr-side-menu__reach {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.rr-side-menu__btn {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.4rem 1.6rem;
  border-radius: 1.8rem;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.rr-side-menu__btn:hover {
  transform: translateY(-0.15rem);
  filter: brightness(1.05);
  color: #fff;
}

.rr-side-menu__btn-ico {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.2);
}

.rr-side-menu__btn-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.rr-side-menu__btn-text strong {
  font-size: var(--rr-fs-md);
  font-weight: 700;
  line-height: 1.2;
}

.rr-side-menu__btn-text small {
  font-size: var(--rr-fs-xs);
  opacity: 0.92;
  line-height: 1.3;
}

.rr-side-menu__btn--call {
  background: linear-gradient(135deg, #e8891a 0%, #c45e12 100%);
  box-shadow: 0 0.8rem 1.8rem rgba(196, 94, 18, 0.22);
}

.rr-side-menu__btn--wa {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  box-shadow: 0 0.8rem 1.8rem rgba(18, 140, 126, 0.22);
}

.rr-side-menu__btn--ig {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 100%);
  box-shadow: 0 0.8rem 1.8rem rgba(221, 42, 123, 0.2);
}

.rr-side-menu__foot {
  margin: 0;
  padding-top: 0.4rem;
  font-size: var(--rr-fs-xs);
  color: var(--rr-ink-soft);
  line-height: 1.5;
}

/* —— Round-edged buttons sitewide —— */
.primary__btn,
a.primary__btn,
button.primary__btn,
.rr-checkout__submit,
.minicart__button--link,
.newsletter__subscribe--button,
.checkout__now--btn,
.checkout__discount--code__btn,
.contact__form--btn,
.account__login--btn,
.predictive__search--button {
  border-radius: 999px !important;
}

body.rr-home-body .primary__btn,
body.rr-shop-body .primary__btn,
body.rr-checkout-body .primary__btn {
  border-radius: 999px !important;
}

/* —— Minicart —— */
.offCanvas__minicart.rr-minicart {
  display: flex;
  flex-direction: column;
  background: #fffaf4;
}

.rr-minicart__header .minicart__title {
  font-family: var(--rr-display);
  font-size: var(--rr-fs-xl);
  color: var(--rr-ink);
}

.rr-minicart__header .minicart__header--desc {
  margin: 0.6rem 0 0;
  font-size: var(--rr-fs-xs);
  color: var(--rr-ink-soft);
}

.rr-minicart__body,
.minicart__product.rr-minicart__body {
  flex: 1;
  overflow-y: auto;
  padding: 0.8rem 0 1.6rem;
}

.rr-minicart__empty {
  text-align: center;
  padding: 3.2rem 1.2rem;
}

.rr-minicart__empty-title {
  margin: 0 0 0.6rem;
  font-family: var(--rr-display);
  font-size: var(--rr-fs-lg);
  color: var(--rr-ink);
}

.rr-minicart__empty-text {
  margin: 0 0 1.8rem;
  color: var(--rr-ink-soft);
  font-size: var(--rr-fs-sm);
}

.rr-minicart__shop-btn {
  display: inline-block;
}

.rr-minicart__item {
  display: grid;
  grid-template-columns: 5.6rem 1fr auto;
  gap: 1rem;
  align-items: start;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--rr-line);
}

.rr-minicart__thumb img {
  width: 5.6rem;
  height: 5.6rem;
  object-fit: cover;
  border-radius: 0.6rem;
  background: #fff;
}

.rr-minicart__name {
  margin: 0 0 0.3rem;
  font-size: var(--rr-fs-sm);
  font-weight: 600;
  color: var(--rr-ink);
  line-height: 1.35;
}

.rr-minicart__line,
.rr-minicart__line-total {
  margin: 0;
  font-size: var(--rr-fs-xs);
  color: var(--rr-ink-soft);
}

.rr-minicart__line-total {
  margin-top: 0.4rem;
  font-weight: 700;
  color: var(--rr-ink);
}

.rr-minicart__remove {
  border: 0;
  background: transparent;
  color: #8a7a6c;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.2rem;
}

.rr-minicart__footer {
  padding: 1.2rem 0;
  border-top: 1px solid var(--rr-line);
}

.rr-minicart__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  font-size: var(--rr-fs-sm);
  color: var(--rr-ink-soft);
}

.rr-minicart__row--total {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--rr-line);
  font-weight: 700;
  font-size: var(--rr-fs-md);
  color: var(--rr-ink);
}

.rr-minicart__actions {
  padding: 0 0 1.2rem;
}

.rr-minicart__actions .primary__btn {
  width: 100%;
  text-align: center;
}

/* —— Checkout page —— */
body.rr-checkout-body {
  font-family: var(--rr-body);
  color: var(--rr-ink-soft);
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(232, 137, 26, 0.12), transparent 55%),
    linear-gradient(180deg, #fffaf4 0%, #ffffff 40%);
  font-size: var(--rr-fs-base);
  line-height: var(--rr-lh-body);
}

.rr-checkout {
  padding-top: clamp(3.2rem, 6vw, 5.6rem);
  padding-bottom: clamp(4rem, 8vw, 7.2rem);
}

.rr-checkout__head {
  max-width: 52rem;
  margin-bottom: 3.2rem;
}

.rr-checkout__eyebrow {
  margin: 0 0 0.6rem;
  font-size: var(--rr-fs-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rr-amber-deep);
  font-weight: 700;
}

.rr-checkout__title {
  margin: 0 0 0.8rem;
  font-family: var(--rr-display);
  font-size: var(--rr-fs-2xl);
  color: var(--rr-ink);
  font-weight: 600;
}

.rr-checkout__lead {
  margin: 0;
  font-size: var(--rr-fs-md);
  color: var(--rr-ink-soft);
}

.rr-checkout__grid {
  display: grid;
  gap: 2.4rem;
}

@media (min-width: 992px) {
  .rr-checkout__grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
    gap: 3.2rem;
  }
}

.rr-checkout__card,
.rr-checkout__summary {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--rr-line);
  border-radius: 1.2rem;
  padding: 2.4rem;
}

.rr-checkout__form .rr-checkout__card + .rr-checkout__card {
  margin-top: 1.6rem;
}

.rr-checkout__card-title {
  margin: 0 0 1.8rem;
  font-family: var(--rr-display);
  font-size: var(--rr-fs-lg);
  color: var(--rr-ink);
}

.rr-checkout__field {
  margin-bottom: 1.6rem;
}

.rr-checkout__field label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: var(--rr-fs-sm);
  font-weight: 600;
  color: var(--rr-ink);
}

.rr-checkout__field input,
.rr-checkout__field textarea,
.rr-checkout__field select {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border: 1px solid var(--rr-line);
  border-radius: 0.8rem;
  background: #fff;
  font-size: var(--rr-fs-base);
  color: var(--rr-ink);
  font-family: inherit;
}

.rr-checkout__field textarea {
  resize: vertical;
  min-height: 9rem;
}

.rr-checkout__row {
  display: grid;
  gap: 1.2rem;
}

@media (min-width: 576px) {
  .rr-checkout__row {
    grid-template-columns: 1fr 1fr;
  }
}

.rr-checkout__hint {
  margin: 0.6rem 0 0;
  font-size: var(--rr-fs-xs);
  color: var(--rr-ink-soft);
}

.rr-checkout__lines {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}

.rr-checkout__line {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  align-items: center;
}

.rr-checkout__line-info {
  display: flex;
  gap: 1rem;
  align-items: center;
  min-width: 0;
}

.rr-checkout__line-info img {
  width: 5.6rem;
  height: 5.6rem;
  object-fit: cover;
  border-radius: 0.6rem;
  flex-shrink: 0;
}

.rr-checkout__line-name {
  margin: 0;
  font-size: var(--rr-fs-sm);
  font-weight: 600;
  color: var(--rr-ink);
}

.rr-checkout__line-meta,
.rr-checkout__empty {
  margin: 0.2rem 0 0;
  font-size: var(--rr-fs-xs);
  color: var(--rr-ink-soft);
}

.rr-checkout__line-price {
  margin: 0;
  font-weight: 700;
  color: var(--rr-ink);
  white-space: nowrap;
}

.rr-checkout__totals {
  border-top: 1px solid var(--rr-line);
  padding-top: 1.2rem;
}

.rr-checkout__total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  font-size: var(--rr-fs-sm);
}

.rr-checkout__total-row--grand {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--rr-line);
  font-size: var(--rr-fs-md);
  font-weight: 700;
  color: var(--rr-ink);
}

.rr-checkout__pay-note {
  margin: 1.6rem 0;
  font-size: var(--rr-fs-xs);
  color: var(--rr-ink-soft);
}

.rr-checkout__submit {
  width: 100%;
  text-align: center;
  border: 0;
  cursor: pointer;
}

/* —— Bee / hive removal page —— */
.rr-bee {
  padding: var(--rr-section-pad) 0;
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(232, 137, 26, 0.12), transparent 55%),
    linear-gradient(180deg, var(--rr-paper) 0%, #fff 45%, var(--rr-paper-2) 100%);
}

.rr-bee__inner {
  max-width: 72rem;
  margin: 0 auto;
}

.rr-bee__title {
  margin: 0 0 1.2rem;
  font-family: var(--rr-display);
  font-size: var(--rr-fs-2xl);
  font-weight: 600;
  line-height: 1.15;
  color: var(--rr-ink);
}

.rr-bee__lead {
  margin: 0 0 2.8rem;
  max-width: 52rem;
  font-size: var(--rr-fs-md);
  line-height: var(--rr-lh-body);
  color: var(--rr-ink-soft);
}

.rr-bee__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 4rem;
}

.rr-bee__btn {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 18rem;
  padding: 1.4rem 2rem;
  border-radius: 0.4rem;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.rr-bee__btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.rr-bee__btn--call {
  background: var(--rr-amber);
  color: #fff;
}

.rr-bee__btn--call:hover {
  background: var(--rr-amber-deep);
  color: #fff;
}

.rr-bee__btn--wa {
  background: #128c7e;
  color: #fff;
}

.rr-bee__btn--wa:hover {
  background: #0e7a6e;
  color: #fff;
}

.rr-bee__btn-label {
  font-family: var(--rr-display);
  font-size: var(--rr-fs-lg);
  font-weight: 600;
  line-height: 1.2;
}

.rr-bee__btn-sub {
  margin-top: 0.3rem;
  font-size: var(--rr-fs-sm);
  opacity: 0.92;
}

.rr-bee__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-bottom: 3.2rem;
}

@media (max-width: 991px) {
  .rr-bee__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.rr-bee__block {
  padding: 0;
  border: 0;
  background: transparent;
}

.rr-bee__h {
  margin: 0 0 0.8rem;
  font-family: var(--rr-display);
  font-size: var(--rr-fs-lg);
  font-weight: 600;
  color: var(--rr-ink);
}

.rr-bee__block p {
  margin: 0;
  font-size: var(--rr-fs-base);
  line-height: var(--rr-lh-body);
  color: var(--rr-ink-soft);
}

.rr-bee__note {
  margin: 0;
  font-family: var(--rr-tamil);
  font-size: var(--rr-fs-sm);
  color: var(--rr-amber-deep);
}

/* Contact / about panels on home-styled pages */
body.rr-home-body .contact__info {
  background: var(--rr-ink) !important;
}

body.rr-home-body .contact__info--content__title,
body.rr-home-body .contact__info--content__desc,
body.rr-home-body .contact__info--content__desc a {
  color: #fff !important;
}

body.rr-home-body .contact__info--content__desc a:hover {
  color: var(--rr-amber) !important;
}

body.rr-home-body .contact__info--icon {
  color: var(--rr-amber);
}

body.rr-home-body .contact__info--social__icon {
  background: rgba(232, 137, 26, 0.2);
  color: #fff;
}

body.rr-home-body .text__secondary,
body.rr-home-body .about__content--subtitle {
  color: var(--rr-amber-deep) !important;
}

body.rr-home-body .breadcrumb__content--title {
  font-family: var(--rr-display);
  font-weight: 600;
}

/* Center page banners like shop */
body.rr-home-body .breadcrumb__section.breadcrumb__bg,
body.rr-shop-body .breadcrumb__section.breadcrumb__bg {
  text-align: center;
}

body.rr-home-body .breadcrumb__section.breadcrumb__bg .breadcrumb__content,
body.rr-shop-body .breadcrumb__section.breadcrumb__bg .breadcrumb__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body.rr-home-body .breadcrumb__section.breadcrumb__bg .breadcrumb__content--menu,
body.rr-shop-body .breadcrumb__section.breadcrumb__bg .breadcrumb__content--menu {
  justify-content: center;
}
