:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--app-modal-z:2000;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0;overflow-x:hidden}html.has-app-modal,body.has-app-modal{overscroll-behavior:none}.app-modal-root{z-index:var(--app-modal-z);position:relative}.has-nav-drawer{overflow:hidden}.has-app-modal .cart-fab,.has-nav-drawer .cart-fab{opacity:0;pointer-events:none}*,:before,:after{box-sizing:border-box}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,.product-card:focus-visible{outline-offset:3px;outline:2px solid #ffd54a}#root{text-align:left;box-sizing:border-box;background:var(--bg);flex-direction:column;width:100%;max-width:none;min-height:100svh;margin:0;display:flex}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.site-nav{z-index:1000;background:#111;border-bottom:1px solid #222;width:100%;position:sticky;top:0}.site-nav__inner{justify-content:space-between;align-items:center;gap:16px;padding-top:14px;padding-bottom:14px;display:flex}.site-nav__brand{color:#ffd54a;white-space:nowrap;font-weight:800}.site-nav__toggle,.site-nav__backdrop,.site-nav__menu-close{display:none}.site-nav__toggle{color:#fff;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:46px;height:46px;padding:0}.site-nav__toggle span{background:currentColor;border-radius:999px;width:18px;height:2px;transition:transform .18s,opacity .18s}.site-nav__toggle.is-open span:first-child{transform:translateY(6px)rotate(45deg)}.site-nav__toggle.is-open span:nth-child(2){opacity:0}.site-nav__toggle.is-open span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.site-nav__menu{align-items:center;display:flex}.site-nav__menu-header{display:none}.site-nav__links{align-items:center;gap:1.4rem;display:flex}.site-nav__link{color:#bfbfbf;white-space:nowrap;font-size:1rem;font-weight:500;text-decoration:none}.site-nav__link.is-active{color:#fff;font-weight:700}.site-nav__cart-count{color:#ffd54a;background:#ffd54a2e;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 7px;font-size:12px;font-weight:800;display:inline-flex}.home-hero{z-index:0;background-image:url(/HeroBannerMainClient.png);background-position:100%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;min-height:420px;display:flex;position:relative}.home-hero__overlay{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;border-radius:8px;max-width:720px;padding:18px;position:relative;left:24px}.home-hero__title{color:#fff;text-shadow:0 6px 18px #0009;margin:0;font-size:42px}.home-hero__copy{text-shadow:0 4px 12px #00000080;margin-top:8px}.home-hero__actions{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}.home-hero__button{min-width:200px}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.btn{cursor:pointer;border:none;border-radius:8px;padding:10px 14px;font-weight:700;transition:transform .12s,box-shadow .12s,opacity .12s}.btn:active{transform:translateY(1px)scale(.995)}.btn:focus{outline:none;box-shadow:0 6px 18px #00000040}.btn-add{color:#000;background:#25d366;box-shadow:0 6px 18px #25d3661f}.btn-primary{color:#fff;background:#1976d2;box-shadow:0 6px 18px #1976d21f}.btn-ghost{color:var(--text-h);border:1px solid var(--border);background:0 0}.product-modal-backdrop{z-index:var(--app-modal-z);padding:max(12px, calc(env(safe-area-inset-top,0px) + 12px)) max(12px, calc(env(safe-area-inset-right,0px) + 12px)) max(12px, calc(env(safe-area-inset-bottom,0px) + 12px)) max(12px, calc(env(safe-area-inset-left,0px) + 12px));overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow-y:auto}.product-modal{background:var(--bg);width:92%;max-width:920px;box-shadow:var(--shadow);color:var(--text-h);scrollbar-gutter:stable both-edges;border-radius:12px;flex-direction:column;max-height:calc(100svh - 64px);display:flex;position:relative;overflow:hidden}.product-modal .top{color:#fff;background:#000;justify-content:center;align-items:center;height:360px;display:flex;position:relative}.product-modal .top img{object-fit:contain;max-width:100%;max-height:100%}.product-modal .arrow{color:#fff;cursor:pointer;background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.product-modal .arrow.left{left:12px}.product-modal .arrow.right{right:12px}.product-modal .desc{background:var(--bg);color:var(--text);min-height:160px;padding:22px}.product-modal .add-wrapper{justify-content:center;padding:18px;display:flex}.product-modal-large{max-width:1100px;padding:12px}.product-modal-large .modal-close{width:36px;height:36px;color:var(--text-h);cursor:pointer;z-index:10;background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;font-size:22px;display:inline-flex;position:absolute;top:10px;right:12px}.product-modal-large .modal-grid{grid-template-columns:minmax(0,480px) 72px minmax(0,1fr);align-items:start;gap:18px;min-height:360px;display:grid}.product-modal-large.single-image .modal-grid{grid-template-columns:minmax(0,520px) minmax(0,1fr)}.product-modal-large .image-pane{justify-content:center;align-items:center;min-width:0;display:flex;position:relative}.product-modal-large .image-box{background:#fffffff5;border-radius:6px;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;max-height:520px;padding:8px 12px;display:flex;box-shadow:0 10px 30px #00000073}.product-modal-large .image-box img{object-fit:contain;width:auto;max-width:86%;max-height:460px;margin:8px 12px;display:block}.product-modal-large.single-image .image-box{justify-content:center;align-items:center;padding:12px}.product-modal-large.single-image .image-box img{max-width:92%;max-height:520px}.product-modal-large .image-box{position:relative;overflow:hidden}.product-modal-large .image-box .image-bg{z-index:0;filter:blur(18px)saturate(.9)brightness(.35);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0;transform:scale(1.06)}.product-modal-large .image-box img{z-index:2;background:0 0;position:relative}.product-modal-large .image-box:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#00000005,#0000000a);position:absolute;inset:0}.product-modal-large .image-box-empty{color:var(--text-h);padding:36px;font-weight:700}.thumbnails-col{flex-direction:column;justify-content:flex-start;align-items:center;gap:8px;padding-top:24px;display:flex}.thumb-btn{cursor:pointer;opacity:.95;background:0 0;border:none;border-radius:8px;padding:6px}.thumb-btn.vertical img{object-fit:cover;border-radius:6px;width:56px;height:56px;display:block;box-shadow:0 6px 18px #00000040}.thumb-btn.vertical.active{outline:2px solid #ffd54a;transform:translate(0)}.product-modal-large .content-pane{overscroll-behavior:contain;flex-direction:column;min-width:0;max-height:calc(100dvh - 220px);padding:6px 18px 12px 12px;display:flex;overflow:auto}.product-modal-large .content-pane::-webkit-scrollbar{width:10px}.product-modal-large .content-pane::-webkit-scrollbar-thumb{background:#ffffff08;border-radius:999px}.product-modal-large .heading-row{justify-content:space-between;align-items:flex-start;gap:12px;padding-right:48px;display:flex}.product-modal-large .product-title{color:var(--text-h);word-break:break-word;margin:6px 0;font-size:20px}.product-modal-large .product-price-big{color:#ffd54a;margin-left:12px;font-size:22px;font-weight:900}.product-modal-large .product-intro{color:var(--text);margin:8px 0 12px;line-height:1.5}.product-modal-large .tech-section h4{color:var(--text-h);margin:6px 0 8px}.tech-group+.tech-group{margin-top:14px}.tech-group__title{color:var(--text-h);margin-bottom:8px;font-weight:800}.tech-item{color:var(--text);word-break:break-word;align-items:flex-start;gap:8px;font-size:14px;line-height:1.45;display:flex}.tech-item.is-free{grid-column:1/-1}.product-modal-large .tech-item strong{color:var(--text-h);margin-right:6px}.product-modal-large .modal-actions{align-items:center;gap:12px;margin-top:12px;display:flex}.product-modal-large .qty-controls{background:#0000000f;border-radius:10px;align-items:center;gap:8px;padding:6px;display:flex}.product-modal-large .qty-display{text-align:center;min-width:36px;font-weight:700}.product-modal-large .btn-add-large{border-radius:10px;flex:1;padding:12px 18px;font-size:15px}.product-modal-large .arrow{color:#fff;background:#00000026;width:42px;height:42px}@media (width<=900px){.product-modal-backdrop{padding:max(12px, calc(env(safe-area-inset-top,0px) + 12px)) max(12px, calc(env(safe-area-inset-right,0px) + 12px)) max(12px, calc(env(safe-area-inset-bottom,0px) + 12px)) max(12px, calc(env(safe-area-inset-left,0px) + 12px));align-items:flex-start}.product-modal-large{border-radius:16px;width:min(100%,760px);max-height:calc(100dvh - 24px);overflow-y:auto}.product-modal-large .modal-grid,.product-modal-large.single-image .modal-grid{grid-template-columns:1fr;min-height:0;padding:0}.product-modal-large .image-box{min-height:280px;max-height:min(42svh,360px)}.product-modal-large .image-box img{max-width:80%}.product-modal-large .thumbnails-col{flex-direction:row;justify-content:flex-start;padding-top:0;overflow-x:auto}.tech-list{grid-template-columns:1fr}}.tech-attrs{margin-bottom:8px}.tech-attrs-grid{flex-wrap:wrap;gap:12px;display:flex}.attr-item{background:#ffffff08;border-radius:8px;padding:8px 10px;font-size:14px}.contact-section{flex-direction:column;gap:8px;margin-top:10px;display:flex}.contact-row{align-items:flex-start;gap:8px;display:flex}.contact-row.muted{color:var(--text);font-size:14px}.payments-row{flex-wrap:wrap;gap:8px;display:flex}.payment-pill{background:#ffffff0a;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:700}.bonus-box{background:linear-gradient(90deg,#fff5e108,#fff5e105);border:1px solid #ffd54a14;border-radius:10px;align-items:flex-start;gap:12px;padding:10px;display:flex}.bonus-icon{color:#ffd54a;background:#ffd54a12;border-radius:8px;padding:6px 8px;font-size:22px;line-height:1}.bonus-content{flex-direction:column;gap:6px;display:flex}.bonus-title{color:#ffd54a;font-size:14px;font-weight:800}.bonus-text{color:var(--text);font-size:14px}.wsp-btn-modern{color:#fff;background:linear-gradient(90deg,#25d366 0%,#1eb660 100%);border-radius:12px;align-items:center;gap:10px;padding:10px 14px;font-weight:800;transition:transform .22s cubic-bezier(.2,.9,.3,1),box-shadow .22s,opacity .12s;display:inline-flex;box-shadow:0 10px 30px #25d36624,inset 0 -2px 6px #0000000f}.wsp-btn-modern:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 18px 40px #25d3662e}.wsp-btn-modern:active{transform:translateY(-1px)scale(.995)}.wsp-btn-modern .wsp-icon{filter:drop-shadow(0 2px 4px #0000002e);width:18px;height:18px}.vaciar-btn-modern{color:var(--text);background:linear-gradient(#ffffff08,#ffffff03);border:1px solid #ffffff0a;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;transition:transform .16s,opacity .12s,background .16s;display:inline-flex}.vaciar-btn-modern:hover{background:#ffffff05;transform:translateY(-2px)}.cart-item{position:relative}.cart-item .item-controls{transition:opacity .14s,transform .18s}.item-img-wrapper{position:relative}.item-img-wrapper .gift-overlay{color:#081013;opacity:0;background:linear-gradient(#fff,#f8f8f8);border-radius:8px;align-items:center;gap:6px;padding:6px 8px;font-size:12px;font-weight:800;transition:opacity .18s,transform .18s;display:inline-flex;position:absolute;top:8px;left:8px;transform:translateY(-6px)scale(.98);box-shadow:0 8px 22px #00000038}.item-img-wrapper:hover .gift-overlay{opacity:1;transform:translateY(0)scale(1)}.cart-page{padding:24px 20px}.cart-page.container{box-sizing:border-box;max-width:100%;padding-left:24px;padding-right:24px}.page-bonus{color:#fff3c1;letter-spacing:.04em;cursor:pointer;background:linear-gradient(#ffd54a2e,#ffd54a1a);border:1px solid #ffd54a3d;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:800;transition:transform .14s,box-shadow .14s,background .14s;display:inline-flex;box-shadow:0 8px 20px #0000003d}.page-bonus:hover{background:linear-gradient(#ffd54a3d,#ffd54a24);transform:translateY(-1px);box-shadow:0 10px 24px #00000047}.page-bonus:focus-visible{outline-offset:2px;outline:2px solid #ffd54ae6}@media (width>=1100px){.cart-page.container{padding-left:48px;padding-right:48px}}.cart-grid{grid-template-columns:repeat(2,minmax(320px,1fr));place-items:stretch stretch;gap:22px;display:grid}.cart-card{background:linear-gradient(#141416f2,#0a0a0cf2);border:1px solid #ffffff05;border-radius:14px;align-items:stretch;gap:18px;width:100%;padding:18px;display:flex;overflow:hidden;box-shadow:0 14px 36px #00000080}.cart-img{background:#fff;border-radius:10px;justify-content:center;align-items:center;width:140px;min-width:120px;height:120px;display:flex;overflow:hidden}.cart-img img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.cart-details{color:var(--text-h);flex-direction:column;flex:1;gap:8px;min-height:100%;display:flex}.cart-title{color:var(--text-h);text-overflow:ellipsis;max-height:2.7em;margin:0;font-size:18px;font-weight:700;line-height:1.15;overflow:hidden}.cart-attrs{flex-wrap:wrap;gap:8px;display:flex}.cart-attr-pill{color:var(--text);background:#ffffff08;border-radius:8px;padding:6px 8px;font-size:13px}.cart-actions{justify-content:space-between;align-self:end;align-items:center;gap:12px;margin-top:8px;display:flex}.cart-card .cart-details{flex-direction:column;justify-content:space-between;display:flex}.qty-controls{align-items:center;gap:8px;display:flex}.qty-btn-circle{width:34px;height:34px;color:var(--text-h);cursor:pointer;background:#ffffff08;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .12s;display:inline-flex;box-shadow:0 6px 18px #00000040}.qty-btn-circle:hover{transform:translateY(-2px)}.qty-value{text-align:center;min-width:28px;color:var(--text-h);font-weight:700}.remove-link{color:#ff6b6b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .14s,background .14s,color .14s,box-shadow .14s;display:inline-flex}.remove-link:hover{color:#ff4b4b;background:#ff6b6b14;transform:translateY(-3px)scale(1.03);box-shadow:0 8px 20px #ff50500f}.remove-link:active{box-shadow:none;transform:translateY(0)scale(.98)}.remove-link:focus{outline:none;box-shadow:0 0 0 4px #ff6b6b14}.remove-link img,.remove-link svg{width:14px;height:14px;display:block}.cart-price{color:#ffd54a;font-weight:900}.sticky-total{box-sizing:border-box;background:linear-gradient(90deg,#00000073,#00000059);border:1px solid #ffffff08;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:none;margin-top:18px;padding:14px 20px;display:flex;position:sticky;bottom:18px;box-shadow:0 24px 60px #0000008c}.total-amount{color:#ffd54a;font-size:18px;font-weight:900}.sticky-actions{align-items:center;gap:10px;display:flex}@media (width<=900px){.cart-grid{grid-template-columns:1fr}.cart-card{flex-direction:row;gap:12px}.cart-img{width:110px;min-width:110px;height:90px}.cart-title{font-size:16px}}.cart-page .sticky-total{margin-left:0;margin-right:0}.btn-ghost{color:var(--text-h);background:0 0;border:1px solid #ffffff0f;border-radius:8px;padding:8px 10px}.tech-list{grid-template-columns:1fr 1fr;gap:8px 18px;margin:8px 0 0;padding:0;list-style:none;display:grid}.tech-item{color:var(--text);align-items:flex-start;gap:8px;font-size:14px;display:flex}.tech-icon{width:20px;color:var(--text-h);justify-content:center;align-items:center;font-size:16px;display:inline-flex}.tech-val{color:var(--text);margin-left:6px}.products-carousel{flex-direction:column;gap:16px;display:flex}.products-carousel .slides{align-items:stretch;gap:18px;display:flex;overflow:hidden}.products-carousel .slide{flex:0 0 280px;min-width:280px}.products-carousel .carousel-controls{justify-content:center;gap:12px;display:flex}.products-carousel-full{z-index:1;background:0 0;width:100%;height:auto;min-height:160px;margin-top:8px;padding-top:8px;display:block;position:relative;overflow:visible}.products-carousel-viewport{touch-action:pan-y}.products-carousel-full.is-dragging{-webkit-user-select:none;user-select:none}.products-carousel-full .carousel-track{will-change:transform;align-items:center;transition:transform .6s;display:flex}.products-carousel-full.compact .carousel-slide{justify-content:center;align-items:center;min-width:100%;height:100%;display:flex;position:relative}.products-carousel-full.compact .carousel-slide.group{justify-content:center;align-items:stretch;padding:6px 0;display:flex}.products-carousel-full.compact{padding-bottom:12px}.products-carousel-full.compact .carousel-slide .container{align-self:end}.carousel-arrow{color:#fff;cursor:pointer;opacity:0;background:#00000059;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:opacity .18s,transform .12s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow:hover{transform:translateY(-50%)scale(1.06)}.products-carousel-full .carousel-arrow{opacity:1;background:#0000008c;border:none}.arrow-left{left:12px}.arrow-right{right:12px}@media (hover:hover) and (pointer:fine){.products-carousel-full .carousel-arrow{opacity:0}.products-carousel-full:hover .carousel-arrow{opacity:1}}.catalog{align-items:flex-start;gap:24px;display:flex}.catalog-sidebar{width:260px;color:var(--text)}.catalog-sidebar__header,.catalog-sidebar__actions,.catalog-filters-toggle,.catalog-filters-backdrop,.catalog-results{display:none}.catalog-sidebar__header h3{color:var(--text-h);margin:0}.catalog-sidebar__header span{color:var(--text);font-size:13px}.catalog-sidebar .sidebar-block{border-bottom:1px solid var(--border);padding:12px 0}.catalog-sidebar h4{color:var(--text-h);margin:0 0 8px}.catalog-main{flex:1;min-width:0}.catalog-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.catalog-header__primary{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.search-input{border:1px solid var(--border);background:var(--bg);max-width:720px;color:var(--text);border-radius:10px;flex:1;padding:12px 14px}.sort-wrapper{align-items:center;display:flex}.sort-select{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:8px;padding:10px 12px}.price-range{color:var(--text);margin-top:8px;font-size:14px}.catalog-results{color:var(--text);align-items:center;gap:10px;margin:-4px 0 18px}.catalog-results__pill{color:var(--text-h);background:#ffd54a1f;border-radius:999px;align-items:center;padding:6px 10px;font-size:13px;font-weight:700;display:inline-flex}.catalog-filters-toggle{color:#fff;cursor:pointer;white-space:nowrap;background:#141416f2;border:1px solid #ffffff0f;border-radius:10px;min-height:44px;padding:10px 14px;font-weight:700}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;display:grid}.product-card{cursor:pointer;background:linear-gradient(#141416f2,#0a0a0cf2);border:1px solid #ffffff08;border-radius:12px;flex-direction:column;height:100%;min-height:320px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 22px #00000073}.product-card:hover{transition:transform .18s;transform:translateY(-6px)}.product-badge{color:#fff;z-index:5;background:#b71c1c;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:700;position:absolute;top:12px;right:12px}.product-badge-bonus{color:#081013;z-index:45;background:#ffd54a;font-weight:800;left:12px;right:auto}.product-card.disabled{filter:grayscale(.55)opacity(.6);pointer-events:none}.product-card.disabled .product-badge{opacity:1;pointer-events:auto}.product-img-wrap{background:#fff;border-bottom:1px solid #ffffff0a;justify-content:center;align-items:center;padding:14px;display:flex;position:relative}.product-badge-stock{z-index:40;background:#b71c1cf2;border-radius:8px;padding:6px 10px;font-weight:700;position:absolute;top:12px;left:auto;right:12px;transform:none}.product-img-wrap img{object-fit:contain;max-width:80%;max-height:160px;display:block}.product-info{color:var(--text-h);flex-direction:column;flex:1;justify-content:space-between;padding:14px 16px;display:flex}.product-desc{color:#cfcfcf;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:8px;font-size:13px;display:-webkit-box;overflow:hidden}.product-meta{justify-content:space-between;align-items:center;margin-top:14px;display:flex}.product-price{color:#ffd54a;font-size:16px;font-weight:800}.product-contado{color:#a5d6a7;margin-top:4px;font-size:12px}.product-add{color:#05200b;background:linear-gradient(#2bcf73,#25d366);border-radius:10px;padding:8px 14px;font-size:13px;transition:transform .14s,box-shadow .14s,background .14s,opacity .12s;box-shadow:0 8px 20px #25d3661f}.product-add:hover{transform:translateY(-2px)}.product-add.in-cart{color:#081013;background:linear-gradient(#fff,#f6f6f6);border:1px solid #0000000f;box-shadow:0 6px 18px #00000014}.product-add.in-cart:active{transform:none}.product-add{will-change:transform}.product-add:active{transform:translateY(1px)scale(.995)}@media (width<=900px){.catalog{flex-direction:column}.site-nav__toggle,.site-nav__backdrop,.site-nav__menu-close{display:inline-flex}.site-nav__inner{flex-wrap:nowrap;min-height:72px}.site-nav__menu{width:min(360px,86vw);padding:max(18px, calc(env(safe-area-inset-top,0px) + 18px)) 18px max(18px, calc(env(safe-area-inset-bottom,0px) + 18px));z-index:1101;background:#0a0a0cfa;border-left:1px solid #ffffff0f;flex-direction:column;align-items:stretch;gap:18px;transition:transform .22s;position:fixed;top:0;bottom:0;right:0;transform:translate(108%);box-shadow:-20px 0 40px #00000073}.site-nav__menu.is-open{transform:translate(0)}.site-nav__backdrop{z-index:1100;background:#0000006b;border:none;padding:0;position:fixed;inset:0}.site-nav__menu-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.site-nav__menu-title{letter-spacing:.16em;text-transform:uppercase;color:#ffd54a;font-size:13px;font-weight:800}.site-nav__menu-close{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;font-size:24px}.site-nav__links{flex-direction:column;align-items:stretch;gap:10px;width:100%}.site-nav__link{background:#ffffff0a;border:1px solid #ffffff08;border-radius:16px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.site-nav__link.is-active{color:#fff4c1;background:#ffd54a1f}.catalog-sidebar{background:var(--bg);border-right:1px solid var(--border);z-index:1001;width:min(340px,86vw);height:100vh;padding:88px 18px 22px;transition:transform .22s;position:fixed;inset:0 auto 0 0;overflow-y:auto;transform:translate(-108%);box-shadow:20px 0 40px #0000003d}.catalog-sidebar.is-open{transform:translate(0)}.catalog-sidebar__header,.catalog-sidebar__actions,.catalog-filters-toggle,.catalog-filters-backdrop,.catalog-results{display:flex}.catalog-sidebar__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.catalog-sidebar__close{border:1px solid var(--border);color:var(--text-h);cursor:pointer;background:0 0;border-radius:999px;padding:8px 12px}.catalog-sidebar__actions{padding-top:16px}.catalog-filters-backdrop{z-index:1000;background:#0000005c;border:none;padding:0;position:fixed;inset:0}.catalog-header{flex-direction:column;align-items:stretch;gap:12px}.home-hero{background-position:50%;min-height:380px}.home-hero__overlay{max-width:calc(100% - 40px);left:20px}.home-hero__title{font-size:36px}.product-modal-large{width:calc(100% - 24px);max-height:calc(100svh - 24px)}.product-modal-large .modal-grid{gap:12px}.product-modal-large .content-pane{max-height:none;padding-right:8px;overflow:visible}.product-modal-large .heading-row{flex-direction:column;align-items:flex-start}.product-modal-large .product-price-big{margin-left:0}.product-modal-large .modal-actions{flex-wrap:wrap}}@media (width<=640px){.container{padding:0 16px}.site-nav__inner{align-items:center}.site-nav__brand{white-space:normal;max-width:calc(100% - 70px)}.site-nav__menu{width:min(320px,90vw)}.home-hero{align-items:flex-end;min-height:340px;padding:20px 0;height:auto!important}.home-hero__overlay{width:100%;max-width:none;margin:0 16px;left:0}.home-hero__title{font-size:30px}.home-hero__actions{flex-direction:column}.home-hero__actions a,.home-hero__button{width:100%}.catalog-header{margin-bottom:12px}.catalog-header__primary{flex-direction:column;align-items:stretch}.search-input,.sort-wrapper,.sort-select{width:100%}.sort-wrapper{flex-wrap:wrap;gap:8px}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px}.product-meta{flex-direction:column;align-items:stretch;gap:12px}.product-add{width:100%}.pagination{flex-wrap:wrap;justify-content:center}.cart-page{padding:20px 16px}.cart-page.container{padding-left:16px;padding-right:16px}.cart-grid{gap:14px}.cart-card{gap:12px;padding:14px}.cart-card .cart-details{justify-content:flex-start;gap:10px;min-width:0}.cart-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:none;font-size:16px;line-height:1.12;display:-webkit-box}.cart-attrs{gap:6px}.cart-attr-pill{padding:5px 7px;font-size:12px}.cart-actions{margin-top:auto}.page-bonus{color:#081013;background:linear-gradient(#fff,#f8f8f8);border-color:#00000014;border-radius:10px;padding:7px 10px;font-size:11px;box-shadow:0 8px 22px #00000038}.page-bonus img{width:16px;height:16px}.sticky-total{flex-direction:column;align-items:stretch;padding:14px 16px;bottom:12px}.sticky-actions{flex-direction:column;width:100%}.sticky-actions>*{width:100%}.product-modal-backdrop{padding:max(8px, calc(env(safe-area-inset-top,0px) + 8px)) max(8px, calc(env(safe-area-inset-right,0px) + 8px)) max(8px, calc(env(safe-area-inset-bottom,0px) + 8px)) max(8px, calc(env(safe-area-inset-left,0px) + 8px))}.product-modal-large{width:100%;max-height:calc(100dvh - 16px);padding:10px 10px 14px}.product-modal-large .modal-close{width:34px;height:34px;font-size:20px;top:8px;right:8px}.product-modal-large .image-box{min-height:220px;max-height:min(34svh,300px);padding:8px}.product-modal-large .image-box img{max-width:90%;max-height:320px;margin:8px auto}.product-modal-large .modal-actions{padding-top:12px;padding-bottom:max(6px, env(safe-area-inset-bottom,0px));background:linear-gradient(#16171d00,#16171df5 38%);flex-direction:column;align-items:stretch;margin-top:16px;position:sticky;bottom:0}.product-modal-large .qty-controls{justify-content:center;width:100%}.product-modal-large .btn-add-large,.attr-item{width:100%}}@media (width<=480px){.home-hero__title{font-size:26px}.catalog-grid{grid-template-columns:1fr 1fr}.product-card{min-height:300px}.cart-card{flex-direction:row;align-items:flex-start;gap:12px;padding:12px}.cart-img{border-radius:12px;flex-shrink:0;width:96px;min-width:96px;height:96px}.cart-img img{max-width:92%;max-height:92%}.cart-title{font-size:15px}.cart-attrs .cart-attr-pill:nth-child(n+3){display:none}.cart-actions{flex-wrap:wrap;justify-content:space-between;gap:10px}.qty-controls{gap:6px}.cart-card .qty-value{min-width:24px}.qty-btn-circle,.remove-link{width:32px;height:32px}.cart-price{font-size:15px}.carousel-arrow{width:48px;height:48px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.price-slider{-webkit-appearance:none;background:linear-gradient(90deg,#333 0%,#444 100%);border-radius:999px;outline:none;width:100%;height:8px}.price-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#ffd54a;border-radius:50%;width:18px;height:18px;box-shadow:0 6px 14px #00000073}.price-slider::-moz-range-thumb{cursor:pointer;background:#ffd54a;border:none;border-radius:50%;width:18px;height:18px}.pagination{align-items:center;gap:8px;display:flex}.page-button{color:var(--text);cursor:pointer;background:0 0;border:1px solid #ffffff0a;border-radius:8px;padding:8px 12px}.page-button:hover{background:#ffffff05}.page-button:disabled{opacity:.4;cursor:default}.page-button.active{color:#081013;background:linear-gradient(#ffd54a,#f0c236);font-weight:700}.whatsapp-order-notice{top:calc(84px + env(safe-area-inset-top,0px));color:#f6f7f8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1400;background:radial-gradient(circle at 100% 0,#25d3662e,#0000 34%),linear-gradient(#0c0e10f7,#121418f2);border:1px solid #25d36647;border-radius:22px;flex-direction:column;gap:12px;width:min(360px,100vw - 32px);padding:18px 18px 16px;display:flex;position:fixed;right:18px;box-shadow:0 26px 70px #00000057}.whatsapp-order-notice__dismiss{color:#fff;cursor:pointer;background:#ffffff0f;border:none;border-radius:999px;width:34px;height:34px;font-size:22px;line-height:1;position:absolute;top:10px;right:10px}.whatsapp-order-notice__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#7cf0a6;font-size:12px;font-weight:800}.whatsapp-order-notice__title{color:#fff;max-width:90%;font-size:19px;font-weight:800;line-height:1.25}.whatsapp-order-notice__copy{color:#fffc;font-size:14px;line-height:1.45}.whatsapp-order-notice__meta{flex-wrap:wrap;gap:8px;display:flex}.whatsapp-order-notice__meta span{color:#ffffffe6;background:#ffffff14;border-radius:999px;align-items:center;min-height:30px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.whatsapp-order-notice__actions{flex-wrap:wrap;gap:10px;display:flex}.whatsapp-order-notice__primary,.whatsapp-order-notice__secondary{cursor:pointer;border:none;border-radius:999px;min-height:42px;padding:0 16px;font-weight:800}.whatsapp-order-notice__primary{color:#052311;background:linear-gradient(#35d87e,#25d366);box-shadow:0 14px 28px #25d36638}.whatsapp-order-notice__secondary{color:#fff;background:#ffffff14}.whatsapp-order-notice__primary:hover,.whatsapp-order-notice__secondary:hover{transform:translateY(-1px)}@media (width<=720px){.whatsapp-order-notice{width:auto;left:12px;right:12px;top:calc(74px + env(safe-area-inset-top,0px));border-radius:18px;padding:16px 16px 14px}.whatsapp-order-notice__title{max-width:calc(100% - 26px);font-size:17px}.whatsapp-order-notice__actions{flex-direction:column}.whatsapp-order-notice__primary,.whatsapp-order-notice__secondary{width:100%}}.cart-overlay{z-index:var(--app-modal-z);padding-top:env(safe-area-inset-top,0px);padding-right:env(safe-area-inset-right,0px);padding-bottom:env(safe-area-inset-bottom,0px);padding-left:env(safe-area-inset-left,0px);overscroll-behavior:contain;background:#0000008c;justify-content:flex-end;align-items:stretch;display:flex;position:fixed;inset:0}.cart-panel{--cart-swipe-offset:0px;color:#fff;width:min(414px,100%);max-width:100%;padding:19.5px 6px 6px;padding-bottom:max(8px, calc(env(safe-area-inset-bottom,0px) + 8px));overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable both-edges;touch-action:pan-y;height:100dvh;max-height:100dvh;transform:translateX(var(--cart-swipe-offset));background:#0c0c0e;border-left:6px solid #c7a52a;flex-direction:column;gap:12px;font-size:100.5%;transition:transform .22s,box-shadow .18s;display:flex;overflow-y:auto;box-shadow:-10px 0 30px #0009}.cart-panel:focus{outline:none}.cart-panel.is-swipe-dragging{transition:none}.cart-swipe-handle{display:none}.cart-header{justify-content:space-between;align-items:center;min-height:28px;display:flex}.cart-title{color:#f6d97a;letter-spacing:1px;font-size:22px;font-weight:800}.cart-actions .link-btn{color:#ddd;cursor:pointer;background:0 0;border:none;margin-left:8px}.cart-actions .link-btn.danger{color:#ff6961}.cart-count{color:#bdbdbd;font-size:13px}.cart-count-row{justify-content:space-between;align-items:center;display:flex}.trash-btn{cursor:pointer;background:linear-gradient(#ff6b6b,#ff4d4d);border:none;border-radius:10px;justify-content:center;align-items:center;padding:8px;transition:transform .18s,box-shadow .18s,filter .18s;display:inline-flex;box-shadow:0 6px 18px #ff4d4d2e,inset 0 -2px #0000000f}.trash-btn:focus-visible{outline-offset:3px;outline:2px solid #ffd54a}.trash-btn img{filter:drop-shadow(0 1px #0000001f);width:26px;height:26px}.trash-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;animation:none}.trash-btn:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 10px 26px #ff4d4d38}.trash-btn:active{transform:translateY(0)scale(.98)rotate(-4deg)}.trash-btn:after{content:"";background:#ffffff14;border-radius:50%;width:8px;height:8px;position:absolute;top:-6px;right:-6px}.cart-count-row.has-items .trash-btn{animation:2.6s ease-in-out infinite pulse-red}@keyframes pulse-red{0%{box-shadow:0 6px 18px #ff4d4d2e}50%{transform:translateY(-1px)scale(1.01);box-shadow:0 14px 36px #ff4d4d47}to{box-shadow:0 6px 18px #ff4d4d2e}}.cart-item{will-change:transform, opacity}.cart-inner-card{color:#111;background:#fff;border-radius:12px;flex-direction:column;flex:none;gap:8px;max-height:calc(100vh - 260px);padding:12px 12px 18px;display:flex}.empty{text-align:center;color:#666;padding:20px}.cart-inner-card::-webkit-scrollbar{width:10px}.cart-inner-card::-webkit-scrollbar-thumb{background:#0000000f;border-radius:999px}.cart-item{border-bottom:1px solid #eee;align-items:center;gap:12px;padding:8px 4px;display:flex}.items-list{scrollbar-width:thin;scrollbar-color:#0000001f transparent;flex-direction:column;gap:8px;max-height:calc(100vh - 360px);display:flex;overflow-y:auto}.items-list::-webkit-scrollbar{width:8px}.items-list::-webkit-scrollbar-track{background:0 0}.items-list::-webkit-scrollbar-thumb{background:#00000014 padding-box padding-box;border:2px solid #0000;border-radius:999px}.items-list:hover::-webkit-scrollbar-thumb{background:#0000001f}.wsp-area{background:0 0;margin-top:8px;padding-top:8px;position:sticky;bottom:12px}.wsp-area .wsp-note{margin-top:8px}.cart-inner-card .wsp-note{color:#666}.wsp-bottom{flex-direction:column;gap:8px;margin-top:18px;display:flex}.wsp-bottom .wsp-btn{width:100%}.bottom-note{color:#cfcfcf;text-align:center;font-size:13px}.item-img{object-fit:cover;background:#f6f6f6;border-radius:8px;width:72px;height:72px}.item-main{flex:1}.item-title{font-size:15px;font-weight:700}.item-sub{color:#666;margin-top:6px;font-size:14px}.item-controls{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.qty{align-items:center;gap:8px;display:flex}.qty-btn{cursor:pointer;color:#081013;background:#ffd54a;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:6px 10px;font-weight:800;display:inline-flex;box-shadow:0 8px 18px #0000001f}.qty-btn:focus-visible,.remove-btn:focus-visible,.wsp-btn:focus-visible,.gift-overlay:focus-visible{outline-offset:2px;outline:2px solid #081013}.qty-value{text-align:center;color:#081013;background:#fff;border-radius:8px;min-width:40px;padding:8px 12px;font-weight:800}.remove-btn{color:#d13a3a;cursor:pointer;background:0 0;border:none;font-size:13px}.cart-summary{flex-direction:column;gap:12px;margin-top:4px;display:flex}.summary-lines{flex-direction:column;gap:6px;display:flex}.summary-lines .line{color:#ddd;justify-content:space-between;display:flex}.summary-lines .line.small{color:#bdbdbd;font-size:14px}.summary-lines .line.total{color:#fff;font-size:20px;font-weight:900}.wsp-btn{color:#062c14;cursor:pointer;background:#25d366;border:none;border-radius:10px;justify-content:center;align-items:center;gap:12px;width:100%;padding:12px 14px;font-weight:800;display:flex}.wsp-icon{color:#fff;font-size:20px}.cart-footer{justify-content:space-between;gap:10px;margin-top:4px;display:flex}.footer-col{color:#cfcfcf;flex-direction:column;align-items:center;gap:8px;font-size:13px;display:flex}.footer-col .icon{color:#081013;background:#ffd54a;border-radius:10px;padding:8px;font-size:26px}.icon-svg{background:#ffd54a;border-radius:10px;width:36px;height:36px;padding:6px;display:block}.wsp-icon{width:20px;height:20px}.footer-col .txt{color:#cfcfcf;margin-top:6px;font-size:13px}.payment-methods{flex-direction:column;align-items:center;gap:6px;margin-top:8px;padding:0;display:flex}.payment-methods li{color:#fff;text-align:center;background:#ffffff08;border-radius:8px;min-width:130px;padding:6px 12px;font-size:13px;list-style:none}.payment-methods li:not(:last-child) .wsp-note{color:#cfcfcf;text-align:center;margin-top:6px;margin-bottom:2px;font-size:12px}.wsp-btn{color:#fff;background:linear-gradient(#2ccf76,#25d366);border-radius:12px;width:100%;padding:14px 18px;font-size:15px;box-shadow:0 8px 22px #25d36624}.summary-lines .line.total{color:#ffd54a}@media (width<=480px){.cart-overlay{justify-content:stretch}.cart-panel{width:100%;max-width:100%;padding-bottom:calc(8px + env(safe-area-inset-bottom,0px));border-top:6px solid #c7a52a;border-left:none}.cart-swipe-handle{background:#ffffff29;border-radius:999px;width:48px;height:5px;margin:2px auto 4px;display:block}.cart-item{align-items:flex-start}.item-img{width:64px;height:64px}.item-controls{align-items:stretch;width:100%}.qty{justify-content:space-between}}@media (width>=481px) and (width<=900px){.cart-swipe-handle{background:#ffffff29;border-radius:999px;width:52px;height:5px;margin:2px auto 4px;display:block}}.cart-fab{color:#fff;cursor:pointer;z-index:1300;background:#25d366;border:none;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;font-weight:800;transition:transform .18s,box-shadow .18s;display:inline-flex;position:fixed;bottom:18px;right:18px;box-shadow:0 8px 20px #00000059}.cart-fab:focus-visible{outline-offset:4px;outline:2px solid #081013}.cart-fab:active{transform:translateY(1px)scale(.99)}.cart-fab.has-items{animation:2s infinite cart-pulse}.cart-fab.open{opacity:0;pointer-events:none;transform:translateY(-4px)scale(.98);box-shadow:0 8px 18px #00000040}.cart-badge{color:#fff;background:#081013;border-radius:12px;padding:2px 6px;font-size:12px;position:absolute;top:4px;right:6px}@keyframes cart-pulse{0%{transform:scale(1);box-shadow:0 8px 20px #25d3661f}50%{transform:scale(1.03);box-shadow:0 12px 28px #25d36638}to{transform:scale(1);box-shadow:0 8px 20px #25d3661f}}.cart-fab.pulse-on-add{animation:.5s add-pulse}@keyframes add-pulse{0%{transform:scale(1)}50%{transform:scale(1.12)}to{transform:scale(1)}}@media (width<=640px){.cart-fab{right:14px;bottom:calc(14px + env(safe-area-inset-bottom,0px));width:52px;height:52px}}
