@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Anton&display=swap";
:root{--black:#131313;--black-soft:#1d1d1d;--white:#fff;--off-white:#faf7f4;--gray-100:#f4f2ef;--gray-200:#e7e3de;--gray-300:#cfc9c2;--gray-400:#9a938b;--gray-500:#756e66;--gray-600:#524c45;--gray-700:#322e29;--orange:#e85700;--orange-dark:#bf4500;--orange-light:#ff7e2e;--orange-tint:#fff0e6;--green:#2e9e5b;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-heading:"Inter", sans-serif;--font-display:"Anton", "Bebas Neue", sans-serif;--radius:8px;--radius-lg:16px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 6px 20px #00000014;--shadow-lg:0 14px 40px #0000001f;--shadow-orange:0 8px 24px #ff6a0047;--transition:.3s cubic-bezier(.25, .46, .45, .94)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1380px;margin:0 auto;padding:0 clamp(16px,4vw,48px)}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.announcement-bar{background:var(--black);color:var(--white);text-align:center;letter-spacing:.05em;text-transform:uppercase;padding:.6rem 1rem;font-size:.78rem;font-weight:600}.announcement-bar strong{color:var(--orange-light)}.announcement-bar a{color:var(--white);text-underline-offset:2px;text-decoration:underline}.announcement-bar a:hover{opacity:.8}.header{z-index:100;background:var(--white);border-bottom:1px solid var(--gray-200);transition:box-shadow var(--transition);position:sticky;top:0}.header.scrolled{box-shadow:var(--shadow-sm)}.header-inner{justify-content:space-between;align-items:center;gap:1.5rem;height:76px;display:flex}.header-logo{align-items:center;display:flex}.header-logo img{width:auto;height:56px}.header-nav{gap:1.85rem;margin-left:auto;display:flex}.header-nav a{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-700);transition:color var(--transition);padding:.25rem 0;font-size:.85rem;font-weight:600;position:relative}.header-nav a:after{content:"";background:var(--orange);width:0;height:2px;transition:width var(--transition);position:absolute;bottom:0;left:0}.header-nav a:hover{color:var(--black)}.header-nav a:hover:after{width:100%}.header-actions{align-items:center;gap:1.1rem;display:flex}.header-actions button,.header-actions a{color:var(--gray-700);transition:color var(--transition);display:flex}.header-actions button:hover,.header-actions a:hover{color:var(--orange)}.cart-btn{position:relative}.cart-count{background:var(--orange);width:18px;height:18px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-7px;right:-9px}.hero{background:#000;justify-content:center;display:flex;overflow:hidden}.hero-link{width:100%;line-height:0;display:block}.hero-banner{aspect-ratio:16/9;object-fit:cover;object-position:center;width:100%;max-height:84vh}.hero-slide{background-position:50% 35%;background-size:cover;align-items:center;min-height:80vh;display:flex;position:relative}.hero-slide:before{content:"";background:linear-gradient(90deg,#131313eb 0%,#131313b3 45%,#e2540059 100%);position:absolute;inset:0}.hero-content{z-index:1;max-width:640px;padding:3rem clamp(24px,5vw,64px);position:relative}.hero-badge{background:var(--orange);color:var(--white);text-transform:uppercase;letter-spacing:.1em;border-radius:100px;align-items:center;gap:.45rem;margin-bottom:1.25rem;padding:.4rem .9rem;font-size:.7rem;font-weight:700;display:inline-flex}.hero-title{font-family:var(--font-display);letter-spacing:.01em;color:var(--white);text-transform:uppercase;margin-bottom:1.25rem;font-size:clamp(2.6rem,6vw,5rem);line-height:.98}.hero-title span{color:var(--orange)}.hero-desc{color:#ffffffd1;max-width:480px;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius);transition:all var(--transition);cursor:pointer;align-items:center;gap:.5rem;padding:.95rem 2rem;font-size:.85rem;font-weight:700;display:inline-flex}.btn-orange{background:var(--orange);color:var(--white);box-shadow:var(--shadow-orange)}.btn-orange:hover{background:var(--orange-dark);transform:translateY(-2px)}.btn-white{background:var(--white);color:var(--black)}.btn-white:hover{background:var(--gray-100);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-black{background:var(--black);color:var(--white)}.btn-black:hover{background:var(--black-soft);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-outline-white{color:var(--white);background:0 0;border:2px solid #fff9}.btn-outline-white:hover{background:var(--white);color:var(--black);border-color:var(--white)}.btn svg{transition:transform var(--transition)}.btn:hover svg{transform:translate(3px)}.strip{background:var(--orange);color:var(--white);white-space:nowrap;padding:.7rem 0;overflow:hidden}.strip-track{gap:3rem;animation:28s linear infinite marquee;display:inline-flex}.strip-track span{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:3rem;font-size:1rem;display:inline-flex}.strip-track span:after{content:"◆";opacity:.7;font-size:.6rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.section-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--orange);margin-bottom:.4rem;font-size:.78rem;font-weight:700;display:block}.section-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.01em;font-size:clamp(1.9rem,4vw,2.9rem);line-height:1}.section-link{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-600);white-space:nowrap;transition:color var(--transition);align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;display:flex}.section-link:hover{color:var(--orange)}.section-link svg{transition:transform var(--transition)}.section-link:hover svg{transform:translate(3px)}.categories{padding:4.5rem 0 1.5rem}.cat-grid{grid-template-columns:repeat(5,1fr);gap:1.1rem;display:grid}.cat-tile{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:transform var(--transition), border-color var(--transition), box-shadow var(--transition);flex-direction:column;gap:.95rem;padding:1.7rem 1.5rem 1.5rem;display:flex;position:relative;overflow:hidden}.cat-tile:after{content:"";background:linear-gradient(135deg, var(--orange), transparent 70%);opacity:0;width:110px;height:110px;transition:opacity var(--transition);border-radius:0 0 0 100%;position:absolute;top:-45px;right:-45px}.cat-tile:hover{border-color:var(--orange);box-shadow:var(--shadow-md);transform:translateY(-6px)}.cat-tile:hover:after{opacity:.14}.cat-ico{background:var(--orange-tint);width:56px;height:56px;color:var(--orange);transition:background var(--transition), color var(--transition), transform var(--transition);border-radius:15px;justify-content:center;align-items:center;display:flex}.cat-ico svg{width:28px;height:28px}.cat-tile:hover .cat-ico{background:var(--orange);color:var(--white);transform:rotate(-6deg)scale(1.06)}.cat-title{font-family:var(--font-heading);letter-spacing:-.01em;margin-bottom:.2rem;font-size:1.08rem;font-weight:800;line-height:1.15}.cat-sub{color:var(--gray-500);font-size:.8rem;line-height:1.4}.cat-go{text-transform:uppercase;letter-spacing:.06em;color:var(--orange);opacity:0;transition:opacity var(--transition), transform var(--transition);align-items:center;gap:.35rem;margin-top:.6rem;font-size:.72rem;font-weight:700;display:inline-flex;transform:translate(-6px)}.cat-tile:hover .cat-go{opacity:1;transform:translate(0)}.cat-go svg{width:14px;height:14px}.products-section{padding:4rem 0 4.5rem}.products-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.product-card{border-radius:var(--radius-lg);background:var(--white);border:1px solid var(--gray-200);transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);flex-direction:column;display:flex;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);border-color:var(--orange-light);transform:translateY(-5px)}.product-image-wrap{aspect-ratio:1;background:var(--white);border-bottom:1px solid var(--gray-200);position:relative;overflow:hidden}.product-image-wrap img{object-fit:contain;width:100%;height:100%;transition:transform var(--transition);padding:.5rem}.product-card:hover .product-image-wrap img{transform:scale(1.06)}.product-tag{text-transform:uppercase;letter-spacing:.07em;z-index:1;border-radius:100px;padding:.32rem .65rem;font-size:.66rem;font-weight:700;position:absolute;top:.85rem;left:.85rem}.product-tag.new{background:var(--black);color:var(--white)}.product-tag.hot{background:var(--orange);color:var(--white)}.product-tag.premium{background:var(--gray-700);color:var(--orange-light)}.product-wishlist{background:var(--white);z-index:1;width:36px;height:36px;box-shadow:var(--shadow-sm);opacity:0;transition:all var(--transition);color:var(--gray-500);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;right:.75rem;transform:translateY(-4px)}.product-card:hover .product-wishlist{opacity:1;transform:translateY(0)}.product-wishlist:hover{color:var(--orange)}.product-info{flex-direction:column;flex:1;padding:1rem 1.1rem 1.2rem;display:flex}.product-brand{text-transform:uppercase;letter-spacing:.08em;color:var(--orange);margin-bottom:.3rem;font-size:.7rem;font-weight:700}.product-name{color:var(--black);margin-bottom:.2rem;font-size:.95rem;font-weight:700;line-height:1.25}.product-desc{color:var(--gray-500);margin-bottom:.85rem;font-size:.78rem;line-height:1.4}.product-foot{justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;display:flex}.product-price .current{color:var(--black);font-size:1.2rem;font-weight:800;line-height:1.1;display:block}.product-price .installment{color:var(--gray-500);font-size:.7rem}.product-add{background:var(--black);width:42px;height:42px;color:var(--white);border-radius:var(--radius);transition:background var(--transition), transform var(--transition);flex-shrink:0;justify-content:center;align-items:center;display:flex}.product-add:hover{background:var(--orange);transform:scale(1.08)}.banner-split{grid-template-columns:1fr 1fr;min-height:520px;display:grid;overflow:hidden}.banner-image{overflow:hidden}.banner-image img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.banner-split:hover .banner-image img{transform:scale(1.04)}.banner-text{background:var(--black);color:var(--white);flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5rem);display:flex}.banner-text .section-title{color:var(--white);margin-bottom:1rem}.banner-text p{color:#ffffffbf;max-width:460px;margin-bottom:1.5rem;font-size:1.02rem;line-height:1.7}.about-stats{gap:2.5rem;margin-bottom:2rem;display:flex}.about-stat strong{font-family:var(--font-display);color:var(--orange);font-size:2.2rem;line-height:1;display:block}.about-stat span{color:#fff9;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem}.banner-full{background:linear-gradient(120deg, var(--orange) 0%, var(--orange-dark) 100%);border-radius:var(--radius-lg);align-items:center;min-height:380px;margin:4.5rem 0;display:flex;position:relative;overflow:hidden}.banner-full:after{content:"";border:60px solid #ffffff14;border-radius:50%;width:420px;height:420px;position:absolute;top:-80px;right:-80px}.banner-full-content{z-index:1;max-width:600px;padding:clamp(2rem,5vw,4rem);position:relative}.banner-full-content .section-title{color:var(--white);margin-bottom:1rem}.banner-full-content p{color:#ffffffe6;margin-bottom:2rem;font-size:1.05rem}.features{border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:3.5rem 0}.features-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.feature-item{align-items:center;gap:1rem;display:flex}.feature-icon{border-radius:var(--radius);background:var(--orange-tint);width:52px;height:52px;color:var(--orange);flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-icon svg{width:26px;height:26px}.feature-title{font-family:var(--font-heading);margin-bottom:.1rem;font-size:.92rem;font-weight:700}.feature-desc{color:var(--gray-500);font-size:.8rem}.founder{color:var(--white);background:linear-gradient(#0a0a0a 0%,#141414 100%);padding:clamp(3.5rem,6vw,5.5rem) 0;position:relative;overflow:hidden}.founder:before{content:"";pointer-events:none;background:radial-gradient(circle,#e857002e,#0000 70%);width:360px;height:360px;position:absolute;top:-80px;right:-80px}.founder:after{content:"";pointer-events:none;background:radial-gradient(circle,#e857001a,#0000 70%);width:320px;height:320px;position:absolute;bottom:-120px;left:-120px}.founder-grid{z-index:1;grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid;position:relative}.founder-photo{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #ffffff0f;position:relative;overflow:hidden}.founder-photo img{object-fit:cover;object-position:center 75%;aspect-ratio:4/5;width:100%;height:100%;display:block}.founder-content{max-width:600px}.founder-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--orange);margin-bottom:.7rem;font-size:.8rem;font-weight:700;display:block}.founder-title{font-family:var(--font-display);letter-spacing:.01em;text-transform:uppercase;color:var(--white);margin-bottom:1.6rem;font-size:clamp(2rem,4.4vw,3.4rem);line-height:.98}.founder-title span{color:var(--orange)}.founder-content p{color:#ffffffc7;margin-bottom:1rem;font-size:.98rem;line-height:1.7}.founder-content p strong{color:var(--white);font-weight:700}.founder-quote{border-left:4px solid var(--orange);color:var(--white);margin-top:1.5rem;padding:.6rem 0 .6rem 1.4rem;font-size:1.05rem;font-style:italic;line-height:1.65}@media (max-width:860px){.founder-grid{grid-template-columns:1fr}.founder-photo{max-width:360px;margin:0 auto}.founder-content{text-align:left;max-width:100%}}.store-map{background:var(--gray-100);height:470px;position:relative}.map-frame{border:0;width:100%;height:100%;display:block}.map-card{background:var(--white);border-radius:var(--radius-lg);border-top:4px solid var(--orange);width:min(390px,100% - 32px);box-shadow:var(--shadow-lg);padding:2rem;position:absolute;top:50%;left:clamp(16px,5vw,64px);transform:translateY(-50%)}.map-card-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.01em;margin:.35rem 0 1.1rem;font-size:1.6rem}.map-card p{color:var(--gray-600);align-items:flex-start;gap:.6rem;margin-bottom:.9rem;font-size:.9rem;line-height:1.5;display:flex}.map-card p svg{color:var(--orange);flex-shrink:0;margin-top:2px}.map-card .btn{margin-top:.4rem}@media (max-width:760px){.store-map{height:auto}.map-frame{height:300px}.map-card{border-radius:0;width:100%;position:static;transform:none}}.newsletter{background:var(--black);color:var(--white);text-align:center;padding:5rem 0}.newsletter .section-title{color:var(--white);margin-bottom:.75rem}.newsletter .section-title span{color:var(--orange)}.newsletter p{color:var(--gray-400);margin-bottom:2rem;max-width:520px;margin-inline:auto}.newsletter-form{border-radius:var(--radius);max-width:500px;margin:0 auto;display:flex;overflow:hidden}.newsletter-form input{font-family:var(--font-body);border:2px solid var(--gray-700);color:var(--white);border-radius:var(--radius) 0 0 var(--radius);transition:border-color var(--transition);background:0 0;outline:none;flex:1;padding:.95rem 1.25rem;font-size:.9rem}.newsletter-form input::placeholder{color:var(--gray-500)}.newsletter-form input:focus{border-color:var(--orange)}.newsletter-form button{background:var(--orange);color:var(--white);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;border-radius:0 var(--radius) var(--radius) 0;transition:background var(--transition);padding:.95rem 1.75rem;font-size:.82rem;font-weight:700}.newsletter-form button:hover{background:var(--orange-dark)}.footer{background:var(--black);color:var(--gray-400);border-top:4px solid var(--orange);padding:4rem 0 2rem}.footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:3rem;margin-bottom:3rem;display:grid}.footer-brand img{height:64px;margin-bottom:1.25rem}.footer-brand p{max-width:320px;margin-bottom:1.5rem;font-size:.85rem;line-height:1.7}.footer-contact{font-size:.85rem;line-height:1.9}.footer-contact a:hover{color:var(--orange-light)}.footer-social{gap:.75rem;margin-top:1.25rem;display:flex}.footer-social a{border:1px solid var(--gray-700);width:38px;height:38px;color:var(--gray-400);transition:all var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.footer-social a:hover{border-color:var(--orange);color:var(--orange);background:#ff6a0014}.footer-col h4{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.06em;color:var(--white);margin-bottom:1.25rem;font-size:.82rem;font-weight:700}.footer-col a{color:var(--gray-400);transition:color var(--transition);padding:.32rem 0;font-size:.85rem;display:block}.footer-col a:hover{color:var(--orange-light)}.footer-bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-bottom p{font-size:.75rem}.footer-payments{align-items:center;gap:.5rem;display:flex}.footer-payments .pay-icon{background:var(--gray-700);color:var(--white);border-radius:4px;padding:.3rem .5rem;font-size:.65rem;font-weight:700}.whatsapp-float{z-index:90;width:60px;height:60px;transition:transform var(--transition);border-radius:50%;display:block;position:fixed;bottom:24px;right:24px;box-shadow:0 6px 20px #25d36673}.whatsapp-float:hover{transform:scale(1.1)}.whatsapp-float img{border-radius:50%;width:100%;height:100%;display:block}.toast{background:var(--black);color:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:200;transition:transform var(--transition);border-left:4px solid var(--orange);padding:.9rem 1.4rem;font-size:.85rem;font-weight:600;position:fixed;bottom:24px;left:50%;transform:translate(-50%)translateY(120px)}.toast.show{transform:translate(-50%)translateY(0)}.pdp-overlay{z-index:300;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity var(--transition), visibility var(--transition);background:#0a0a0aa6;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.pdp-overlay.open{opacity:1;visibility:visible}.pdp-modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:960px;max-height:90vh;box-shadow:var(--shadow-lg);opacity:0;transition:transform var(--transition), opacity var(--transition);grid-template-columns:1fr 1fr;display:grid;position:relative;overflow:hidden;transform:translateY(24px)scale(.98)}.pdp-overlay.open .pdp-modal{opacity:1;transform:translateY(0)scale(1)}.pdp-close{background:var(--white);width:40px;height:40px;color:var(--gray-700);z-index:3;box-shadow:var(--shadow-sm);transition:background var(--transition), color var(--transition), transform var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1rem;right:1rem}.pdp-close:hover{background:var(--orange);color:var(--white);transform:rotate(90deg)}.pdp-arrow{background:var(--white);width:46px;height:46px;color:var(--black);z-index:310;box-shadow:var(--shadow-md);transition:background var(--transition), color var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.pdp-arrow:hover{background:var(--orange);color:var(--white)}.pdp-prev{left:clamp(12px,4vw,40px)}.pdp-next{right:clamp(12px,4vw,40px)}.pdp-media{background:radial-gradient(circle at 50% 40%, var(--off-white), var(--gray-100) 85%);justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.pdp-media img{object-fit:contain;width:100%;height:100%;max-height:420px}.pdp-tag{text-transform:uppercase;letter-spacing:.07em;background:var(--orange);color:var(--white);border-radius:100px;padding:.32rem .7rem;font-size:.68rem;font-weight:700;position:absolute;top:1.1rem;left:1.1rem}.pdp-tag:empty{display:none}.pdp-info{max-height:90vh;padding:2.4rem 2.2rem;overflow-y:auto}.pdp-cat{text-transform:uppercase;letter-spacing:.12em;color:var(--orange);font-size:.72rem;font-weight:700}.pdp-brand{color:var(--gray-500);margin-top:.5rem;font-size:.8rem;display:block}.pdp-name{font-family:var(--font-heading);letter-spacing:-.01em;margin:.15rem 0 .6rem;font-size:1.7rem;font-weight:800;line-height:1.15}.pdp-rating{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1.2rem;display:flex}.pdp-stars{color:var(--orange);letter-spacing:.1em;font-size:.95rem}.pdp-reviews{color:var(--gray-500);font-size:.78rem}.pdp-stock{text-transform:uppercase;letter-spacing:.05em;color:var(--green);background:#2e9e5b1a;border-radius:100px;padding:.2rem .55rem;font-size:.7rem;font-weight:700}.pdp-price{border-bottom:1px solid var(--gray-200);flex-wrap:wrap;align-items:baseline;gap:.7rem;margin-bottom:1.2rem;padding-bottom:1.2rem;display:flex}.pdp-current{color:var(--black);font-size:2rem;font-weight:800}.pdp-install{color:var(--gray-500);font-size:.85rem}.pdp-desc{color:var(--gray-600);margin-bottom:1.1rem;font-size:.92rem;line-height:1.65}.pdp-features{gap:.6rem;margin-bottom:1.6rem;display:grid}.pdp-features li{color:var(--gray-700);align-items:flex-start;gap:.55rem;font-size:.86rem;display:flex}.pdp-features li:before{content:"";background:var(--orange-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23E85700' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat;border-radius:50%;flex-shrink:0;width:18px;height:18px;margin-top:1px}.pdp-buy{gap:.75rem;margin-bottom:.85rem;display:flex}.pdp-qty{border:1px solid var(--gray-300);border-radius:var(--radius);flex-shrink:0;align-items:center;display:flex;overflow:hidden}.pdp-qty button{width:42px;height:100%;min-height:48px;color:var(--gray-700);transition:background var(--transition), color var(--transition);font-size:1.2rem;font-weight:700}.pdp-qty button:hover{background:var(--orange);color:var(--white)}.pdp-qty span{text-align:center;min-width:38px;font-weight:700}.pdp-add{flex:1;justify-content:center}.pdp-whats{color:#128c4b;border-radius:var(--radius);width:100%;transition:background var(--transition), color var(--transition);border:2px solid #25d366;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.4rem;padding:.85rem;font-size:.85rem;font-weight:700;display:flex}.pdp-whats:hover{color:var(--white);background:#25d366}.pdp-meta{border-top:1px solid var(--gray-200);gap:.7rem;padding-top:1.3rem;display:grid}.pdp-meta-item{color:var(--gray-600);align-items:center;gap:.6rem;font-size:.82rem;display:flex}.pdp-meta-item svg{color:var(--orange);flex-shrink:0}.pdp-sku{color:var(--gray-400);letter-spacing:.03em;font-size:.74rem}@media (max-width:760px){.pdp-modal{grid-template-columns:1fr;max-height:92vh;overflow-y:auto}.pdp-media{padding:2.5rem 2rem 1rem}.pdp-media img{max-height:240px}.pdp-info{max-height:none;padding:1.6rem 1.4rem 2rem;overflow-y:visible}.pdp-name{font-size:1.4rem}.pdp-current{font-size:1.7rem}.pdp-arrow{display:none}}@media (max-width:1024px){.cat-grid,.products-grid{grid-template-columns:repeat(3,1fr)}.footer-grid,.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.header-nav{display:none}.hero-slide{min-height:64vh}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.cat-grid{grid-template-columns:repeat(2,1fr)}.banner-split{grid-template-columns:1fr}.banner-image{min-height:280px}.newsletter-form{flex-direction:column}.newsletter-form input{border-radius:var(--radius)}.newsletter-form button{border-radius:var(--radius);margin-top:.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column}.about-stats{gap:1.5rem}}@media (max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-info{padding:.85rem}.product-name{font-size:.85rem}.cat-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr}.hero-title{font-size:2.4rem}}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--orange-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--orange)}.cart-overlay{opacity:0;visibility:hidden;z-index:1000;background:#00000073;transition:opacity .3s;position:fixed;inset:0}.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer{background:var(--white);width:min(420px,100%);height:100%;box-shadow:var(--shadow-lg);z-index:1001;flex-direction:column;transition:transform .35s cubic-bezier(.25,.46,.45,.94);display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.cart-drawer.open{transform:translate(0)}.cart-drawer-head{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:22px 24px;display:flex}.cart-drawer-head h3{letter-spacing:-.01em;font-size:1.05rem;font-weight:800}.cart-drawer-close{color:var(--gray-500);transition:var(--transition);display:flex}.cart-drawer-close:hover{color:var(--black)}.cart-lines{flex:1;padding:12px 24px;overflow-y:auto}.cart-empty{text-align:center;color:var(--gray-500);padding:60px 20px;font-size:.95rem}.cart-line{border-bottom:1px solid var(--gray-100);grid-template-columns:64px 1fr auto;align-items:center;gap:14px;padding:16px 0;display:grid}.cart-line-img{border-radius:var(--radius);background:var(--gray-100);object-fit:cover;width:64px;height:64px}.cart-line-name{margin-bottom:4px;font-size:.9rem;font-weight:700;line-height:1.3}.cart-line-price{color:var(--gray-500);font-size:.85rem}.cart-line-qty{border:1px solid var(--gray-200);border-radius:999px;align-items:center;gap:10px;margin-top:8px;padding:3px 8px;display:inline-flex}.cart-line-qty button{width:22px;height:22px;color:var(--gray-600);font-size:1rem;line-height:1}.cart-line-qty span{text-align:center;min-width:18px;font-size:.85rem;font-weight:700}.cart-line-remove{color:var(--gray-400);text-align:left;margin-top:6px;font-size:.78rem}.cart-line-remove:hover{color:var(--orange)}.cart-line-total{white-space:nowrap;font-size:.92rem;font-weight:800}.cart-foot{border-top:1px solid var(--gray-200);padding:20px 24px 26px}.cart-subtotal{justify-content:space-between;align-items:baseline;margin-bottom:6px;display:flex}.cart-subtotal span:first-child{color:var(--gray-500);font-size:.9rem}.cart-subtotal strong{font-size:1.3rem;font-weight:900}.cart-foot-note{color:var(--gray-400);margin-bottom:16px;font-size:.78rem}.cart-checkout{background:var(--orange);width:100%;color:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-orange);transition:var(--transition);justify-content:center;align-items:center;gap:8px;padding:15px;font-weight:800;display:flex}.cart-checkout:hover{background:var(--orange-dark)}.cart-checkout[aria-disabled=true]{opacity:.5;pointer-events:none}.toast{background:var(--black);color:var(--white);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;z-index:1200;border-radius:999px;padding:13px 22px;font-size:.9rem;font-weight:600;transition:all .3s;position:fixed;bottom:26px;left:50%;transform:translate(-50%)translateY(20px)}.toast.show{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.btn-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
