:root{--navy:#0f172a;--navy-dark:#020617;--lime:#0ea5e9;--lime-dark:#0284c7;--accent:#6366f1;--white:#fff;--gray:#94a3b8;--gray-dark:#475569;--gray-light:#f8fafc;--dark:#020617;--green:#10b981;--font-serif:"Outfit", sans-serif;--font-sans:"Plus Jakarta Sans", sans-serif;--max-w:1200px;--transition:.4s cubic-bezier(.16, 1, .3, 1);--shadow-sm:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-md:0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000a;--shadow-lg:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--shadow-glow:0 0 25px #0ea5e966;--radius-md:12px;--radius-lg:16px;--glass-bg:#ffffffb3;--glass-border:#ffffff4d;--glass-dark-bg:#0f172ab3;--glass-dark-border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--dark);-webkit-font-smoothing:antialiased;background:linear-gradient(135deg,#f8fafc 0%,#fff 100%) fixed;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--navy);line-height:1.2}.container{max-width:var(--max-w);margin:0 auto;padding:0 clamp(1.5rem,4vw,4rem)}.top-bar{background:var(--navy);color:var(--gray);justify-content:space-between;align-items:center;padding:.4rem 2rem;font-size:.78rem;display:flex}.top-bar a{color:var(--lime);align-items:center;gap:4px;font-weight:600;display:flex}.tb-left,.tb-right{align-items:center;gap:1.5rem;display:flex}.navbar{z-index:1000;background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);height:72px;box-shadow:var(--shadow-sm);transition:all var(--transition);justify-content:space-between;align-items:center;padding:0 clamp(1.5rem,4vw,4rem);display:flex;position:sticky;top:0}.nav-logo{font-family:var(--font-serif);color:var(--navy);font-size:1.6rem;font-weight:700}.nav-logo span{color:var(--lime)}.nav-links{align-items:center;gap:1.75rem;display:flex}.btn-modern{font-family:var(--font-sans);letter-spacing:.5px;text-transform:uppercase;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.6rem 1.2rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.btn-primary{background:linear-gradient(135deg, var(--lime) 0%, var(--accent) 100%);color:var(--white);z-index:1;flex:1;position:relative;overflow:hidden;box-shadow:0 4px 15px #0ea5e966}.btn-primary:before{content:"";background:linear-gradient(135deg, var(--accent) 0%, var(--lime) 100%);z-index:-1;transition:opacity var(--transition);opacity:0;position:absolute;inset:0}.btn-primary:hover:before{opacity:1}.btn-primary:hover{box-shadow:var(--shadow-glow);transform:translateY(-3px)scale(1.02)}.btn-whatsapp{color:#fff;background:#25d366;padding:.6rem 1rem;box-shadow:0 4px 15px #25d3664d}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 25px #25d36680}.watermark{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--navy);z-index:10;letter-spacing:.5px;background:#ffffffd9;border-top-right-radius:8px;padding:4px 12px;font-size:11px;font-weight:900;position:absolute;bottom:0;left:0}.nav-links a{color:var(--navy);text-transform:uppercase;transition:color var(--transition);font-size:.85rem;font-weight:600}.nav-links a:hover,.nav-links a.active{color:var(--lime)}.nav-cta{text-transform:uppercase;border-radius:4px;background:var(--lime)!important;color:var(--white)!important;padding:.6rem 1.4rem!important;font-weight:700!important}.hero{color:var(--white);background:radial-gradient(circle at 20%,#0f172a 0%,#020617 100%);align-items:center;min-height:85vh;padding:4rem clamp(1.5rem,4vw,4rem) 6rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";filter:blur(60px);z-index:0;background:radial-gradient(circle,#0ea5e926 0%,#0000 70%);width:50%;height:50%;position:absolute;top:-20%;left:-10%}.hero:after{content:"";background:linear-gradient(to bottom right, transparent 49%, var(--white) 50%);z-index:2;height:80px;position:absolute;bottom:0;left:0;right:0}.hero-inner{max-width:var(--max-w);z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;width:100%;margin:0 auto;display:grid;position:relative}.hero-text .overline{letter-spacing:3px;text-transform:uppercase;color:var(--lime);margin-bottom:1rem;font-size:.8rem;font-weight:700}.hero-text h1{color:var(--white);margin-bottom:1.25rem;font-size:clamp(2.5rem,5.5vw,3.8rem);font-weight:400}.hero-text h1 em{color:var(--lime);font-style:italic}.hero-text p{color:var(--gray);max-width:480px;margin-bottom:2rem;font-size:1.1rem}.hero-btns{flex-wrap:wrap;gap:1rem;display:flex}.btn{border-radius:var(--radius-md);text-align:center;transition:var(--transition);padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.btn-lime{background:var(--lime);color:var(--white);box-shadow:var(--shadow-sm)}.btn-lime:hover{background:var(--lime-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-ghost{border:1px solid var(--gray);color:var(--white)}.btn-ghost:hover{background:#ffffff1a}.btn-navy{background:var(--navy);color:var(--white);box-shadow:var(--shadow-sm)}.btn-navy:hover{background:var(--navy-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.hero-slideshow{aspect-ratio:3/2;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}.hero-slideshow picture{opacity:0;width:100%;height:100%;transition:opacity .8s;position:absolute;top:0;left:0}.hero-slideshow picture.active{opacity:1}.hero-slideshow img{object-fit:cover;width:100%;height:100%}.slide-bar{color:var(--white);background:#00384be6;justify-content:space-between;align-items:center;padding:1rem;display:flex;position:absolute;bottom:0;left:0;right:0}.slide-dots{gap:8px;display:flex}.slide-dots button{background:#ffffff4d;border-radius:50%;width:10px;height:10px}.slide-dots button.active{background:var(--lime)}.stats-bar{border-bottom:1px solid #eaeaea;padding:3rem 0}.stats-inner{max-width:var(--max-w);text-align:center;flex-wrap:wrap;justify-content:space-around;gap:2rem;margin:0 auto;display:flex}.stat .num{font-size:2.5rem;font-family:var(--font-serif);color:var(--navy)}.stat .num span{color:var(--lime)}.stat .label{text-transform:uppercase;color:var(--gray-dark);letter-spacing:1px;font-size:.85rem;font-weight:600}.section-overline{text-transform:uppercase;letter-spacing:2px;color:var(--lime);margin-bottom:.5rem;font-size:.85rem;font-weight:700}.section-title{margin-bottom:1rem;font-size:2.5rem}.section-desc{color:var(--gray-dark);margin-bottom:3rem;font-size:1.1rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;margin-bottom:4rem;display:grid}.service-card{background:var(--white);border-radius:var(--radius-md);transition:all var(--transition);box-shadow:var(--shadow-sm);border:1px solid #00000008;flex-direction:column;padding:2.5rem 2rem;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, var(--lime), var(--accent));transform-origin:0;height:3px;transition:transform var(--transition);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-8px)}.service-icon{width:40px;height:40px;color:var(--lime);margin-bottom:1.5rem}.service-icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.service-card h3{margin-bottom:.5rem;font-size:1.25rem}.service-card p{color:var(--gray-dark);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem}.service-price{color:var(--navy);margin-bottom:1rem;font-weight:700}.card-link{color:var(--lime);text-transform:uppercase;font-size:.85rem;font-weight:700}.cta-banner{background:var(--lime);text-align:center;color:var(--navy);padding:4rem 2rem}.cta-banner h2{color:var(--navy);margin-bottom:1rem;font-size:2rem}.cta-banner p{max-width:600px;margin:0 auto 2rem;font-size:1.1rem}.cta-banner .phone{justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;font-size:1.5rem;font-weight:700;display:flex}.reasons-section{background:var(--navy);color:var(--white)}.reasons-grid{max-width:var(--max-w);text-align:center;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin:0 auto;display:grid}.r-icon{width:60px;height:60px;color:var(--lime);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.r-icon svg{fill:none;stroke:currentColor;stroke-width:2px;width:30px;height:30px}.reasons-grid h3{color:var(--white);margin-bottom:1rem;font-size:1.2rem}.reasons-grid p{color:var(--gray);font-size:.95rem}.testimonial-section{text-align:center}.estimator{background:var(--gray-light);border-radius:12px;margin-top:2rem;padding:3rem}.estimator-row{flex-wrap:wrap;gap:2rem;margin-bottom:2rem;display:flex}.estimator-row label{text-align:left;flex-direction:column;flex:1;font-size:.9rem;font-weight:600;display:flex}.estimator-row select{background:var(--white);border:1px solid #ddd;border-radius:4px;margin-top:.5rem;padding:1rem;font-size:1rem}.estimate-result{background:var(--white);border:1px solid var(--lime);text-align:center;border-radius:8px;padding:2rem}.estimate-price{color:var(--navy);font-size:2rem;font-weight:700;font-family:var(--font-serif);margin-bottom:.5rem}.faq-list{text-align:left;max-width:800px;margin:0 auto}.faq-item{cursor:pointer;border-bottom:1px solid #eaeaea;padding:1.5rem 0}.faq-q{color:var(--navy);justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;display:flex}.faq-icon{color:var(--lime);font-size:1.5rem;font-weight:300}.faq-a{color:var(--gray-dark);padding-top:1rem}.workspace-img{border-radius:8px;position:relative;overflow:hidden}.workspace-img .label{background:var(--white);color:var(--navy);border-radius:4px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;position:absolute;bottom:1rem;left:1rem}.footer{background:var(--dark);color:#ccc;padding:5rem 2rem 2rem;font-size:.9rem}.footer h4{color:var(--white);font-family:var(--font-sans);margin-bottom:1.5rem;font-size:1rem}.footer a{transition:color var(--transition);margin-bottom:.75rem;display:block}.footer a:hover{color:var(--lime)}.footer-grid{max-width:var(--max-w);grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:3rem;margin:0 auto 4rem;display:grid}.footer-socials{gap:1rem;margin-top:1.5rem;display:flex}.footer-socials a{width:36px;height:36px;color:var(--white);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer-socials a:hover{background:var(--lime);color:var(--navy)}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.8rem}@media (width<=900px){.hero-inner{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.footer-grid,.workspace-grid{grid-template-columns:1fr}.estimator-row{flex-direction:column;gap:1rem}}.wa-float{width:60px;height:60px;color:var(--white);z-index:1000;transition:transform var(--transition), background-color var(--transition);background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 25px #0003}.wa-float:hover{background-color:#128c7e;transform:translateY(-5px)}.wa-float svg{fill:currentColor;width:35px;height:35px}.shop-promo-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=768px){.shop-promo-grid{grid-template-columns:1fr}.wa-float{width:50px;height:50px;bottom:1.5rem;right:1.5rem}.wa-float svg{width:28px;height:28px}}.page-header{background:var(--navy);color:var(--white);margin-bottom:2rem;padding:3rem clamp(1.5rem,4vw,4rem) 5rem;position:relative}.page-header:after{content:"";background:var(--white);clip-path:polygon(0 100%,100% 100%,100% 0);height:40px;position:absolute;bottom:-2px;left:0;right:0}.breadcrumb{color:var(--gray);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.85rem}.page-header h1{color:var(--white);margin-bottom:1rem;font-size:2.5rem}.page-header p{color:var(--gray-light);max-width:600px;font-size:1.1rem}.form-container{max-width:800px;margin:3rem auto 5rem}.form-section{margin-bottom:3rem}.form-section h3{border-bottom:1px solid #eaeaea;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem}.form-row{flex-wrap:wrap;gap:2rem;margin-bottom:1.5rem;display:flex}.form-row label{color:var(--navy);text-transform:uppercase;flex-direction:column;flex:1;font-size:.85rem;font-weight:700;display:flex}.form-row input,.form-row select,.form-row textarea{font-family:var(--font-sans);background:var(--gray-light);border:1px solid #eaeaea;border-radius:4px;margin-top:.5rem;padding:.8rem;font-size:1rem}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--lime);background:var(--white);outline:none}.alert-yellow{color:#665000;background:#fff9e6;border-left:4px solid #f5c518;border-radius:4px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem}.alert-green{border-left:4px solid var(--lime);background:#f0fdf4;border-radius:4px;margin-bottom:1.5rem;padding:1.5rem}.alert-green ul{margin-top:.5rem;margin-left:1.5rem;font-size:.95rem}.checkbox-label{color:var(--gray-dark);cursor:pointer;align-items:flex-start;gap:.75rem;margin-bottom:2rem;font-size:.9rem;display:flex;text-transform:none!important;font-weight:400!important}.checkbox-label input{margin-top:.25rem}.form-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.submit-btn{border-radius:4px;width:100%;max-width:300px;padding:1rem;font-size:1rem}.form-footer-note{color:var(--gray);text-align:center;margin-top:1.5rem;font-size:.85rem}.steps-section{background:var(--gray-light);padding:5rem 0}.steps-grid{max-width:var(--max-w);text-align:center;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin:3rem auto 0;display:grid}.step-circle{background:var(--lime);width:60px;height:60px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:700;display:flex}.step-card h4{margin-bottom:1rem;font-size:1.25rem}.step-card p{color:var(--gray-dark);font-size:.95rem}.stats-cards{background:var(--white);z-index:10;border-radius:12px;flex-wrap:wrap;justify-content:space-around;gap:2rem;margin:-5rem auto 4rem;padding:2.5rem;display:flex;position:relative;box-shadow:0 10px 40px #00000014}.stat-card{text-align:center;flex:1;min-width:200px}.stat-card .num{font-size:3rem;font-family:var(--font-serif);color:var(--lime);margin-bottom:.5rem;line-height:1}.stat-card .label{color:var(--gray-dark);letter-spacing:1px;font-size:.8rem;font-weight:700}.recycle-split{grid-template-columns:1fr 1fr;align-items:stretch;gap:3rem;display:grid}@media (width<=900px){.recycle-split{grid-template-columns:1fr}}.recycle-card{border-radius:12px;flex-direction:column;padding:4rem;display:flex}.business-card{background:var(--navy);color:var(--white)}.business-card h2{color:var(--lime);margin-bottom:1rem;font-size:2rem}.business-card p{color:var(--gray-light);margin-bottom:2rem}.check-list{margin-bottom:3rem;list-style:none}.check-list li{color:var(--white);margin-bottom:1rem;padding-left:2rem;position:relative}.check-list li:before{content:"âœ“";color:var(--lime);font-weight:700;position:absolute;left:0}.business-card .btn{align-self:flex-start;margin-top:auto}.individual-card{background:var(--white);border:1px solid #eaeaea}.individual-card h2{color:var(--navy);margin-bottom:1rem;font-size:2rem}.individual-card p{color:var(--gray-dark);margin-bottom:2rem}.we-accept-label{color:var(--navy);letter-spacing:1px;margin-bottom:1rem;font-size:.85rem;font-weight:700}.accept-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}@media (width<=600px){.accept-grid{grid-template-columns:1fr}}.accept-item{background:var(--gray-light);border-radius:8px;align-items:center;gap:1rem;padding:1rem;font-size:.95rem;font-weight:600;display:flex}.accept-icon{background:var(--white);border:1px solid var(--lime);width:32px;height:32px;color:var(--lime);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.individual-card .note{color:var(--gray);margin-bottom:2rem;font-size:.85rem;font-style:italic}.individual-card .btn{align-self:flex-start;margin-top:auto}.four-steps{grid-template-columns:repeat(4,1fr)}@media (width<=900px){.four-steps{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.four-steps{grid-template-columns:1fr}}.video-wrapper{aspect-ratio:16/9;background:#000;border-radius:12px;justify-content:center;align-items:center;max-width:900px;margin:0 auto 4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0003}.play-btn{width:80px;height:80px;color:var(--white);border:3px solid var(--white);cursor:pointer;background:#00000080;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;transition:transform .2s;display:flex}.play-btn:hover{background:var(--lime);border-color:var(--lime);transform:scale(1.1)}.gallery-section{background:var(--gray-light);padding:5rem 0}.gallery-list{margin-top:3rem}.gallery-item{margin-bottom:4rem}.gallery-title{color:var(--navy);text-transform:uppercase;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.ba-grid{border-radius:12px;grid-template-columns:1fr 1fr;gap:0;display:grid;overflow:hidden;box-shadow:0 10px 30px #00000014}.ba-img{position:relative}.ba-img img{object-fit:cover;aspect-ratio:4/3;width:100%;height:100%;display:block}.ba-badge{background:var(--lime);color:var(--white);text-transform:uppercase;letter-spacing:1px;border-radius:4px;padding:.35rem .85rem;font-size:.75rem;font-weight:700;position:absolute;top:1.5rem;left:1.5rem;box-shadow:0 2px 10px #0003}@media (width<=600px){.ba-grid{grid-template-columns:1fr;gap:4px}.ba-img img{aspect-ratio:16/9}}.contact-split{z-index:10;grid-template-columns:1fr 1fr;align-items:start;gap:4rem;margin-top:-3rem;margin-bottom:5rem;display:grid;position:relative}@media (width<=900px){.contact-split{grid-template-columns:1fr;gap:2rem;margin-top:0}}.contact-info-card{background:var(--navy);color:var(--white);border-radius:12px;padding:3rem;box-shadow:0 15px 40px #00000026}.info-item{gap:1.5rem;margin-bottom:2rem;display:flex}.info-item:last-child{margin-bottom:0}.info-icon{width:40px;height:40px;color:var(--lime);border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.info-item strong{color:var(--white);text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.9rem;display:block}.info-item div{color:#fffc;font-size:.95rem;line-height:1.5}.contact-form-container{padding-top:2rem}.form-input{width:100%;font-family:var(--font-sans);background:var(--gray-light);border:1px solid #eaeaea;border-radius:4px;margin-bottom:1rem;padding:1rem;font-size:1rem}.form-input:focus{border-color:var(--lime);background:var(--white);outline:none}.getting-here-section{background:var(--gray-light);padding:5rem 0}.video-grid{grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem;display:grid}@media (width<=768px){.video-grid{grid-template-columns:1fr}}.map-container{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.map-overlay{color:#fff;pointer-events:none;background:#0006;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex;position:absolute;inset:0}.shop-gallery-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (width<=900px){.shop-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.shop-gallery-grid{grid-template-columns:1fr}}.shop-gallery-item{aspect-ratio:4/3;border-radius:8px;overflow:hidden}.shop-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.shop-gallery-item:hover img{transform:scale(1.05)}.quote-type-selector{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:0;display:grid}@media (width<=600px){.quote-type-selector{grid-template-columns:1fr}}.type-btn{background:var(--gray-light);text-align:center;color:var(--navy);transition:all var(--transition);cursor:pointer;border:2px solid #0000;border-radius:8px 8px 0 0;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.type-btn:hover{background:var(--white);border-color:#7ab55c4d}.type-btn.active{background:var(--white);border-color:var(--lime);border-bottom-color:#0000}.type-icon{border:2px solid var(--lime);width:60px;height:60px;color:var(--lime);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.5rem;display:flex}.type-btn strong{margin-bottom:.5rem;font-size:1.1rem;display:block}.type-btn span{color:var(--gray-dark);font-size:.85rem}.quote-progress{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.progress-segment{background:#eaeaea;height:4px}.progress-segment.active{background:var(--lime)}.shop-layout{font-family:var(--font-sans)}.shop-topbar{background:var(--white);color:var(--navy);border-bottom:1px solid #eaeaea;padding:.5rem 0;font-size:.8rem}.shop-topbar-inner{justify-content:space-between;align-items:center;display:flex}.shop-topbar-right a{color:var(--navy);transition:color var(--transition);margin-left:1.5rem;text-decoration:none}.shop-topbar-right a:hover{color:var(--gray-dark)}@media (width<=768px){.shop-topbar-left{display:none}.shop-topbar-inner{justify-content:center}}.shop-main-header{background:var(--white);border-bottom:1px solid #eaeaea;padding:1.5rem 0}.shop-header-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.shop-logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.shop-logo-circle{background:var(--navy);width:40px;height:40px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.shop-logo-text{font-family:var(--font-serif);color:var(--navy);font-size:2rem;line-height:1}.shop-search{border:1px solid #d1d5db;border-radius:6px;flex:1;height:45px;display:flex;overflow:hidden}.shop-search-category{background:var(--gray-light);color:var(--gray-dark);cursor:pointer;white-space:nowrap;border-right:1px solid #eaeaea;align-items:center;padding:0 1rem;font-size:.9rem;display:flex}.shop-search-input{border:none;outline:none;flex:1;padding:0 1rem}.shop-search-btn{background:var(--navy);color:var(--white);cursor:pointer;border:none;padding:0 1.5rem;transition:opacity .2s}.shop-search-btn:hover{opacity:.8}.shop-actions{gap:2rem;display:flex}.shop-action-item{color:var(--navy);align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s;display:flex}.shop-action-item:hover{opacity:.7}.shop-action-icon{font-size:1.2rem}.shop-action-label{color:var(--gray-dark);text-transform:uppercase;margin-bottom:.2rem;font-size:.75rem}.shop-action-val{font-size:.9rem;font-weight:700}@media (width<=900px){.shop-search,.shop-action-item:first-child{display:none}.shop-header-inner{gap:1rem}}@media (width<=600px){.shop-header-inner{text-align:left;flex-direction:row;justify-content:space-between;gap:.5rem}.shop-actions{justify-content:flex-end;gap:1rem;width:auto}.shop-logo img{height:55px!important}.shop-logo span{font-size:1.4rem!important}.shop-action-label,.shop-action-val{display:none}.shop-nav-inner{white-space:nowrap;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;padding-bottom:.5rem;overflow-x:auto}.shop-nav-link{padding:.5rem}}.shop-nav{background:var(--navy-dark);padding:1rem 0;position:relative}.shop-nav-inner{white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;justify-content:flex-start;gap:2rem;display:flex;overflow-x:auto}.shop-nav-inner::-webkit-scrollbar{display:none}.shop-nav-item{flex-shrink:0}.shop-nav-link{color:var(--white);text-transform:uppercase;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s}.shop-nav-link:hover{color:var(--white)}.shop-trust-bar{border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;padding:2rem 0}.shop-trust-inner{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex;overflow-x:auto}.shop-trust-inner::-webkit-scrollbar{display:none}.trust-item{color:var(--navy);white-space:nowrap;align-items:center;gap:1rem;display:flex}.trust-item strong{letter-spacing:.5px;white-space:nowrap;font-size:.95rem;display:block}.trust-item span{color:var(--gray-dark);font-size:.75rem;display:block}@media (width<=900px){.trust-item{width:45%}}@media (width<=600px){.trust-item{width:100%}}.shop-hero{background:var(--navy);padding:4rem 0;position:relative}.shop-hero-inner{align-items:center;gap:4rem;display:flex}.shop-hero-content{color:var(--white);flex:1}.shop-hero-tag{color:var(--lime);letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:700}.shop-hero h1{color:var(--white);margin-bottom:1.5rem;font-size:3rem}.shop-hero p{color:#fffc;margin-bottom:2rem;font-size:1.1rem}.shop-hero-image-box{background:var(--white);border-radius:12px;flex:1;padding:2rem;position:relative}.shop-hero-image-overlay{color:var(--navy);font-size:1.2rem;font-weight:700;position:absolute;top:2rem;left:2rem}.shop-hero-image-box img{width:100%;height:auto;display:block}.shop-hero-dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.shop-hero-dots .dot{cursor:pointer;background:#ffffff4d;border-radius:50%;width:10px;height:10px}.shop-hero-dots .dot.active{background:var(--lime)}@media (width<=900px){.shop-hero-inner{flex-direction:column}}.shop-promo-card{border-radius:12px;flex-direction:column;align-items:flex-start;padding:3rem;display:flex}.shop-promo-card h3{margin-bottom:1rem;font-size:1.8rem}.shop-promo-card p{opacity:.9;margin-bottom:2rem}.btn-white{background:var(--white);color:#7ab55c;cursor:pointer;border:none;border-radius:4px;padding:.75rem 2rem;font-weight:700;text-decoration:none;display:inline-block}.shop-category-section{background:var(--gray-light);padding:5rem 0}.shop-section-title{text-align:center;color:var(--navy);margin-bottom:.5rem;font-size:2.5rem}.shop-section-subtitle{text-align:center;color:var(--gray-dark);margin-bottom:3rem}.shop-category-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (width<=900px){.shop-category-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.shop-category-grid{grid-template-columns:1fr}}.shop-category-card{background:var(--white);text-align:center;cursor:pointer;border-radius:8px;padding:2rem;transition:transform .2s;box-shadow:0 5px 20px #0000000d}.shop-category-card:hover{transform:translateY(-5px)}.shop-category-img-box{justify-content:center;align-items:center;height:120px;margin-bottom:1.5rem;display:flex}.shop-category-img-box img{object-fit:contain;max-width:100%;max-height:100%}.shop-category-name{color:var(--navy);margin-bottom:.5rem;font-size:1.1rem}.shop-category-desc{color:var(--gray-dark);margin-bottom:1.5rem;font-size:.85rem}.shop-category-link{color:var(--lime);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:700}.shop-featured-banner{background:var(--navy);padding:4rem 0}.shop-featured-inner{background:var(--white);border-radius:12px;align-items:stretch;display:flex;overflow:hidden;box-shadow:0 20px 50px #00000026}@media (width<=900px){.shop-featured-inner{flex-direction:column}}.shop-featured-img-box{background:0 0;flex-direction:column;flex:1;justify-content:center;padding:2rem;display:flex;position:relative}.shop-featured-vertical-text{transform-origin:0;color:#0000000d;letter-spacing:2px;white-space:nowrap;font-size:2rem;font-weight:900;position:absolute;top:50%;left:1rem;transform:translateY(-50%)rotate(-90deg)}.shop-featured-img{width:100%;max-width:400px;margin:0 auto;display:block}.shop-featured-specs-grid{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.spec-icon{background:var(--navy);color:var(--white);text-align:center;border:1px solid #fff3;border-radius:4px;padding:.5rem;font-size:.7rem;font-weight:700}.shop-featured-content{flex-direction:column;flex:1;justify-content:center;padding:4rem;display:flex}.shop-featured-tag{color:var(--navy);background:#e8b923;border-radius:4px;align-self:flex-start;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.shop-featured-title{color:var(--lime);margin-bottom:1rem;font-size:1.8rem;line-height:1.3}.shop-featured-desc{color:#fffc;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.shop-featured-price-row{align-items:baseline;gap:1rem;margin-bottom:2rem;display:flex}.shop-featured-price{color:var(--lime);font-size:2.5rem;font-weight:700}.shop-featured-price-old{color:#ffffff80;text-decoration:line-through}.shop-featured-save{color:var(--lime);background:#7ab55c33;border-radius:4px;padding:.2rem .5rem;font-size:.75rem}.shop-countdown{gap:1rem;margin-bottom:2rem;display:flex}.countdown-box{text-align:center;background:#ffffff1a;border-radius:4px;padding:.5rem 1rem}.countdown-box span{color:inherit;font-size:1.5rem;font-weight:700;display:block}.countdown-box div{color:inherit;opacity:.8;font-size:.7rem}.shop-featured-actions{gap:1rem;display:flex}.shop-product-section{background:var(--gray-light);padding:5rem 0}.shop-tabs{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.shop-tab{background:var(--white);color:var(--navy);cursor:pointer;border:1px solid #eaeaea;border-radius:20px;padding:.5rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .2s}.shop-tab.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.shop-product-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem;display:grid}@media (width<=1024px){.shop-product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.shop-product-grid{grid-template-columns:1fr}}.shop-product-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-lg);border:1px solid var(--glass-border);transition:var(--transition);box-shadow:var(--shadow-md);flex-direction:column;padding:1.5rem;display:flex;position:relative;overflow:hidden}.shop-product-card:before{content:"";border-radius:var(--radius-lg);pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #fff6}.shop-product-card:hover{box-shadow:var(--shadow-lg), var(--shadow-glow);border-color:#3b82f666;transform:translateY(-8px)}.shop-product-card:hover .shop-product-img-box img{transform:scale(1.08)}.shop-product-tags{z-index:2;flex-direction:column;gap:.5rem;display:flex;position:absolute;top:1rem;left:1rem}.shop-tag-local{color:var(--navy);background:#e8b923;border-radius:4px;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.shop-tag-used{background:var(--gray-dark);color:var(--white);border-radius:4px;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.shop-product-img-box{justify-content:center;align-items:center;height:180px;margin-bottom:1.5rem;display:flex}.shop-product-img-box img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.shop-product-category{color:var(--gray-dark);margin-bottom:.5rem;font-size:.75rem}.shop-product-title{color:var(--navy);flex:1;margin-bottom:1rem;font-size:1rem;line-height:1.4}.shop-product-price{color:var(--navy);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.shop-product-actions{gap:.5rem;display:flex}.shop-add-cart{flex:1;padding:.5rem;font-size:.8rem}.shop-wa-btn{justify-content:center;align-items:center;padding:.5rem 1rem;font-size:1.2rem;display:flex}.shop-view-all-box{text-align:center}.shop-view-all{padding:1rem 3rem}.shop-nav-inner{gap:0}.shop-nav-link{color:var(--white);text-transform:uppercase;padding:1rem 1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.shop-nav-link:hover,.shop-nav-item:hover .shop-nav-link{color:var(--white)}.dropdown-arrow{vertical-align:middle;margin-left:4px;font-size:.7rem}.shop-dropdown-menu{background:var(--white);opacity:0;visibility:hidden;z-index:100;flex-flow:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;padding:.5rem 1rem;transition:all .2s;display:flex;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 10px 30px #0000001a}.shop-dropdown-menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}.shop-dropdown-border{display:none}.shop-dropdown-item{color:var(--navy);text-transform:uppercase;border-bottom:none;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s}.shop-dropdown-item:last-child{border-bottom:none}.shop-dropdown-item:hover{color:var(--lime);background:#f4f5f6;border-radius:4px}.pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;display:flex}.pagination-btn{background:var(--white);width:36px;height:36px;color:var(--navy);cursor:pointer;border:1px solid #eaeaea;border-radius:4px;justify-content:center;align-items:center;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.pagination-btn:hover:not(:disabled){background:#f4f5f6;border-color:#d0d0d0}.pagination-btn.active{background:var(--lime);color:var(--white);border-color:var(--lime);cursor:default}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.category-header{border-bottom:2px solid #eaeaea;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.category-header h1{color:var(--navy);font-size:2.2rem;font-family:var(--font-serif);margin:0;line-height:1}.sort-box{background:var(--white);border:1px solid #ccc;border-radius:4px;padding:.25rem .5rem}.sort-select{color:var(--navy);background:0 0;border:none;outline:none;font-size:.85rem}.category-layout{grid-template-columns:250px 1fr;gap:2rem;margin-bottom:4rem;display:grid}@media (width<=900px){.category-layout{grid-template-columns:1fr}}.shop-sidebar{font-size:.85rem}.filter-group{border-top:1px solid #eaeaea;margin-bottom:2rem;padding-top:1rem}.filter-title{color:var(--navy);letter-spacing:1px;margin-bottom:1rem;font-size:.9rem;font-weight:700}.custom-checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--gray-dark);align-items:center;margin-bottom:.8rem;padding-left:25px;display:flex;position:relative}.custom-checkbox input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkmark{background-color:#fff;border:1px solid #ccc;border-radius:3px;width:16px;height:16px;position:absolute;top:0;left:0}.custom-checkbox:hover input~.checkmark{background-color:#f4f5f6}.custom-checkbox input:checked~.checkmark{background-color:var(--lime);border-color:var(--lime)}.checkmark:after{content:"";display:none;position:absolute}.custom-checkbox input:checked~.checkmark:after{border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:9px;display:block;top:1px;left:5px;transform:rotate(45deg)}.price-filter-row{align-items:center;gap:.5rem;display:flex}.price-input{border:1px solid #ccc;border-radius:4px;outline:none;flex:1;width:100%;padding:.5rem;font-size:.85rem}.price-input:focus{border-color:var(--lime)}.sidebar-promo{text-align:center;border-radius:8px;margin-bottom:1rem;padding:1.5rem}.sidebar-promo h5{margin-bottom:.5rem;font-size:1.1rem;line-height:1.3}.sidebar-promo p{margin-bottom:1.5rem;font-size:.8rem;line-height:1.5}.sidebar-promo-dark{background:var(--navy);color:var(--white)}.sidebar-promo-dark p{color:#fffc}.sidebar-promo-light{color:var(--navy);background:#f8f9fa;border:1px solid #eaeaea}.cat-product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}@media (width<=1200px){.cat-product-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.cat-product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.cat-product-grid{grid-template-columns:1fr}}.cat-product-card{background:var(--white);border-radius:var(--radius-md);transition:all var(--transition);box-shadow:var(--shadow-sm);cursor:pointer;border:1px solid #00000008;flex-direction:column;padding:1.5rem;display:flex;position:relative;overflow:hidden}.cat-product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.cat-product-img-box img{object-fit:contain;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.tag-in-stock{color:var(--white);z-index:10;background:#7cb342;border-radius:2px;padding:.4rem .6rem;font-size:.75rem;font-weight:700;position:absolute;top:10px;left:10px}.tag-used{color:var(--white);z-index:10;background:#afb42b;border-radius:2px;padding:.4rem .6rem;font-size:.75rem;font-weight:700;position:absolute;top:10px;right:10px}.cat-product-img-box{aspect-ratio:1;background:#f8f9fa;border-bottom:1px solid #eaeaea;border-radius:4px 4px 0 0;justify-content:center;align-items:center;width:100%;height:auto;padding:1rem;display:flex;position:relative;overflow:hidden}.cat-product-info{flex-direction:column;flex:1;padding:1.2rem;display:flex}.cat-product-img-box img{object-fit:contain;z-index:1;border-radius:4px;width:100%;height:100%;padding:.5rem;transition:transform .5s cubic-bezier(.4,0,.2,1)}.premium-badge{background:var(--white);font-family:var(--font-sans);color:var(--navy);z-index:5;letter-spacing:.5px;pointer-events:none;white-space:nowrap;border:1px solid #eaeaea;border-radius:40px;align-items:center;gap:8px;padding:10px 40px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 25px #00000026}@media (width<=600px){.premium-badge{gap:4px;padding:6px 20px;font-size:.6rem}.premium-badge svg{width:12px;height:12px}}.cat-product-card:hover .cat-product-img-box img{transform:scale(1.08)}.cat-product-category{color:#7cb342;letter-spacing:.5px;text-transform:uppercase;margin-bottom:.4rem;font-size:.75rem;font-weight:700}.cat-product-title{color:#0b2b36;margin-bottom:1rem;font-size:.95rem;font-weight:700;line-height:1.4}.cat-product-price{color:#0b2b36;margin-top:auto;margin-bottom:1.2rem;font-size:1.1rem;font-weight:700}.cat-product-actions{gap:.5rem;display:flex}.btn-add-cart{color:#fff;background:#00334e;border-radius:4px;flex:1;padding:.7rem}.btn-add-cart:hover{background:#002236}.btn-wa-icon{color:#fff;background:#7cb342;border-radius:4px;padding:.7rem 1rem}.btn-wa-icon:hover{background:#689f38}.seo-text-box{color:var(--gray-dark);border-top:1px solid #eaeaea;padding:2rem;font-size:.85rem;line-height:1.6}.seo-text-box p{margin-bottom:1rem}.seo-text-box p:last-child{margin-bottom:0}.shop-promo-card,.category-card,.product-card{border:1px solid #0000000d;transition:all .3s cubic-bezier(.25,.8,.25,1);border-radius:16px!important}.cat-product-card{overflow:hidden}.shop-promo-card:hover,.category-card:hover,.product-card:hover{transform:translateY(-8px);border-color:var(--lime)!important;box-shadow:0 20px 40px #0000001a!important}.btn{text-transform:uppercase;letter-spacing:1px;font-weight:700;transition:all .2s;border-radius:8px!important}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 15px #00000026}.shop-page{background:var(--gray-light)}.shop-main-header{box-shadow:0 4px 20px #00000008}.workspace-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.workspace-gallery-img{object-fit:cover;border-radius:8px;width:100%;height:350px;box-shadow:0 10px 30px #0000001a}@media (width<=768px){.workspace-grid{grid-template-columns:1fr;gap:1.5rem}.workspace-gallery-img{height:250px}}.shop-logo-img{transform-origin:50%;transition:transform .3s;animation:3s ease-in-out infinite alternate pulseLogo}.shop-logo:hover .shop-logo-img{transform:scale(1.05)}@keyframes pulseLogo{0%{filter:drop-shadow(0 0 #2563eb00)}to{filter:drop-shadow(0 0 12px #10b98166)}}.product-detail-page{background-color:var(--white);min-height:80vh;padding-bottom:5rem}.pdp-layout{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.pdp-gallery{background:var(--gray-light);border-radius:8px;padding:1rem;position:relative}.pdp-tag-used{color:#fff;background:#b3a369;border-radius:4px;padding:.2rem .5rem;font-size:.8rem;font-weight:700;position:absolute;top:1rem;left:1rem}.pdp-main-image-container{justify-content:center;align-items:center;height:400px;margin-bottom:1rem;display:flex}.pdp-main-image{object-fit:contain;mix-blend-mode:multiply;max-width:100%;max-height:100%}.pdp-thumbnails{justify-content:center;gap:1rem;display:flex}.pdp-thumbnail{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.pdp-thumbnail.active{border:2px solid var(--navy)}.pdp-thumbnail img{object-fit:contain;max-width:90%;max-height:90%}.pdp-info{flex-direction:column;display:flex}.pdp-title{color:var(--navy);margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.2}.pdp-meta{color:var(--gray-dark);gap:1.5rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.pdp-meta strong{color:var(--navy)}.pdp-price{color:var(--navy);margin-bottom:.5rem;font-size:2.2rem;font-weight:800}.pdp-delivery-hint{color:var(--gray-dark);margin-bottom:1.5rem;font-size:.9rem}.pdp-stock-box{background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;margin-bottom:1.5rem;padding:1rem}.pdp-stock-title{color:var(--navy);align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:700;display:flex}.pdp-stock-text{color:var(--gray-dark);font-size:.85rem;line-height:1.5}.pdp-actions{gap:1rem;margin-bottom:1rem;display:flex}.pdp-qty-group{border:1px solid #ddd;border-radius:4px;height:48px;display:flex}.pdp-qty-btn{cursor:pointer;width:40px;color:var(--navy);background:#fff;border:none;font-size:1.2rem}.pdp-qty-btn:hover{background:#f0f0f0}.pdp-qty-input{text-align:center;width:50px;color:var(--navy);border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-size:1rem;font-weight:600}.pdp-add-to-cart{color:#fff;background-color:#82b366;border:none;border-radius:4px;flex:1;height:48px;font-size:1rem;font-weight:700}.pdp-add-to-cart:hover{background-color:#6a9651}.pdp-whatsapp-btn{border:1px solid var(--navy);width:100%;height:48px;color:var(--navy);background:#fff;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-weight:700;text-decoration:none;transition:background .2s;display:flex}.pdp-whatsapp-btn:hover{background:var(--gray-light)}.pdp-payment-promo{color:var(--gray-dark);background:#f8f9fa;border-radius:4px;margin-bottom:1.5rem;padding:1rem;font-size:.85rem}.pdp-payment-promo strong{color:var(--navy)}.pdp-returns-box{color:var(--gray-dark);background:#f8f9fa;border-radius:4px;padding:1rem;font-size:.85rem;line-height:1.5}.pdp-returns-box strong{color:var(--navy)}.pdp-returns-box a{color:var(--navy);text-decoration:underline}.pdp-tabs-container{margin-top:4rem}.pdp-tabs{border-bottom:2px solid #e9ecef;margin-bottom:2rem;display:flex}.pdp-tab{color:var(--gray-dark);cursor:pointer;background:0 0;border:none;padding:1rem 2rem;font-size:1rem;font-weight:700;position:relative}.pdp-tab.active{color:var(--navy)}.pdp-tab.active:after{content:"";background-color:var(--navy);height:2px;position:absolute;bottom:-2px;left:0;right:0}.pdp-description-content,.pdp-terms-content{color:var(--navy);line-height:1.6}.pdp-specs-table{border-collapse:collapse;width:100%;margin:2rem 0}.pdp-specs-table tr{border-bottom:1px solid #eee}.pdp-spec-label{color:var(--gray-dark);width:30%;padding:1rem 0}.pdp-spec-value{padding:1rem 0;font-weight:600}.pdp-info-blocks{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.pdp-info-block{background:#f8f9fa;border-radius:4px;padding:1rem;font-size:.9rem}.pdp-info-block strong{color:#82b366}@media (width<=992px){.pdp-layout{grid-template-columns:1fr}}@media (width<=768px){.pdp-title{font-size:1.4rem}.pdp-price{font-size:1.8rem}.pdp-thumbnails{gap:.5rem}.pdp-thumbnail{width:60px;height:60px}.pdp-gallery{padding:.5rem}.product-detail-page{box-sizing:border-box;width:100vw;max-width:100%;overflow-x:hidden}.pdp-tag-used{padding:.3rem .6rem;font-size:.75rem;top:.5rem;left:.5rem}.pdp-stock-box{border-radius:8px;margin-bottom:1rem;padding:.8rem}.pdp-stock-title{font-size:.95rem}.pdp-stock-text{font-size:.8rem}}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;display:none}.mobile-menu-overlay{z-index:2000;opacity:0;visibility:hidden;background:#00000080;transition:all .3s;position:fixed;inset:0}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-drawer{background:var(--white);width:300px;height:100%;box-shadow:var(--shadow-lg);flex-direction:column;transition:left .3s;display:flex;position:absolute;top:0;left:-300px}.mobile-menu-drawer.open{left:0}.mobile-menu-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.mobile-menu-search{border-bottom:1px solid #eee;padding:1rem}.mobile-menu-search form{border:1px solid #ddd;border-radius:4px;display:flex;overflow:hidden}.mobile-menu-search input{border:none;outline:none;flex:1;padding:.8rem}.mobile-menu-search button{background:var(--lime);color:#fff;border:none;padding:0 1rem}.mobile-menu-links{flex-direction:column;flex:1;display:flex;overflow-y:auto}.mobile-menu-links a{color:var(--navy);border-bottom:1px solid #eee;padding:1rem 1.5rem;font-weight:600}.cart-badge{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}@media (width<=900px){.hide-on-mobile{display:none!important}.mobile-menu-btn{display:flex}.shop-logo-img{height:50px!important;min-height:50px!important}.logo-text span{font-size:1.4rem!important}.shop-logo{gap:.5rem!important}.shop-search{display:none!important}.shop-header-inner{justify-content:space-between}}.admin-sidebar{background:var(--white);width:280px;color:var(--navy);z-index:1000;flex-direction:column;transition:transform .3s;display:flex;box-shadow:4px 0 15px #0000000d}.admin-menu-btn{cursor:pointer;background:0 0;border:none;padding:0;display:none}.admin-close-btn{cursor:pointer;background:0 0;border:none;display:none;position:absolute;top:2.5rem;right:1.5rem}.admin-sidebar-overlay{z-index:999;background:#000b2980;display:none;position:fixed;inset:0}@media (width<=900px){.admin-sidebar{height:100vh;position:fixed;top:0;left:0;transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.admin-menu-btn,.admin-close-btn,.admin-sidebar-overlay{display:block}.admin-header{padding:1rem 1.5rem!important}.admin-page-title{font-size:1.2rem!important}}
