@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600&family=Jost:wght@300;400;500;600&display=swap";:root{--green:#15342c;--green-light:#1e4a3e;--gold:#edba6c;--gold-dark:#c9942a;--gold-light:#f5d49a;--white:#fff;--cream:#fdf8f0;--text:#1a1a1a;--text-muted:#6b6b6b;--border:#edba6c33;--shadow:0 8px 40px #15342c1f;--radius:12px;--nav-h:70px;--ann-h:38px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--text);padding-top:calc(var(--nav-h) + var(--ann-h));font-family:Jost,sans-serif;overflow-x:hidden}h1,h2,h3,h4{font-family:Cormorant Garamond,serif;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.ann-bar{z-index:1001;background:var(--green);color:var(--gold);text-align:center;letter-spacing:.05em;height:var(--ann-h);justify-content:center;align-items:center;gap:.5rem;padding:0 1rem;font-size:.78rem;display:flex;position:fixed;top:0;left:0;right:0}.ann-bar a{color:var(--gold-light);text-decoration:underline}.navbar{top:var(--ann-h);z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#15342cf2;transition:all .3s;position:fixed;left:0;right:0}.navbar.scrolled{background:var(--green);box-shadow:var(--shadow)}.nav-inner{max-width:1300px;height:var(--nav-h);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:0 1.5rem;display:flex}.brand{align-items:center;gap:.5rem;display:flex}.brand-icon{color:var(--gold);font-size:1.1rem}.brand-name{color:var(--white);letter-spacing:.15em;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:#fffc;letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;transition:color .2s;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--gold)}.nav-links a.active:after{content:"";background:var(--gold);height:1px;position:absolute;bottom:-4px;left:0;right:0}.nav-actions{align-items:center;gap:.75rem;display:flex}.icon-btn{color:var(--white);border-radius:50%;padding:.4rem;transition:color .2s;position:relative}.icon-btn:hover{color:var(--gold)}.badge{background:var(--gold);color:var(--green);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.hamburger{flex-direction:column;gap:5px;padding:.4rem;display:none}.hamburger span{background:var(--white);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.hamburger span.open:first-child{transform:translateY(7px)rotate(45deg)}.hamburger span.open:nth-child(2){opacity:0}.hamburger span.open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.search-bar{border-top:1px solid var(--border);background:var(--green);gap:.5rem;padding:.75rem 1.5rem;display:flex}.search-bar input{border:1px solid var(--border);color:var(--white);background:#ffffff1a;border-radius:6px;outline:none;flex:1;padding:.6rem 1rem;font-family:Jost,sans-serif;font-size:.9rem}.search-bar input::placeholder{color:#ffffff80}.search-bar button{background:var(--gold);color:var(--green);border-radius:6px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600}.mob-overlay{z-index:999;background:#00000080;position:fixed;inset:0}.hero{align-items:center;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{background:linear-gradient(135deg,#15342cd9 0%,#15342c80 60%,#0000004d 100%);position:absolute;inset:0}.hero-content{z-index:2;width:100%;max-width:1300px;margin:0 auto;padding:2rem;position:relative}.hero-tag{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-size:.85rem}.hero-title{color:var(--white);margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:300}.hero-title em{color:var(--gold);font-style:italic}.hero-desc{color:#fffc;max-width:500px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.hero-btns{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-trust{flex-wrap:wrap;gap:2rem;display:flex}.trust-item{color:#fffc;align-items:center;gap:.5rem;font-size:.82rem;display:flex}.trust-icon{font-size:1.1rem}.animate-up{animation:.8s forwards fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.btn-primary{background:var(--gold);color:var(--green);letter-spacing:.05em;border-radius:6px;padding:.8rem 2rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-block}.btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 8px 25px #edba6c66}.btn-outline{border:1.5px solid var(--gold);color:var(--gold);border-radius:6px;padding:.8rem 2rem;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-block}.btn-outline:hover{background:var(--gold);color:var(--green)}.btn-outline-white{color:var(--white);border:1.5px solid #fff9;border-radius:6px;align-items:center;padding:.8rem 2rem;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-flex}.btn-outline-white:hover{border-color:var(--gold);color:var(--gold)}.marquee{background:var(--gold);padding:.7rem 0;overflow:hidden}.marquee-track{white-space:nowrap;gap:3rem;animation:30s linear infinite marquee;display:flex}.marquee-track span{letter-spacing:.08em;color:var(--green);flex-shrink:0;font-size:.8rem;font-weight:600}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{max-width:1300px;margin:0 auto;padding:5rem 1.5rem}.section-header{text-align:center;margin-bottom:3rem}.section-tag{color:var(--gold-dark);letter-spacing:.2em;text-transform:uppercase;margin-bottom:.75rem;font-size:.78rem}.section-header h2{color:var(--green);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,3rem);font-weight:300}.divider{background:var(--gold);width:60px;height:2px;margin:0 auto}.coll-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.coll-card{border-radius:var(--radius);cursor:pointer;display:block;position:relative;overflow:hidden}.coll-img{height:300px;overflow:hidden}.coll-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.coll-card:hover .coll-img img{transform:scale(1.07)}.coll-info{background:linear-gradient(#0000,#15342ce6);padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.coll-info h3{color:var(--white);font-size:1.4rem;font-weight:400}.coll-info span{color:var(--gold);letter-spacing:.1em;font-size:.8rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}.product-card{background:var(--white);border-radius:var(--radius);transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 2px 20px #0000000f}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-6px)}.card-img-wrap{height:260px;display:block;position:relative;overflow:hidden}.card-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .card-img-wrap img{transform:scale(1.06)}.card-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:4px;padding:.25rem .7rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.badge-sale{color:#fff;background:#e53e3e}.badge-new{background:var(--green);color:var(--gold)}.badge-hot{background:var(--gold);color:var(--green)}.out-of-stock{color:#fff;letter-spacing:.1em;background:#00000080;justify-content:center;align-items:center;font-size:.85rem;display:flex;position:absolute;inset:0}.card-hover-overlay{background:linear-gradient(#0000,#15342ccc);justify-content:center;padding:1rem;transition:bottom .3s;display:flex;position:absolute;bottom:-50px;left:0;right:0}.product-card:hover .card-hover-overlay{bottom:0}.quick-view{color:var(--white);letter-spacing:.1em;border:1px solid #fff9;border-radius:4px;padding:.4rem 1.2rem;font-size:.8rem}.card-body{padding:1.2rem}.card-cat{letter-spacing:.15em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:.4rem;font-size:.72rem}.card-name{color:var(--green);margin-bottom:.5rem;font-size:1.05rem;font-weight:400;transition:color .2s}.card-name:hover{color:var(--gold-dark)}.card-stars{align-items:center;gap:.4rem;margin-bottom:.6rem;display:flex}.stars{color:var(--gold);font-size:.85rem}.stars.gold{color:var(--gold)}.review-count{color:var(--text-muted);font-size:.75rem}.card-price{align-items:center;gap:.6rem;margin-bottom:.9rem;display:flex}.price{color:var(--green);font-size:1.1rem;font-weight:600}.old-price{color:var(--text-muted);font-size:.9rem;text-decoration:line-through}.btn-add{background:var(--green);width:100%;color:var(--gold);letter-spacing:.05em;border-radius:6px;padding:.65rem;font-size:.85rem;font-weight:600;transition:all .3s}.btn-add:hover:not(:disabled){background:var(--gold);color:var(--green)}.btn-add:disabled{opacity:.5;cursor:not-allowed}.cart-overlay{z-index:1100;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;position:fixed;inset:0}.cart-overlay.active{opacity:1;pointer-events:all}.cart-sidebar{background:var(--white);z-index:1101;flex-direction:column;width:min(420px,100vw);height:100vh;transition:right .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-420px;box-shadow:-10px 0 40px #00000026}.cart-sidebar.open{right:0}.cart-header{background:var(--green);color:var(--white);border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h3{color:var(--white);font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400}.close-btn{color:var(--white);opacity:.7;font-size:1.3rem;transition:opacity .2s}.close-btn:hover{opacity:1}.cart-body{flex:1;padding:1rem;overflow-y:auto}.cart-empty{height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.empty-icon{font-size:3rem}.btn-gold{background:var(--gold);color:var(--green);border-radius:6px;padding:.6rem 1.5rem;font-size:.85rem;font-weight:600}.cart-item{border-bottom:1px solid #f0f0f0;gap:1rem;padding:1rem 0;display:flex;position:relative}.cart-item img{object-fit:cover;border-radius:8px;flex-shrink:0;width:70px;height:70px}.ci-info{flex:1}.ci-name{color:var(--green);margin-bottom:.2rem;font-size:.9rem;font-weight:500}.ci-size{color:var(--text-muted);margin-bottom:.2rem;font-size:.75rem}.ci-price{color:var(--gold-dark);margin-bottom:.5rem;font-size:.9rem;font-weight:600}.ci-qty{align-items:center;gap:.5rem;display:flex}.ci-qty button{background:var(--cream);border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.9rem;transition:all .2s;display:flex}.ci-qty button:hover{background:var(--gold);color:var(--green);border-color:var(--gold)}.ci-qty span{text-align:center;min-width:20px;font-size:.9rem;font-weight:600}.ci-remove{color:#ccc;font-size:.9rem;transition:color .2s;position:absolute;top:1rem;right:0}.ci-remove:hover{color:#e53e3e}.cart-footer{border-top:1px solid #eee;padding:1.5rem}.cart-total{justify-content:space-between;margin-bottom:.5rem;font-size:1rem;display:flex}.cart-total strong{color:var(--green)}.cart-note{color:var(--text-muted);margin-bottom:1rem;font-size:.75rem}.btn-whatsapp{color:#fff;background:#25d366;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:.75rem;padding:.85rem;font-size:.9rem;font-weight:600;transition:background .2s;display:flex}.btn-whatsapp:hover{background:#1ebe5d}.btn-clear{width:100%;color:var(--text-muted);padding:.5rem;font-size:.8rem;text-decoration:underline}.about-banner{background:var(--green);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1300px;margin:0 auto;padding:5rem 1.5rem;display:grid}.ab-img{border-radius:var(--radius);position:relative;overflow:hidden}.ab-img img{object-fit:cover;width:100%;height:450px}.ab-badge{background:var(--gold);color:var(--green);border-radius:var(--radius);text-align:center;padding:1rem 1.5rem;position:absolute;bottom:1.5rem;right:1.5rem}.ab-badge strong{font-family:Cormorant Garamond,serif;font-size:1.8rem;display:block}.ab-badge span{letter-spacing:.1em;font-size:.75rem}.ab-content .section-tag{color:var(--gold-light)}.ab-content h2{color:var(--white);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:300}.ab-content p{color:#fffc;line-height:1.8}.ab-stats{flex-wrap:wrap;gap:2rem;margin-top:2rem;display:flex}.ab-stats div{text-align:center}.ab-stats strong{color:var(--gold);font-family:Cormorant Garamond,serif;font-size:1.6rem;display:block}.ab-stats span{color:#ffffffb3;letter-spacing:.1em;font-size:.78rem}.why-us{background:var(--cream)}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{background:var(--white);border-radius:var(--radius);text-align:center;border:1px solid var(--border);padding:2rem;transition:transform .3s,box-shadow .3s}.feature-card:hover{box-shadow:var(--shadow);transform:translateY(-6px)}.feat-icon{margin-bottom:1rem;font-size:2.2rem}.feature-card h3{color:var(--green);margin-bottom:.75rem;font-size:1.1rem}.feature-card p{color:var(--text-muted);font-size:.88rem;line-height:1.7}.testimonials{background:var(--green);padding:5rem 1.5rem}.testimonials .section-tag{color:var(--gold-light)}.testimonials h2{color:var(--white)}.testi-slider{max-width:1000px;margin:0 auto;overflow:hidden}.testi-track{transition:transform .5s;display:flex}.testi-slide{grid-template-columns:1fr 1fr;gap:1.5rem;min-width:100%;padding:.5rem;display:grid}.testi-card{border-radius:var(--radius);background:#ffffff12;border:1px solid #edba6c33;padding:2rem}.testi-stars{color:var(--gold);margin-bottom:1rem;font-size:1.1rem}.testi-card p{color:#ffffffd9;margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.7}.testi-author{align-items:center;gap:.75rem;display:flex}.testi-avatar{background:var(--gold);width:42px;height:42px;color:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.testi-author strong{color:var(--white);font-size:.9rem;display:block}.testi-author span{color:#fff9;font-size:.78rem}.testi-dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.dot{background:#ffffff4d;border-radius:50%;width:8px;height:8px;transition:all .3s}.dot.active{background:var(--gold);border-radius:4px;width:24px}.newsletter{background:var(--gold);text-align:center;padding:4rem 1.5rem}.nl-inner{max-width:600px;margin:0 auto}.newsletter h2{color:var(--green);margin-bottom:.75rem;font-size:2rem}.newsletter p{color:var(--green-light);margin-bottom:2rem}.nl-form{gap:.5rem;max-width:480px;margin:0 auto;display:flex}.nl-form input{border:none;border-radius:6px;outline:none;flex:1;padding:.8rem 1.2rem;font-family:Jost,sans-serif;font-size:.9rem}.nl-form button{background:var(--green);color:var(--white);white-space:nowrap;border-radius:6px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600}.nl-success{color:var(--green);margin-top:1rem;font-weight:600}.footer{background:var(--green);color:#ffffffbf}.footer-top{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1300px;margin:0 auto;padding:4rem 1.5rem;display:grid}.footer-brand .brand-name{color:var(--white)}.footer-brand p{max-width:280px;margin-top:1rem;font-size:.875rem;line-height:1.7}.social-links{gap:1rem;margin-top:1.5rem;display:flex}.social-links a{color:#fff9;transition:color .2s}.social-links a:hover{color:var(--gold)}.footer-col h4{color:var(--gold);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.2rem;font-family:Jost,sans-serif;font-size:.8rem}.footer-col a,.footer-col p{color:#ffffffa6;margin-bottom:.6rem;font-size:.85rem;transition:color .2s;display:block}.footer-col a:hover{color:var(--gold)}.payment-badges{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.payment-badges span{color:var(--gold);letter-spacing:.05em;border:1px solid #edba6c4d;border-radius:4px;padding:.2rem .6rem;font-size:.7rem}.footer-bottom{border-top:1px solid #edba6c26;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;max-width:1300px;margin:0 auto;padding:1.5rem;font-size:.78rem;display:flex}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:#ffffff80;transition:color .2s}.footer-links a:hover{color:var(--gold)}.shop-page{min-height:100vh}.shop-hero{background:var(--green);color:var(--white);text-align:center;padding:4rem 1.5rem}.shop-hero h1{color:var(--white);margin:.5rem 0;font-size:clamp(2rem,4vw,3.5rem);font-weight:300}.shop-hero p{color:#ffffffb3}.shop-layout{grid-template-columns:260px 1fr;gap:2rem;max-width:1300px;margin:0 auto;padding:2.5rem 1.5rem;display:grid}.shop-sidebar{top:calc(var(--nav-h)+var(--ann-h)1rem);height:fit-content;position:sticky}.sidebar-section{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);margin-bottom:1.5rem;padding:1.5rem}.sidebar-section h4{color:var(--green);margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:1.1rem}.sidebar-btn{width:100%;color:var(--text-muted);border-radius:6px;justify-content:space-between;margin-bottom:.25rem;padding:.5rem .75rem;font-size:.85rem;transition:all .2s;display:flex}.sidebar-btn:hover,.sidebar-btn.active{background:var(--green);color:var(--white)}.sidebar-btn.active span{background:var(--gold);color:var(--green);border-radius:4px;padding:.1rem .4rem;font-size:.72rem}.sidebar-btn span{color:inherit;background:#f0f0f0;border-radius:10px;padding:.1rem .4rem;font-size:.75rem}.price-label{color:var(--green);margin-bottom:.5rem;font-size:.9rem;font-weight:600}.price-slider{width:100%;accent-color:var(--gold)}.price-range-labels{color:var(--text-muted);justify-content:space-between;margin-top:.4rem;font-size:.75rem;display:flex}.check-label{color:var(--text-muted);cursor:pointer;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.85rem;display:flex}.check-label input{accent-color:var(--gold)}.wa-sidebar-btn{color:#fff;border-radius:var(--radius);background:#25d366;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.85rem;font-size:.85rem;font-weight:600;display:flex}.shop-main{min-width:0}.search-notice{background:var(--cream);border-left:3px solid var(--gold);border-radius:6px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9rem}.shop-toolbar{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:.75rem 1rem;display:flex}.shop-toolbar select{border:1px solid var(--border);color:var(--text);border-radius:6px;outline:none;padding:.4rem .8rem;font-family:Jost,sans-serif;font-size:.85rem}.mobile-filters{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:none}.chip{border:1px solid var(--border);color:var(--text-muted);border-radius:20px;padding:.4rem 1rem;font-size:.8rem;transition:all .2s}.chip.active{background:var(--green);color:var(--white);border-color:var(--green)}.no-results{text-align:center;color:var(--text-muted);padding:4rem}.product-page{max-width:1300px;margin:0 auto;padding:2rem 1.5rem}.breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.8rem;display:flex}.breadcrumb a{transition:color .2s}.breadcrumb a:hover{color:var(--gold-dark)}.breadcrumb span{color:var(--text-muted)}.pd-layout{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.pd-main-img{border-radius:var(--radius);height:500px;position:relative;overflow:hidden}.pd-main-img img{object-fit:cover;width:100%;height:100%}.pd-badge{background:var(--gold);color:var(--green);border-radius:4px;padding:.3rem .8rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.pd-thumbs{gap:.75rem;margin-top:.75rem;display:flex}.pd-thumb{cursor:pointer;border:2px solid #0000;border-radius:8px;width:70px;height:70px;transition:border-color .2s;overflow:hidden}.pd-thumb.active{border-color:var(--gold)}.pd-thumb img{object-fit:cover;width:100%;height:100%}.pd-cat{letter-spacing:.2em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:.5rem;font-size:.75rem}.pd-title{color:var(--green);margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:400}.pd-rating{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.pd-price-row{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.pd-price{color:var(--green);font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600}.pd-old-price{color:var(--text-muted);font-size:1.2rem;text-decoration:line-through}.pd-save{color:#e53e3e;background:#fef2f2;border-radius:4px;padding:.25rem .6rem;font-size:.78rem;font-weight:600}.pd-desc-short{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.8}.pd-sizes{margin-bottom:1.25rem}.pd-sizes label{letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:.6rem;font-size:.8rem;font-weight:600;display:block}.size-options{flex-wrap:wrap;gap:.5rem;display:flex}.size-btn{border:1.5px solid var(--border);border-radius:6px;padding:.4rem .9rem;font-size:.85rem;transition:all .2s}.size-btn:hover,.size-btn.active{border-color:var(--green);background:var(--green);color:var(--white)}.pd-qty{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.pd-qty label{letter-spacing:.1em;text-transform:uppercase;color:var(--green);font-size:.8rem;font-weight:600}.qty-ctrl{border:1.5px solid var(--border);border-radius:8px;align-items:center;gap:.75rem;display:flex;overflow:hidden}.qty-ctrl button{padding:.5rem .9rem;font-size:1.1rem;transition:background .2s}.qty-ctrl button:hover{background:var(--cream)}.qty-ctrl span{text-align:center;min-width:32px;font-weight:600}.pd-actions{flex-direction:column;gap:.75rem;margin-bottom:1.75rem;display:flex}.btn-add-to-bag{background:var(--green);color:var(--white);letter-spacing:.05em;border-radius:8px;padding:1rem;font-size:.95rem;font-weight:600;transition:all .3s}.btn-add-to-bag:hover:not(:disabled){background:var(--green-light)}.btn-add-to-bag.added{background:var(--gold);color:var(--green)}.btn-add-to-bag:disabled{opacity:.5;cursor:not-allowed}.btn-whatsapp-order{color:#fff;background:#25d366;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-size:.9rem;font-weight:600;display:flex}.pd-trust{background:var(--cream);border-radius:var(--radius);grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.75rem;padding:1rem;display:grid}.pd-trust div{color:var(--green);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.pd-tabs{border-bottom:2px solid var(--border);gap:0;margin-bottom:1.25rem;display:flex}.tab-btn{color:var(--text-muted);border-bottom:2px solid #0000;margin-bottom:-2px;padding:.7rem 1.5rem;font-size:.85rem;font-weight:500;transition:all .2s}.tab-btn.active{color:var(--green);border-bottom-color:var(--gold)}.tab-content{color:var(--text-muted);font-size:.9rem;line-height:1.8}.details-table{border-collapse:collapse;width:100%}.details-table td{border-bottom:1px solid var(--border);padding:.6rem .8rem;font-size:.88rem}.details-table td:first-child{color:var(--green);width:40%;font-weight:500}.shipping-list li{padding:.4rem 0;font-size:.88rem}.related-section{border-top:1px solid var(--border);margin-top:4rem;padding-top:3rem}.related-title{color:var(--green);margin-bottom:2rem;font-size:1.8rem;font-weight:400}.about-page{min-height:100vh}.about-hero{height:55vh;min-height:400px;position:relative;overflow:hidden}.about-hero img{object-fit:cover;width:100%;height:100%}.about-hero-overlay{text-align:center;color:var(--white);background:#15342cb3;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:absolute;inset:0}.about-hero-overlay h1{color:var(--white);font-size:clamp(2rem,5vw,4rem);font-weight:300}.about-content-wrap{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:4rem;display:grid}.about-grid h2{color:var(--green);margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.4rem)}.about-grid p{color:var(--text-muted);font-size:.95rem;line-height:1.8}.about-side-img{object-fit:cover;border-radius:var(--radius);width:100%;height:400px}.values-section{margin-bottom:4rem}.values-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.value-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:2rem;transition:transform .3s}.value-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.value-card span{margin-bottom:1rem;font-size:2.5rem;display:block}.value-card h3{color:var(--green);margin-bottom:.75rem;font-size:1.1rem}.value-card p{color:var(--text-muted);font-size:.85rem;line-height:1.7}.stats-banner{background:var(--green);border-radius:var(--radius);text-align:center;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:4rem;padding:3rem 2rem;display:grid}.stats-banner strong{color:var(--gold);font-family:Cormorant Garamond,serif;font-size:2.2rem;display:block}.stats-banner span{color:#ffffffb3;letter-spacing:.1em;font-size:.8rem}.about-cta{text-align:center;background:var(--cream);border-radius:var(--radius);padding:3rem 2rem}.about-cta h2{color:var(--green);margin-bottom:.75rem;font-size:2rem}.about-cta p{color:var(--text-muted)}.page-hero{background:var(--green);color:var(--white);text-align:center;padding:4rem 1.5rem}.page-hero h1{color:var(--white);margin:.5rem 0;font-size:clamp(2rem,4vw,3.5rem);font-weight:300}.page-hero p{color:#ffffffb3}.contact-page{min-height:100vh}.contact-layout{grid-template-columns:1fr 1.5fr;gap:3rem;max-width:1200px;margin:0 auto;padding:4rem 1.5rem;display:grid}.contact-info h2,.contact-form-wrap h2{color:var(--green);margin-bottom:.5rem;font-size:1.8rem}.contact-items{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.ci{align-items:flex-start;gap:1rem;display:flex}.ci-icon{flex-shrink:0;font-size:1.5rem}.ci div{flex-direction:column;gap:.2rem;display:flex}.ci strong{color:var(--green);font-size:.9rem}.ci a{color:var(--gold-dark);font-size:.9rem}.ci span{color:var(--text-muted);font-size:.82rem}.contact-social{margin-top:2rem}.contact-social p{color:var(--text-muted);margin-bottom:.75rem;font-size:.85rem}.soc-row{flex-wrap:wrap;gap:.75rem;display:flex}.soc-btn{border:1.5px solid var(--border);color:var(--text-muted);border-radius:20px;padding:.4rem 1rem;font-size:.8rem;transition:all .2s}.soc-btn:hover{border-color:var(--green);color:var(--green)}.contact-form-wrap{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:2.5rem}.contact-form{flex-direction:column;gap:1.25rem;margin-top:1.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{letter-spacing:.08em;text-transform:uppercase;color:var(--green);font-size:.78rem;font-weight:600}.form-group input,.form-group textarea{border:1.5px solid var(--border);resize:vertical;border-radius:8px;outline:none;padding:.75rem 1rem;font-family:Jost,sans-serif;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--gold)}.form-note{color:var(--text-muted);text-align:center;margin-top:.5rem;font-size:.78rem}.sent-msg{text-align:center;color:var(--green);padding:3rem}.sent-msg h3{margin:.75rem 0 .5rem;font-size:1.4rem}.collections-page{min-height:100vh}.collections-full-grid{flex-direction:column;gap:5rem;max-width:1300px;margin:0 auto;padding:4rem 1.5rem;display:flex}.coll-feature{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.coll-feature.reverse{direction:rtl}.coll-feature.reverse>*{direction:ltr}.cf-img{border-radius:var(--radius);height:450px;overflow:hidden}.cf-img img{object-fit:cover;width:100%;height:100%}.cf-info h2{color:var(--green);margin:.5rem 0;font-size:clamp(1.8rem,3vw,2.8rem)}.cf-info p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.8}.wa-float{z-index:900;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .3s;animation:2s infinite pulse;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #25d36666}.wa-float:hover{transform:scale(1.1)}@keyframes pulse{0%,to{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 30px #25d366b3}}.back-top{z-index:900;background:var(--green);color:var(--gold);width:42px;height:42px;box-shadow:var(--shadow);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex;position:fixed;bottom:6rem;right:2rem}.not-found{text-align:center;min-height:50vh;padding:6rem 2rem}@media (width<=1024px){.coll-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.about-banner,.pd-layout,.shop-layout{grid-template-columns:1fr}.shop-sidebar{position:static}.mobile-filters{display:flex}.about-grid{grid-template-columns:1fr}.values-grid,.stats-banner{grid-template-columns:repeat(2,1fr)}.contact-layout{grid-template-columns:1fr}.coll-feature,.coll-feature.reverse{direction:ltr;grid-template-columns:1fr}.testi-slide{grid-template-columns:1fr}}@media (width<=768px){:root{--nav-h:60px}body{padding-top:calc(var(--nav-h)+var(--ann-h))}.hamburger{display:flex}.nav-links{top:calc(var(--nav-h)+var(--ann-h));background:var(--green);flex-direction:column;align-items:flex-start;gap:1.2rem;padding:1.5rem;transition:transform .35s;position:fixed;left:0;right:0;transform:translate(-100%)}.nav-links.open{transform:translate(0)}.hero{height:85vh}.hero-content{padding:1.5rem}.hero-btns{flex-direction:column;align-items:flex-start}.hero-trust{gap:1rem}.coll-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.features-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr;gap:2rem}.pd-layout{gap:1.5rem}.pd-main-img{height:350px}.form-row{grid-template-columns:1fr}.nl-form{flex-direction:column}.ab-stats{gap:1rem}}@media (width<=480px){.coll-grid,.values-grid{grid-template-columns:1fr}.stats-banner{grid-template-columns:1fr 1fr}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.card-img-wrap{height:200px}}
