html{overflow-y:scroll}*,*:before,*:after{box-sizing:border-box}body{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;padding:0;background-image:url(/images/pattern.png);background-repeat:repeat;background-size:2300px;background-position:top center;color:#111827;position:relative}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}:root{--primary: #3E4E20;--primary-light: #506528;--primary-soft: #E6EDE0;--secondary: #A9B388;--text-dark: #111827;--text-light: #F9FAF9;--background: #F4F4F5}.site-wrapper{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1200px;padding:0 1.5rem;margin:0 auto}.site-header{background:var(--primary);color:var(--text-light);box-shadow:0 6px 18px #00000038;position:sticky;top:0;z-index:40}.site-header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}.logo-img-wrapper{display:flex;align-items:center}.logo-img{height:48px;width:auto;-o-object-fit:contain;object-fit:contain}.main-nav{display:flex;align-items:center;gap:2rem}.nav-link{font-size:.95rem;font-weight:500;color:var(--text-light);opacity:.85;padding:.4rem .2rem;position:relative;transition:opacity .15s ease,transform .15s ease}.nav-link:after{content:"";position:absolute;left:0;bottom:-.35rem;width:0;height:2px;background:var(--text-light);transition:width .2s ease}.nav-link:hover{opacity:1}.nav-link:hover:after{width:100%}.cart-badge{min-width:1.4rem;height:1.4rem;border-radius:999px;background:var(--text-light);color:var(--primary);font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.product-card{background:#fff;padding:1rem;border-radius:1rem;box-shadow:0 18px 45px #0f172a14;display:flex;flex-direction:column;gap:.75rem;border:1px solid rgba(229,231,235,.9);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 26px 60px #0f172a26;border-color:var(--primary)}.product-card img{border-radius:.75rem;height:220px;-o-object-fit:cover;object-fit:cover;background:#e5e7eb}.product-card h3{margin:.3rem 0 -.75rem;font-size:1.2rem;font-weight:600}.product-card p{text-align:right;margin:0;font-size:1.3rem;color:#4b5563}.product-card small{font-size:.8rem;color:#6b7280}*/ h1,h2,h3{margin:0 0 .8rem;font-weight:600}h2{font-size:1.4rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.2rem;border-radius:999px;font-size:.9rem;font-weight:500;border:none;cursor:pointer;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.btn-primary{background:#3e4e20;color:#fff;padding:.7rem 1.2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;width:100%;transition:.2s;margin-top:1rem}.btn-primary:hover{background:#2f3e15;transform:translateY(-2px)}.btn-secondary{background:#e4e7d6;color:var(--primary)}.btn-secondary:hover{background:#d7dbcc}.alert-success{background:#ecfdf3;border:1px solid #bbf7d0;color:#14532d;padding:.75rem 1rem;border-radius:.75rem;font-size:.9rem;margin-bottom:1.5rem}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#7f1d1d;padding:.75rem 1rem;border-radius:.75rem;font-size:.9rem;margin-bottom:1.5rem}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 2px #3e4e2040}.site-footer{background:var(--primary);color:var(--text-light);padding:1.3rem 0;margin-top:2rem}.footer-inner{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.footer-left{opacity:.85}.footer-right{display:flex;gap:1.5rem}.footer-link{color:var(--text-light);opacity:.85;transition:opacity .2s,transform .15s}.footer-link:hover{opacity:1;transform:translateY(-1px)}@media(max-width:768px){.footer-inner{flex-direction:column;gap:1rem;text-align:center}.footer-right{gap:1rem;flex-wrap:wrap;justify-content:center}}@media(max-width:768px){.site-header-inner{flex-direction:column;align-items:flex-start;gap:.7rem}.main-nav{flex-wrap:wrap;gap:1rem}.nav-cart{margin-left:0}}.hero-section-wrapper{background:transparent;padding:3 0 5rem}.hero-flex{display:flex;align-items:center;justify-content:space-between;gap:4rem}.hero-text{flex:1;opacity:0;animation:fadeIn 1.2s ease-out forwards;max-width:650px}.hero-text h1{font-size:4.3rem;font-weight:700;line-height:1.25;margin-bottom:1.5rem;color:#d4a54b}.hero-subtitle.bold{font-size:1.6rem;font-weight:600;color:#3e4e20;margin-bottom:.6rem}.hero-subtitle.small{font-size:1.35rem;font-weight:400;color:#3e4e20;opacity:.95}.hero-photo{flex:0 0 380px;height:380px;border-radius:50%;overflow:hidden;opacity:0;transform:scale(.9);animation:fadeInPhoto 1.4s ease-out forwards}.hero-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mask-image:radial-gradient(circle,#000 60%,#0000);-webkit-mask-image:radial-gradient(circle,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%)}.carousel-section{margin-top:3.5rem}.carousel-section h2{font-size:1.8rem}.carousel{position:relative;display:flex;align-items:center;overflow:hidden;margin-top:1rem;padding-top:4px}.carousel:after{content:"";position:absolute;right:0;top:0;width:80px;height:100%;pointer-events:none;z-index:5;background:linear-gradient(to right,#fff0,#fff 80% 100%)}.carousel:before{content:"";position:absolute;left:0;top:0;width:80px;height:100%;pointer-events:none;z-index:5;background:linear-gradient(to left,#fff0,#fff 80% 100%)}.carousel-btn{z-index:10}.carousel-track{display:flex;gap:1.3rem;transition:transform .4s ease;padding-top:4px}.carousel-item{min-width:calc((100% - 2.6rem) / 3 - 4px)}.carousel-card{background:#fff;border-radius:1rem;padding:1rem;border:1px solid rgba(229,231,235,.9);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;position:relative;margin-top:2px;font-size:1.15rem}.carousel-card:hover{transform:translateY(-3px);border-color:var(--primary)}.carousel-card img{height:200px;width:100%;border-radius:.7rem;-o-object-fit:cover;object-fit:cover;margin-bottom:.7rem}.carousel-btn{background:var(--primary);color:var(--text-light);border:none;font-size:1.4rem;padding:.6rem 1rem;border-radius:.5rem;cursor:pointer;transition:.2s;z-index:10}.carousel-btn:hover{background:var(--primary-light)}.prev{margin-right:.6rem}.next{margin-left:.6rem}@media(max-width:900px){.carousel-item{min-width:calc((100% - 1rem)/2 - 4px)}}@media(max-width:540px){.carousel-item{min-width:100%}}.carousel-track{padding-bottom:4px}.carousel-item{min-width:calc((100% - 2.6rem) / 3 - 6px)}.carousel-card{position:relative;margin-bottom:4px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.carousel-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #0f172a1f;border-color:var(--primary)}*/ .category-page{display:flex;align-items:flex-start;gap:3rem;background:#fff;border-radius:14px;padding:2rem;box-shadow:0 10px 30px #0000000f;width:100%}*/ .filters h3{font-size:1.6rem;margin-bottom:1rem;color:var(--primary)}.filter-group{margin-bottom:1rem;border-bottom:1px solid #E2E4D8;padding-bottom:.5rem}.filter-group summary{font-size:.95rem;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.filter-group[open] summary{color:var(--primary)}.filter-group summary::marker{display:none}.filter-group summary:after{content:"▾";font-size:.8rem;opacity:.7}.filter-group[open] summary:after{transform:rotate(180deg)}.filter-group ul{list-style:none;padding-left:0;margin-top:.5rem}.filters h4{margin-bottom:.5rem;margin-top:1rem}.checkbox-item{display:flex;align-items:center;margin-bottom:.4rem}.checkbox-item label{display:flex;align-items:center;gap:.5rem;width:auto;cursor:pointer}.checkbox-item input[type=checkbox]{width:auto!important;height:auto!important;flex-shrink:0;accent-color:#3E4E20!important;transform:scale(1.1);cursor:pointer}.filters input[type=text],.filters input[type=number],.filters select{width:100%;padding:.6rem;border-radius:8px;border:1px solid #d1d5db}.price-range{display:flex;gap:.6rem}.products-list h2{font-size:1.8rem;margin-bottom:1rem}.checkbox-item input[type=checkbox]{all:unset!important;-moz-appearance:checkbox!important;appearance:checkbox!important;-webkit-appearance:checkbox!important;width:18px;height:18px;margin:0;padding:0;accent-color:#3E4E20!important;cursor:pointer;display:inline-block!important;position:static!important;opacity:1!important;visibility:visible!important}.btn-clear{width:100%;padding:.6rem;background:transparent;border:1px solid #3E4E20;color:#3e4e20;font-weight:600;border-radius:8px;margin-top:2rem;cursor:pointer;transition:.2s}.btn-clear:hover{background:#3e4e20;color:#fff}.filter-group[open] ul{animation:expand .25s ease-out}@keyframes expand{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.filter-group summary{transition:color .2s}.filter-group[open] summary{color:#3e4e20}#categorySearch{width:100%;padding:.6rem;border-radius:8px;border:1px solid #d1d5db;margin-bottom:1rem}.product-image{width:100%;height:240px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;background:#f5f5f5}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-name{font-size:1.1rem;font-weight:600;color:#3e4e20;min-height:48px}.product-price{font-size:1.1rem;font-weight:700;color:#2f3e15}.product-price .unit{font-size:.9rem;opacity:.7}.product-actions{display:flex;gap:.6rem;margin-top:auto}.btn-more{flex:1;text-align:center;background:#3e4e20;border:0px solid #3E4E20;padding:.4rem;border-radius:8px;font-weight:600;color:#fff;transition:.2s;font-size:1rem;display:flex;align-items:center;justify-content:center}.btn-more:hover{background:#2f3e15;color:#fff}.btn-add{flex:1;background:#d4a54b;border:none;padding:.4rem;border-radius:8px;font-weight:600;color:#fff;cursor:pointer;transition:.2s;font-size:1rem;display:flex;align-items:center;justify-content:center}.btn-add:hover{background:#be9343}.pm-modal{position:fixed;inset:0;background:#0000008c;display:none;align-items:center;justify-content:center;z-index:200}.pm-modal-content{background:#fff;padding:30px;border-radius:16px;width:380px;max-width:92%;box-shadow:0 10px 40px #00000040;animation:fadeIn .25s ease-out}.pm-modal-title{margin-bottom:20px;text-align:center;font-size:1.4rem;color:#3e4e20}.pm-weight-options{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}.pm-radio{display:flex;align-items:center;gap:8px;font-size:1rem;cursor:pointer}.pm-radio input{accent-color:#3E4E20}.pm-input{width:100%;padding:10px;border-radius:8px;border:1px solid #ccc;font-size:1rem}.pm-btn-row{display:flex;flex-direction:column;gap:10px;margin-top:25px}.pm-btn{width:100%;padding:12px;font-size:1rem;border-radius:10px;cursor:pointer;border:none;transition:.2s}.pm-btn-cancel{background:#e6e6e6;color:#333}.pm-btn-cancel:hover{background:#d4d4d4}.pm-btn-main{background:#3e4e20;color:#fff}.pm-btn-main:hover{background:#2f3a18}.pm-btn-accent{background:#d4a54b;color:#fff}.pm-btn-accent:hover{background:#bf8f3a}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-image img{width:100%;height:240px;-o-object-fit:cover;object-fit:cover;border-radius:10px}.product-title{margin-top:14px;font-size:1.25rem;font-weight:600;color:#3e4e20;text-align:center}.product-price{margin-top:6px;font-size:1rem;font-weight:500;color:#444;text-align:center}.product-buttons{display:flex;justify-content:space-between;gap:10px;margin-top:14px;width:100%}.btn{flex:1;padding:10px 0;border-radius:8px;font-weight:600;text-align:center;border:none;cursor:pointer;font-size:1rem;display:flex;justify-content:center;align-items:center}.btn-main{background-color:#3e4e20;color:#fff}.btn-main:hover{background-color:#2f3a18}.btn-accent{background-color:#d4a54b;color:#fff}.btn-accent:hover{background-color:#bf8f3a}.cart-container{padding:2rem 0}.cart-title{margin-bottom:1.5rem;color:#3e4e20}.cart-alert{background:#e8f5e9;padding:12px 16px;border-radius:10px;color:#2e7d32;font-weight:600;margin-bottom:20px}.cart-empty{font-size:1.2rem;margin-bottom:1rem}.cart-list{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:center;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 4px 16px #0000000f;gap:1rem}.cart-thumb img{width:80px;height:80px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.cart-info{flex:1}.cart-name{font-size:1.1rem;font-weight:600;color:#3e4e20}.cart-unit{font-size:.9rem;opacity:.7}.cart-qty{display:flex;align-items:center;gap:8px}.qty-btn{width:32px;height:32px;border-radius:8px;border:none;cursor:pointer;font-size:1.2rem}.qty-btn.minus{background:#e4e7d6}.qty-btn.plus{background:#3e4e20;color:#fff}.qty-value{min-width:60px;text-align:center;font-weight:600}.cart-total{width:120px;text-align:right;font-weight:700;color:#3e4e20}.remove-btn{background:#c62828;color:#fff;border:none;padding:8px 14px;border-radius:8px;cursor:pointer;font-weight:600}.cart-summary{margin-top:2rem;text-align:right;font-size:1.5rem;font-weight:700;color:#3e4e20}.cart-actions{margin-top:2rem;text-align:right}.btn-gold{background:#d4a54b;padding:12px 22px;border-radius:10px;color:#fff;font-weight:600;margin-right:10px;display:inline-block}.btn-green{background:#3e4e20;padding:12px 22px;border-radius:10px;color:#fff;font-weight:600;display:inline-block}.cart-clear{text-align:right;margin-top:1rem}.btn-clear-all{background:#a9b388;color:#fff;border:none;padding:10px 18px;border-radius:8px;cursor:pointer;font-weight:600}.onas-section{padding:4rem 0}.onas-wrapper{display:flex;align-items:center;justify-content:space-between;gap:4rem;flex-wrap:wrap}.onas-text{flex:1;max-width:600px;color:#3e4e20;animation:fadeIn .8s ease-out forwards}.onas-text h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#d4a54b}.onas-text p{font-size:1.1rem;line-height:1.7;margin-bottom:1.2rem}.onas-text h2{margin-top:2rem;font-weight:600;font-size:1.8rem;color:#d4a54b}.onas-photo{flex:0 0 480px;height:480px;border-radius:50%;overflow:hidden;position:relative;animation:fadeInPhoto 1.1s ease-out forwards}.onas-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mask-image:radial-gradient(circle,#000 60%,#0000);-webkit-mask-image:radial-gradient(circle,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInPhoto{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.onas-wrapper{flex-direction:column;text-align:center}.onas-photo{width:260px;height:260px}.onas-text h1{font-size:2.4rem}}.contact-section{padding:4rem 0}.contact-wrapper{display:flex;gap:3rem;align-items:flex-start;flex-wrap:wrap}.contact-info{flex:1;max-width:500px;color:#3e4e20;animation:fadeIn .8s ease-out forwards;margin-right:10rem}.contact-info h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#d4a54b}.contact-lead{font-size:1.15rem;margin-bottom:1.5rem;line-height:1.7}.contact-details,.contact-details2{margin-bottom:2rem}.contact-details p,.contact-details2 p{margin:.4rem 0;font-size:1.05rem}.contact-details a,.contact-details2 a{color:#3e4e20}.contact-socials{margin-top:1.5rem}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-links a{color:#3e4e20;font-weight:600;border-bottom:1px solid #D4A54B}.social-links a:hover{color:#d4a54b}.contact-form{flex:1;max-width:480px;background:#fff;padding:2rem;border-radius:15px;box-shadow:0 12px 32px #00000014;animation:fadeIn 1s ease-out forwards}.contact-form h2{margin-bottom:1.5rem;color:#3e4e20}.contact-form input,.contact-form textarea{width:100%;padding:12px;border-radius:8px;border:1px solid #dcdcdc;margin-bottom:1rem;font-size:1rem}.contact-form button{width:100%;background:#3e4e20;color:#fff;border:none;padding:12px;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer}.contact-form button:hover{background:#2c3b17}@media(max-width:768px){.contact-wrapper{flex-direction:column}.contact-info h1{font-size:2.4rem}.contact-form{margin-top:2rem}}.policy-section{padding:4rem 0}.policy-title{font-size:3rem;font-weight:700;color:#d4a54b;margin-bottom:1.5rem}.policy-lead{font-size:1.2rem;line-height:1.7;color:#3e4e20;max-width:700px;margin-bottom:2.5rem}.policy-box h2{margin-top:2rem;margin-bottom:.5rem;font-size:1.4rem;color:#3e4e20;font-weight:700}.policy-box p,.policy-box li{font-size:1.1rem;line-height:1.7;color:#333}.policy-box ul{padding-left:1.3rem}.policy-box a{color:#3e4e20;font-weight:600}.policy-box a:hover{color:#d4a54b}@media(max-width:768px){.policy-title{font-size:2.3rem}}.checkout-flex{display:flex;gap:2rem}.checkout-flex .checkout-box{flex:1}.checkout-box{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 18px #0000000f}.radio-line{display:flex;align-items:center;gap:.6rem;margin-bottom:.6rem}.coupon-row{display:flex;gap:.6rem}.coupon-row input{flex:1;padding:.6rem;border-radius:8px;border:1px solid #dcdcdc}.btn-apply{background:#d4a54b;color:#fff;padding:.6rem 1.2rem;border-radius:8px;border:none}.checkout-next-btn{background:#d4a54b;padding:.8rem 1.6rem;border-radius:10px;color:#fff;font-weight:600}.summary-table{width:100%;font-size:1.1rem;border-collapse:collapse}.summary-table td{padding:.4rem 0;color:#3e4e20}.summary-total-row td{padding-top:1rem;font-size:1.25rem}.summary-table{width:100%;border-collapse:collapse}.summary-table td:first-child{width:70%;padding:.4rem 0}.summary-table td:last-child{width:30%;text-align:right;white-space:nowrap}.back-btn{display:inline-block;margin-bottom:1.5rem;font-size:1.5rem;color:#3e4e20}.arrow-text{font-size:1.5rem;padding:1.1rem;display:inline-flex}.product-wrapper{display:flex;gap:3rem}.left-col,.right-col{flex:1}.product-image-big img{width:100%;border-radius:12px;box-shadow:0 10px 35px #00000014}.product-info-list p{margin:.7rem 0;font-size:1rem}.tag{background:#e4e7d6;padding:.2rem .6rem;border-radius:5px;margin-right:.3rem;font-size:.9rem}.product-title{font-size:2rem;font-weight:700;color:#3e4e20}.product-desc{margin-top:.8rem;line-height:1.6}.product-price{margin-top:1.2rem;font-size:1.6rem;color:#d4a54b}.unit{font-size:1rem;color:#3e4e20;opacity:.8}.delivery-note{margin-top:.5rem;color:#3e4e20;opacity:.8}.weight-box{margin:1.5rem 0}.weight-option{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem}.custom-weight{width:180px;padding:.5rem;border-radius:8px;border:1px solid #dcdcdc}.add-btn{background:#3e4e20;color:#fff;padding:.8rem 1.4rem;border-radius:10px;font-weight:600;border:none;cursor:pointer}.product-info-list{margin-top:3rem!important}.right-col{text-align:left}.product-title-big{font-size:2.6rem;font-weight:800;color:#3e4e20;margin-bottom:1.5rem}.product-desc-big{font-size:1.15rem;line-height:1.75;color:#444;margin-bottom:5rem}.product-purchase-box{padding:5rem;text-align:right}.product-price-big{font-size:2rem;font-weight:700;color:#3e4e20;margin-bottom:.3rem}.unit-big{font-size:1rem;opacity:.7;margin-left:6px}.delivery-note-big{font-size:1rem;color:#555;margin-bottom:2rem}.add-btn-big{background:#3e4e20;color:#fff;padding:16px 36px;font-size:1.2rem;border-radius:12px;cursor:pointer;border:none;transition:.25s ease;font-weight:600}.add-btn-big:hover{background:#2b3b18;transform:translateY(-2px)}.add-btn-big:active{transform:translateY(0)}.pm-toast{position:fixed;top:20px;right:20px;background:#3e4e20;color:#fff;padding:14px 22px;border-radius:10px;font-size:1rem;font-weight:600;box-shadow:0 12px 30px #0000002e;opacity:0;transform:translateY(-10px);animation:pmToastIn .4s forwards,pmToastOut .4s 3s forwards;z-index:9999}@keyframes pmToastIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pmToastOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.pm-toast-backdrop{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;animation:fadeInBackdrop .3s ease forwards;z-index:9000}.pm-toast-modal{position:fixed;top:50%;left:50%;background:#fff;padding:22px 28px;border-radius:16px;transform:translate(-50%,-50%) scale(.8);box-shadow:0 18px 50px #00000047;animation:fadeInToast .35s ease forwards;z-index:10000;min-width:340px;max-width:90%;text-align:center}.pm-toast-content{display:flex;align-items:center;gap:16px}.pm-toast-img{width:70px;height:70px;-o-object-fit:cover;object-fit:cover;border-radius:10px;box-shadow:0 4px 14px #00000026}.pm-toast-modal h3{margin:0 0 4px;font-size:1.3rem;font-weight:700;color:#3e4e20}.pm-toast-modal p{margin:0;font-size:1rem;color:#444}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}@keyframes fadeInToast{0%{opacity:0;transform:translate(-50%,-50%) scale(.7)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes fadeOutToast{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.85)}}.empty-cart{text-align:center;padding:4rem 1rem;max-width:650px;margin:0 auto}.empty-cart-img{width:150px;opacity:.85;margin-bottom:1.5rem;display:inline-block}.empty-cart h2{font-size:2.2rem;font-weight:700;color:#3e4e20;margin-bottom:1rem}.empty-cart-text{font-size:1.1rem;color:#444;line-height:1.5;margin-bottom:2rem}.empty-cart-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.empty-cart-btn{background:#3e4e20;color:#fff;padding:12px 20px;border-radius:10px;font-weight:600;min-width:140px;text-align:center;transition:.2s}.empty-cart-btn:hover{background:#2f3a18}.cookies-popup{position:fixed;bottom:0;left:0;width:100%;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;padding:20px;z-index:99999;transition:opacity .3s ease}.cookies-box{background:#fff;padding:20px 26px;max-width:700px;width:100%;border-radius:14px;box-shadow:0 8px 30px #00000026}.cookies-box p{margin:0 0 12px;font-size:1rem;color:#333;line-height:1.5}.cookies-buttons{display:flex;gap:1rem;flex-wrap:wrap}.cookies-btn{padding:10px 18px;border-radius:8px;font-weight:600;cursor:pointer;display:inline-block;transition:.2s;border:none;text-align:center}.cookies-btn.accept{background:#3e4e20;color:#fff}.cookies-btn.accept:hover{background:#2f3a18}.cookies-btn.info{background:#e4e7d6;color:#3e4e20!important;text-decoration:none}.cookies-btn.info:hover{background:#d7dbcc}.product-gallery{display:flex;flex-direction:column;gap:1rem}.gallery-wrapper{position:relative;width:100%}.gallery-main{width:100%;height:552px;-o-object-fit:cover;object-fit:cover;border-radius:14px;box-shadow:0 6px 22px #0000001f}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:var(--primary);color:var(--text-light);border:none;padding:.6rem 1rem;font-size:1.4rem;border-radius:.5rem;cursor:pointer;transition:.2s;z-index:10}.gallery-arrow:hover{background:#3e4e20f2}.gallery-arrow.left{left:15px}.gallery-arrow.right{right:15px}.gallery-thumbs{display:flex;gap:1rem}.gallery-thumbs .thumb{width:90px;height:90px;-o-object-fit:cover;object-fit:cover;border-radius:12px;cursor:pointer;border:2px solid transparent;transition:.2s}.gallery-thumbs .thumb:hover{transform:scale(1.05);border-color:#3e4e20}.active-thumb{border-color:#3e4e20!important;transform:scale(1.06)}.nav-cart{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .8rem;border-radius:999px;background:#ffffff1f;margin-left:1.5rem}.nav-cart .cart-icon{width:22px;height:22px;-o-object-fit:contain;object-fit:contain;display:block}.page-content{min-width:1380px;margin:0 auto;padding:3rem 2rem}.page-inner{max-width:1400px;background:#fff;border-radius:14px;padding:3rem;width:100%;box-shadow:0 30px 40px #97979780}.category-page{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:3rem!important;width:100%;max-width:1300px;background:#fff;border-radius:14px;padding:.5rem;position:relative;z-index:5}.filters{width:260px!important;flex-shrink:0!important;background:#f3f4ed;padding:1.5rem;border-radius:12px;border:1px solid #E2E4D8;box-shadow:0 4px 14px #0000000d;float:none!important;clear:none!important;display:block!important}.products-list{flex:1!important;width:auto!important;display:block;margin-left:.5rem}.product-grid,.grid{display:grid!important;gap:1.6rem!important;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))!important}body:before,body:after{content:"";position:fixed;top:0;bottom:0;width:40px;max-height:calc(100% - 63.2px);z-index:2;pointer-events:none;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}body:before{left:0;background:linear-gradient(to right,#ffffffd9,#fff0)}body:after{right:0;background:linear-gradient(to left,#ffffffd9,#fff0)}.checkout-wrapper{max-width:1200px;margin:0 auto;padding:40px 20px}.checkout-title{font-size:32px;font-weight:700;color:#3e4e20;text-align:center;margin-bottom:40px}.checkout-container{display:flex;gap:40px;justify-content:space-between}.checkout-products{flex:3}.checkout-item{display:flex;background:#fff;border-radius:16px;padding:20px;margin-bottom:20px;box-shadow:0 4px 16px #0000000f}.checkout-item img{width:100px;height:100px;-o-object-fit:cover;object-fit:cover;border-radius:12px;margin-right:20px}.checkout-item-info h3{color:#3e4e20;margin-bottom:5px}.checkout-item-total{margin-left:auto;font-size:18px;color:#d4a24c;font-weight:700}.checkout-summary-box{flex:1;background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 16px #0000000f}.checkout-summary-box h2{font-size:22px;color:#3e4e20;margin-bottom:20px}.checkout-total{font-size:28px;font-weight:700;color:#d4a24c;margin-bottom:20px}.checkout-button{width:100%;background-color:#3e4e20;color:#fff;padding:16px 20px;border-radius:12px;border:none;font-size:18px;font-weight:600;cursor:pointer;transition:.25s ease}.checkout-button:hover{background-color:#2f3c18}#inpostModal{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.summary-row{display:flex;justify-content:space-between;padding:.4rem 0;font-size:1rem}.summary-product-name{font-weight:500}.summary-product-value{font-weight:600}.summary-total{font-size:1.6rem;font-weight:700;color:#3e4e20;text-align:right}.summary-product{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0}.summary-product-left{display:flex;align-items:center;gap:1rem}.summary-product-thumb{width:56px;height:56px;border-radius:8px;-o-object-fit:cover;object-fit:cover;border:1px solid #e5e7eb}.summary-product-text{display:flex;flex-direction:column}.summary-product-name{font-weight:600;color:#3e4e20}.summary-product-meta{font-size:.9rem;color:#6b7280}.summary-product-price{font-weight:600}.summary-container{max-width:800px;margin:3rem auto;padding:2rem;background:#fff}.summary-title{font-size:2rem;font-weight:600;color:#3e4e20;margin-bottom:2rem}.summary-section{margin-bottom:1.8rem}.summary-heading{color:#3e4e20;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;padding:.3rem 0;font-size:1rem}.summary-divider{border:none;border-top:1px solid #e3e3e3;margin:2rem 0}.summary-total{margin-top:.8rem;font-size:1.6rem;font-weight:700;color:#3e4e20;text-align:right}.summary-submit-btn{display:inline-block;margin-top:2rem;background-color:#3e4e20;color:#fff;padding:1rem 2rem;font-size:1.2rem;border-radius:8px;border:none;cursor:pointer;transition:.2s}.summary-submit-btn:hover{background-color:#586b30}
