@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=Poppins:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{color:#333;background:#fff;width:100%;font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}:root{--green:#0d2818;--green-mid:#1a4028;--gold:#d4a017;--gold-btn:#e2ab34;--off-white:#f5f5f5;--text-green:#1a5c2a;--text-dark:#1a1a1a;--text-muted:#555;--max-w:1200px}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 20px}.site-header{z-index:1000;background:var(--green);border-bottom:2px solid #ffffff14;position:fixed;top:0;left:0;right:0}.site-header .container{justify-content:space-between;align-items:center;min-height:100px;padding-top:8px;padding-bottom:8px;display:flex}.header-logo img{object-fit:contain;width:auto;height:80px}.header-nav{align-items:center;gap:0;display:flex}.header-nav a{color:#fff;align-items:center;gap:4px;padding:8px 16px;font-family:Playfair Display,serif;font-size:19px;font-weight:700;transition:color .2s;display:flex}.header-nav a:hover,.header-nav a.active{color:var(--gold-btn)}.header-nav .dropdown-icon{font-size:12px}.mobile-toggle{color:#fff;background:0 0;font-size:28px;line-height:1;display:none}.mobile-menu{background:var(--green);border-top:1px solid #ffffff1a;flex-direction:column;gap:12px;padding:16px 20px;display:none}.mobile-menu.open{display:flex}.mobile-menu a{color:#fff;border-bottom:1px solid #ffffff1a;padding:8px 0;font-family:Playfair Display,serif;font-size:19px;font-weight:700}.mobile-menu a.active{color:var(--gold-btn)}@media (width<=900px){.header-nav{display:none}.mobile-toggle{display:block}}.hero-section{background:#000;margin-top:100px;position:relative;overflow:hidden}.hero-slider{background:#000;width:100%;height:auto;position:relative;overflow:hidden}.hero-track{width:100%;height:100%;display:flex}.hero-slide{flex:0 0 100%;width:100%;height:auto}.hero-slide img{width:100%;height:auto;display:block}@media (width<=1024px){.hero-slider{height:auto}}.hero-arrow{color:#fff;cursor:pointer;z-index:10;background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow:hover{background:#000c}.hero-arrow.prev{left:12px}.hero-arrow.next{right:12px}.hero-dots{z-index:10;gap:6px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:8px;height:8px;transition:all .2s}.hero-dot.active{background:#fff;transform:scale(1.1)}.feature-bar{background:var(--green);padding:60px 0 100px;position:relative}.feature-bar .container{grid-template-columns:repeat(3,1fr);gap:40px;max-width:900px;display:grid}.feature-item{text-align:center;color:#fff;flex-direction:column;align-items:center;gap:16px;display:flex}.feature-icon img{object-fit:contain;width:80px;height:80px}.feature-icon svg{stroke:#7bc447;fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:80px;height:80px}.feature-item h4{color:#fff;font-family:Playfair Display,serif;font-size:20px;font-weight:700}.feature-wave{width:100%;line-height:0;position:absolute;bottom:0;left:0}.feature-wave svg{fill:#f5f5f5;width:100%;height:60px;display:block}@media (width<=600px){.feature-bar .container{grid-template-columns:1fr;max-width:300px}}.products-section{background:#fff;padding:60px 0}.products-section .container{max-width:1400px}.section-title{text-align:center;margin-bottom:40px}.section-title h2{color:var(--text-green);margin-bottom:12px;font-family:Playfair Display,serif;font-size:36px;font-weight:800}.section-title .title-underline{background:var(--gold-btn);width:60px;height:3px;margin:0 auto}.products-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:40px;display:grid}@media (width<=900px){.products-grid{grid-template-columns:repeat(2,1fr);gap:15px}.product-card h3{font-size:16px}.product-price{font-size:15px}}@media (width<=480px){.container{padding:0 10px}}.product-card{text-align:center;padding:0;transition:transform .3s,opacity .3s}.product-card:hover{opacity:.9;transform:translateY(-5px)}.product-image-wrap{margin-bottom:16px;position:relative}.product-image-wrap img{object-fit:contain;mix-blend-mode:multiply;width:100%;max-height:480px;transition:transform .3s}@media (width<=600px){.product-image-wrap img{max-height:250px}}.on-sale-badge{background:var(--gold-btn);color:#fff;text-transform:uppercase;letter-spacing:.5px;padding:3px 8px;font-size:10px;font-weight:700;position:absolute;top:8px;left:8px}.product-card h3{color:#006400;margin:12px 0 8px;font-family:Playfair Display,serif;font-size:22px;font-weight:700;line-height:1.3}.product-card h3 a:hover{text-decoration:underline}.product-price{justify-content:center;align-items:center;gap:8px;font-size:18px;display:flex}.product-price del{color:#888;font-weight:400}.product-price .current{color:var(--text-dark);font-weight:700}.see-more-wrap{text-align:center;margin-top:32px}.btn-see-more{background:var(--gold-btn);color:#1a1a1a;letter-spacing:.5px;border:none;padding:14px 48px;font-family:Playfair Display,serif;font-size:16px;font-weight:700;transition:background .2s,transform .2s;display:inline-block}.btn-see-more:hover{background:#c99a20;transform:translateY(-1px)}.about-section{background:#fff;padding:60px 0}.about-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid}@media (width<=768px){.about-inner{grid-template-columns:1fr;gap:32px}}.about-image{text-align:center}.about-image img{object-fit:contain;width:100%;max-width:500px;height:auto;margin:0 auto}.about-content .subtitle{color:var(--text-green);text-transform:uppercase;letter-spacing:2px;margin-bottom:8px;font-size:13px;font-weight:600}.about-content h2{color:var(--text-green);text-transform:uppercase;margin-bottom:12px;font-family:Playfair Display,serif;font-size:42px;font-weight:800;line-height:1.2}.about-content .gold-line{background:var(--gold-btn);width:50px;height:3px;margin-bottom:24px}.about-content p{color:var(--text-muted);margin-bottom:16px;font-size:16px;line-height:1.8}.faq-section{background:var(--off-white);padding:60px 0}.faq-section h2{color:var(--text-green);text-align:center;margin-bottom:32px;font-family:Playfair Display,serif;font-size:36px;font-weight:800}.faq-item{cursor:pointer;border-bottom:1px solid #ddd;padding:16px 0}.faq-question{color:var(--text-dark);justify-content:space-between;align-items:center;font-size:15px;font-weight:500;display:flex}.faq-question .num{color:var(--text-green);margin-right:12px;font-weight:700}.site-footer{color:#fff;background-color:#0000;background-image:linear-gradient(#061e10d9,#061e10d9),url(/assets/footer_bg-BeD43mhi.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media (width>=901px){.site-footer{background-position:50% 85%}}.footer-trust{border-bottom:1px solid #ffffff1a;padding:32px 0}.footer-trust-inner{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (width<=700px){.footer-trust-inner{grid-template-columns:repeat(2,1fr)}}.trust-item{text-align:center;color:#fff;flex-direction:column;align-items:center;gap:10px;display:flex}.trust-item svg{fill:none;stroke:#fff;stroke-width:1.5px;width:48px;height:48px}.trust-item span{font-family:Playfair Display,serif;font-size:15px;font-weight:700}.footer-main{padding:48px 0}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;display:grid}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=500px){.footer-grid{grid-template-columns:1fr}}.footer-brand img{object-fit:contain;height:90px;margin-bottom:16px}.footer-brand p{color:#ffffffb3;margin-bottom:20px;font-size:15px;line-height:1.8}.footer-social{gap:12px;display:flex}.footer-social a{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;transition:background .2s;display:flex}.footer-social a:hover{background:var(--gold-btn)}.footer-col h4{color:#fff;margin-bottom:20px;padding-bottom:12px;font-family:Playfair Display,serif;font-size:18px;font-weight:700;position:relative}.footer-col h4:after{content:"";background:var(--gold-btn);width:40px;height:2px;position:absolute;bottom:0;left:0}.footer-col ul{flex-direction:column;gap:10px;display:flex}.footer-col ul li a{color:#ffffffb3;font-size:14px;transition:color .2s}.footer-col ul li a:hover{color:var(--gold-btn)}.footer-contact-item{align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.footer-contact-item svg{fill:none;width:16px;height:16px;stroke:var(--gold-btn);stroke-width:2px;flex-shrink:0;margin-top:2px}.footer-contact-item span,.footer-contact-item a{color:#ffffffb3;font-size:14px;text-decoration:none}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;padding:20px 0;font-size:14px}.sticky-contact-container{z-index:9999;align-items:center;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.wa-widget{background:#fff;border-radius:40px;align-items:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 20px #00000026}.wa-widget:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0003}.phone-widget{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 20px #00000026}.phone-widget:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0003}.phone-widget-icon{background:#1a5c2a;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;padding:12px;display:flex}.phone-widget-icon svg{color:#fff;width:22px;height:22px}.wa-widget-text{color:#333;white-space:nowrap;padding:10px 14px;font-size:14px;font-weight:500}.wa-widget-icon{background:#25d366;justify-content:center;align-items:center;padding:12px;display:flex}.wa-widget-icon svg{fill:#fff;width:24px;height:24px}@media (width<=500px){.wa-widget-text{display:none}.sticky-contact-container{gap:8px;bottom:16px;right:16px}.wa-widget{border-radius:50%}.wa-widget-icon{border-radius:50%;padding:12px}.phone-widget{width:44px;height:44px}.phone-widget-icon{padding:10px}}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .8s cubic-bezier(.5,0,0,1),transform .8s cubic-bezier(.5,0,0,1);transform:translateY(30px)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;will-change:opacity, transform;transition:opacity .8s cubic-bezier(.5,0,0,1),transform .8s cubic-bezier(.5,0,0,1);transform:translate(-50px)}.reveal-left.revealed{opacity:1;transform:translate(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.delay-500{transition-delay:.5s}.delay-600{transition-delay:.6s}@media (width<=900px){.product-card h3{font-size:18px!important}.product-price{font-size:16px!important}.footer-brand img{height:70px!important}.footer-col h4{font-size:20px!important}.footer-brand p,.footer-col ul li a,.footer-contact-item span,.footer-contact-item a{font-size:15px!important}}@media (width<=768px){.about-content h2{font-size:28px!important}.about-content p{font-size:15px!important}.about-image img{max-width:100%!important}.section-title h2{font-size:28px!important}}@media (width<=480px){.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.product-image-wrap img{max-height:200px!important}.product-card h3{font-size:14px!important}.product-price{font-size:13px!important}.footer-brand p,.footer-col ul li a,.footer-contact-item span,.footer-contact-item a{font-size:14px!important}}.cart-badge{background:var(--gold-btn);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 5px #0003}@media (width<=900px){.mobile-cart-icon{display:flex!important}}
