:root{
  --rf-purple: #7B1FA2;
  --rf-purple-deep: #4A148C;
  --rf-purple-light: #9C27B0;
  --rf-magenta: #E91E8C;
  --rf-magenta-deep: #C21875;
  --rf-cream: #FDF8F5;
  --rf-ash: #F2ECE8;
  --rf-ink: #2D1F2E;
  --rf-grey: #6E5D6A;
  --rf-gold: #C9A227;
  --rf-success: #25D366;
  --rf-white: #FFFFFF;
  --rf-shadow: 0 2px 8px rgba(45, 31, 46, 0.06);
  --rf-shadow-hover: 0 8px 24px rgba(45, 31, 46, 0.12);
  --rf-radius-sm: 4px;
  --rf-radius-md: 8px;
  --rf-radius-lg: 16px;
  --rf-radius-full: 9999px;
}

body{
  background-color: var(--rf-cream);
  color: var(--rf-ink);
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

a{
  color: var(--rf-purple);
}

a:hover{
  color: var(--rf-purple-deep);
}

h1, h2, h3, h4, h5, h6{
  color: var(--rf-ink);
}

.text-primary{
  color: var(--rf-purple) !important;
}

.text-grey{
  color: var(--rf-grey) !important;
}

.text-muted{
  color: var(--rf-grey) !important;
}

/* Buttons */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--rf-radius-full);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 32px;
  line-height: 1.2;
  transition: background-color 0.2s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.2s cubic-bezier(0.25, 1, 0.5, 1), color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus{
  background: var(--rf-purple);
  border-color: var(--rf-purple);
  color: var(--rf-cream);
}

.btn-primary:hover{
  background: var(--rf-purple-deep);
  border-color: var(--rf-purple-deep);
  color: var(--rf-cream);
}

.btn-dark,
.btn-dark:active,
.btn-dark:focus{
  background: var(--rf-ink);
  border-color: var(--rf-ink);
  color: var(--rf-cream);
}

.btn-dark:hover{
  background: var(--rf-purple-deep);
  border-color: var(--rf-purple-deep);
  color: var(--rf-cream);
}

.btn-success,
.btn-success:active,
.btn-success:focus{
  background: var(--rf-success);
  border-color: var(--rf-success);
  color: var(--rf-white);
}

.btn-success:hover{
  background: #1da851;
  border-color: #1da851;
  color: var(--rf-white);
}

.btn-magenta{
  background: var(--rf-magenta);
  border-color: var(--rf-magenta);
  color: var(--rf-cream);
}

.btn-magenta:hover{
  background: var(--rf-magenta-deep);
  border-color: var(--rf-magenta-deep);
  color: var(--rf-cream);
}

.btn-ghost{
  background: transparent;
  border: 2px solid var(--rf-purple);
  color: var(--rf-purple);
}

.btn-ghost:hover{
  background: var(--rf-purple);
  color: var(--rf-cream);
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary:focus{
  background: var(--rf-white);
  border: 2px solid var(--rf-purple);
  color: var(--rf-purple);
}

.btn-secondary:hover{
  background: var(--rf-purple);
  border-color: var(--rf-purple);
  color: var(--rf-cream);
}

.btn-whatsapp,
.btn-whatsapp:active,
.btn-whatsapp:focus{
  background: var(--rf-success);
  border-color: var(--rf-success);
  color: var(--rf-white);
}

.btn-whatsapp:hover{
  background: #1da851;
  border-color: #1da851;
  color: var(--rf-white);
}

.btn-outline-whatsapp{
  background: transparent;
  border: 2px solid var(--rf-success);
  color: var(--rf-success);
}

.btn-outline-whatsapp:hover{
  background: var(--rf-success);
  color: var(--rf-white);
}

.btn-rounded{
  border-radius: var(--rf-radius-full);
}

.btn-search{
  background: var(--rf-purple);
  color: var(--rf-cream);
  border-radius: var(--rf-radius-full);
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-search:hover{
  background: var(--rf-purple-deep);
  color: var(--rf-cream);
}

/* Logo */
.rf-logo{
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.rf-logo-dark{
  color: var(--rf-purple);
}

.rf-logo-dark:hover{
  color: var(--rf-purple-deep);
}

.rf-logo-light{
  color: var(--rf-cream);
}

.rf-logo-light:hover{
  color: var(--rf-magenta);
}

.rf-logo-mark{
  flex-shrink: 0;
  display: block;
  filter: drop-shadow(0 6px 14px rgba(53, 17, 77, 0.16));
}

.rf-logo-light .rf-logo-mark{
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.25));
}

.rf-logo-copy{
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
}

.rf-logo-text{
  white-space: nowrap;
  letter-spacing: -0.045em;
}

.rf-logo-subtext{
  color: var(--rf-magenta);
  font-size: 0.62em;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1;
  text-transform: uppercase;
}

.rf-logo-light .rf-logo-subtext{
  color: #ffcf6a;
}

/* Header */
.header-top{
  background: var(--rf-purple-deep);
  color: var(--rf-cream);
  border-bottom: none;
  font-size: 1.2rem;
}

.header-top a{
  color: var(--rf-cream);
}

.header-top a:hover{
  color: var(--rf-magenta);
}

.header-top .welcome-msg{
  color: var(--rf-cream);
}

.header-middle{
  background: var(--rf-white);
  color: var(--rf-ink);
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.header-middle .logo img{
  filter: none;
}

.header-bottom{
  background: var(--rf-white);
  color: var(--rf-ink);
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--rf-ash);
}

.header-bottom .main-nav .menu > li > a{
  color: var(--rf-ink);
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  position: relative;
}

.header-bottom .main-nav .menu > li > a::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--rf-purple);
  transition: width 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.header-bottom .main-nav .menu > li.active > a,
.header-bottom .main-nav .menu > li > a:hover{
  color: var(--rf-purple);
}

.header-bottom .main-nav .menu > li.active > a::after,
.header-bottom .main-nav .menu > li > a:hover::after{
  width: 100%;
}

.header .input-wrapper .form-control{
  background: var(--rf-white);
  border: 1px solid #ded2dc;
  border-radius: var(--rf-radius-full);
  color: var(--rf-ink);
  padding: 12px 20px;
}

.header-search.hs-simple .input-wrapper .form-control:focus,
.header-search.hs-simple .input-wrapper .form-control:focus-visible{
  border-color: var(--rf-purple) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(123, 31, 162, 0.12) !important;
}

.header-search.hs-simple .input-wrapper .form-control{
  border: 1px solid #ded2dc;
}

.header-search.hs-simple .input-wrapper{
  border: 1px solid #ded2dc;
  border-radius: var(--rf-radius-full);
  background: var(--rf-white);
  box-shadow: 0 2px 8px rgba(45, 31, 46, 0.04);
}

.header-search .btn-search{
  background: var(--rf-purple);
  color: var(--rf-cream);
  font-size: 1.4rem;
  border-radius: var(--rf-radius-full);
  min-width: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-search .btn-search i{
  margin: 0;
  font-size: 1.4rem;
  vertical-align: middle;
}

.header-search .btn-search:hover{
  background: var(--rf-purple-deep);
  color: var(--rf-cream);
}

.mobile-menu-toggle{
  color: var(--rf-purple);
}

.icon-box-side{
  color: var(--rf-ink);
}

.icon-box-side .icon-box-icon{
  color: var(--rf-purple);
}

.icon-box-title{
  color: var(--rf-ink);
}

/* Footer */
.footer{
  background: linear-gradient(145deg, var(--rf-purple-deep), #38106f 72%);
  color: var(--rf-cream);
}

.rf-footer-brandbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid rgba(253, 248, 245, 0.14);
  padding: 3.2rem 0;
}

.rf-footer-brandbar p{
  max-width: 58rem;
  margin: 0;
  color: rgba(253, 248, 245, 0.78);
  font-size: 1.4rem;
  line-height: 1.7;
}

/* Footer widgets should not use the shop sidebar card style */
.footer .widget{
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.footer .widget-title{
  color: var(--rf-cream);
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.6rem;
}

.footer a{
  color: var(--rf-cream);
}

.footer a:hover{
  color: var(--rf-magenta);
}

.footer .widget-title{
  color: var(--rf-cream);
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.6rem;
}

.footer p,
.footer li,
.footer label{
  color: rgba(253, 248, 245, 0.9);
}

.footer .social-link{
  color: var(--rf-cream);
  background: rgba(253, 248, 245, 0.1);
  border-radius: var(--rf-radius-full);
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer .social-link:hover{
  background: var(--rf-magenta);
  color: var(--rf-cream);
}

.footer-social-list{
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social-list li{
  margin: 0;
}

.footer-social-item{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--rf-cream);
  line-height: 1;
}

.footer-social-item .social-link{
  flex: 0 0 36px;
}

.footer-bottom .social-links{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.footer-bottom{
  border-top: 1px solid rgba(253, 248, 245, 0.15);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-middle{
  padding-top: 4rem;
}

/* Product Cards */
.product{
  background: var(--rf-white);
  border-radius: var(--rf-radius-md);
  box-shadow: var(--rf-shadow);
  overflow: hidden;
  transition: box-shadow 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product:hover{
  box-shadow: var(--rf-shadow-hover);
}

.product-media{
  border-radius: var(--rf-radius-md) var(--rf-radius-md) 0 0;
  background: var(--rf-ash);
}

.product-media a{
  display: block;
  aspect-ratio: 280 / 315;
}

.product-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--rf-radius-md) var(--rf-radius-md) 0 0;
}

.product-details{
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-name{
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--rf-ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
}

.product-name a{
  color: var(--rf-ink);
}

.product-name a:hover{
  color: var(--rf-purple);
}

.product-price{
  margin-top: auto;
  padding-top: 8px;
}

.product-price .price{
  color: var(--rf-purple);
  font-size: 1.1rem;
  font-weight: 700;
}

.product-price .price.text-muted{
  color: var(--rf-grey) !important;
  font-weight: 600;
}

.product-label-group{
  left: 12px;
  top: 12px;
}

.product-label{
  border-radius: var(--rf-radius-sm);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 5px 8px;
}

.label-sale{
  background: var(--rf-magenta);
  color: var(--rf-cream);
}

.label-hot{
  background: var(--rf-gold);
  color: var(--rf-ink);
}

.label-out{
  background: var(--rf-grey);
  color: var(--rf-cream);
}

.btn-product.btn-cart{
  background: var(--rf-purple);
  color: var(--rf-cream);
  border-radius: var(--rf-radius-md);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 18px;
}

.product .product-action{
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 12px 14px;
  background: transparent;
}

.product .product-action .btn-product.btn-cart,
.product .product-action .btn-product.btn-quickview{
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 36px;
  margin: 0 !important;
  padding: 9px 16px !important;
  border-radius: var(--rf-radius-md) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
  line-height: 1.1 !important;
  white-space: nowrap;
}

.product .product-action .btn-product.btn-cart{
  background: var(--rf-purple) !important;
  border-color: var(--rf-purple) !important;
  color: var(--rf-cream) !important;
}

.product .product-action .btn-product.btn-quickview{
  background: var(--rf-purple) !important;
  border: 2px solid var(--rf-purple) !important;
  color: var(--rf-cream) !important;
  min-width: 98px;
}

.product .product-action .btn-product.btn-cart:hover,
.product .product-action .btn-product.btn-quickview:hover{
  background: var(--rf-purple-deep) !important;
  border-color: var(--rf-purple-deep) !important;
  color: var(--rf-cream) !important;
}

.btn-product.btn-cart:hover{
  background: var(--rf-purple-deep);
  color: var(--rf-cream);
}

.btn-product.btn-quickview{
  background: transparent;
  border: 2px solid var(--rf-purple);
  color: var(--rf-purple);
}

.btn-product.btn-quickview:hover{
  background: var(--rf-purple);
  color: var(--rf-cream);
}

/* Category Cards */
.category.category-classic .category-media{
  border-radius: var(--rf-radius-lg);
}

.category.category-classic .category-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--rf-radius-lg);
}

.category.category-classic .category-content{
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 20px;
  background: linear-gradient(to top, rgba(45, 31, 46, 0.72), transparent 70%);
  color: var(--rf-cream);
  border-radius: 0 0 var(--rf-radius-lg) var(--rf-radius-lg);
  align-items: flex-start;
}

.category.category-classic .category-name{
  color: var(--rf-cream);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 6px;
}

.category.category-classic .btn-link{
  color: var(--rf-magenta);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0;
}

.category.category-classic .btn-link:hover{
  color: var(--rf-cream);
}

/* Titles */
.title{
  color: var(--rf-ink);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.title.title-center{
  justify-content: center;
}

/* Hero */
.rf-hero{
  position: relative;
  background: linear-gradient(135deg, var(--rf-purple-deep) 0%, var(--rf-purple) 50%, var(--rf-magenta) 100%);
  color: var(--rf-cream);
  border-radius: var(--rf-radius-lg);
  overflow: hidden;
  padding: clamp(3rem, 8vw, 6rem) clamp(1.5rem, 5vw, 4rem);
  min-height: 36rem;
}

.rf-hero::before{
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 120%, rgba(233, 30, 140, 0.35), transparent 50%),
              radial-gradient(circle at 90% 10%, rgba(123, 31, 162, 0.5), transparent 40%);
  pointer-events: none;
}

.rf-hero-content{
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.rf-hero-slider{
  isolation: isolate;
  --rf-hero-slide-distance: clamp(32px, 6vw, 72px);
  --rf-hero-slide-duration: 680ms;
  --rf-hero-slide-exit-duration: 420ms;
  --rf-hero-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.rf-hero-track{
  position: relative;
  z-index: 1;
  min-height: 24rem;
}

.rf-hero-slide{
  position: absolute;
  inset: 0;
  max-width: 680px;
  opacity: 0;
  transform: translate3d(var(--rf-hero-slide-distance), 0, 0);
  pointer-events: none;
  transition: opacity var(--rf-hero-slide-exit-duration) var(--rf-hero-ease), transform var(--rf-hero-slide-exit-duration) var(--rf-hero-ease);
  will-change: opacity, transform;
}

.rf-hero-slide.active{
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  transition-duration: var(--rf-hero-slide-duration);
}

.rf-hero-slide.from-left{
  transform: translate3d(calc(var(--rf-hero-slide-distance) * -1), 0, 0);
}

.rf-hero-slide.active.from-left,
.rf-hero-slide.active.from-right{
  transform: translate3d(0, 0, 0);
}

.rf-hero-slide.is-exiting.from-right{
  transform: translate3d(calc(var(--rf-hero-slide-distance) * -0.55), 0, 0);
}

.rf-hero-slide.is-exiting.from-left{
  transform: translate3d(calc(var(--rf-hero-slide-distance) * 0.55), 0, 0);
}

.rf-hero-slide > .rf-hero-subtitle,
.rf-hero-slide > .rf-hero-title,
.rf-hero-slide > .rf-hero-text,
.rf-hero-slide > .rf-hero-actions{
  opacity: 0;
  transform: translate3d(calc(var(--rf-hero-slide-distance) * 0.35), 0, 0);
  transition: opacity 520ms var(--rf-hero-ease), transform 520ms var(--rf-hero-ease);
  will-change: opacity, transform;
}

.rf-hero-slide.from-left > .rf-hero-subtitle,
.rf-hero-slide.from-left > .rf-hero-title,
.rf-hero-slide.from-left > .rf-hero-text,
.rf-hero-slide.from-left > .rf-hero-actions{
  transform: translate3d(calc(var(--rf-hero-slide-distance) * -0.35), 0, 0);
}

.rf-hero-slide.active > .rf-hero-subtitle,
.rf-hero-slide.active > .rf-hero-title,
.rf-hero-slide.active > .rf-hero-text,
.rf-hero-slide.active > .rf-hero-actions{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.rf-hero-slide.active > .rf-hero-subtitle{
  transition-delay: 70ms;
}

.rf-hero-slide.active > .rf-hero-title{
  transition-delay: 145ms;
}

.rf-hero-slide.active > .rf-hero-text{
  transition-delay: 220ms;
}

.rf-hero-slide.active > .rf-hero-actions{
  transition-delay: 295ms;
}

.rf-hero-slide.is-exiting > .rf-hero-subtitle,
.rf-hero-slide.is-exiting > .rf-hero-title,
.rf-hero-slide.is-exiting > .rf-hero-text,
.rf-hero-slide.is-exiting > .rf-hero-actions{
  transition-delay: 0ms;
}

.rf-hero-dots{
  position: relative;
  z-index: 2;
  display: flex;
  gap: 10px;
  margin-top: 2rem;
}

.rf-hero-dots button{
  width: 34px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: var(--rf-radius-full);
  background: rgba(253, 248, 245, 0.42);
  cursor: pointer;
}

.rf-hero-dots button.active{
  background: var(--rf-cream);
}

.rf-hero-subtitle{
  display: inline-block;
  background: var(--rf-magenta);
  color: var(--rf-cream);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: var(--rf-radius-full);
  margin-bottom: 1rem;
}

.rf-hero-title{
  color: var(--rf-cream);
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.rf-hero-text{
  color: rgba(253, 248, 245, 0.9);
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  max-width: 50ch;
}

.rf-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rf-hero-actions .btn{
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.rf-hero .btn-primary{
  background: var(--rf-cream);
  border-color: var(--rf-cream);
  color: var(--rf-purple-deep);
}

.rf-hero .btn-primary:hover{
  background: var(--rf-white);
  border-color: var(--rf-white);
  color: var(--rf-purple-deep);
}

.rf-hero .btn-ghost{
  border-color: var(--rf-cream);
  color: var(--rf-cream);
}

.rf-hero .btn-ghost:hover{
  background: var(--rf-cream);
  color: var(--rf-purple-deep);
  border-color: var(--rf-cream);
}

/* Trust Strip */
.rf-trust-strip{
  background: var(--rf-white);
  border-radius: var(--rf-radius-lg);
  box-shadow: var(--rf-shadow);
  padding: 24px;
}

.rf-trust-item{
  display: flex;
  align-items: center;
  gap: 16px;
}

.rf-trust-icon{
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--rf-ash);
  color: var(--rf-purple);
  border-radius: var(--rf-radius-full);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.rf-trust-title{
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--rf-ink);
  margin-bottom: 2px;
}

.rf-trust-desc{
  font-size: 0.85rem;
  color: var(--rf-grey);
  margin: 0;
}

/* WhatsApp CTA */
.rf-whatsapp-cta{
  background: var(--rf-white);
  color: var(--rf-ink);
  border: 1px solid var(--rf-ash);
  border-radius: var(--rf-radius-lg);
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1.5rem, 5vw, 3rem);
  text-align: center;
  box-shadow: var(--rf-shadow);
}

.rf-whatsapp-cta h2{
  color: var(--rf-purple-deep);
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  margin-bottom: 0.75rem;
}

.rf-whatsapp-cta p{
  color: var(--rf-grey);
  margin-bottom: 1.5rem;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

.rf-whatsapp-cta .btn-whatsapp{
  background: var(--rf-success);
  border-color: var(--rf-success);
  color: var(--rf-white);
  font-size: 0.85rem;
  padding: 16px 32px;
}

.rf-whatsapp-cta .btn-whatsapp:hover{
  background: #1da851;
  border-color: #1da851;
}

/* Sticky footer */
.sticky-footer,
.sticky-footer.sticky-content,
.sticky-footer.sticky-content.fixed{
  background: var(--rf-white) !important;
  border-top: 1px solid var(--rf-ash);
}

.sticky-footer .sticky-link{
  color: var(--rf-grey);
}

.sticky-footer .sticky-link.active,
.sticky-footer .sticky-link:hover{
  color: var(--rf-purple);
}

/* Scroll top */
.scroll-top{
  background: var(--rf-purple);
  color: var(--rf-cream);
}

.scroll-top:hover{
  background: var(--rf-purple-deep);
  color: var(--rf-cream);
}

/* Breadcrumbs */
.breadcrumb-item a{
  color: var(--rf-purple);
}

.breadcrumb-item.active{
  color: var(--rf-grey);
}

/* Page titles */
.page-title{
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--rf-ink);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.rf-section-title{
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--rf-ink);
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

/* Forms */
.form-control,
select.form-control{
  background: var(--rf-white);
  border: 1px solid var(--rf-ash);
  border-radius: var(--rf-radius-md);
  color: var(--rf-ink);
  padding: 12px 16px;
  font-size: 1rem;
  min-height: 44px;
}

.form-control:focus,
select.form-control:focus{
  border-color: var(--rf-purple);
  outline: none;
  box-shadow: 0 0 0 3px rgba(123, 31, 162, 0.12);
}

.form-control::placeholder{
  color: var(--rf-grey);
}

select.form-control{
  appearance: auto;
  cursor: pointer;
}

.form-inline select.form-control{
  margin-bottom: 0;
}

/* Checkboxes and radios */
input[type="checkbox"],
input[type="radio"]{
  accent-color: var(--rf-purple);
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* Pagination */
.pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.page-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: var(--rf-white);
  border: 1px solid var(--rf-ash);
  border-radius: var(--rf-radius-md);
  color: var(--rf-ink);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.2s cubic-bezier(0.25, 1, 0.5, 1), color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.page-link:hover{
  background: var(--rf-ash);
  border-color: var(--rf-ash);
  color: var(--rf-ink);
}

.page-link.active{
  background: var(--rf-purple);
  border-color: var(--rf-purple);
  color: var(--rf-cream);
}

/* Shop sidebar */
.widget{
  background: var(--rf-white);
  border-radius: var(--rf-radius-md);
  padding: 24px;
  box-shadow: var(--rf-shadow);
}

.widget-title{
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--rf-ink);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.filter-items{
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-items li{
  padding: 10px 0;
  border-bottom: 1px solid var(--rf-ash);
}

.filter-items li:last-child{
  border-bottom: none;
}

.filter-items li a{
  color: var(--rf-grey);
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.filter-items li a:hover{
  color: var(--rf-purple);
}

.filter-items li.active > a{
  color: var(--rf-purple);
  font-weight: 700;
}

.rf-category-filter{
  display: grid;
  gap: 0;
}

.rf-category-filter label{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid var(--rf-ash);
  color: var(--rf-grey);
  cursor: pointer;
}

.rf-category-filter label:last-child{
  border-bottom: 0;
}

.rf-category-filter label.active{
  color: var(--rf-purple);
  font-weight: 700;
}

.rf-category-filter input{
  flex: 0 0 auto;
}

/* Toolbox */
.toolbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  background: var(--rf-white);
  border-radius: var(--rf-radius-md);
  padding: 16px 20px;
  box-shadow: var(--rf-shadow);
  margin-bottom: 1.5rem;
}

.showing-info{
  color: var(--rf-grey);
  font-size: 0.9rem;
  margin: 0;
}

.showing-info span{
  color: var(--rf-ink);
  font-weight: 600;
}

/* Product detail */
.rf-product-detail{
  background: var(--rf-white);
  border-radius: var(--rf-radius-lg);
  padding: clamp(1.5rem, 4vw, 3rem);
  box-shadow: var(--rf-shadow);
}

.rf-product-gallery{
  position: sticky;
  top: 24px;
}

.rf-product-main-image{
  background: var(--rf-ash);
  border-radius: var(--rf-radius-md);
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.rf-product-main-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rf-product-thumbs{
  display: flex;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.rf-product-thumbs button{
  width: 72px;
  height: 72px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--rf-radius-md);
  overflow: hidden;
  background: var(--rf-ash);
  cursor: pointer;
  transition: border-color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.rf-product-thumbs button:hover,
.rf-product-thumbs button:focus{
  border-color: var(--rf-purple);
}

.rf-product-thumbs button img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rf-product-title{
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--rf-ink);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.rf-product-price{
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--rf-purple);
  margin-bottom: 1.25rem;
}

.rf-product-short-desc{
  color: var(--rf-grey);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.rf-product-short-desc p:last-child{
  margin-bottom: 0;
}

.rf-product-meta{
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
  color: var(--rf-grey);
}

.rf-product-meta li{
  margin-bottom: 8px;
}

.rf-product-meta strong{
  color: var(--rf-ink);
  font-weight: 600;
}

.rf-product-meta a{
  color: var(--rf-purple);
}

.rf-product-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 1.5rem;
}

.rf-product-actions .btn{
  min-height: 48px;
}

.rf-product-help{
  background: var(--rf-cream);
  border: 1px solid var(--rf-ash);
  border-radius: var(--rf-radius-md);
  padding: 16px 20px;
  font-size: 0.9rem;
  color: var(--rf-grey);
}

.rf-product-help strong{
  color: var(--rf-ink);
}

/* Cart and checkout */
.rf-cart-empty,
.rf-checkout-panel,
.rf-cart-table-wrap,
.rf-cart-summary,
.rf-checkout-summary,
.rf-info-page,
.rf-order-complete{
  background: var(--rf-white);
  border-radius: var(--rf-radius-lg);
  box-shadow: var(--rf-shadow);
}

.rf-cart-empty{
  padding: clamp(2.5rem, 6vw, 5rem);
  text-align: center;
}

.rf-cart-table-wrap{
  overflow-x: auto;
  padding: 1.5rem;
}

.rf-cart-table{
  width: 100%;
  margin: 0;
}

.rf-cart-table th,
.rf-cart-table td{
  vertical-align: middle;
  padding: 1.4rem 1rem;
  border-bottom: 1px solid var(--rf-ash);
}

.product-name-cell{
  display: flex;
  align-items: center;
  gap: 1.2rem;
  min-width: 24rem;
}

.product-name-cell img{
  object-fit: cover;
  border-radius: var(--rf-radius-md);
  background: var(--rf-ash);
}

.rf-qty{
  width: 82px;
  min-width: 82px;
}

.btn-remove{
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: var(--rf-radius-full);
  background: var(--rf-ash);
  color: var(--rf-ink);
  cursor: pointer;
}

.btn-remove:hover{
  background: var(--rf-magenta);
  color: var(--rf-white);
}

.rf-cart-summary,
.rf-checkout-summary,
.rf-checkout-panel{
  padding: clamp(2rem, 4vw, 3rem);
}

.rf-summary-row,
.rf-checkout-item{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--rf-ash);
}

.rf-summary-row.muted{
  color: var(--rf-grey);
}

.rf-summary-note,
.rf-field-help{
  color: var(--rf-grey);
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 1.4rem 0;
}

.rf-checkout-panel label{
  display: block;
  margin: 1.4rem 0 0.6rem;
  color: var(--rf-ink);
  font-weight: 600;
}

.rf-checkout-items{
  margin-bottom: 1rem;
}

.rf-checkout-message{
  margin: 1.2rem 0 0;
  color: var(--rf-purple);
  font-weight: 600;
}

.rf-info-page{
  padding: clamp(2.5rem, 6vw, 5rem);
}

.rf-kicker{
  display: inline-flex;
  color: var(--rf-purple);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.rf-info-lead{
  max-width: 70rem;
  color: var(--rf-grey);
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.rf-info-card{
  height: 100%;
  padding: 2rem;
  background: var(--rf-cream);
  border: 1px solid var(--rf-ash);
  border-radius: var(--rf-radius-lg);
}

.rf-info-card h3{
  color: var(--rf-purple-deep);
  font-size: 1.25rem;
}

.rf-delivery-note{
  margin-top: 1rem;
  padding: 1.6rem 2rem;
  border-radius: var(--rf-radius-md);
  background: rgba(123, 31, 162, 0.08);
  color: var(--rf-ink);
}

.rf-order-complete{
  max-width: 76rem;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem);
  text-align: center;
}

.rf-order-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 1.5rem;
  border-radius: var(--rf-radius-full);
  background: rgba(37, 211, 102, 0.14);
  color: var(--rf-success);
  font-size: 2rem;
}

.rf-order-number{
  color: var(--rf-purple);
  font-weight: 800;
}

.rf-product-description{
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--rf-ash);
}

.rf-product-description h2{
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--rf-ink);
  margin-bottom: 1rem;
}

.rf-product-description p{
  color: var(--rf-grey);
  line-height: 1.7;
  max-width: 70ch;
}

/* Alerts */
.alert-info{
  background: var(--rf-cream);
  border: 1px solid var(--rf-ash);
  color: var(--rf-ink);
  border-radius: var(--rf-radius-md);
  padding: 16px 20px;
}

.alert-error{
  background: #fff0f3;
  border: 1px solid #ffc2cd;
  color: #8a1c3a;
  border-radius: var(--rf-radius-md);
  padding: 16px 20px;
}

/* Layout utilities */
.rf-section{
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.rf-bg-ash{
  background: var(--rf-ash);
}

.rf-bg-cream{
  background: var(--rf-cream);
}

/* Mobile adjustments */
@media (max-width: 767px){
  .header-middle{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header-search.hs-simple{
    display: none;
  }

  .rf-hero{
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 39rem;
  }

  .rf-hero-track{
    min-height: 29rem;
  }

  .rf-footer-brandbar{
    align-items: flex-start;
    flex-direction: column;
  }

  .rf-trust-item{
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .product-action-vertical{
    opacity: 1;
    visibility: visible;
  }

  .product .product-action{
    opacity: 1;
    visibility: visible;
    transform: none;
    position: static;
    display: flex;
    gap: 8px;
    padding: 0 16px 16px;
  }

  .product .product-action .btn-product{
    flex: 1;
    text-align: center;
    justify-content: center;
  }
}

/* Cart icon */
.rf-cart-icon{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--rf-ink);
  font-size: 1.6rem;
  border-radius: var(--rf-radius-full);
  transition: background-color 0.2s cubic-bezier(0.25, 1, 0.5, 1), color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.rf-cart-icon:hover{
  background: var(--rf-ash);
  color: var(--rf-purple);
}

.rf-cart-badge{
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--rf-magenta);
  color: var(--rf-white);
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  border-radius: var(--rf-radius-full);
}

.rf-cart-badge.hidden{
  display: none;
}

/* Cart drawer */
.rf-cart-overlay{
  position: fixed;
  inset: 0;
  background: rgba(45, 31, 46, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 1040;
}

.rf-cart-overlay.open{
  opacity: 1;
  visibility: visible;
}

body.rf-drawer-open{
  overflow: hidden;
}

.rf-cart-drawer{
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 100vw);
  height: 100vh;
  background: var(--rf-white);
  box-shadow: -8px 0 32px rgba(45, 31, 46, 0.14);
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1050;
  display: flex;
  flex-direction: column;
}

.rf-cart-drawer.open{
  transform: translateX(0);
}

.rf-drawer-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--rf-ash);
}

.rf-drawer-header h2{
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
}

.rf-drawer-close{
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--rf-radius-full);
  background: var(--rf-ash);
  color: var(--rf-ink);
  cursor: pointer;
  font-size: 1rem;
}

.rf-drawer-close:hover{
  background: var(--rf-magenta);
  color: var(--rf-white);
}

.rf-drawer-body{
  flex: 1;
  overflow-y: auto;
  padding: 20px 24px;
}

.rf-drawer-empty{
  text-align: center;
  padding: 3rem 1rem;
  color: var(--rf-grey);
}

.rf-drawer-empty i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: var(--rf-cream);
  color: var(--rf-purple);
  font-size: 1.6rem;
  border-radius: var(--rf-radius-full);
  margin-bottom: 1rem;
}

.rf-drawer-empty p{
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.rf-drawer-items{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rf-drawer-item{
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--rf-ash);
}

.rf-drawer-item:last-child{
  border-bottom: none;
}

.rf-drawer-item img{
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: var(--rf-radius-md);
  background: var(--rf-ash);
  flex-shrink: 0;
}

.rf-drawer-item-info{
  flex: 1;
  min-width: 0;
}

.rf-drawer-item-name{
  display: block;
  font-weight: 600;
  color: var(--rf-ink);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}

.rf-drawer-item-name:hover{
  color: var(--rf-purple);
}

.rf-drawer-item-meta{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--rf-grey);
}

.rf-drawer-item-qty{
  color: var(--rf-ink);
  font-weight: 600;
}

.rf-drawer-remove{
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--rf-radius-full);
  background: var(--rf-ash);
  color: var(--rf-ink);
  cursor: pointer;
  flex-shrink: 0;
}

.rf-drawer-remove:hover{
  background: var(--rf-magenta);
  color: var(--rf-white);
}

.rf-drawer-footer{
  padding: 20px 24px;
  border-top: 1px solid var(--rf-ash);
  background: var(--rf-white);
}

.rf-drawer-subtotal{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  margin-bottom: 14px;
}

.rf-drawer-subtotal strong{
  font-size: 1.2rem;
  color: var(--rf-ink);
}

.rf-drawer-footer .btn-block{
  width: 100%;
  margin-bottom: 12px;
}

.rf-drawer-footer .btn:disabled{
  opacity: 0.55;
  cursor: not-allowed;
}

.rf-drawer-continue{
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  background: transparent;
  color: var(--rf-purple);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.rf-drawer-continue:hover{
  color: var(--rf-purple-deep);
}

/* Product card add button */
.rf-card-actions{
  margin-top: 12px;
}

.rf-card-add{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 16px;
  border: 0;
  border-radius: var(--rf-radius-full);
  background: var(--rf-purple);
  color: var(--rf-cream);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.rf-card-add:hover{
  background: var(--rf-purple-deep);
}

.rf-card-add i{
  font-size: 0.9rem;
}

/* Empty cart / checkout states */
.rf-cart-empty{
  text-align: center;
  padding: clamp(3rem, 7vw, 5rem) clamp(1.5rem, 4vw, 3rem);
}

.rf-cart-empty > i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: var(--rf-cream);
  color: var(--rf-purple);
  font-size: 2rem;
  border-radius: var(--rf-radius-full);
  margin-bottom: 1.5rem;
}

.rf-cart-empty p{
  font-size: 1.15rem;
  color: var(--rf-grey);
  margin-bottom: 1.5rem;
}

/* Order complete redesign */
.rf-order-complete{
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.rf-order-kicker{
  display: inline-block;
  background: rgba(123, 31, 162, 0.1);
  color: var(--rf-purple);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 8px 16px;
  border-radius: var(--rf-radius-full);
  margin-bottom: 1rem;
}

.rf-order-complete h1{
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 0.75rem;
}

.rf-order-number{
  font-size: 1.25rem;
  color: var(--rf-purple);
  font-weight: 800;
  margin-bottom: 1rem;
}

.rf-order-message{
  color: var(--rf-grey);
  max-width: 56ch;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

.rf-order-next{
  background: var(--rf-cream);
  border: 1px solid var(--rf-ash);
  border-radius: var(--rf-radius-lg);
  padding: clamp(1.5rem, 4vw, 2.25rem);
  text-align: left;
  margin-bottom: 2rem;
}

.rf-order-next h2{
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.rf-order-steps{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.rf-order-steps li{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--rf-grey);
  font-size: 0.95rem;
  line-height: 1.6;
}

.rf-step-dot{
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: var(--rf-radius-full);
  background: var(--rf-purple);
}

@media (max-width: 767px){
  .rf-cart-icon{
    width: 38px;
    height: 38px;
    font-size: 1.4rem;
  }

  .rf-cart-badge{
    top: 0;
    right: 0;
  }

  .rf-cart-drawer{
    width: 100vw;
  }
}

/* Focus visible */
*:focus-visible{
  outline: 2px solid var(--rf-purple);
  outline-offset: 2px;
}

button:focus-visible,
a:focus-visible{
  outline: 2px solid var(--rf-purple);
  outline-offset: 2px;
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
