/** Shopify CDN: Minification failed

Line 1136:0 Unexpected "}"

**/
:root {
  --rt-navy: #1c252c;
  --rt-pink: #ddb2d3;
  --rt-coral: #f15c3c;
  --rt-green: #4cba79;
  --rt-blue: #3d5caa;
  --rt-yellow: #febd3b;
  --rt-cream: #febd3b;
  --rt-white: #ffffff;
  --rt-text: #1c252c;
  --rt-ink: var(--rt-text);
  --rt-muted: #66727b;
  --rt-border: rgba(28, 37, 44, 0.12);
  --rt-shadow: 0 18px 50px rgba(28, 37, 44, 0.1);
  --rt-radius: 18px;
  --rt-radius-lg: 28px;
}

body {
  background: #fff8ee;
  color: var(--rt-ink);
  font-family: Poppins, var(--font-body-family), system-ui, sans-serif;
}

h1,
h2,
h3,
.h0,
.h1,
.h2,
.h3,
.rf-card__title,
.rufftail-product__title {
  color: var(--rt-navy);
  letter-spacing: -0.02em;
}

.button,
.shopify-payment-button__button,
.rf-card__add-btn,
.rufftail-product__atc,
.rf-drawer__checkout {
  border-radius: 999px !important;
  font-weight: 800;
}

.rf-header {
  --rf-brand-accent: var(--rt-coral);
  --rf-brand-accent-dark: #d84528;
  --rf-brand-accent-soft: rgba(241, 92, 60, 0.12);
  --rf-brand-text: var(--rt-navy);
  --rf-brand-muted: var(--rt-muted);
  --rf-brand-border: rgba(28, 37, 44, 0.12);
  --rf-brand-bg: #fff7ed;
  --rf-brand-surface: #ffffff;
  --rf-brand-surface-soft: #fff1e3;
  --rf-brand-shadow: var(--rt-shadow);
}

.rf-desktop,
.rf-mobile {
  background: #fffaf4;
  border-bottom-color: rgba(28, 37, 44, 0.1);
}

.rf-tabs {
  background: var(--rt-navy);
  color: #fff;
}

.rf-tab {
  color: rgba(255, 255, 255, 0.8);
}

.rf-tab.is-active,
.rf-tab:hover {
  color: var(--rt-yellow);
}

.rf-subcat-card,
.rf-location-trigger,
.rf-search form,
.rf-action-link,
.rf-drawer,
.rf-card,
.rfc-collection-info__card,
.rufftail-price-card,
.rufftail-delivery-card {
  border-radius: var(--rt-radius);
}

.rf-subcat-card {
  border-color: rgba(28, 37, 44, 0.14);
  box-shadow: 0 10px 24px rgba(28, 37, 44, 0.04);
}

.rf-subcat-card:hover {
  border-color: var(--rt-coral);
  transform: translateY(-1px);
}

.announcement-bar,
.utility-bar {
  background: var(--rt-pink) !important;
  color: var(--rt-navy) !important;
}

.announcement-bar__message {
  font-weight: 800;
  letter-spacing: 0;
}

.rf-card {
  background: #fff;
  border: 1px solid rgba(28, 37, 44, 0.1);
  box-shadow: 0 14px 34px rgba(28, 37, 44, 0.06);
  overflow: hidden;
}

.rf-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(28, 37, 44, 0.1);
}

.rf-card__media {
  background: #fff8ef;
}

.rf-card__image {
  object-fit: contain;
  padding: 10px;
}

.rf-card__badge {
  background: var(--rt-coral);
  color: #fff;
  border-radius: 999px;
  font-weight: 900;
}

.rf-card__brand,
.caption-with-letter-spacing {
  color: var(--rt-blue);
  font-weight: 800;
}

.rf-card__title a {
  color: var(--rt-navy);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rf-card__delivery,
.rufftail-delivery-card__kicker {
  color: #197247;
  background: rgba(76, 186, 121, 0.16);
  border-radius: 999px;
}

.rf-card__support {
  background: rgba(221, 178, 211, 0.45);
  color: var(--rt-navy);
  border-radius: 999px;
}

.rf-card__add-btn,
.rufftail-product__atc,
.rf-drawer__checkout {
  background: var(--rt-coral) !important;
  color: #fff !important;
  border: 0 !important;
}

.rfc-page {
  background: #fffaf4;
}

.rfc-wrap::before {
  content: none;
  display: none;
}

.rfc-confidence-strip {
  background: #fff;
  border-color: rgba(28, 37, 44, 0.1);
}

.rfc-confidence-strip span:nth-child(1) {
  background: rgba(76, 186, 121, 0.16);
}

.rfc-confidence-strip span:nth-child(2) {
  background: rgba(221, 178, 211, 0.42);
}

.rfc-confidence-strip span:nth-child(3) {
  background: rgba(254, 189, 59, 0.28);
}

.rfc-confidence-strip span:nth-child(4) {
  background: rgba(61, 92, 170, 0.12);
}

.rufftail-brand-section {
  background: #fffaf4;
  color: var(--rt-navy);
  padding: 34px 0;
}

.rufftail-brand-section .page-width {
  max-width: 1280px;
}

.rt-brand-card {
  border-radius: 30px;
  border: 1px solid rgba(28, 37, 44, 0.1);
  box-shadow: var(--rt-shadow);
  overflow: hidden;
}

.rt-brand-eyebrow,
.rt-brand-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 900;
}

.rt-brand-eyebrow {
  background: var(--rt-yellow);
  color: var(--rt-navy);
}

.rt-brand-heading {
  margin: 12px 0 0;
  max-width: 760px;
  font-size: clamp(3.4rem, 5vw, 7.2rem);
  line-height: 0.98;
  font-weight: 900;
}

.rt-brand-copy {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(28, 37, 44, 0.76);
  font-size: clamp(1.55rem, 1.8vw, 2rem);
  line-height: 1.55;
}

.rt-brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.rt-brand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
}

.rt-brand-btn--primary {
  background: var(--rt-coral);
  color: #fff;
}

.rt-brand-btn--secondary {
  background: #fff;
  color: var(--rt-navy);
  border: 1px solid rgba(28, 37, 44, 0.14);
}

.rt-brand-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.rt-brand-trust span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-weight: 800;
  font-size: 1.25rem;
}

.rt-whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 88px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--rt-green);
  color: var(--rt-navy);
  box-shadow: 0 18px 38px rgba(28, 37, 44, 0.18);
  font-weight: 900;
  text-decoration: none;
}

.rt-whatsapp-float svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.rt-pdp-support,
.rt-cart-support {
  border-radius: 22px;
  border: 1px solid rgba(28, 37, 44, 0.1);
  background: linear-gradient(135deg, rgba(221, 178, 211, 0.36), rgba(254, 189, 59, 0.22));
  padding: 16px;
}

.rt-pdp-support h3,
.rt-cart-support h3 {
  margin: 0;
  font-size: 1.7rem;
}

.rt-pdp-support p,
.rt-cart-support p {
  margin: 6px 0 0;
  color: rgba(28, 37, 44, 0.78);
}

.rt-pdp-support a,
.rt-cart-support a {
  display: inline-flex;
  margin-top: 12px;
  padding: 10px 15px;
  border-radius: 999px;
  background: var(--rt-navy);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.rf-drawer__body .rt-cart-support {
  margin-top: 14px;
}

.rf-drawer__upsell {
  margin: 12px 0 0;
  padding: 12px;
  border-radius: 18px;
  background: rgba(254, 189, 59, 0.18);
  border: 1px solid rgba(28, 37, 44, 0.08);
}

.rf-drawer__upsell strong {
  display: block;
  color: var(--rt-navy);
  font-size: 1.35rem;
  line-height: 1.2;
}

.rf-drawer__upsell div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 9px;
}

.rf-drawer__upsell a {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff;
  color: var(--rt-navy);
  text-decoration: none;
  font-weight: 800;
  font-size: 1.2rem;
}

.rfc-size-help {
  margin-bottom: 18px;
}

@media screen and (max-width: 749px) {
  .rufftail-brand-section {
    padding: 22px 0;
  }

  .rt-brand-heading {
    font-size: clamp(3.1rem, 11vw, 4.6rem);
  }

  .rt-brand-actions {
    flex-direction: column;
  }

  .rt-brand-btn {
    width: 100%;
  }

  .rt-whatsapp-float {
    right: 12px;
    bottom: 76px;
    min-height: 42px;
    padding: 10px 13px;
    font-size: 1.3rem;
  }

body:has(.rufftail-sticky-atc:not([hidden])) .rt-whatsapp-float {
    bottom: 148px;
  }
}

.template-index main,
.template-collection main,
.template-product main {
  background:
    radial-gradient(circle at 8% 10%, rgba(221, 178, 211, 0.28), transparent 28rem),
    radial-gradient(circle at 92% 20%, rgba(254, 189, 59, 0.2), transparent 24rem),
    #fff8ee;
}

.rt-home {
  background: transparent;
}

.rt-home__section {
  margin-top: clamp(22px, 4vw, 46px);
}

.rt-home__products-row {
  gap: 16px;
}

.rt-brand-hero,
.rt-home-hero__card {
  background: var(--rt-navy);
}

.rt-brand-card,
.rt-home__section,
.rt-category-card,
.rf-card,
.product-card-wrapper .card,
.rt-cart-support,
.rf-drawer__upsell {
  border-radius: var(--rt-radius-lg);
}

.rf-tabs {
  background: var(--rt-navy);
  border-bottom: 0;
  padding: 10px clamp(16px, 4vw, 42px);
  gap: 8px;
}

.rf-tab,
.rf-tab--link {
  min-height: 40px;
  border-radius: 999px;
  color: var(--rt-white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
}

.rf-tab:hover,
.rf-tab--link:hover {
  background: var(--rt-yellow);
  color: var(--rt-navy);
}

.rf-subcats {
  display: none;
}

.rf-collection-hero,
.collection-hero,
.main-collection-banner {
  background: var(--rt-navy);
  color: var(--rt-white);
  border-radius: 0 0 var(--rt-radius-lg) var(--rt-radius-lg);
}

.rf-collection-hero h1,
.collection-hero h1,
.main-collection-banner h1 {
  color: var(--rt-white);
}

.rf-card {
  background: var(--rt-white);
  border: 1px solid rgba(28, 37, 44, 0.1);
  box-shadow: 0 14px 34px rgba(28, 37, 44, 0.06);
  overflow: hidden;
}

.rf-card__vendor {
  color: var(--rt-blue);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 900;
}

.rf-card__title,
.card__heading {
  color: var(--rt-navy);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rf-card__delivery {
  background: rgba(76, 186, 121, 0.14);
  color: #17673a;
  border-color: rgba(76, 186, 121, 0.28);
}

.rf-card__badge,
.badge--sale,
.price__badge-sale {
  background: var(--rt-coral);
  color: var(--rt-white);
  border: 0;
}

.rt-cart-support,
.rt-pdp-support,
.rufftail-decision-card {
  background: linear-gradient(135deg, rgba(221, 178, 211, 0.45), rgba(254, 189, 59, 0.2));
  border: 1px solid rgba(28, 37, 44, 0.1);
  border-radius: var(--rt-radius);
}

.rt-cart-support a,
.rt-pdp-support a,
.rufftail-decision-card__link {
  background: var(--rt-green);
  color: var(--rt-navy);
  border-radius: 999px;
  min-height: 42px;
}

.rf-drawer__checkout,
.product-form__submit,
.button--primary {
  background: var(--rt-coral);
  border-color: var(--rt-coral);
  color: var(--rt-white);
  border-radius: 999px;
  min-height: 46px;
  font-weight: 900;
}

.rf-drawer__viewcart,
.button--secondary {
  border-color: var(--rt-navy);
  color: var(--rt-navy);
  border-radius: 999px;
  min-height: 44px;
  font-weight: 900;
}

.footer,
.shopify-section-group-footer-group {
  background: var(--rt-navy);
  color: rgba(255, 255, 255, 0.82);
}

.footer h2,
.footer h3,
.footer .footer-block__heading,
.footer a {
  color: var(--rt-white);
}

.footer a:hover {
  color: var(--rt-yellow);
}

.announcement-bar,
.announcement-bar-section,
.utility-bar {
  background: var(--rt-pink) !important;
  color: var(--rt-navy) !important;
  min-height: 34px;
}

.announcement-bar__message,
.announcement-bar .h5,
.announcement-bar .h5 span {
  color: var(--rt-navy) !important;
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  padding: 8px 16px !important;
}

.rf-tabs {
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: 9px clamp(18px, 3vw, 32px) !important;
  min-height: 58px;
  align-items: center;
}

.rf-tab,
.rf-tab--link {
  min-height: 36px !important;
  padding: 8px 12px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 1.45rem;
}

.rf-tab.is-active,
.rf-tab:hover,
.rf-tab--link:hover {
  color: var(--rt-yellow) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.rufftail-brand-section {
  padding: clamp(28px, 4vw, 52px) 0 !important;
}

.rt-home-hero {
  padding-top: clamp(26px, 4vw, 48px) !important;
}

.rt-home-hero__card {
  min-height: auto !important;
  padding: clamp(30px, 4.4vw, 56px) !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.78fr) !important;
  gap: clamp(24px, 4vw, 42px) !important;
}

.rt-home-hero__copy {
  max-width: 660px;
}

.rt-home-hero__copy .rt-brand-heading,
.rt-brand-heading {
  font-size: clamp(4.2rem, 4.65vw, 6.8rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em !important;
}

.rt-home-hero__copy .rt-brand-copy,
.rt-brand-copy {
  font-size: clamp(1.55rem, 1.35vw, 1.9rem) !important;
  line-height: 1.5 !important;
  margin-top: 16px !important;
}

.rt-brand-actions {
  gap: 12px;
  margin-top: 24px;
}

.rt-brand-btn {
  min-height: 48px;
  padding: 13px 22px;
  font-size: 1.45rem;
}

.rt-brand-trust {
  gap: 8px;
  margin-top: 18px;
}

.rt-brand-trust span {
  min-height: 34px;
  padding: 8px 13px;
  font-size: 1.2rem;
}

.rt-home-hero__panel {
  gap: 13px !important;
}

.rt-home-hero__mini {
  min-height: 86px !important;
  padding: 18px 22px !important;
  border-radius: 22px !important;
  font-size: clamp(1.95rem, 2.45vw, 3.2rem) !important;
  line-height: 1.05 !important;
}

.rt-category-grid__head {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-bottom: 18px !important;
}

.rt-category-grid__head h2 {
  font-size: clamp(3.2rem, 4vw, 5.2rem) !important;
  line-height: 1.04 !important;
}

.rt-category-grid__grid {
  gap: 12px !important;
}

.rt-category-card {
  min-height: 132px !important;
  padding: 16px !important;
  border-radius: 22px !important;
}

.rt-category-card span {
  width: 42px !important;
  height: 42px !important;
  border-radius: 14px !important;
  font-size: 2rem !important;
}

.rt-category-card strong {
  font-size: 1.65rem !important;
}

.rt-category-card small {
  font-size: 1.25rem !important;
  line-height: 1.35 !important;
}

.rt-delivery__card {
  padding: clamp(24px, 4vw, 40px) !important;
  gap: clamp(18px, 3vw, 30px) !important;
}

.rt-delivery h2 {
  font-size: clamp(3.1rem, 4vw, 5.2rem) !important;
  line-height: 1.08 !important;
}

.rt-delivery p {
  font-size: clamp(1.45rem, 1.35vw, 1.75rem) !important;
  line-height: 1.55 !important;
}

.rt-delivery__badges {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.rt-delivery__badges span {
  min-height: 46px;
  padding: 11px 16px !important;
  display: flex;
  align-items: center;
  font-size: 1.45rem;
}

.rt-home__section {
  margin-top: clamp(28px, 4vw, 54px) !important;
}

.rt-home__section h2 {
  font-size: clamp(2.6rem, 3vw, 3.8rem);
  line-height: 1.15;
}

.rt-home__products-row {
  gap: 12px !important;
  scroll-padding-left: 2px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

.rt-home__products-row > * {
  flex: 0 0 clamp(188px, 15.4vw, 218px);
}

.rf-card {
  border-radius: 18px !important;
}

.rf-card__media {
  height: 205px;
  min-height: 205px;
}

.rf-card__title,
.card__heading {
  line-height: 1.24;
}

.footer,
.shopify-section-group-footer-group,
.shopify-section-group-footer-group .footer {
  background: var(--rt-navy) !important;
  color: rgba(255, 255, 255, 0.76) !important;
}

.shopify-section-group-footer-group h2,
.shopify-section-group-footer-group h3,
.shopify-section-group-footer-group strong,
.shopify-section-group-footer-group .footer-block__heading {
  color: #ffffff !important;
}

.shopify-section-group-footer-group a,
.shopify-section-group-footer-group p,
.shopify-section-group-footer-group li,
.shopify-section-group-footer-group .rte,
.shopify-section-group-footer-group .rte a,
.shopify-section-group-footer-group .link,
.shopify-section-group-footer-group .list-menu__item--link,
.footer-block__details-content,
.footer-block__details-content .list-menu__item--link {
  color: rgba(255, 255, 255, 0.68) !important;
}

.shopify-section-group-footer-group a:hover,
.shopify-section-group-footer-group .rte a:hover,
.footer-block__details-content .list-menu__item--link:hover {
  color: var(--rt-yellow) !important;
}

.rfc-hero-card {
  margin: 18px 0 14px;
  padding: clamp(20px, 3vw, 34px);
  border-radius: 28px;
  background: linear-gradient(135deg, var(--rt-navy), #25313a);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  box-shadow: var(--rt-shadow);
}

.rfc-hero-card__eyebrow {
  margin: 0 0 8px;
  color: var(--rt-yellow);
  text-transform: uppercase;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.rfc-hero-card h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 4vw, 5.6rem);
  line-height: 1.03;
}

.rfc-hero-card p:not(.rfc-hero-card__eyebrow) {
  max-width: 760px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.55rem;
  line-height: 1.55;
}

.rfc-hero-card__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 420px;
}

.rfc-hero-card__meta span,
.rfc-use-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 900;
}

.rfc-hero-card__meta span {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.rfc-toolbar {
  position: sticky;
  top: 0;
  z-index: 3;
  backdrop-filter: blur(12px);
}

.rfc-use-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
}

.rfc-use-chips span {
  background: rgba(254, 189, 59, 0.28);
  color: var(--rt-navy);
}

.rfc-seo--visible {
  border-radius: 22px !important;
}

.rfc-seo__body--visible {
  max-height: 360px;
  overflow: auto;
}

.rf-smart-search {
  position: relative;
  isolation: isolate;
}

.rf-smart-search__panel[hidden] {
  display: none !important;
}

.rf-smart-search__panel {
  z-index: 50;
  max-height: min(68vh, 560px);
  overflow: auto;
}

.rf-smart-search__panel-grid {
  gap: 14px !important;
}

.rf-smart-search__group {
  border-radius: 18px;
}

.rt-whatsapp-float {
  z-index: 40;
}

body:has(.rf-bottom-nav) .rt-whatsapp-float {
  bottom: 86px;
}

.product__info-container .rt-pdp-support + .rt-pdp-support,
.rufftail-decision-card + .rt-pdp-support,
.rt-pdp-support + .rufftail-decision-card {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .rf-mobile .rf-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 8px 12px;
    scrollbar-width: none;
  }

  .rf-mobile .rf-tabs::-webkit-scrollbar {
    display: none;
  }

  .rf-mobile .rf-tab {
    flex: 0 0 auto;
    white-space: nowrap;
    min-height: 38px;
    font-size: 1.25rem;
  }

  .rt-home__section {
    margin-top: 24px;
  }

  .announcement-bar__message,
  .announcement-bar .h5,
  .announcement-bar .h5 span {
    font-size: 1.2rem !important;
    padding: 7px 12px !important;
  }

  .rufftail-brand-section {
    padding: 22px 0 !important;
  }

  .rt-home-hero {
    padding-top: 18px !important;
  }

  .rt-home-hero__card {
    padding: 22px 18px !important;
    border-radius: 24px !important;
    gap: 20px !important;
  }

  .rt-home-hero__copy .rt-brand-heading,
  .rt-brand-heading {
    font-size: clamp(3.4rem, 10vw, 4.7rem) !important;
    line-height: 1.02 !important;
  }

  .rt-brand-copy {
    font-size: 1.45rem !important;
    line-height: 1.5 !important;
  }

  .rt-brand-actions {
    margin-top: 18px;
  }

  .rt-brand-btn {
    min-height: 44px;
    padding: 11px 16px;
    font-size: 1.35rem;
  }

  .rt-brand-trust span {
    font-size: 1.1rem;
    min-height: 30px;
    padding: 7px 10px;
  }

  .rt-home-hero__panel {
    gap: 9px !important;
  }

  .rt-home-hero__mini {
    min-height: 64px !important;
    padding: 13px 15px !important;
    border-radius: 18px !important;
    font-size: clamp(1.55rem, 5vw, 2.2rem) !important;
  }

  .rt-category-grid__head h2,
  .rt-delivery h2 {
    font-size: clamp(2.8rem, 8.5vw, 3.8rem) !important;
  }

  .rt-category-card {
    min-height: 118px !important;
    padding: 13px !important;
    border-radius: 18px !important;
  }

  .rt-delivery__card {
    padding: 20px 16px !important;
    border-radius: 22px !important;
  }

  .rt-delivery__badges span {
    min-height: 40px;
    padding: 10px 13px !important;
    font-size: 1.28rem;
  }

  .rt-delivery__badges {
    grid-template-columns: 1fr !important;
  }

  .rt-home__section h2 {
    font-size: 2.7rem;
  }

  .rf-card__media {
    height: 174px;
    min-height: 174px;
  }

  .rt-home__products-row {
    gap: 10px !important;
    padding-left: 1px;
    padding-right: 18px;
  }

  .rt-home__products-row > * {
    flex-basis: min(72vw, 190px);
  }

  .rfc-hero-card {
    grid-template-columns: 1fr;
    margin: 12px 0;
    padding: 18px;
    border-radius: 22px;
  }

  .rfc-hero-card h1 {
    font-size: clamp(2.8rem, 9vw, 4rem);
  }

  .rfc-hero-card p:not(.rfc-hero-card__eyebrow) {
    font-size: 1.35rem;
  }

  .rfc-hero-card__meta {
    justify-content: flex-start;
  }

  .rfc-toolbar {
    top: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    border-radius: 0 0 18px 18px;
  }

  .rf-smart-search__panel {
    max-height: 72vh;
  }

  body:has(.rf-bottom-nav) .rt-whatsapp-float {
    bottom: 82px;
  }
}
}
