:root{--primary:#1a1a2e;--secondary:#e5e7eb;--background:#ffffff;--text:#18181b;--muted:color-mix(in srgb,var(--text) 55%,var(--background));--border:color-mix(in srgb,var(--text) 14%,var(--background));--surface:color-mix(in srgb,var(--text) 4%,var(--background));--primary-soft:color-mix(in srgb,var(--primary) 10%,var(--background));--primary-contrast:#ffffff;--radius:10px;--shadow:0 1px 3px rgb(0 0 0/0.08);--star-color:#eba32a}body{--primary:var(--primary-light,#1a1a2e);--secondary:var(--secondary-light,#e5e7eb);--background:var(--background-light,#ffffff);--text:var(--text-light,#18181b);--primary-contrast:var(--primary-contrast-light,#ffffff);--muted:color-mix(in srgb,var(--text) 55%,var(--background));--border:color-mix(in srgb,var(--text) 14%,var(--background));--surface:color-mix(in srgb,var(--text) 4%,var(--background));--primary-soft:color-mix(in srgb,var(--primary) 10%,var(--background))}html[data-theme=dark] body{--primary:var(--primary-dark,#1a1a2e);--secondary:var(--secondary-dark,#23262b);--background:var(--background-dark,#111418);--text:var(--text-dark,#ececec);--primary-contrast:var(--primary-contrast-dark,#ffffff);--shadow:0 1px 3px rgb(0 0 0/0.45);--surface:color-mix(in srgb,#ffffff 6%,var(--background));--border:color-mix(in srgb,#ffffff 14%,var(--background));--muted:color-mix(in srgb,var(--text) 60%,var(--background))}html[data-theme=dark] .error-text{color:#f2938c}html[data-theme=dark] .success-text{color:#7fce9c}html[data-theme=dark] .product-card:hover{box-shadow:0 4px 14px rgb(0 0 0/.5)}html[data-theme=dark] .cat-dropdown{box-shadow:0 10px 24px rgb(0 0 0/.55)}html[data-theme=dark] .status-badge.pending{background:#3d3320;border-color:#8a6d1f;color:#e7c860}html[data-theme=dark] .status-badge.ok{background:#16311f;border-color:#2f7d4f;color:#7fce9c}html[data-theme=dark] .status-badge.moving{background:#1a2942;border-color:#3a5fa8;color:#93b8f5}html[data-theme=dark] .status-badge.bad{background:#3d1b19;border-color:#99423c;color:#eb9c96}html[data-theme=dark] .pix-qr{background:#ffffff}.logo-dark-only,html[data-theme=dark] .logo-light-only{display:none}html[data-theme=dark] .logo-dark-only{display:block}.theme-toggle{background:none;border:none;font:inherit;cursor:pointer}.theme-toggle .icon-moon,html[data-theme=dark] .theme-toggle .icon-sun{display:none}html[data-theme=dark] .theme-toggle .icon-moon{display:block}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:var(--background);color:var(--text);line-height:1.5;min-height:100dvh;display:flex;flex-direction:column}img{max-width:100%;display:block}a{color:inherit}h1,h2,h3{line-height:1.2;margin:0 0 .5em;letter-spacing:-.01em}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.container{width:100%;max-width:1080px;margin:0 auto;padding:0 16px}main.container{flex:1 1;padding-top:24px;padding-bottom:48px}.announcement-bar{background:color-mix(in srgb,var(--primary) 82%,#000);color:var(--primary-contrast);text-align:center;font-size:.82rem;font-weight:600;letter-spacing:.02em;padding:7px 12px}.site-header{background:var(--primary);color:var(--primary-contrast);position:-webkit-sticky;position:sticky;top:0;z-index:40;box-shadow:var(--shadow)}.header-main{justify-content:space-between;flex-wrap:wrap;gap:8px 16px;min-height:76px;padding-top:10px;padding-bottom:12px}.brand,.header-main{display:flex;align-items:center}.brand{gap:10px;text-decoration:none;font-weight:700;font-size:1.1rem;letter-spacing:-.01em;min-width:0}.brand img{height:56px;width:auto;max-width:220px;object-fit:contain}.brand span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-actions{display:flex;align-items:center;gap:4px}.header-link{display:inline-flex;align-items:center;gap:6px;color:inherit;text-decoration:none;font-size:.9rem;padding:8px 10px;border-radius:8px;position:relative}.header-link:hover{background:rgb(255 255 255/.12)}.cart-count{background:var(--primary-contrast);color:var(--primary);font-size:.72rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px}@media (max-width:767px){.header-link-label{position:absolute;width:1px;height:1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}}.search-bar{display:flex;align-items:stretch;flex:1 1 auto;max-width:520px;min-width:0;background:var(--background);border:1px solid color-mix(in srgb,var(--primary-contrast) 25%,var(--primary));border-radius:999px;overflow:hidden}.search-bar input{flex:1 1;min-width:0;border:none;background:transparent;color:var(--text);font:inherit;font-size:.92rem;padding:9px 6px 9px 18px}.search-bar input::placeholder{color:var(--muted)}.search-bar input:focus{outline:none}.search-bar:focus-within{outline:2px solid var(--primary-contrast);outline-offset:1px}.search-bar button{border:none;background:transparent;color:var(--muted);padding:0 14px;cursor:pointer;display:flex;align-items:center}.search-bar button:hover{color:var(--primary)}@media (max-width:767px){.brand{order:1}.brand img{height:46px;max-width:170px}.header-actions{display:none}.search-bar{order:3;flex-basis:100%;max-width:none}}.mobile-tabbar{display:none}@media (max-width:767px){.mobile-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;justify-content:space-around;align-items:stretch;gap:2px;padding:6px 4px calc(6px + env(safe-area-inset-bottom, 0px));background:var(--background);border-top:1px solid var(--border);box-shadow:0 -6px 20px -12px rgb(0 0 0/.35)}.mobile-tabbar .tab-item{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:4px 1px;color:var(--text);text-decoration:none;font-size:.62rem;line-height:1;white-space:nowrap;background:none;border:none}.mobile-tabbar .tab-item svg{width:22px;height:22px}.mobile-tabbar .tab-icon-wrap{position:relative;display:inline-flex}.mobile-tabbar .tab-badge{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:var(--primary);color:var(--primary-contrast);font-size:.62rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.mobile-tabbar .tab-theme .theme-toggle{background:none;border:none;padding:0;color:inherit}.whatsapp-fab{display:none}.mobile-tabbar .tab-whatsapp svg{color:#25d366}body{padding-bottom:64px}}.cat-nav{position:relative;background:color-mix(in srgb,var(--primary) 88%,#000);color:var(--primary-contrast)}.cat-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:nowrap;gap:4px;justify-content:safe center;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cat-nav-list>li{flex:0 0 auto}.cat-nav-list::-webkit-scrollbar{display:none}.cat-scroll-btn{position:absolute;top:0;bottom:0;z-index:3;width:46px;border:none;cursor:pointer;display:flex;align-items:center;color:var(--primary-contrast);background:color-mix(in srgb,var(--primary) 88%,#000)}.cat-scroll-btn.left{left:0;justify-content:flex-start;padding-left:6px;background:linear-gradient(90deg,color-mix(in srgb,var(--primary) 88%,#000) 55%,transparent)}.cat-scroll-btn.right{right:0;justify-content:flex-end;padding-right:6px;background:linear-gradient(270deg,color-mix(in srgb,var(--primary) 88%,#000) 55%,transparent)}.cat-link{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;font-size:.88rem;font-weight:600;color:inherit;text-decoration:none;white-space:nowrap;flex:0 0 auto;background:none;border:none;font-family:inherit;cursor:pointer}.cat-link.open,.cat-link:hover{background:rgb(255 255 255/.12)}.cat-link svg{opacity:.75;transition:transform .15s ease}.cat-link.open svg{transform:rotate(180deg)}.cat-dropdown{position:absolute;top:100%;z-index:45;min-width:220px;max-width:min(320px,calc(100vw - 24px));background:var(--background);color:var(--text);border:1px solid var(--border);border-radius:0 0 var(--radius) var(--radius);box-shadow:0 10px 24px rgb(0 0 0/.16);padding:8px 0;display:flex;flex-direction:column}.cat-dropdown a{padding:9px 18px;font-size:.9rem;text-decoration:none;color:var(--text)}.cat-dropdown a:hover{background:var(--primary-soft);color:var(--primary)}.cat-dropdown-all{font-weight:700;border-bottom:1px solid var(--border);margin-bottom:4px}.home-page{display:flex;flex-direction:column;gap:36px}.hero-carousel{position:relative;overflow:hidden;border-radius:var(--radius);background:var(--surface)}.hero-track{display:flex;transition:transform .45s ease}.hero-slide{flex:0 0 100%;min-width:0;display:block;position:relative}.hero-slide img{width:100%;aspect-ratio:35/12;object-fit:cover;display:block}@media (max-width:640px){.hero-slide img{aspect-ratio:16/9}}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:none;background:rgb(255 255 255/.85);color:#1a1a1a;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgb(0 0 0/.2);transition:background .15s ease}.hero-arrow:hover{background:#ffffff}.hero-arrow.prev{left:12px}.hero-arrow.next{right:12px}@media (max-width:640px){.hero-arrow{width:32px;height:32px}}.hero-dots{position:absolute;bottom:12px;left:0;right:0;display:flex;justify-content:center;gap:8px}.hero-dots button{width:9px;height:9px;border-radius:50%;border:none;padding:0;background:rgb(255 255 255/.55);cursor:pointer;transition:transform .15s ease,background .15s ease}.hero-dots button.active{background:#ffffff;transform:scale(1.25)}.benefits-bar{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px;padding:18px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}@media (min-width:900px){.benefits-bar{grid-template-columns:repeat(4,1fr);padding:20px 24px}}.benefit{display:flex;align-items:center;gap:12px;min-width:0}.benefit svg{flex-shrink:0;color:var(--primary)}.benefit div{display:flex;flex-direction:column;min-width:0}.benefit strong{font-size:.88rem;line-height:1.3}.benefit span{font-size:.78rem;color:var(--muted);line-height:1.3}.strip-banners{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}@media (min-width:640px){.strip-banners{grid-template-columns:repeat(2,1fr);gap:18px}}.strip-banner{display:block;border-radius:var(--radius);overflow:hidden;background:var(--surface)}.strip-banner img{width:100%;display:block;transition:transform .3s ease}.strip-banner:is(a):hover img{transform:scale(1.02)}.showcase-header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:16px}.showcase-header h2{font-size:1.25rem;margin:0}.showcase-more{display:inline-flex;align-items:center;gap:4px;font-size:.88rem;font-weight:600;color:var(--primary);text-decoration:none;white-space:nowrap}.showcase-more:hover{text-decoration:underline}.listing-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:12px}.listing-header .page-title{margin-bottom:2px}.listing-count{margin:0}.sort-select{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;color:var(--muted);white-space:nowrap}.sort-select select{font:inherit;font-size:.88rem;color:var(--text);background:var(--background);border:1px solid var(--border);border-radius:8px;padding:8px 10px;cursor:pointer}.sort-select select:focus{outline:2px solid var(--primary);outline-offset:-1px}.chips{display:flex;gap:8px;overflow-x:auto;padding:4px 0 12px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{flex-shrink:0;border:1px solid var(--border);border-radius:999px;padding:6px 14px;font-size:.85rem;text-decoration:none;color:var(--text);background:var(--background);white-space:nowrap}.chip.active,.chip:hover{border-color:var(--primary)}.chip.active{background:var(--primary);color:var(--primary-contrast);font-weight:600}.products-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(2,1fr)}@media (min-width:640px){.products-grid{grid-template-columns:repeat(3,1fr);gap:18px}}@media (min-width:900px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:inherit;background:var(--background);transition:box-shadow .15s ease,transform .15s ease}.product-card:hover{box-shadow:0 4px 14px rgb(0 0 0/.1);transform:translateY(-2px)}.product-card .thumb{aspect-ratio:1;background:var(--surface);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card .thumb img{width:100%;height:100%;object-fit:contain;position:relative;z-index:1}.product-card .thumb .thumb-bg{position:absolute;inset:0;object-fit:cover;transform:scale(1.25);filter:blur(26px);opacity:.5;z-index:0}.product-card .thumb .no-image{color:var(--muted);font-size:.8rem}.product-card.out .thumb img{filter:grayscale(1);opacity:.6}.product-card .info{padding:10px 12px 14px;display:flex;flex-direction:column;gap:4px;flex:1 1}.product-card .name{font-size:.9rem;font-weight:500;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.price-block{margin-top:auto;display:flex;flex-direction:column}.price-compare{font-size:.78rem;color:var(--muted);text-decoration:line-through}.price{font-size:1.05rem;font-weight:700;color:var(--primary)}.price.large{font-size:1.6rem}.badge-out{left:8px;background:var(--text);color:var(--background);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.badge-discount,.badge-out{position:absolute;z-index:2;top:8px;font-size:.7rem;padding:3px 8px;border-radius:999px}.badge-discount{right:8px;background:var(--primary);color:var(--primary-contrast);font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius);border:1px solid transparent;font-size:.95rem;font-weight:600;padding:12px 20px;cursor:pointer;text-decoration:none;font-family:inherit;transition:filter .15s ease}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:var(--primary-contrast)}.btn-primary:not(:disabled):hover{filter:brightness(1.12)}.btn-outline{background:transparent;border-color:var(--border);color:var(--text)}.btn-outline:not(:disabled):hover{border-color:var(--primary);color:var(--primary)}.btn-block{width:100%}.btn-sm{padding:8px 14px;font-size:.85rem}.link-btn{background:none;border:none;padding:0;font:inherit;color:var(--primary);text-decoration:underline;cursor:pointer}.field{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.field label{font-size:.85rem;font-weight:600}.field input,.field select,.field textarea{font:inherit;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--background);color:var(--text);width:100%}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--primary);outline-offset:-1px;border-color:var(--primary)}.field .hint{font-size:.78rem;color:var(--muted)}.form-row{display:grid;grid-gap:0 12px;gap:0 12px;grid-template-columns:1fr}@media (min-width:560px){.form-row.cols-2{grid-template-columns:1fr 1fr}.form-row.cols-3-1{grid-template-columns:3fr 1fr}}.error-text{color:#b3261e}.error-text,.success-text{font-size:.85rem;margin:8px 0}.success-text{color:#1b6e3c}.muted{color:var(--muted)}.small{font-size:.85rem}.product-layout{display:grid;grid-gap:24px;gap:24px;grid-template-columns:1fr}@media (min-width:800px){.product-layout{grid-template-columns:1fr 1fr;gap:40px}}.gallery-main{aspect-ratio:1;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--surface);display:flex;align-items:center;justify-content:center}.gallery-main img{width:100%;height:100%;object-fit:contain}.gallery-thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;padding-bottom:4px}.gallery-thumbs button{flex-shrink:0;width:64px;height:64px;border-radius:8px;border:2px solid var(--border);padding:0;overflow:hidden;cursor:pointer;background:var(--surface)}.gallery-thumbs button.active{border-color:var(--primary)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.option-group{margin-bottom:16px}.option-group .option-label{font-size:.85rem;font-weight:600;margin-bottom:6px;display:block}.option-values{display:flex;flex-wrap:wrap;gap:8px}.option-values button{border:1px solid var(--border);background:var(--background);color:var(--text);border-radius:8px;padding:8px 14px;font:inherit;font-size:.9rem;cursor:pointer}.option-values button.selected{border-color:var(--primary);background:var(--primary-soft);color:var(--primary);font-weight:600}.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:8px;overflow:hidden}.qty-stepper button{width:40px;height:40px;border:none;background:var(--surface);font-size:1.1rem;cursor:pointer;color:var(--text)}.qty-stepper button:disabled{opacity:.4;cursor:not-allowed}.qty-stepper span{min-width:44px;text-align:center;font-weight:600}.cart-item{display:grid;grid-template-columns:72px 1fr;grid-gap:12px;gap:12px;padding:14px 0;border-bottom:1px solid var(--border)}.cart-item .thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.cart-item .thumb img{width:100%;height:100%;object-fit:cover}.cart-item .item-name{font-weight:600;font-size:.95rem;margin:0}.cart-item .item-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;flex-wrap:wrap}.summary-box{border:1px solid var(--border);border-radius:var(--radius);padding:18px;background:var(--surface);margin-top:20px}.summary-line{display:flex;justify-content:space-between;font-size:.95rem;padding:4px 0}.summary-line.total{font-weight:700;font-size:1.15rem;border-top:1px solid var(--border);margin-top:8px;padding-top:12px}.coupon-row{display:flex;gap:8px;flex-wrap:wrap}.coupon-row input{flex:1 1 140px;min-width:0;font:inherit;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--background);color:var(--text);text-transform:uppercase}.coupon-row .btn{flex:0 0 auto}.steps{display:flex;gap:4px;margin-bottom:24px}.steps .step{flex:1 1;text-align:center;font-size:.72rem;font-weight:600;color:var(--muted);padding-top:8px;border-top:3px solid var(--border);text-transform:uppercase;letter-spacing:.03em}.steps .step.active{color:var(--primary);border-top-color:var(--primary)}.steps .step.done{color:var(--text);border-top-color:var(--primary)}.radio-card{display:flex;align-items:flex-start;gap:10px;border:1px solid var(--border);border-radius:var(--radius);padding:14px;cursor:pointer;margin-bottom:10px;background:var(--background)}.radio-card.selected{border-color:var(--primary);background:var(--primary-soft)}.radio-card input{margin-top:3px;accent-color:var(--primary)}.radio-card .radio-body{flex:1 1}.radio-card .radio-title{font-weight:600;display:flex;justify-content:space-between;gap:12px}.checkout-card{border:1px solid var(--border);border-radius:var(--radius);padding:20px;background:var(--background)}.step-actions{display:flex;justify-content:space-between;gap:12px;margin-top:20px}.status-badge{display:inline-block;padding:4px 12px;border-radius:999px;font-size:.82rem;font-weight:700;background:var(--surface);border:1px solid var(--border)}.status-badge.pending{background:#fdf3d7;border-color:#e7c860;color:#7a5c00}.status-badge.ok{background:#ddf3e4;border-color:#7fce9c;color:#14532d}.status-badge.moving{background:#dbeafe;border-color:#93b8f5;color:#1e3a8a}.status-badge.bad{background:#fde2e0;border-color:#eb9c96;color:#7f1d1d}.pix-box{border:1px dashed var(--primary);border-radius:var(--radius);padding:18px;background:var(--primary-soft);margin:16px 0}.pix-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;word-break:break-all;background:var(--background);border:1px solid var(--border);border-radius:8px;padding:10px;margin:10px 0;max-height:92px;overflow-y:auto}.pix-qr{width:200px;height:200px;margin:12px auto;background:#fff;border-radius:8px;padding:8px}.timeline{list-style:none;margin:12px 0 0;padding:0 0 0 18px;border-left:2px solid var(--border)}.timeline li{position:relative;padding:0 0 18px 14px}.timeline li:before{content:"";position:absolute;left:-24px;top:5px;width:10px;height:10px;border-radius:50%;background:var(--primary)}.timeline li:last-child{padding-bottom:0}.timeline .event-message{font-weight:600;font-size:.92rem}.timeline .event-date{font-size:.78rem;color:var(--muted)}.order-items-table{width:100%;border-collapse:collapse;font-size:.9rem}.order-items-table th{text-align:left;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);padding:8px 8px 8px 0;border-bottom:1px solid var(--border)}.order-items-table td{padding:10px 8px 10px 0;border-bottom:1px solid var(--border);vertical-align:top}.order-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;margin-bottom:10px;text-decoration:none;color:inherit;flex-wrap:wrap}.order-row:hover{border-color:var(--primary)}.site-footer{background:var(--surface);border-top:1px solid var(--border);padding:32px 0 20px;margin-top:auto}.footer-grid{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px}@media (min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1.4fr;gap:32px}}.footer-col h3{font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;margin:0 0 10px;color:var(--text)}.footer-col p{margin:0 0 6px}.footer-brand{display:block;font-size:1.05rem;margin-bottom:6px}.footer-links{display:flex;flex-direction:column;gap:7px}.footer-links a{font-size:.88rem;color:var(--muted);text-decoration:none;width:-moz-fit-content;width:fit-content}.footer-links a:hover{color:var(--primary);text-decoration:underline}.footer-bottom{border-top:1px solid var(--border);margin-top:26px;padding-top:16px;text-align:center}.whatsapp-fab{position:fixed;right:16px;bottom:16px;z-index:50;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgb(0 0 0/.25);text-decoration:none}.whatsapp-fab svg{width:30px;height:30px}.whatsapp-fab:hover{filter:brightness(1.08)}.page-title{font-size:1.4rem;margin:8px 0 16px}.empty-state{text-align:center;padding:48px 16px;color:var(--muted)}.center-page{max-width:460px;margin:0 auto}.breadcrumb{font-size:.82rem;margin-bottom:12px}.breadcrumb,.breadcrumb a{color:var(--muted)}.stars{gap:1px;color:var(--star-color);line-height:1}.card-rating,.stars{display:inline-flex;align-items:center}.card-rating{gap:4px;font-size:.8rem;font-weight:600;color:var(--text)}.card-rating .star-glyph{color:var(--star-color);font-size:.85rem}.card-rating-count{color:var(--muted);font-weight:400}.rating-link{display:inline-flex;align-items:center;gap:8px;margin-top:6px;text-decoration:none;color:inherit}.rating-link:hover .muted{text-decoration:underline}.reviews-section{margin-top:48px;border-top:1px solid var(--border);padding-top:28px;scroll-margin-top:96px}.reviews-section>h2{font-size:1.25rem}.reviews-summary{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin:16px 0 24px}.reviews-average{display:flex;flex-direction:column;align-items:center;gap:4px}.reviews-average strong{font-size:2.4rem;line-height:1}.reviews-dist{flex:1 1;min-width:220px;max-width:380px;display:flex;flex-direction:column;gap:5px}.dist-row{display:grid;grid-template-columns:34px 1fr 26px;align-items:center;grid-gap:8px;gap:8px;font-size:.78rem;color:var(--muted);white-space:nowrap}.dist-bar{display:block;height:8px;border-radius:4px;background:var(--surface);border:1px solid var(--border);overflow:hidden}.dist-bar span{display:block;height:100%;background:var(--star-color)}.reviews-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}@media (min-width:760px){.reviews-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.review-form{max-width:none}}.review-item{border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;background:var(--background)}.review-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.review-title{font-weight:600;font-size:.95rem}.review-comment{margin:8px 0 10px;font-size:.92rem;white-space:pre-line}.review-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:.8rem;color:var(--muted)}.verified-badge{color:#1b6e3c;font-weight:600}body.template-boutique[data-default-bg=true] .verified-badge,html[data-theme=dark] .verified-badge{color:#7fce9c}.review-reply{margin-top:12px;padding:10px 14px;border-left:3px solid var(--primary);border-radius:0 8px 8px 0;background:var(--primary-soft);font-size:.88rem}.review-reply strong{display:block;font-size:.76rem;text-transform:uppercase;letter-spacing:.04em;color:var(--primary);margin-bottom:3px}.review-form{margin-top:28px;border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;background:var(--surface);max-width:560px}.review-form h3{font-size:1rem;margin-bottom:12px}.star-picker{display:flex;gap:2px}.star-picker button{background:none;border:none;padding:2px;cursor:pointer;color:var(--star-color);display:flex;line-height:1}.reels-viewport{position:relative}.reels-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}.reels-track::-webkit-scrollbar{display:none}.reel-card{position:relative;flex:0 0 200px;aspect-ratio:9/16;border-radius:var(--radius);overflow:hidden;background:#000;scroll-snap-align:start;border:none;padding:0;cursor:pointer;font:inherit;text-align:left;transition:transform .15s ease,box-shadow .15s ease}.reel-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgb(0 0 0/.28)}@media (min-width:768px){.reel-card{flex-basis:240px}}.reel-card video{width:100%;height:100%;object-fit:cover;display:block;cursor:pointer}.reel-play{position:absolute;inset:0;margin:auto;width:52px;height:52px;border-radius:50%;background:rgb(0 0 0/.5);color:#ffffff;display:flex;align-items:center;justify-content:center;pointer-events:none;transition:transform .15s ease,background .15s ease}.reel-card:hover .reel-play{transform:scale(1.08);background:rgb(0 0 0/.65)}.reel-play svg{margin-left:3px}.reel-overlay{position:absolute;left:0;right:0;bottom:0;padding:40px 10px 10px;background:linear-gradient(transparent,rgb(0 0 0/.75));color:#ffffff;display:flex;flex-direction:column;gap:6px;pointer-events:none}.reel-overlay a{pointer-events:auto}.reel-title{margin:0;font-size:.85rem;font-weight:600;line-height:1.3;text-shadow:0 1px 2px rgb(0 0 0/.6);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reel-product{display:flex;align-items:baseline;justify-content:space-between;gap:8px;background:rgb(255 255 255/.94);color:#1a1a1a;border-radius:8px;padding:7px 10px;text-decoration:none;font-size:.78rem}.reel-product:hover{background:#ffffff}.reel-product-name{font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.reel-product-price{font-weight:700;white-space:nowrap;align-self:flex-start;background:rgb(255 255 255/.94);color:#1a1a1a;border-radius:999px;padding:3px 10px;font-size:.78rem}.reel-modal{position:fixed;inset:0;z-index:100;background:rgb(0 0 0/.9);display:flex;align-items:center;justify-content:center;padding:20px;animation:reel-fade .15s ease}@keyframes reel-fade{0%{opacity:0}}.reel-modal-stage{position:relative;height:min(88vh,780px);aspect-ratio:9/16;max-width:94vw;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 24px 70px rgb(0 0 0/.5)}.reel-modal-stage video{width:100%;height:100%;object-fit:contain;background:#000;display:block}.reel-modal-info{position:absolute;left:0;right:0;bottom:0;padding:44px 16px 16px;background:linear-gradient(transparent,rgb(0 0 0/.8));color:#fff;pointer-events:none}.reel-modal-title{margin:0 0 10px;font-size:.95rem;font-weight:600;text-shadow:0 1px 3px rgb(0 0 0/.7)}.reel-modal-cta{pointer-events:auto;display:flex;align-items:center;gap:10px;background:rgb(255 255 255/.96);color:#1a1a1a;border-radius:12px;padding:10px 12px;text-decoration:none}.reel-modal-cta span:first-child{flex:1 1;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.reel-modal-cta strong{font-weight:800;white-space:nowrap}.reel-modal-cta-go{background:var(--primary);color:var(--primary-contrast,#fff);border-radius:999px;padding:6px 14px;font-weight:700;font-size:.82rem}.reel-modal-close{position:absolute;top:16px;right:16px;width:42px;height:42px;border-radius:50%;border:none;background:rgb(255 255 255/.14);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.reel-modal-close:hover{background:rgb(255 255 255/.28)}.reel-modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:none;background:rgb(255 255 255/.14);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.reel-modal-nav:hover{background:rgb(255 255 255/.28)}.reel-modal-nav.prev{left:16px}.reel-modal-nav.next{right:16px}@media (max-width:640px){.reel-modal-nav{display:none}.reel-modal-stage{height:auto;width:100%;max-height:92vh}}.reels-arrow{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:36px;height:36px;border-radius:50%;border:none;background:rgb(255 255 255/.9);color:#1a1a1a;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgb(0 0 0/.25)}.reels-arrow:hover{background:#ffffff}.reels-arrow.prev{left:-10px}.reels-arrow.next{right:-10px}@media (min-width:768px){.reels-arrow{display:flex}}.search-box{position:relative;display:flex;flex:1 1 auto;max-width:520px;min-width:0}.search-box .search-bar{flex:1 1 auto;max-width:none;width:100%}.search-suggest{position:absolute;z-index:200;top:calc(100% + 8px);left:0;right:0;background:var(--surface,var(--background));color:var(--text);border:1px solid color-mix(in srgb,var(--text) 12%,transparent);border-radius:14px;box-shadow:0 18px 44px -16px rgb(0 0 0/.4);overflow:hidden auto;max-height:72vh}.search-hit{display:flex;align-items:center;gap:12px;padding:10px 14px;color:var(--text);text-decoration:none}.search-hit:hover{background:color-mix(in srgb,var(--primary) 10%,transparent)}.search-hit-thumb{width:44px;height:44px;flex:none;border-radius:8px;overflow:hidden;background:var(--surface,#f4f4f5);display:flex;align-items:center;justify-content:center}.search-hit-thumb img{width:100%;height:100%;object-fit:contain}.search-hit-name{flex:1 1;min-width:0;font-size:.88rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-hit-price{font-weight:700;color:var(--primary);white-space:nowrap;font-size:.9rem}.search-empty{padding:16px;text-align:center;color:var(--muted);font-size:.88rem}.search-all{display:block;padding:12px 14px;text-align:center;font-weight:700;font-size:.85rem;color:var(--primary);text-decoration:none;border-top:1px solid color-mix(in srgb,var(--text) 10%,transparent)}.search-all:hover{background:color-mix(in srgb,var(--primary) 10%,transparent)}body.template-minimal{--radius:10px;font-weight:300;letter-spacing:.01em}body.template-minimal h1,body.template-minimal h2,body.template-minimal h3{font-weight:300;letter-spacing:.02em}body.template-minimal .page-title{font-size:1.5rem;margin:20px 0 24px}body.template-minimal .site-header{background:var(--background);color:var(--text);box-shadow:none;border-bottom:1px solid var(--border)}body.template-minimal .brand{font-weight:400;letter-spacing:.08em;text-transform:uppercase;font-size:1rem}body.template-minimal .header-link:hover{background:color-mix(in srgb,var(--text) 6%,var(--background))}body.template-minimal .cart-count{background:var(--text);color:var(--background)}body.template-boutique .search-bar,body.template-editorial .search-bar,body.template-minimal .search-bar{background:transparent;border:1px solid var(--border);border-radius:var(--radius)}body.template-boutique .search-bar:focus-within,body.template-editorial .search-bar:focus-within,body.template-minimal .search-bar:focus-within{outline:2px solid var(--primary)}body.template-boutique .cat-nav,body.template-editorial .cat-nav,body.template-minimal .cat-nav{background:transparent;color:var(--text);border-top:1px solid var(--border)}body.template-boutique .cat-link.open,body.template-boutique .cat-link:hover,body.template-editorial .cat-link.open,body.template-editorial .cat-link:hover,body.template-minimal .cat-link.open,body.template-minimal .cat-link:hover{background:color-mix(in srgb,var(--text) 7%,transparent)}body.template-minimal .cat-link{font-weight:400;letter-spacing:.05em;text-transform:uppercase;font-size:.78rem}body.template-minimal .announcement-bar{background:var(--text);color:var(--background);font-weight:400;letter-spacing:.06em}body.template-minimal .products-grid{gap:24px 16px}@media (min-width:640px){body.template-minimal .products-grid{gap:36px 24px}}body.template-minimal .product-card{border:none;background:transparent;border-radius:var(--radius)}body.template-minimal .product-card:hover{box-shadow:none;transform:none}body.template-minimal .product-card:hover .thumb img{opacity:.88}body.template-minimal .product-card .info{padding:12px 0 0;gap:6px}body.template-minimal .product-card .name{font-weight:300;font-size:.92rem}body.template-minimal .price{font-weight:500;color:var(--text)}body.template-minimal main.container{padding-top:36px;padding-bottom:72px}body.template-minimal .btn{border-radius:var(--radius);font-weight:400;letter-spacing:.06em;text-transform:uppercase;font-size:.85rem}body.template-minimal .chip{border:none;background:transparent;padding:6px 10px;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;color:var(--muted)}body.template-minimal .chip.active{background:transparent;color:var(--text);font-weight:600;text-decoration:underline;text-underline-offset:6px}body.template-minimal .gallery-main{border:none;border-radius:var(--radius)}body.template-minimal .site-footer{background:var(--background);border-top:1px solid var(--border);padding:40px 0 20px}body.template-editorial .benefits-bar,body.template-editorial .hero-carousel,body.template-editorial .strip-banner,body.template-minimal .benefits-bar,body.template-minimal .hero-carousel,body.template-minimal .strip-banner{border-radius:var(--radius)}body.template-minimal .benefits-bar{background:transparent;border-left:none;border-right:none;padding-left:0;padding-right:0}body.template-minimal .showcase-header h2{font-weight:300;letter-spacing:.04em;text-transform:uppercase;font-size:1.05rem}body.template-minimal .hero-carousel{overflow:hidden}body.template-minimal .hero-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:clamp(20px,5vw,56px);background:linear-gradient(180deg,transparent 45%,rgb(0 0 0/.45));pointer-events:none}body.template-minimal .hero-overlay-inner{max-width:520px}body.template-minimal .hero-title{color:#fff;font-weight:300;font-size:clamp(1.8rem,5vw,3.4rem);line-height:1.06;letter-spacing:.01em;margin:0 0 16px;text-shadow:0 1px 20px rgb(0 0 0/.4)}body.template-minimal .hero-cta{display:inline-block;pointer-events:auto;background:#fff;color:#111;border:none;border-radius:0;padding:11px 26px;font-family:var(--font-body),sans-serif;font-weight:400;text-transform:uppercase;letter-spacing:.1em;font-size:.76rem;transition:opacity .2s ease}body.template-minimal .hero-slide:hover .hero-cta{opacity:.85}body.template-minimal .showcase-header{margin-bottom:26px}body.template-minimal .reveal{opacity:0}body.template-minimal .reveal.is-in{animation:ed-reveal .8s cubic-bezier(.22,.61,.36,1) both}body.template-minimal .hero-overlay-inner>*{animation:ed-reveal .9s cubic-bezier(.22,.61,.36,1) both}body.template-minimal .hero-cta{animation-delay:.12s}@media (prefers-reduced-motion:reduce){body.template-minimal .reveal{opacity:1!important}body.template-minimal .hero-overlay-inner>*,body.template-minimal .reveal.is-in{animation:none!important}}body.template-editorial .brand,body.template-editorial .page-title,body.template-editorial h1,body.template-editorial h2,body.template-editorial h3{font-family:Georgia,Times New Roman,Playfair Display,serif;letter-spacing:0}body.template-editorial .site-header{background:var(--background);color:var(--text);box-shadow:none;border-bottom:1px solid var(--border);position:static}body.template-editorial .header-main{flex-wrap:wrap;justify-content:center;gap:10px 20px;padding-top:20px;padding-bottom:14px}body.template-editorial .brand{flex-basis:100%;font-size:1.9rem;font-weight:400;justify-content:center;order:0}body.template-editorial .search-bar{order:1;flex:1 1 260px;max-width:460px}body.template-editorial .header-actions{order:2}body.template-editorial .cat-nav-list{justify-content:center}body.template-editorial .cat-link{letter-spacing:.1em;text-transform:uppercase;font-size:.76rem;font-weight:400}body.template-editorial .announcement-bar{background:var(--text);color:var(--background);font-weight:400;letter-spacing:.08em}body.template-editorial .brand img{height:56px;max-width:220px}body.template-editorial .header-actions{gap:20px}body.template-editorial .header-link{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;padding:4px 2px;border-radius:var(--radius)}body.template-editorial .header-link:hover{background:transparent;text-decoration:underline;text-underline-offset:5px}body.template-editorial .cart-count{background:var(--text);color:var(--background)}body.template-editorial .products-grid{grid-template-columns:repeat(2,1fr);gap:20px 14px}@media (min-width:640px){body.template-editorial .products-grid{grid-template-columns:repeat(3,1fr);gap:32px 20px}}@media (min-width:900px){body.template-editorial .products-grid{grid-template-columns:repeat(3,1fr)}}body.template-editorial .product-card{border:none;background:transparent;border-radius:var(--radius)}body.template-editorial .product-card:hover{box-shadow:none;transform:none}body.template-editorial .product-card .thumb{aspect-ratio:3/4}body.template-editorial .product-card:hover .thumb img{transform:scale(1.03);transition:transform .4s ease}body.template-editorial .product-card .info{padding:12px 0 0;text-align:center}body.template-editorial .product-card .name{font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:400}body.template-editorial .price-block{align-items:center}body.template-editorial .price{font-weight:500;color:var(--text)}body.template-editorial .chips{justify-content:center;padding-bottom:20px}body.template-editorial .chip{border:none;background:transparent;text-transform:uppercase;letter-spacing:.1em;font-size:.76rem;color:var(--muted)}body.template-editorial .chip.active{background:transparent;color:var(--text);font-weight:700;text-decoration:underline;text-underline-offset:6px}body.template-editorial .gallery-main{border:none;border-radius:var(--radius)}body.template-editorial .btn{border-radius:var(--radius);letter-spacing:.08em;text-transform:uppercase;font-size:.85rem}body.template-editorial .hero-carousel{border-radius:0;overflow:hidden}body.template-editorial .hero-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:clamp(24px,6vw,72px);background:linear-gradient(180deg,transparent 38%,rgb(0 0 0/.12) 62%,rgb(0 0 0/.62));pointer-events:none}body.template-editorial .hero-overlay-inner{max-width:560px}body.template-editorial .hero-title{color:#fff;font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(2rem,5.4vw,4rem);line-height:1.02;letter-spacing:-.01em;margin:0 0 18px;text-shadow:0 2px 30px rgb(0 0 0/.5)}body.template-editorial .hero-cta{display:inline-block;pointer-events:auto;background:transparent;color:#fff;border:none;border-bottom:1px solid rgb(255 255 255/.75);border-radius:0;padding:10px 2px;font-family:var(--font-body),sans-serif;font-size:.76rem;font-weight:500;text-transform:uppercase;letter-spacing:.18em;transition:letter-spacing .3s ease,border-color .3s ease}body.template-editorial .hero-slide:hover .hero-cta{letter-spacing:.26em;border-color:#fff}body.template-editorial .showcase-header{align-items:baseline;border-bottom:1px solid var(--border);padding-bottom:14px;margin-bottom:30px}body.template-editorial .showcase-header h2{font-size:clamp(1.5rem,4vw,2.7rem);font-weight:400;letter-spacing:-.01em}body.template-editorial .showcase-more{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;color:var(--muted);border-bottom:1px solid transparent;padding-bottom:2px;transition:color .2s ease,border-color .2s ease}body.template-editorial .showcase-more:hover{color:var(--text);border-bottom-color:var(--text)}body.template-editorial .benefits-bar{border:1px solid var(--border);border-radius:0;background:transparent}body.template-editorial .benefit .benefit-title,body.template-editorial .benefit strong{font-weight:500}body.template-editorial .price{letter-spacing:.01em}body.template-editorial .product-card .name{letter-spacing:.005em;line-height:1.35}@keyframes ed-reveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}body.template-editorial .reveal{opacity:0}body.template-editorial .reveal.is-in{animation:ed-reveal .85s cubic-bezier(.22,.61,.36,1) both}body.template-editorial .hero-overlay-inner>*{animation:ed-reveal .95s cubic-bezier(.22,.61,.36,1) both}body.template-editorial .hero-cta{animation-delay:.14s}@media (prefers-reduced-motion:reduce){body.template-editorial .reveal{opacity:1!important}body.template-editorial .hero-overlay-inner>*,body.template-editorial .reveal.is-in{animation:none!important}body.template-editorial .product-card:hover .thumb img{transform:none}}body.template-popular{font-family:var(--font-body),system-ui,-apple-system,sans-serif}body.template-popular .page-title,body.template-popular h1,body.template-popular h2,body.template-popular h3{font-family:var(--font-display),Impact,sans-serif;font-weight:400;letter-spacing:.015em;text-transform:uppercase}body.template-popular .announcement-bar{background:var(--text);color:var(--background);font-weight:700;letter-spacing:.05em;text-transform:uppercase;font-size:.72rem}body.template-popular .site-header{background:linear-gradient(180deg,var(--primary),color-mix(in srgb,var(--primary) 86%,#000));box-shadow:0 4px 20px -4px color-mix(in srgb,var(--primary) 55%,rgb(0 0 0/.4))}body.template-popular .brand{font-weight:800}body.template-popular .search-bar{background:rgb(255 255 255/.16);border:1px solid rgb(255 255 255/.25);border-radius:999px;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s ease,border-color .2s ease}body.template-popular .search-bar:focus-within{background:#fff}body.template-popular .search-bar input::placeholder{color:rgb(255 255 255/.8)}body.template-popular .search-bar:focus-within input{color:#111827}body.template-popular .search-bar:focus-within input::placeholder{color:#6b7280}body.template-popular .cat-nav{background:color-mix(in srgb,var(--primary) 88%,#000)}body.template-popular .cat-link{position:relative;font-weight:700;letter-spacing:.01em}body.template-popular .cat-link:after{content:"";position:absolute;left:12px;right:12px;bottom:4px;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(.2,.7,.2,1)}body.template-popular .cat-link.open:after,body.template-popular .cat-link:hover:after{transform:scaleX(1)}body.template-popular .hero-carousel{border-radius:18px;overflow:hidden;box-shadow:0 24px 60px -26px color-mix(in srgb,var(--primary) 60%,transparent)}body.template-popular .hero-slide{position:relative}body.template-popular .hero-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:clamp(20px,5vw,60px);background:linear-gradient(180deg,transparent 28%,rgb(0 0 0/.18) 55%,rgb(0 0 0/.74));pointer-events:none}body.template-popular .hero-overlay-inner{max-width:640px}body.template-popular .hero-title{color:#fff;font-size:clamp(1.9rem,5.2vw,4.2rem);line-height:.95;margin:0 0 18px;text-shadow:0 2px 24px rgb(0 0 0/.55)}body.template-popular .hero-cta{display:inline-block;pointer-events:auto;background:var(--primary);color:var(--primary-contrast,#fff);font-family:var(--font-body),sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:.04em;font-size:.9rem;padding:13px 28px;border-radius:999px;box-shadow:0 10px 28px -8px color-mix(in srgb,var(--primary) 75%,transparent);transition:transform .2s ease,box-shadow .2s ease}body.template-popular .hero-slide:hover .hero-cta{transform:translateY(-2px) scale(1.03)}body.template-popular .hero-carousel.is-in .hero-overlay-inner>*{animation:kpop-rise .7s cubic-bezier(.2,.7,.2,1) both}body.template-popular .hero-carousel.is-in .hero-cta{animation-delay:.14s}body.template-popular .home-section>h2,body.template-popular .showcase-head h2{font-size:clamp(1.4rem,3.6vw,2.4rem);position:relative;padding-left:18px}body.template-popular .home-section>h2:before,body.template-popular .showcase-head h2:before{content:"";position:absolute;left:0;top:.12em;bottom:.12em;width:6px;border-radius:3px;background:var(--primary);box-shadow:0 0 16px color-mix(in srgb,var(--primary) 75%,transparent)}body.template-popular main.container{padding-top:18px}body.template-popular .products-grid{gap:12px}@media (min-width:640px){body.template-popular .products-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (min-width:1000px){body.template-popular .products-grid{grid-template-columns:repeat(4,1fr)}}body.template-popular .product-card{border-radius:14px;overflow:hidden;background:var(--surface,var(--background));border:1px solid color-mix(in srgb,var(--text) 9%,transparent);transition:transform .28s cubic-bezier(.2,.7,.2,1),box-shadow .28s ease,border-color .28s ease}body.template-popular .product-card .thumb{overflow:hidden}body.template-popular .product-card .thumb img{transition:transform .5s cubic-bezier(.2,.7,.2,1)}body.template-popular .product-card:hover{transform:translateY(-6px);border-color:color-mix(in srgb,var(--primary) 45%,transparent);box-shadow:0 22px 44px -20px color-mix(in srgb,var(--primary) 60%,transparent)}body.template-popular .product-card:hover .thumb img:not(.thumb-bg){transform:scale(1.07)}body.template-popular .product-card .info{padding:12px 12px 14px;gap:4px}body.template-popular .product-card .name{font-family:var(--font-body),sans-serif;font-weight:600;font-size:.9rem;line-height:1.3;text-transform:none;letter-spacing:0}body.template-popular .price{font-family:var(--font-display),Impact,sans-serif;font-size:1.55rem;font-weight:400;letter-spacing:.01em;color:var(--primary)}body.template-popular .price.large{font-size:2.6rem}body.template-popular .price-compare{font-size:.78rem}body.template-popular .badge-discount{background:var(--primary);color:var(--primary-contrast,#ffffff);font-family:var(--font-display),Impact,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.02em;padding:3px 12px;border-radius:8px;top:10px;right:10px;box-shadow:0 6px 16px -3px color-mix(in srgb,var(--primary) 70%,transparent)}body.template-popular .benefits-bar{border:none;background:color-mix(in srgb,var(--primary) 6%,var(--background));border-radius:14px}body.template-popular .btn{padding:15px 26px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;border-radius:999px}body.template-popular .btn-sm{padding:9px 16px;font-size:.85rem}body.template-popular .chip{font-weight:600;border-width:2px;border-radius:999px}@keyframes kpop-reveal{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}@keyframes kpop-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}body.template-popular .reveal{opacity:0}body.template-popular .reveal.is-in{animation:kpop-reveal .6s cubic-bezier(.2,.7,.2,1) both}@media (prefers-reduced-motion:reduce){body.template-popular .reveal{opacity:1!important}body.template-popular .hero-carousel.is-in .hero-overlay-inner>*,body.template-popular .reveal.is-in{animation:none!important}body.template-popular .product-card:hover,body.template-popular .product-card:hover .thumb img{transform:none}}body.template-boutique{--radius:18px;--boutique-accent:color-mix(in srgb,var(--primary) 55%,#c9a24b);--shadow:0 6px 22px rgb(0 0 0/0.18)}body.template-boutique .page-title,body.template-boutique h1,body.template-boutique h2,body.template-boutique h3{letter-spacing:.06em;font-weight:500}body.template-boutique .page-title{text-transform:uppercase;font-size:1.2rem}body.template-boutique .site-header{background:color-mix(in srgb,var(--text) 6%,var(--background));color:var(--text);box-shadow:none;border-bottom:1px solid color-mix(in srgb,var(--boutique-accent) 45%,transparent)}body.template-boutique .brand{letter-spacing:.18em;text-transform:uppercase;font-weight:500;font-size:1rem}body.template-boutique .header-link:hover{background:color-mix(in srgb,var(--text) 8%,transparent)}body.template-boutique .cart-count{background:var(--boutique-accent);color:#ffffff}body.template-boutique .search-bar{border-radius:999px;border-color:color-mix(in srgb,var(--boutique-accent) 45%,transparent)}body.template-boutique .cat-nav{background:color-mix(in srgb,var(--text) 6%,var(--background));border-top:1px solid color-mix(in srgb,var(--text) 10%,transparent);border-bottom:1px solid color-mix(in srgb,var(--boutique-accent) 45%,transparent)}body.template-boutique .cat-link{letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:500}body.template-boutique .cat-dropdown{border-radius:0 0 var(--radius) var(--radius);border-color:color-mix(in srgb,var(--boutique-accent) 40%,transparent);background:color-mix(in srgb,var(--text) 6%,var(--background))}body.template-boutique .announcement-bar{background:var(--boutique-accent);color:#ffffff;letter-spacing:.06em}body.template-boutique .benefits-bar,body.template-boutique .hero-carousel,body.template-boutique .strip-banner{border-radius:var(--radius)}body.template-boutique .hero-carousel{overflow:hidden;box-shadow:0 20px 50px -24px rgb(0 0 0/.6);border:1px solid color-mix(in srgb,var(--boutique-accent) 30%,transparent)}body.template-boutique .hero-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:clamp(22px,5vw,60px);background:linear-gradient(180deg,transparent 30%,rgb(0 0 0/.25) 58%,rgb(0 0 0/.78));pointer-events:none}body.template-boutique .hero-overlay-inner{max-width:600px}body.template-boutique .hero-title{color:#fff;font-weight:500;letter-spacing:.06em;text-transform:uppercase;font-size:clamp(1.6rem,4.4vw,3.2rem);line-height:1.08;margin:0 0 18px;text-shadow:0 2px 24px rgb(0 0 0/.6)}body.template-boutique .hero-cta{display:inline-block;pointer-events:auto;background:var(--boutique-accent);color:#fff;border:1px solid color-mix(in srgb,#fff 30%,var(--boutique-accent));border-radius:999px;padding:12px 30px;font-family:var(--font-body),sans-serif;font-weight:500;text-transform:uppercase;letter-spacing:.12em;font-size:.82rem;box-shadow:0 10px 30px -10px color-mix(in srgb,var(--boutique-accent) 80%,transparent);transition:transform .25s ease,box-shadow .25s ease}body.template-boutique .hero-slide:hover .hero-cta{transform:translateY(-2px)}body.template-boutique .showcase-header h2{position:relative;padding-bottom:10px}body.template-boutique .showcase-header h2:after{content:"";position:absolute;left:0;bottom:0;width:42px;height:2px;background:var(--boutique-accent)}body.template-boutique .reveal{opacity:0}body.template-boutique .reveal.is-in{animation:ed-reveal .8s cubic-bezier(.22,.61,.36,1) both}body.template-boutique .hero-overlay-inner>*{animation:ed-reveal .9s cubic-bezier(.22,.61,.36,1) both}body.template-boutique .hero-cta{animation-delay:.14s}@media (prefers-reduced-motion:reduce){body.template-boutique .reveal{opacity:1!important}body.template-boutique .hero-overlay-inner>*,body.template-boutique .reveal.is-in{animation:none!important}body.template-boutique .product-card:hover{transform:none}}body.template-boutique .benefits-bar{background:color-mix(in srgb,var(--text) 4%,var(--background));border-color:color-mix(in srgb,var(--text) 8%,transparent)}body.template-boutique .benefit svg{color:var(--boutique-accent)}body.template-boutique .showcase-header h2{text-transform:uppercase;letter-spacing:.06em;font-size:1.05rem}body.template-boutique .showcase-more{color:var(--boutique-accent)}body.template-boutique .products-grid{gap:18px}@media (min-width:640px){body.template-boutique .products-grid{gap:24px}}body.template-boutique .product-card{border:1px solid color-mix(in srgb,var(--text) 8%,transparent);border-radius:var(--radius);background:color-mix(in srgb,var(--text) 4%,var(--background));box-shadow:0 2px 10px rgb(0 0 0/.1)}body.template-boutique .product-card:hover{box-shadow:var(--shadow);transform:translateY(-3px);border-color:color-mix(in srgb,var(--boutique-accent) 50%,transparent)}body.template-boutique .product-card .info{padding:14px 16px 18px}body.template-boutique .product-card .name{letter-spacing:.04em;font-weight:400}body.template-boutique .price{color:var(--boutique-accent);font-weight:600;letter-spacing:.03em}body.template-boutique .badge-discount{background:var(--boutique-accent);color:#ffffff}body.template-boutique .btn{border-radius:999px;letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;font-weight:500}body.template-boutique .btn-outline{border-color:color-mix(in srgb,var(--boutique-accent) 60%,transparent);color:var(--text)}body.template-boutique .btn-outline:not(:disabled):hover{border-color:var(--boutique-accent);color:var(--boutique-accent)}body.template-boutique .chip{border-radius:999px;background:transparent;border-color:color-mix(in srgb,var(--text) 20%,transparent);letter-spacing:.05em}body.template-boutique .chip.active{background:var(--boutique-accent);border-color:var(--boutique-accent);color:#ffffff}body.template-boutique .checkout-card,body.template-boutique .gallery-main,body.template-boutique .order-row,body.template-boutique .radio-card,body.template-boutique .summary-box{border-radius:var(--radius)}body.template-boutique .site-footer{background:color-mix(in srgb,var(--text) 6%,var(--background));border-top:1px solid color-mix(in srgb,var(--boutique-accent) 35%,transparent)}body.template-editorial .review-item,body.template-minimal .review-item{border:none;border-bottom:1px solid var(--border);border-radius:var(--radius);padding:16px 0;background:transparent}body.template-editorial .review-form,body.template-minimal .review-form{background:transparent;border-radius:var(--radius)}body.template-boutique{--star-color:var(--boutique-accent)}body.template-boutique .review-form,body.template-boutique .review-item{background:color-mix(in srgb,var(--text) 4%,var(--background));border-color:color-mix(in srgb,var(--text) 8%,transparent)}body.template-boutique .reel-card,body.template-boutique .review-form,body.template-boutique .review-item{border-radius:var(--radius)}body.template-boutique[data-default-bg=true] .status-badge.bad,body.template-boutique[data-default-bg=true] .status-badge.moving,body.template-boutique[data-default-bg=true] .status-badge.ok,body.template-boutique[data-default-bg=true] .status-badge.pending{filter:saturate(.9)}body.template-boutique[data-default-bg=true] .error-text{color:#f2938c}body.template-boutique[data-default-bg=true] .success-text{color:#7fce9c}body.template-boutique[data-default-bg=true] .pix-qr{background:#ffffff}body.template-editorial .product-card .thumb,body.template-minimal .product-card .thumb{border-radius:var(--radius);overflow:hidden}body.template-classic .page-title,body.template-classic h1,body.template-classic h2,body.template-classic h3{font-weight:700;letter-spacing:-.01em}body.template-classic .hero-carousel{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}body.template-classic .hero-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:clamp(20px,5vw,56px);background:linear-gradient(180deg,transparent 38%,rgb(0 0 0/.2) 60%,rgb(0 0 0/.66));pointer-events:none}body.template-classic .hero-overlay-inner{max-width:560px}body.template-classic .hero-title{color:#fff;font-weight:700;font-size:clamp(1.8rem,5vw,3.4rem);line-height:1.08;margin:0 0 16px;text-shadow:0 2px 20px rgb(0 0 0/.5)}body.template-classic .hero-cta{display:inline-block;pointer-events:auto;background:var(--primary);color:var(--primary-contrast,#fff);border:none;border-radius:8px;padding:12px 28px;font-family:var(--font-body),sans-serif;font-weight:600;font-size:.9rem;box-shadow:0 10px 26px -10px color-mix(in srgb,var(--primary) 65%,transparent);transition:transform .2s ease,box-shadow .2s ease}body.template-classic .hero-slide:hover .hero-cta{transform:translateY(-2px);box-shadow:0 14px 30px -10px color-mix(in srgb,var(--primary) 70%,transparent)}body.template-classic .showcase-header h2{font-size:clamp(1.3rem,3vw,1.9rem);font-weight:700;position:relative;padding-left:14px}body.template-classic .showcase-header h2:before{content:"";position:absolute;left:0;top:.12em;bottom:.12em;width:4px;border-radius:2px;background:var(--primary)}body.template-classic .showcase-more{color:var(--primary);font-weight:600}body.template-classic .product-card:hover{border-color:color-mix(in srgb,var(--primary) 45%,var(--border));box-shadow:0 10px 26px -14px color-mix(in srgb,var(--primary) 40%,rgb(0 0 0/.35))}body.template-classic .reveal{opacity:0}body.template-classic .reveal.is-in{animation:ed-reveal .7s cubic-bezier(.22,.61,.36,1) both}body.template-classic .hero-overlay-inner>*{animation:ed-reveal .8s cubic-bezier(.22,.61,.36,1) both}body.template-classic .hero-cta{animation-delay:.12s}@media (prefers-reduced-motion:reduce){body.template-classic .reveal{opacity:1!important}body.template-classic .hero-overlay-inner>*,body.template-classic .reveal.is-in{animation:none!important}body.template-classic .product-card:hover{transform:none}}@font-face{font-family:displayFont;src:url(/_next/static/media/8051a08636cd4e74-s.p.woff2) format("woff2");font-display:swap;font-weight:400}@font-face{font-family:displayFont Fallback;src:local("Arial");ascent-override:127.93%;descent-override:35.79%;line-gap-override:0.00%;size-adjust:91.94%}.__className_2b7712{font-family:displayFont,displayFont Fallback;font-weight:400}.__variable_2b7712{--font-display:"displayFont","displayFont Fallback"}@font-face{font-family:bodyFont;src:url(/_next/static/media/6c596dfcddeca1e9-s.p.woff2) format("woff2");font-display:swap;font-weight:100 900}@font-face{font-family:bodyFont Fallback;src:local("Arial");ascent-override:89.79%;descent-override:22.36%;line-gap-override:0.00%;size-adjust:107.89%}.__className_fe16cf{font-family:bodyFont,bodyFont Fallback}.__variable_fe16cf{--font-body:"bodyFont","bodyFont Fallback"}