.elementor-kit-31{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-31 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================
   রাঙ্গা ফড়িং — Custom CSS for Elementor Pro
   Ghorer Bazar inspired | Baby & Traditional Products
   ============================================ */

/* --- Google Fonts Import --- */
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

/* --- CSS Variables (Color System) --- */
:root {
  --rf-primary:       #E8556A;   /* উষ্ণ গোলাপি-লাল — মূল রঙ */
  --rf-primary-dark:  #C73E52;   /* hover state */
  --rf-primary-light: #FDEEF1;   /* হালকা গোলাপি background */
  --rf-secondary:     #F7A541;   /* উষ্ণ কমলা — accent */
  --rf-bg:            #FDF8F5;   /* ক্রিম সাদা — page background */
  --rf-card-bg:       #FFFFFF;   /* card background */
  --rf-text-dark:     #1A1A2E;   /* প্রধান টেক্সট */
  --rf-text-mid:      #4A4A6A;   /* মাঝারি টেক্সট */
  --rf-text-light:    #8A8AAA;   /* হালকা টেক্সট */
  --rf-border:        #EDE8E3;   /* border রঙ */
  --rf-shadow:        0 4px 20px rgba(232, 85, 106, 0.08);
  --rf-shadow-hover:  0 8px 32px rgba(232, 85, 106, 0.18);
  --rf-radius:        14px;
  --rf-radius-sm:     8px;
  --rf-transition:    all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* ============================================
   GLOBAL STYLES
   ============================================ */

body {
  font-family: 'Hind Siliguri', 'Poppins', sans-serif;
  background-color: var(--rf-bg);
  color: var(--rf-text-dark);
  -webkit-font-smoothing: antialiased;
}

/* সব section-এর default background */
.elementor-section {
  background-color: var(--rf-bg);
}

/* ============================================
   HEADER / NAVIGATION
   ============================================ */

/* Header wrapper */
.site-header,
#masthead,
.elementor-location-header {
  background: #FFFFFF !important;
  border-bottom: 1px solid var(--rf-border);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 9999;
}

/* Logo */
.site-logo img,
.elementor-site-logo img {
  height: 52px;
  width: auto;
}

/* Navigation Menu */
.elementor-nav-menu .elementor-item {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--rf-text-dark) !important;
  padding: 8px 16px;
  border-radius: var(--rf-radius-sm);
  transition: var(--rf-transition);
  letter-spacing: 0.02em;
}

.elementor-nav-menu .elementor-item:hover,
.elementor-nav-menu .elementor-item.elementor-item-active {
  color: var(--rf-primary) !important;
  background: var(--rf-primary-light);
}

/* Cart Icon */
.elementor-menu-cart__toggle {
  color: var(--rf-text-dark);
  transition: var(--rf-transition);
}

.elementor-menu-cart__toggle:hover {
  color: var(--rf-primary);
}

.elementor-menu-cart__toggle .elementor-button-text {
  background: var(--rf-primary);
  color: white;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
}

/* Search Bar */
.elementor-search-form__input {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 14px;
  border: 1.5px solid var(--rf-border);
  border-radius: 50px;
  padding: 10px 20px;
  background: var(--rf-bg);
  color: var(--rf-text-dark);
  transition: var(--rf-transition);
  width: 100%;
}

.elementor-search-form__input:focus {
  border-color: var(--rf-primary);
  background: #FFFFFF;
  outline: none;
  box-shadow: 0 0 0 3px rgba(232, 85, 106, 0.1);
}

.elementor-search-form__input::placeholder {
  color: var(--rf-text-light);
}

/* ============================================
   HERO BANNER SECTION
   ============================================ */

.rf-hero-section {
  border-radius: var(--rf-radius);
  overflow: hidden;
  margin: 20px 0;
  position: relative;
}

/* Hero Heading বাংলা */
.rf-hero-section .elementor-heading-title {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0,0,0,0.25);
  letter-spacing: -0.02em;
}

/* Hero Subtext */
.rf-hero-section .elementor-widget-text-editor p {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  text-shadow: 0 1px 6px rgba(0,0,0,0.2);
}

/* Hero Button */
.rf-hero-section .elementor-button {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  background: var(--rf-primary);
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  padding: 14px 36px;
  letter-spacing: 0.03em;
  transition: var(--rf-transition);
  box-shadow: 0 4px 16px rgba(232, 85, 106, 0.4);
}

.rf-hero-section .elementor-button:hover {
  background: var(--rf-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(232, 85, 106, 0.5);
}

/* Slider Dots */
.elementor-swiper-button {
  background: var(--rf-primary) !important;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  color: #FFFFFF !important;
  transition: var(--rf-transition);
}

.elementor-swiper-button:hover {
  background: var(--rf-primary-dark) !important;
  transform: scale(1.1);
}

.swiper-pagination-bullet {
  background: rgba(255,255,255,0.5) !important;
  width: 8px !important;
  height: 8px !important;
}

.swiper-pagination-bullet-active {
  background: #FFFFFF !important;
  width: 24px !important;
  border-radius: 4px !important;
}

/* ============================================
   SECTION TITLES
   ============================================ */

.rf-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: var(--rf-text-dark);
  text-align: center;
  margin-bottom: 8px;
  position: relative;
}

/* Title underline decoration */
.rf-section-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: var(--rf-primary);
  border-radius: 2px;
  margin: 10px auto 0;
}

.rf-section-subtitle {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 15px;
  color: var(--rf-text-light);
  text-align: center;
  margin-bottom: 36px;
}

/* ============================================
   CATEGORY CARDS
   ============================================ */

/* Category Section Background */
.rf-category-section {
  background: var(--rf-bg);
  padding: 60px 0;
}

/* Individual Category Card */
.rf-category-card,
.elementor-widget-image-box .elementor-image-box-wrapper {
  background: var(--rf-card-bg);
  border: 1px solid var(--rf-border);
  border-radius: var(--rf-radius);
  padding: 24px 16px;
  text-align: center;
  transition: var(--rf-transition);
  cursor: pointer;
  box-shadow: var(--rf-shadow);
}

.rf-category-card:hover,
.elementor-widget-image-box:hover .elementor-image-box-wrapper {
  transform: translateY(-6px);
  box-shadow: var(--rf-shadow-hover);
  border-color: var(--rf-primary);
}

/* Category Image */
.rf-category-card img,
.elementor-image-box-img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 12px;
  transition: var(--rf-transition);
}

.rf-category-card:hover img,
.elementor-image-box:hover .elementor-image-box-img img {
  transform: scale(1.1);
}

/* Category Name */
.elementor-image-box-title {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--rf-text-dark);
  margin: 0;
}

/* ============================================
   PRODUCT CARDS (WooCommerce)
   ============================================ */

/* Product Grid */
ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Individual Product Card */
ul.products li.product {
  background: var(--rf-card-bg);
  border: 1px solid var(--rf-border);
  border-radius: var(--rf-radius);
  overflow: hidden;
  transition: var(--rf-transition);
  box-shadow: var(--rf-shadow);
  position: relative;
}

ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: var(--rf-shadow-hover);
  border-color: var(--rf-primary);
}

/* Product Image */
ul.products li.product img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

ul.products li.product:hover img {
  transform: scale(1.05);
}

/* Product Info Area */
ul.products li.product .woocommerce-loop-product__link {
  display: block;
  padding: 14px 16px 0;
  text-decoration: none;
}

/* Product Name */
ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--rf-text-dark);
  margin-bottom: 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Product Price */
ul.products li.product .price {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--rf-primary);
  padding: 0 16px 6px;
  display: block;
}

ul.products li.product .price del {
  font-size: 13px;
  color: var(--rf-text-light);
  font-weight: 400;
  margin-right: 4px;
}

/* Sale Badge */
ul.products li.product .onsale {
  background: var(--rf-primary);
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  letter-spacing: 0.05em;
}

/* Add to Cart Button */
ul.products li.product .button,
ul.products li.product .add_to_cart_button {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  background: var(--rf-primary);
  color: #FFFFFF;
  border: none;
  border-radius: 0 0 var(--rf-radius) var(--rf-radius);
  padding: 12px 16px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: var(--rf-transition);
  margin-top: 12px;
  letter-spacing: 0.02em;
}

ul.products li.product .button:hover {
  background: var(--rf-primary-dark);
  color: #FFFFFF;
  transform: none;
}

/* ============================================
   TRUST / FEATURE SECTION (কেন রাঙ্গা ফড়িং)
   ============================================ */

.rf-trust-section {
  background: #FFFFFF;
  padding: 60px 0;
  border-top: 1px solid var(--rf-border);
  border-bottom: 1px solid var(--rf-border);
}

/* Icon Box */
.rf-trust-section .elementor-icon-box-wrapper {
  text-align: center;
  padding: 30px 24px;
  border-radius: var(--rf-radius);
  transition: var(--rf-transition);
}

.rf-trust-section .elementor-icon-box-wrapper:hover {
  background: var(--rf-primary-light);
  transform: translateY(-4px);
}

/* Icon */
.rf-trust-section .elementor-icon i {
  font-size: 48px;
  color: var(--rf-primary);
  transition: var(--rf-transition);
}

.rf-trust-section .elementor-icon-box-wrapper:hover .elementor-icon i {
  color: var(--rf-primary-dark);
  transform: scale(1.1);
}

/* Icon Box Title */
.rf-trust-section .elementor-icon-box-title {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--rf-text-dark);
  margin: 16px 0 8px;
}

/* Icon Box Description */
.rf-trust-section .elementor-icon-box-description {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 14px;
  color: var(--rf-text-mid);
  line-height: 1.6;
}

/* ============================================
   CUSTOMER REVIEWS / TESTIMONIALS
   ============================================ */

.rf-review-section {
  background: var(--rf-primary-light);
  padding: 60px 0;
}

/* Review Card */
.rf-review-section .elementor-testimonial__content {
  background: #FFFFFF;
  border-radius: var(--rf-radius);
  padding: 28px;
  box-shadow: var(--rf-shadow);
  border: 1px solid var(--rf-border);
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 15px;
  color: var(--rf-text-mid);
  line-height: 1.7;
  position: relative;
}

/* Quote mark */
.rf-review-section .elementor-testimonial__content::before {
  content: '"';
  font-size: 60px;
  color: var(--rf-primary);
  opacity: 0.2;
  position: absolute;
  top: -10px;
  left: 16px;
  font-family: 'Poppins', serif;
  line-height: 1;
}

/* Reviewer Name */
.rf-review-section .elementor-testimonial__name {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--rf-text-dark);
  margin-top: 16px;
}

/* Reviewer Title */
.rf-review-section .elementor-testimonial__title {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 13px;
  color: var(--rf-text-light);
}

/* Star Rating */
.rf-review-section .elementor-star-rating i {
  color: var(--rf-secondary);
  font-size: 16px;
}

/* ============================================
   BLOG SECTION
   ============================================ */

.rf-blog-section {
  background: var(--rf-bg);
  padding: 60px 0;
}

/* Blog Post Card */
.rf-blog-section .elementor-post__card {
  background: var(--rf-card-bg);
  border: 1px solid var(--rf-border);
  border-radius: var(--rf-radius);
  overflow: hidden;
  transition: var(--rf-transition);
  box-shadow: var(--rf-shadow);
}

.rf-blog-section .elementor-post__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--rf-shadow-hover);
}

/* Blog Thumbnail */
.rf-blog-section .elementor-post__thumbnail img {
  height: 200px;
  object-fit: cover;
  width: 100%;
  transition: transform 0.4s ease;
}

.rf-blog-section .elementor-post__card:hover .elementor-post__thumbnail img {
  transform: scale(1.05);
}

/* Blog Category Tag */
.rf-blog-section .elementor-post__badge {
  background: var(--rf-primary);
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 50px;
  letter-spacing: 0.05em;
}

/* Blog Title */
.rf-blog-section .elementor-post__title a {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--rf-text-dark);
  text-decoration: none;
  transition: var(--rf-transition);
  line-height: 1.4;
}

.rf-blog-section .elementor-post__title a:hover {
  color: var(--rf-primary);
}

/* Blog Excerpt */
.rf-blog-section .elementor-post__excerpt p {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 14px;
  color: var(--rf-text-mid);
  line-height: 1.6;
}

/* Read More Link */
.rf-blog-section .elementor-post__read-more {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--rf-primary);
  text-decoration: none;
  transition: var(--rf-transition);
}

.rf-blog-section .elementor-post__read-more:hover {
  color: var(--rf-primary-dark);
  letter-spacing: 0.05em;
}

/* ============================================
   BUTTONS (সাধারণ)
   ============================================ */

.elementor-button {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: var(--rf-transition);
}

/* Primary Button */
.elementor-button.elementor-button-primary,
.rf-btn-primary {
  background: var(--rf-primary) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 50px;
  padding: 13px 32px;
  box-shadow: 0 4px 16px rgba(232, 85, 106, 0.3);
}

.elementor-button.elementor-button-primary:hover,
.rf-btn-primary:hover {
  background: var(--rf-primary-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(232, 85, 106, 0.45);
}

/* Outline Button */
.rf-btn-outline {
  background: transparent !important;
  color: var(--rf-primary) !important;
  border: 2px solid var(--rf-primary) !important;
  border-radius: 50px;
  padding: 11px 32px;
}

.rf-btn-outline:hover {
  background: var(--rf-primary) !important;
  color: #FFFFFF !important;
  transform: translateY(-2px);
}

/* ============================================
   FOOTER
   ============================================ */

.site-footer,
.elementor-location-footer {
  background: #1A1A2E !important;
  color: rgba(255,255,255,0.8);
  padding: 60px 0 0;
}

/* Footer Heading */
.site-footer .elementor-heading-title,
.elementor-location-footer .elementor-heading-title {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--rf-primary);
  display: inline-block;
}

/* Footer Text */
.site-footer p,
.elementor-location-footer p,
.site-footer .elementor-widget-text-editor {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
}

/* Footer Links */
.site-footer a,
.elementor-location-footer a {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: var(--rf-transition);
  display: block;
  margin-bottom: 8px;
}

.site-footer a:hover,
.elementor-location-footer a:hover {
  color: var(--rf-primary);
  padding-left: 6px;
}

/* Footer Social Icons */
.site-footer .elementor-social-icon,
.elementor-location-footer .elementor-social-icon {
  background: rgba(255,255,255,0.1) !important;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  transition: var(--rf-transition);
}

.site-footer .elementor-social-icon:hover,
.elementor-location-footer .elementor-social-icon:hover {
  background: var(--rf-primary) !important;
  transform: translateY(-3px);
}

/* Footer Bottom Bar */
.rf-footer-bottom {
  background: rgba(0,0,0,0.25);
  padding: 16px 0;
  margin-top: 40px;
  text-align: center;
}

.rf-footer-bottom p {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  margin: 0;
}

/* ============================================
   WOOCOMMERCE — SINGLE PRODUCT PAGE
   ============================================ */

/* Product Title */
.single-product h1.product_title {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--rf-text-dark);
  line-height: 1.3;
}

/* Product Price */
.single-product .price {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--rf-primary);
}

/* Add to Cart Button — Single Product */
.single-product .single_add_to_cart_button {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  background: var(--rf-primary) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 14px 40px !important;
  transition: var(--rf-transition);
  box-shadow: 0 4px 16px rgba(232, 85, 106, 0.35);
  letter-spacing: 0.03em;
}

.single-product .single_add_to_cart_button:hover {
  background: var(--rf-primary-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(232, 85, 106, 0.5);
}

/* Product Description */
.single-product .woocommerce-product-details__short-description p {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 15px;
  color: var(--rf-text-mid);
  line-height: 1.8;
}

/* Product Tabs */
.woocommerce-tabs .tabs li a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--rf-text-mid);
}

.woocommerce-tabs .tabs li.active a {
  color: var(--rf-primary);
  border-bottom: 2px solid var(--rf-primary);
}

/* ============================================
   CART & CHECKOUT
   ============================================ */

/* Cart Table */
.woocommerce table.shop_table {
  border-radius: var(--rf-radius);
  overflow: hidden;
  border: 1px solid var(--rf-border);
  font-family: 'Hind Siliguri', sans-serif;
}

.woocommerce table.shop_table th {
  background: var(--rf-primary-light);
  color: var(--rf-primary);
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 14px 16px;
}

/* Checkout Button */
.woocommerce .checkout-button,
.woocommerce #place_order {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  background: var(--rf-primary) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 14px 40px !important;
  transition: var(--rf-transition);
  width: 100%;
}

.woocommerce .checkout-button:hover,
.woocommerce #place_order:hover {
  background: var(--rf-primary-dark) !important;
  transform: translateY(-2px);
}

/* ============================================
   MOBILE RESPONSIVE
   ============================================ */

@media (max-width: 768px) {

  /* Product Grid — Mobile 2 column */
  ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  ul.products li.product img {
    height: 160px;
  }

  ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px;
  }

  ul.products li.product .price {
    font-size: 15px;
  }

  /* Hero Banner Mobile */
  .rf-hero-section .elementor-heading-title {
    font-size: 28px !important;
  }

  .rf-hero-section .elementor-widget-text-editor p {
    font-size: 14px;
  }

  /* Section Title Mobile */
  .rf-section-title {
    font-size: 20px;
  }

  /* Footer Mobile */
  .site-footer,
  .elementor-location-footer {
    padding: 40px 0 0;
  }

  /* Navigation */
  .elementor-nav-menu .elementor-item {
    font-size: 15px;
    padding: 10px 16px;
  }
}

@media (max-width: 480px) {
  ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .rf-hero-section .elementor-heading-title {
    font-size: 24px !important;
  }
}

/* ============================================
   ANIMATIONS
   ============================================ */

/* Fade up animation */
@keyframes rf-fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.elementor-section {
  animation: rf-fadeUp 0.5s ease forwards;
}

/* Pulse animation for sale badge */
@keyframes rf-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

ul.products li.product .onsale {
  animation: rf-pulse 2s infinite;
}

/* ============================================
   SCROLLBAR STYLING
   ============================================ */

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--rf-bg);
}

::-webkit-scrollbar-thumb {
  background: var(--rf-primary);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--rf-primary-dark);
}/* End custom CSS */