/*
 * Theme Name: Rosier Foods
 * Theme URI: https://rosierfoods.com
 * Author: Rosier Foods
 * Description: Premium organic food eCommerce theme with Ayurvedic heritage branding.
 * Version: 2.0.0
 * Text Domain: rosier-foods
 */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap');

:root {
  --rf-cream:         #FDF8F0;
  --rf-cream-dark:    #F5EDD8;
  --rf-yellow:        #E8A020;
  --rf-gold:          #C8860A;
  --rf-gold-light:    #F5C060;
  --rf-brown:         #5C3D1E;
  --rf-brown-dark:    #2C1A0E;
  --rf-brown-mid:     #7A5230;
  --rf-green:         #3A6B35;
  --rf-green-light:   #E8F5E0;
  --rf-text:          #1A0F05;
  --rf-muted:         #7A5C3A;
  --rf-border:        rgba(200, 134, 10, 0.18);
  --rf-card-bg:       #FFFCF5;
  --rf-serif:         'Playfair Display', Georgia, serif;
  --rf-sans:          'DM Sans', 'Segoe UI', sans-serif;
  --rf-radius-sm:     8px;
  --rf-radius-md:     14px;
  --rf-radius-lg:     22px;
  --rf-radius-xl:     32px;
  --rf-shadow-sm:     0 2px 8px rgba(92, 61, 30, 0.08);
  --rf-shadow-md:     0 4px 20px rgba(92, 61, 30, 0.12);
  --rf-shadow-lg:     0 8px 40px rgba(92, 61, 30, 0.16);
  --rf-transition:    all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--rf-sans); background: var(--rf-cream); color: var(--rf-text); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(232,160,32,0.04), transparent 30%), radial-gradient(circle at 80% 30%, rgba(232,160,32,0.03), transparent 30%); z-index: -1; pointer-events: none; }
img  { max-width: 100%; height: auto; display: block; }
a    { text-decoration: none; color: inherit; transition: var(--rf-transition); }
ul   { list-style: none; }
button { font-family: var(--rf-sans); cursor: pointer; border: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4, h5, h6 { font-family: var(--rf-serif); line-height: 1.2; color: var(--rf-brown); }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
.sec-tag { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--rf-yellow); font-weight: 500; display: block; margin-bottom: 6px; }

.btn, .rf-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 30px; border-radius: 50px; font-size: 14px; font-weight: 500; font-family: var(--rf-sans); transition: var(--rf-transition); cursor: pointer; border: none; position: relative; overflow: hidden; }
.btn::before, .rf-btn::before { content: ''; position: absolute; top: 0; left: -120%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); transition: left 0.6s ease; }
.btn:hover::before, .rf-btn:hover::before { left: 120%; }
.btn-primary, .rf-btn-primary { background: var(--rf-yellow); color: #fff; box-shadow: 0 4px 16px rgba(232,160,32,0.35); }
.btn-primary:hover, .rf-btn-primary:hover { background: var(--rf-gold); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--rf-brown); border: 1.5px solid var(--rf-border); }
.btn-outline:hover { background: var(--rf-cream-dark); border-color: var(--rf-yellow); color: var(--rf-yellow); }
.btn-dark { background: var(--rf-brown); color: #fff; }
.btn-dark:hover { background: var(--rf-brown-dark); transform: translateY(-1px); }
.btn-outline-white { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.4); }
.btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.7); }

/* =====================================================
   HEADER
===================================================== */
#masthead { position: relative; top: 0; left: 0; width: 100%; z-index: 9999; background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,0.05); margin: 0; padding: 0; }
.site-header-inner { width: 100%; max-width: 100%; height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 50px; background: #fff; }
.site-branding .site-title a { font-family: var(--rf-serif); font-size: 24px; font-weight: 700; color: var(--rf-brown); }
.site-branding .site-title a span { color: var(--rf-yellow); }
.site-branding .site-description { display: none; }
.site-branding img { max-height: 54px; width: auto; }
#primary-navigation { flex: 1; }
#primary-navigation > ul { display: flex; align-items: center; gap: 40px; justify-content: center; }
#primary-navigation > ul > li > a { position: relative; font-size: 15px; color: #3d2815; font-weight: 600; padding: 0; transition: var(--rf-transition); }
#primary-navigation > ul > li > a::before { content: ''; position: absolute; bottom: -2px; left: 50%; width: 0; height: 2px; background: var(--rf-yellow); transition: 0.4s ease; transform: translateX(-50%); }
#primary-navigation > ul > li > a:hover::before, #primary-navigation > ul > li.current-menu-item > a::before { width: 70%; }
#primary-navigation > ul > li > a:hover { color: var(--rf-gold); background: none; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-search-toggle { width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 1px solid rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: center; color: var(--rf-muted); font-size: 15px; transition: var(--rf-transition); }
.header-search-toggle:hover { background: var(--rf-cream-dark); color: var(--rf-brown); }
.site-header .cart-contents { display: flex; align-items: center; gap: 6px; background: var(--rf-yellow) !important; color: #fff !important; padding: 10px 18px !important; border-radius: 50px !important; font-size: 13px; font-weight: 500; transition: var(--rf-transition); }
.site-header .cart-contents:hover { background: var(--rf-gold) !important; transform: translateY(-1px); }
.site-header .cart-contents .amount { font-weight: 600; }
.site-header .cart-contents .count { background: rgba(255,255,255,0.25); border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; font-size: 11px; }
.menu-toggle { display: none; background: transparent; border: 1px solid var(--rf-border); padding: 8px; border-radius: var(--rf-radius-sm); color: var(--rf-brown); font-size: 18px; }

/* =====================================================
   ANNOUNCEMENT BAR
===================================================== */
.announcement-bar { background: var(--rf-brown-dark); color: rgba(253,248,240,0.8); text-align: center; padding: 9px 24px; font-size: 12px; letter-spacing: 0.5px; }
.announcement-bar strong { color: var(--rf-gold-light); }

/* =====================================================
   HERO — hide old, show new
===================================================== */
.rf-hero, .hero-content, .hero-product-showcase, .hero-visual, .hero-sub, .hero-hindi, .hero-cta, .hero-trust-pills { display: none !important; }

/* Only hide elementor ghost content on HOME page */
.home .elementor-widget-heading,
.home .elementor-widget-text-editor,
.home .wp-block-cover,
.home .elementor-background-overlay,
.home .hero-section,
.home .hero-banner,
.home .slider-content,
.home .banner-content,
.home .hero-content,
.home .hero-text,
.home .old-hero,
.home .elementor-widget-image,
.home .elementor-widget-spacer,
.home .entry-content,
.home .post-thumbnail,
.home article.page,
.home .type-page { display: none !important; }

.rf-premium-slider { position: relative; width: 100%; overflow: hidden; margin: 0; padding: 0; z-index: 50; background: #fff; }
.rf-premium-slider, .rf-premium-slider * { visibility: visible !important; opacity: 1 !important; }

.rf-slide { position: relative; width: 100%; min-height: calc(100vh - 84px); display: flex; align-items: center; overflow: hidden; }
.rf-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 1; opacity: 1 !important; transform: none !important; filter: none !important; }
.rf-slide-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.50) 42%, rgba(255,255,255,0.05) 100%); }
.rf-premium-slider .container { position: relative; z-index: 10; width: 100%; max-width: 1280px; margin: auto; padding-left: 40px; padding-right: 40px; }
.rf-slide-content { position: relative; z-index: 20; max-width: 620px; padding-top: 80px; padding-bottom: 80px; background: none !important; }
.rf-slide-tag { display: inline-flex; align-items: center; background: #f6e2a8; color: #8a5a00; padding: 12px 24px; border-radius: 999px; font-size: 14px; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 28px; }
.rf-slide-content h1 { font-size: clamp(48px, 7vw, 82px); line-height: 0.95; font-weight: 800; color: #2d1708 !important; margin: 0 0 22px; letter-spacing: -2px; opacity: 1 !important; visibility: visible !important; }
.rf-slide-content p { font-size: clamp(18px, 2vw, 24px); line-height: 1.6; color: #6b5848 !important; margin: 0 0 36px; opacity: 1 !important; visibility: visible !important; }
.rf-slide-buttons { display: flex; gap: 18px; flex-wrap: wrap; }
.rf-slide-buttons .btn { min-width: 180px; height: 58px; border-radius: 999px; font-size: 16px; font-weight: 700; }

/* =====================================================
   TRUST BAR
===================================================== */
.rf-trust-bar { position: relative; z-index: 30; margin-top: -45px; width: 92%; margin-left: auto; margin-right: auto; background: #fff; border-radius: var(--rf-radius-xl); padding: 28px 24px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); }
.trust-bar-inner { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; align-items: center; }
.trust-item { display: flex; align-items: center; gap: 14px; min-width: 0; padding: 12px; border-radius: var(--rf-radius-md); transition: var(--rf-transition); }
.trust-item:hover { transform: translateY(-4px); box-shadow: var(--rf-shadow-sm); }
.trust-item-icon { width: 48px; height: 48px; border-radius: 50%; background: var(--rf-cream-dark); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.trust-item-text strong { display: block; font-size: 15px; font-weight: 700; color: var(--rf-brown-dark); line-height: 1.2; margin-bottom: 3px; }
.trust-item-text span { display: block; font-size: 12px; color: var(--rf-muted); line-height: 1.4; }

/* =====================================================
   SECTION HEADER
===================================================== */
.rf-section-header { margin-bottom: 36px; }
.rf-section-header.centered { text-align: center; }
.rf-section-header h2 { margin-bottom: 8px; }
.rf-section-header p { font-size: 14px; color: var(--rf-muted); max-width: 520px; }
.rf-section-header.centered p { margin: 0 auto; }

/* =====================================================
   PRODUCT GRID
===================================================== */
.rf-bestsellers { padding: 70px 0; }
.rf-bestsellers .products, .woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 0 !important; padding: 0 !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .rf-product-card { background: var(--rf-card-bg); border: 1px solid var(--rf-border); border-radius: var(--rf-radius-md); overflow: hidden; position: relative; transition: var(--rf-transition); box-shadow: var(--rf-shadow-sm); }
.woocommerce ul.products li.product:hover, .rf-product-card:hover { transform: translateY(-6px); box-shadow: var(--rf-shadow-lg); border-color: rgba(232,160,32,0.35); }
.woocommerce ul.products li.product .woocommerce-loop-product__link { display: block; text-decoration: none; }
.woocommerce ul.products li.product img, .rf-product-card .product-img { width: 100%; height: 200px; object-fit: contain; padding: 16px; transition: transform 0.5s ease, filter 0.5s ease; }
.woocommerce ul.products li.product:hover img, .rf-product-card:hover .product-img { transform: scale(1.06); filter: brightness(1.04); }
.rf-product-img-placeholder { height: 200px; background: linear-gradient(135deg, #FFF5E0, #FFE8A0); display: flex; align-items: center; justify-content: center; font-size: 52px; }
.rf-badge { position: absolute; top: 10px; left: 10px; font-size: 10px; font-weight: 500; padding: 3px 10px; border-radius: 20px; letter-spacing: 0.3px; z-index: 2; }
.rf-badge-bestseller { background: var(--rf-yellow); color: #fff; }
.rf-badge-trending   { background: #C0480A; color: #fff; }
.rf-badge-natural    { background: var(--rf-green); color: #fff; }
.rf-badge-heritage   { background: #8B6914; color: #fff; }
.rf-badge-new        { background: #7B3FA0; color: #fff; }
.woocommerce span.onsale { background: #C0480A !important; border-radius: 20px !important; font-size: 10px !important; font-weight: 500 !important; padding: 3px 10px !important; min-height: auto !important; min-width: auto !important; line-height: 1.8 !important; top: 10px !important; left: 10px !important; }
.rf-wishlist-btn { position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.9); border: none; display: flex; align-items: center; justify-content: center; font-size: 14px; cursor: pointer; transition: var(--rf-transition); z-index: 2; }
.rf-wishlist-btn:hover { background: #fff; transform: scale(1.1); }
.woocommerce ul.products li.product .product-body, .rf-product-card .product-body { padding: 14px 16px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .rf-product-card .product-name { font-family: var(--rf-sans); font-size: 13px; font-weight: 500; color: var(--rf-brown); margin-bottom: 4px; line-height: 1.35; }
.woocommerce ul.products li.product .price, .rf-product-card .product-price { font-size: 16px; font-weight: 700; color: var(--rf-gold); margin-bottom: 6px; display: flex; align-items: baseline; gap: 6px; }
.woocommerce ul.products li.product .price del, .rf-product-card .product-price del { font-size: 12px; color: var(--rf-muted); font-weight: 400; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce .star-rating, .rf-product-card .product-stars { color: var(--rf-yellow); font-size: 11px; margin-bottom: 10px; display: flex; align-items: center; gap: 4px; }
.rf-review-count { font-size: 10px; color: var(--rf-muted); }
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .add_to_cart_button, .rf-product-card .btn-add-cart { width: 100%; background: var(--rf-brown) !important; color: #fff !important; border: none !important; padding: 10px 16px !important; border-radius: var(--rf-radius-sm) !important; font-size: 12px !important; font-weight: 500 !important; cursor: pointer; transition: var(--rf-transition) !important; font-family: var(--rf-sans) !important; text-align: center; display: block; }
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .add_to_cart_button:hover { background: var(--rf-brown-dark) !important; }
.attachment-woocommerce_thumbnail { display: contents; }

/* =====================================================
   COMBO OFFERS
===================================================== */
.rf-combos { padding: 0 0 70px; }
.rf-combos-inner { background: linear-gradient(135deg, #FFF8EC, #FFF3D5); border: 1px solid rgba(232,160,32,0.2); border-radius: var(--rf-radius-xl); padding: 48px; }
.rf-combos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.rf-combo-card { background: #fff; border: 1px solid var(--rf-border); border-radius: var(--rf-radius-md); padding: 24px 20px; text-align: center; transition: var(--rf-transition); position: relative; }
.rf-combo-card:hover { transform: translateY(-4px); box-shadow: var(--rf-shadow-md); }
.rf-combo-card.featured { border: 2px solid var(--rf-yellow); box-shadow: 0 4px 20px rgba(232,160,32,0.15); }
.combo-popular-tag { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--rf-yellow); color: #fff; font-size: 10px; font-weight: 600; padding: 3px 14px; border-radius: 20px; white-space: nowrap; }
.combo-emoji { font-size: 36px; margin-bottom: 12px; }
.combo-name { font-family: var(--rf-serif); font-size: 15px; color: var(--rf-brown); margin-bottom: 6px; }
.combo-items { font-size: 11px; color: var(--rf-muted); margin-bottom: 10px; line-height: 1.5; }
.combo-saving { display: inline-block; background: var(--rf-green-light); color: var(--rf-green); font-size: 10px; font-weight: 600; padding: 3px 10px; border-radius: 20px; margin-bottom: 12px; }
.combo-price { font-size: 22px; font-weight: 700; color: var(--rf-gold); margin-bottom: 4px; }
.combo-original { font-size: 11px; color: var(--rf-muted); text-decoration: line-through; margin-bottom: 14px; }

/* =====================================================
   BRAND STORY
===================================================== */
.rf-story, .rf-explor { padding: 70px 0; background: #fff; }
.rf-story .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.story-visual-block { background: linear-gradient(140deg, #1A0A02, #5C3D1E, #8B5A2B); border-radius: var(--rf-radius-xl); padding: 48px 40px; text-align: center; position: relative; overflow: hidden; }
.story-bg-text { font-family: var(--rf-serif); font-size: 42px; color: rgba(253,248,240,0.07); line-height: 1.3; margin-bottom: 16px; font-style: italic; }
.story-hindi { font-size: 22px; color: var(--rf-yellow); font-family: var(--rf-serif); margin-bottom: 6px; }
.story-tagline { font-size: 11px; letter-spacing: 3px; color: rgba(253,248,240,0.45); text-transform: uppercase; }
.story-stats { display: flex; justify-content: center; gap: 28px; margin-top: 28px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08); }
.story-stat-num { font-family: var(--rf-serif); font-size: 26px; color: var(--rf-yellow); font-weight: 700; }
.story-stat-label { font-size: 10px; color: rgba(253,248,240,0.45); letter-spacing: 0.5px; }
.story-content h2 { margin-bottom: 16px; }
.story-content p { font-size: 14px; color: var(--rf-muted); line-height: 1.75; margin-bottom: 14px; }
.story-features { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.story-feature { display: flex; align-items: flex-start; gap: 12px; }
.story-feature-icon { width: 36px; height: 36px; background: var(--rf-cream-dark); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
.story-feature-text strong { display: block; font-size: 13px; color: var(--rf-brown); font-weight: 500; margin-bottom: 2px; }
.story-feature-text span { font-size: 12px; color: var(--rf-muted); }

/* =====================================================
   VALUES
===================================================== */
.rf-values { background: var(--rf-brown-dark); padding: 70px 0; }
.rf-values .rf-section-header h2 { color: #FDF8F0; }
.rf-values .rf-section-header p { color: rgba(253,248,240,0.5); }
.rf-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.rf-value-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); border-radius: var(--rf-radius-md); padding: 28px 20px; text-align: center; transition: var(--rf-transition); }
.rf-value-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(232,160,32,0.25); transform: translateY(-4px); }
.value-icon-wrap { width: 56px; height: 56px; background: rgba(232,160,32,0.12); border: 1px solid rgba(232,160,32,0.2); border-radius: 50%; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.value-name { font-family: var(--rf-serif); font-size: 15px; color: #FDF8F0; margin-bottom: 8px; }
.value-desc { font-size: 12px; color: rgba(253,248,240,0.45); line-height: 1.6; }

/* =====================================================
   TESTIMONIALS
===================================================== */
.rf-testimonials { padding: 70px 0; }
.rf-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rf-testi-card { background: var(--rf-card-bg); border: 1px solid var(--rf-border); border-radius: var(--rf-radius-md); padding: 24px; transition: var(--rf-transition); }
.rf-testi-card:hover { box-shadow: var(--rf-shadow-md); transform: translateY(-3px); }
.testi-stars { color: var(--rf-yellow); font-size: 13px; margin-bottom: 12px; letter-spacing: 2px; }
.testi-quote { font-size: 13px; color: var(--rf-muted); line-height: 1.7; margin-bottom: 16px; font-style: italic; position: relative; padding-left: 16px; }
.testi-quote::before { content: '"'; position: absolute; left: 0; top: -4px; font-size: 28px; color: var(--rf-yellow); font-family: var(--rf-serif); line-height: 1; }
.testi-author { display: flex; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid var(--rf-border); }
.testi-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--rf-yellow); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; flex-shrink: 0; }
.testi-name { font-size: 12px; font-weight: 500; color: var(--rf-brown); }
.testi-loc { font-size: 11px; color: var(--rf-muted); }
.testi-product-tag { display: inline-block; background: var(--rf-cream-dark); color: var(--rf-brown); font-size: 10px; padding: 2px 8px; border-radius: 10px; margin-top: 2px; }

/* =====================================================
   NEWSLETTER
===================================================== */
.rf-newsletter-band { background: linear-gradient(135deg, var(--rf-yellow), var(--rf-gold)); padding: 56px 0; }
.rf-newsletter-band .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.newsletter-text h3 { font-family: var(--rf-serif); font-size: 26px; color: #fff; margin-bottom: 6px; }
.newsletter-text p { font-size: 13px; color: rgba(255,255,255,0.75); }
.newsletter-form { display: flex; gap: 10px; flex: 0 0 420px; }
.newsletter-form input[type="email"] { flex: 1; padding: 13px 18px; border: none; border-radius: 50px; font-size: 13px; background: rgba(255,255,255,0.95); color: var(--rf-text); outline: none; font-family: var(--rf-sans); }
.newsletter-form button { background: var(--rf-brown-dark); color: #fff; padding: 13px 24px; border-radius: 50px; font-size: 13px; font-weight: 500; border: none; cursor: pointer; transition: var(--rf-transition); font-family: var(--rf-sans); }
.newsletter-form button:hover { background: #000; }
.foot-newsletter p { font-size: 12px; margin-bottom: 12px; color: rgba(253,248,240,0.5); line-height: 1.6; }
.foot-newsletter input { width: 100%; background: rgba(255,255,255,0.07); border: 1px solid rgba(232,160,32,0.2); border-radius: var(--rf-radius-sm); padding: 10px 14px; font-size: 12px; color: #FDF8F0; margin-bottom: 8px; outline: none; font-family: var(--rf-sans); }
.foot-newsletter input:focus { border-color: rgba(232,160,32,0.5); }
.foot-newsletter input::placeholder { color: rgba(253,248,240,0.3); }
.foot-newsletter button { width: 100%; background: var(--rf-yellow); color: #fff; padding: 10px; border-radius: var(--rf-radius-sm); font-size: 12px; font-weight: 500; transition: var(--rf-transition); font-family: var(--rf-sans); }
.foot-newsletter button:hover { background: var(--rf-gold); }

/* =====================================================
   BLOG
===================================================== */
.rf-blog { padding: 70px 0; background: #fff; }
.rf-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 28px; }
.rf-blog-card { background: var(--rf-card-bg); border: 1px solid var(--rf-border); border-radius: var(--rf-radius-md); overflow: hidden; transition: var(--rf-transition); }
.rf-blog-card:hover { box-shadow: var(--rf-shadow-md); transform: translateY(-4px); }
.blog-img { height: 160px; overflow: hidden; position: relative; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.rf-blog-card:hover .blog-img img { transform: scale(1.08); }
.blog-img-placeholder { height: 160px; display: flex; align-items: center; justify-content: center; font-size: 44px; }
.blog-cat-tag { position: absolute; bottom: 10px; left: 10px; background: rgba(92,61,30,0.85); color: #fff; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; }
.blog-body { padding: 18px; }
.blog-title { font-family: var(--rf-serif); font-size: 15px; color: var(--rf-brown); line-height: 1.4; margin-bottom: 8px; }
.rf-blog-card:hover .blog-title { color: var(--rf-gold); }
.blog-excerpt { font-size: 12px; color: var(--rf-muted); line-height: 1.6; margin-bottom: 12px; }
.blog-meta { display: flex; align-items: center; justify-content: space-between; font-size: 11px; color: var(--rf-muted); padding-top: 10px; border-top: 1px solid var(--rf-border); }
.blog-read-more { color: var(--rf-yellow); font-weight: 500; font-size: 11px; }

/* =====================================================
   FOOTER
===================================================== */
.site-footer { background: linear-gradient(to bottom, var(--rf-brown-dark), #020617); color: rgba(253,248,240,0.65); padding-top: 56px; position: relative; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.6fr; gap: 40px; margin-bottom: 48px; }
.footer-brand .foot-logo { font-family: var(--rf-serif); font-size: 22px; color: #FDF8F0; margin-bottom: 10px; }
.footer-brand .foot-logo span { color: var(--rf-yellow); }
.footer-brand p { font-size: 12px; line-height: 1.7; margin-bottom: 16px; max-width: 260px; }
.footer-socials { display: flex; gap: 8px; margin-bottom: 20px; }
.social-icon { width: 34px; height: 34px; border-radius: 50%; background: rgba(232,160,32,0.1); border: 1px solid rgba(232,160,32,0.2); display: flex; align-items: center; justify-content: center; font-size: 12px; color: rgba(253,248,240,0.6); transition: var(--rf-transition); cursor: pointer; }
.social-icon:hover { background: rgba(232,160,32,0.25); color: var(--rf-gold-light); transform: translateY(-4px); }
.footer-contact { font-size: 11px; line-height: 1.8; }
.foot-col-title { font-size: 12px; font-weight: 500; color: #FDF8F0; margin-bottom: 16px; }
.foot-links { display: flex; flex-direction: column; gap: 8px; }
.foot-links a { font-size: 12px; color: rgba(253,248,240,0.5); }
.foot-links a:hover { color: var(--rf-gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 18px 0; display: flex; align-items: center; justify-content: space-between; }
.footer-bottom-copy { font-size: 11px; }
.footer-trust-badges { display: flex; gap: 8px; }
.foot-badge { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); border-radius: 20px; padding: 4px 12px; font-size: 10px; color: rgba(253,248,240,0.4); }
.footer-payment { display: flex; align-items: center; gap: 4px; font-size: 10px; }

/* =====================================================
   WOOCOMMERCE — SHOP
===================================================== */
.woocommerce-page .woocommerce, .woocommerce .woocommerce-page { max-width: 1200px; margin: 0 auto; padding: 40px 24px; }
.woocommerce-page h1.page-title { font-family: var(--rf-serif); font-size: 28px; color: var(--rf-brown); margin-bottom: 8px; }
.woocommerce-result-count { font-size: 12px; color: var(--rf-muted); }
.woocommerce-ordering select { border: 1px solid var(--rf-border); border-radius: var(--rf-radius-sm); padding: 6px 12px; font-size: 12px; background: var(--rf-cream); color: var(--rf-brown); outline: none; font-family: var(--rf-sans); }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { border: 1px solid var(--rf-border) !important; color: var(--rf-brown) !important; border-radius: var(--rf-radius-sm) !important; font-size: 13px !important; }
.woocommerce nav.woocommerce-pagination ul li .current, .woocommerce nav.woocommerce-pagination ul li a:hover { background: var(--rf-yellow) !important; color: #fff !important; border-color: var(--rf-yellow) !important; }
.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info { border-top: 3px solid var(--rf-yellow) !important; background: var(--rf-cream) !important; color: var(--rf-text) !important; border-radius: 0 0 var(--rf-radius-sm) var(--rf-radius-sm) !important; font-size: 13px !important; }
.woocommerce-breadcrumb { font-size: 12px !important; color: var(--rf-muted) !important; margin-bottom: 24px !important; }
.woocommerce-breadcrumb a { color: var(--rf-yellow) !important; }
.woocommerce ul.products li.product a img { width: 100% !important; height: 220px !important; object-fit: contain !important; padding: 16px !important; background: var(--rf-cream) !important; }
.woocommerce ul.products.columns-4 { grid-template-columns: repeat(4, 1fr) !important; }
.woocommerce ul.products.columns-3 { grid-template-columns: repeat(3, 1fr) !important; }
.woocommerce ul.products li.product h2.woocommerce-loop-product__title { font-size: 14px !important; padding: 0 12px !important; margin-bottom: 6px !important; color: var(--rf-brown) !important; font-family: var(--rf-sans) !important; font-weight: 500 !important; }
.woocommerce ul.products li.product .price { padding: 0 12px !important; margin-bottom: 10px !important; }
.woocommerce ul.products li.product .button { margin: 0 12px 12px !important; width: calc(100% - 24px) !important; }

/* =====================================================
   WOOCOMMERCE — SINGLE PRODUCT
===================================================== */
.woocommerce div.product { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-top: 32px; }
.woocommerce div.product .woocommerce-product-gallery { border-radius: var(--rf-radius-lg); overflow: hidden; box-shadow: var(--rf-shadow-md); }
.woocommerce div.product .woocommerce-product-gallery__image img { border-radius: var(--rf-radius-lg); width: 100%; }
.woocommerce div.product .summary .product_title { font-family: var(--rf-serif); font-size: 28px; color: var(--rf-brown); margin-bottom: 12px; }
.woocommerce div.product .summary .woocommerce-product-rating { margin-bottom: 14px; }
.woocommerce div.product .summary .price { font-size: 28px; font-weight: 700; color: var(--rf-gold); margin-bottom: 16px; }
.woocommerce div.product .summary .woocommerce-product-details__short-description { font-size: 14px; color: var(--rf-muted); line-height: 1.75; margin-bottom: 20px; }
.woocommerce div.product form.cart .single_add_to_cart_button { background: var(--rf-yellow) !important; color: #fff !important; padding: 14px 36px !important; border-radius: 50px !important; font-size: 14px !important; font-weight: 500 !important; border: none !important; cursor: pointer !important; transition: var(--rf-transition) !important; box-shadow: 0 4px 16px rgba(232,160,32,0.35) !important; font-family: var(--rf-sans) !important; }
.woocommerce div.product form.cart .single_add_to_cart_button:hover { background: var(--rf-gold) !important; transform: translateY(-2px) !important; }
.woocommerce div.product form.cart .qty { border: 1px solid var(--rf-border); border-radius: var(--rf-radius-sm); padding: 10px 14px; font-size: 15px; color: var(--rf-brown); font-family: var(--rf-sans); outline: none; }
.woocommerce div.product .product_meta { font-size: 12px; color: var(--rf-muted); margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--rf-border); }
.product-trust-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; padding: 16px; background: var(--rf-cream-dark); border-radius: var(--rf-radius-sm); }
.product-trust-badge { display: flex; align-items: center; gap: 5px; font-size: 11px; color: var(--rf-brown); }

/* =====================================================
   PRODUCT TABS + DESCRIPTION — CRITICAL FIX
===================================================== */
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-family: var(--rf-sans); font-size: 13px; color: var(--rf-muted); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--rf-brown); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom: 2px solid var(--rf-yellow) !important; }

.woocommerce-Tabs-panel--description,
.woocommerce-Tabs-panel--description *,
.woocommerce div.product .woocommerce-Tabs-panel--description,
.woocommerce div.product .woocommerce-Tabs-panel--description * {
    display: revert !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
    color: var(--rf-text) !important;
}

.woocommerce-Tabs-panel--description h2 {
    font-family: var(--rf-serif) !important;
    font-size: 20px !important;
    color: var(--rf-brown) !important;
    margin-bottom: 16px !important;
}

.woocommerce-Tabs-panel--description p {
    font-size: 14px !important;
    line-height: 1.8 !important;
    margin-bottom: 14px !important;
    color: var(--rf-text) !important;
}

.woocommerce-Tabs-panel--description ul {
    list-style: disc !important;
    padding-left: 20px !important;
    margin-bottom: 14px !important;
}

.woocommerce-Tabs-panel--description ul li {
    display: list-item !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    margin-bottom: 6px !important;
    color: var(--rf-text) !important;
}

.woocommerce-Tabs-panel--description h3 {
    font-family: var(--rf-serif) !important;
    font-size: 16px !important;
    color: var(--rf-brown) !important;
    margin: 16px 0 8px !important;
}

.woocommerce-Tabs-panel--description strong {
    font-weight: 600 !important;
    color: var(--rf-brown-dark) !important;
}

/* Hide related products */
.related.products { display: none !important; }

/* =====================================================
   CART
===================================================== */
.woocommerce-cart table.cart td.product-name a { color: var(--rf-brown); font-weight: 500; font-size: 14px; }
.woocommerce-cart table.cart th { background: var(--rf-cream-dark); font-size: 12px; font-weight: 500; color: var(--rf-brown); padding: 12px 16px !important; }
.woocommerce-cart .wc-proceed-to-checkout .checkout-button { background: var(--rf-yellow) !important; border-radius: 50px !important; font-size: 15px !important; padding: 14px 36px !important; }
.woocommerce-cart .cart_totals { background: var(--rf-card-bg); border: 1px solid var(--rf-border); border-radius: var(--rf-radius-md); padding: 24px; }
.woocommerce-cart .cart_totals h2 { font-size: 18px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--rf-border); }

/* =====================================================
   CHECKOUT
===================================================== */
.woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce-checkout .woocommerce-shipping-fields h3, .woocommerce-checkout h3#order_review_heading { font-family: var(--rf-serif); font-size: 18px; color: var(--rf-brown); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--rf-border); }
.woocommerce-checkout input[type="text"], .woocommerce-checkout input[type="email"], .woocommerce-checkout input[type="tel"], .woocommerce-checkout select, .woocommerce-checkout textarea { border: 1px solid var(--rf-border) !important; border-radius: var(--rf-radius-sm) !important; padding: 10px 14px !important; font-size: 13px !important; font-family: var(--rf-sans) !important; }
.woocommerce-checkout input:focus, .woocommerce-checkout select:focus { border-color: var(--rf-yellow) !important; outline: none !important; }
#place_order { background: var(--rf-yellow) !important; border-radius: 50px !important; font-size: 15px !important; padding: 14px 40px !important; font-weight: 500 !important; }

/* =====================================================
   CART DRAWER
===================================================== */
.rf-cart-drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 2000; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.rf-cart-drawer-overlay.open { opacity: 1; visibility: visible; }
.rf-cart-drawer { position: fixed; top: 0; right: 0; width: 380px; height: 100%; background: var(--rf-cream); z-index: 2001; transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); display: flex; flex-direction: column; box-shadow: -8px 0 40px rgba(0,0,0,0.15); }
.rf-cart-drawer.open { transform: translateX(0); }
.cart-drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid var(--rf-border); flex-shrink: 0; }
.cart-drawer-title { font-family: var(--rf-serif); font-size: 18px; color: var(--rf-brown); }
.cart-drawer-close { width: 34px; height: 34px; border-radius: 50%; background: var(--rf-cream-dark); border: none; cursor: pointer; font-size: 18px; display: flex; align-items: center; justify-content: center; color: var(--rf-brown); transition: var(--rf-transition); }
.cart-drawer-close:hover { background: #e0d8cc; }
.cart-drawer-body { flex: 1; overflow-y: auto; padding: 20px 24px; }
.cart-drawer-footer { border-top: 1px solid var(--rf-border); padding: 20px 24px; flex-shrink: 0; }
.cart-drawer-total { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; font-size: 15px; }
.cart-drawer-total strong { color: var(--rf-brown); font-weight: 600; }
.cart-drawer-total span { color: var(--rf-gold); font-weight: 700; font-size: 18px; }
.cart-drawer-checkout { display: block; width: 100%; background: var(--rf-yellow); color: #fff; padding: 13px; border-radius: 50px; text-align: center; font-size: 14px; font-weight: 500; border: none; cursor: pointer; transition: var(--rf-transition); font-family: var(--rf-sans); }
.cart-drawer-checkout:hover { background: var(--rf-gold); }

/* =====================================================
   SCROLL ANIMATIONS
===================================================== */
.rf-hidden { opacity: 0; transform: translateY(50px) scale(0.97); transition: opacity 0.8s ease, transform 0.8s ease; }
.rf-visible { opacity: 1; transform: translateY(0) scale(1); }

/* =====================================================
   HAG SECTIONS
===================================================== */
.hag-section { padding: 100px 0; background: #faf7f2; overflow: hidden; }
.hag-container { max-width: 1280px; margin: auto; padding: 0 24px; }
.hag-header { text-align: center; margin-bottom: 60px; }
.hag-eyebrow { display: inline-block; color: var(--rf-gold); font-size: 13px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 16px; }
.hag-title { font-family: var(--rf-serif); font-size: clamp(32px, 5vw, 58px); line-height: 1.1; color: var(--rf-brown-dark); margin-bottom: 22px; font-weight: 700; }
.hag-title em { font-style: italic; font-weight: 400; color: var(--rf-brown-mid); }
.hag-subtitle { font-size: 18px; color: var(--rf-muted); max-width: 800px; margin: auto; line-height: 1.8; }
.hag-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.hag-card { position: relative; overflow: hidden; border-radius: 28px; height: 560px; background: #000; transition: 0.4s ease; box-shadow: 0 15px 40px rgba(0,0,0,0.08); }
.hag-card:hover { transform: translateY(-8px); }
.hag-image { width: 100%; height: 100%; object-fit: cover; transition: 0.5s ease; }
.hag-card:hover .hag-image { transform: scale(1.05); }
.hag-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.82), rgba(0,0,0,0.18)); }
.hag-content { position: absolute; left: 30px; bottom: 30px; z-index: 2; color: #fff; }
.hag-tag { display: inline-block; background: var(--rf-gold); color: #fff; font-size: 12px; padding: 8px 14px; border-radius: 30px; margin-bottom: 16px; text-transform: uppercase; }
.hag-content h3 { font-family: var(--rf-serif); font-size: 32px; margin-bottom: 12px; line-height: 1.2; color: #fff; }
.hag-content p { font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.88); max-width: 300px; }
.hag-bottom { text-align: center; margin-top: 55px; }
.hag-btn { display: inline-block; background: var(--rf-gold); color: #fff; text-decoration: none; padding: 16px 38px; border-radius: 50px; font-weight: 600; transition: 0.3s ease; }
.hag-btn:hover { background: var(--rf-brown); transform: translateY(-2px); }

/* =====================================================
   HERITAGE SECTION
===================================================== */
.rf-heritage-section { padding: 80px 0; background: var(--rf-cream); }
.rf-heritage-grid { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 40px; align-items: center; }
.rf-heritage-image img { width: 100%; max-width: 260px; margin: 0 auto; }
.rf-heritage-content { text-align: center; }
.rf-heritage-tag { display: inline-block; background: var(--rf-cream-dark); color: var(--rf-gold); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 8px 18px; border-radius: 30px; margin-bottom: 20px; }
.rf-heritage-content h2 { font-size: clamp(28px, 4vw, 42px); color: var(--rf-brown-dark); margin-bottom: 16px; }
.rf-heritage-content p { font-size: 15px; color: var(--rf-muted); line-height: 1.75; margin-bottom: 28px; max-width: 420px; margin-left: auto; margin-right: auto; }
.rf-heritage-btn { display: inline-block; background: var(--rf-yellow); color: #fff; padding: 14px 32px; border-radius: 50px; font-size: 14px; font-weight: 600; transition: var(--rf-transition); }
.rf-heritage-btn:hover { background: var(--rf-gold); transform: translateY(-2px); }

/* =====================================================
   VIDEO CAROUSEL
===================================================== */
.carousel-wrapper { position: relative; padding: 0 16px; }
.carousel-track { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; padding-bottom: 12px; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.video-card { flex: 0 0 190px; scroll-snap-align: start; border-radius: 18px; overflow: hidden; position: relative; cursor: pointer; background: #d4cdb8; aspect-ratio: 9/16; height: 320px; transition: transform 0.3s ease; }
.video-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
.video-thumb { width: 100%; height: 100%; object-fit: cover; display: block; }
.card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,35,8,0.82) 0%, rgba(20,35,8,0.1) 55%, transparent 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 14px 12px 12px; }
.card-product-tag { display: inline-block; background: rgba(138,173,64,0.9); color: #1a2e08; font-size: 9px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 7px; border-radius: 20px; margin-bottom: 6px; align-self: flex-start; }
.card-title { font-family: var(--rf-serif); font-size: 13px; font-weight: 600; color: #f5f0e8; line-height: 1.3; margin: 0 0 5px; }
.play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.25); border: 1.5px solid rgba(255,255,255,0.5); display: flex; align-items: center; justify-content: center; }
.play-icon { width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 12px solid white; margin-left: 2px; }
.nav-row { display: flex; justify-content: center; gap: 10px; margin-top: 22px; }
.nav-btn { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid #8aad40; background: white; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #3b6011; font-size: 14px; }
.nav-btn:hover { background: #8aad40; color: white; }
.dots-row { display: flex; justify-content: center; gap: 6px; margin-top: 14px; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: #c8c5b5; cursor: pointer; }
.dot.active { background: #5a7a2e; width: 20px; border-radius: 4px; }

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 1024px) {
  .rf-values-grid { grid-template-columns: repeat(2, 1fr); }
  .rf-combos-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust-bar-inner { grid-template-columns: repeat(3, 1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(3, 1fr) !important; }
  .woocommerce ul.products.columns-4 { grid-template-columns: repeat(3, 1fr) !important; }
  .rf-newsletter-band .container { flex-direction: column; gap: 24px; text-align: center; }
  .newsletter-form { flex: none; width: 100%; max-width: 420px; }
  .hag-grid { grid-template-columns: 1fr; }
  .hag-card { height: 480px; }
}

@media (max-width: 768px) {
  section { padding: 80px 0; }
  .site-header-inner { height: 66px; padding: 0 18px; }
  .site-branding img { max-height: 42px; }
  #primary-navigation { display: none; }
  #primary-navigation.is-open { display: block; position: absolute; top: 66px; left: 0; right: 0; background: var(--rf-cream); border-bottom: 1px solid var(--rf-border); padding: 12px 24px; z-index: 999; }
  #primary-navigation.is-open > ul { flex-direction: column; gap: 2px; }
  .menu-toggle { display: flex; align-items: center; justify-content: center; }
  .rf-bestsellers .products, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr) !important; }
  .woocommerce ul.products.columns-4, .woocommerce ul.products.columns-3 { grid-template-columns: repeat(2, 1fr) !important; }
  .rf-testi-grid { grid-template-columns: 1fr; }
  .rf-blog-grid { grid-template-columns: 1fr; }
  .rf-combos-grid { grid-template-columns: 1fr; }
  .rf-combos-inner { padding: 24px; }
  .rf-values-grid { grid-template-columns: repeat(2, 1fr); }
  .rf-story .container { grid-template-columns: 1fr; gap: 32px; }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .rf-cart-drawer { width: 100%; max-width: 360px; }
  .trust-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .rf-trust-bar { position: relative; bottom: auto; margin-top: 24px; width: 100%; border-radius: 20px; }
  .rf-slide { min-height: auto; }
  .rf-slide-content h1 { font-size: 42px !important; line-height: 1.05; }
  .rf-slide-content p { font-size: 17px; }
  .rf-slide-buttons { flex-direction: column; gap: 12px; }
  .video-card:hover { transform: none; }
  .rf-heritage-grid { grid-template-columns: 1fr; text-align: center; }
  .rf-heritage-image { display: none; }
}

@media (max-width: 480px) {
  .rf-bestsellers .products, .woocommerce ul.products { grid-template-columns: 1fr !important; }
  .woocommerce ul.products.columns-4, .woocommerce ul.products.columns-3 { grid-template-columns: 1fr !important; }
  .trust-bar-inner { grid-template-columns: 1fr; }
  .rf-slide-content h1 { font-size: 32px !important; }
}

/* SINGLE PRODUCT IMAGE FIX */
.woocommerce div.product .woocommerce-product-gallery {
    width: 100% !important;
}

.woocommerce div.product .woocommerce-product-gallery__image img,
.woocommerce div.product .woocommerce-product-gallery .wp-post-image {
    width: 100% !important;
    height: auto !important;
    min-height: 420px !important;
    max-height: 520px !important;
    object-fit: contain !important;
    border-radius: 16px !important;
    background: #FFF8EE !important;
    padding: 20px !important;
    display: block !important;
}

.woocommerce div.product .woocommerce-product-gallery__image a {
    display: block !important;
    width: 100% !important;
}

/* Thumbnails row */
.woocommerce div.product .flex-control-thumbs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 10px !important;
    padding: 0 !important;
    list-style: none !important;
}

.woocommerce div.product .flex-control-thumbs li {
    width: 85px !important;
    height: 85px !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
}

.woocommerce div.product .flex-control-thumbs li img {
    width: 85px !important;
    height: 85px !important;
    object-fit: contain !important;
    border: 2px solid rgba(200,134,10,0.2) !important;
    border-radius: 8px !important;
    padding: 4px !important;
    background: #FFF8EE !important;
    display: block !important;
    cursor: pointer !important;
}

.woocommerce div.product .flex-control-thumbs li img.flex-active,
.woocommerce div.product .flex-control-thumbs li img:hover {
    border-color: #E8A020 !important;
}