.announce-bar{background:var(--indigo);color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.01em;height:var(--bar-h);display:flex;align-items:center;justify-content:center;gap:2.5rem;overflow:hidden;position:relative;z-index:var(--z-bar)}.announce-bar span{display:inline-flex;align-items:center;gap:.5em;white-space:nowrap}.announce-bar svg{width:1em;height:1em;color:var(--accent)}.announce-bar .announce-extra{color:#ffffff9e}@media(max-width:720px){.announce-bar{gap:0;justify-content:center;overflow:hidden}.announce-bar span{display:none;max-width:100%;overflow:hidden;text-overflow:ellipsis}.announce-bar span.is-active{display:inline-flex;animation:announceIn .5s var(--ease)}}@keyframes announceIn{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:none}}.site-header{position:sticky;top:0;z-index:var(--z-header);background:#ffffffdb;-webkit-backdrop-filter:saturate(160%) blur(14px);backdrop-filter:saturate(160%) blur(14px);border-bottom:1px solid var(--line);transition:box-shadow var(--t),background var(--t)}.site-header.is-stuck{box-shadow:var(--sh)}.header__inner{display:flex;align-items:center;gap:1rem;height:var(--header-h);transition:height var(--t)}.site-header.is-stuck .header__inner{height:64px}.header__logo img{height:42px;width:auto}.header__nav{display:flex;align-items:center;gap:.1rem;margin-inline:auto}.nav__link{position:relative;padding:.5rem .62rem;font-weight:600;font-size:.88rem;color:var(--ink);white-space:nowrap;border-radius:var(--r-sm);transition:color var(--t-fast),background var(--t-fast);display:inline-flex;align-items:center;gap:.3em}.nav__link:hover{color:var(--accent-700);background:var(--accent-tint)}.nav__link--accent{color:var(--accent-700);background:var(--accent-tint);border-radius:var(--r-pill);padding:.5rem .95rem;margin-left:.35rem}.nav__link--accent:hover{color:#fff;background:var(--accent)}.header__actions{display:flex;align-items:center;gap:.25rem}.icon-btn{width:42px;height:42px;display:grid;place-items:center;border-radius:var(--r-pill);color:var(--ink);transition:background var(--t-fast),color var(--t-fast);position:relative}.icon-btn:hover{background:var(--mist-2)}.icon-btn svg{width:21px;height:21px}.cart-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 4px;background:var(--accent);color:#fff;font-size:.68rem;font-weight:700;border-radius:var(--r-pill);display:grid;place-items:center;line-height:1;border:2px solid #fff;transform:scale(0);transition:transform var(--t) var(--ease-out)}.cart-count.has-items{transform:scale(1)}.cart-count.bump{animation:bump .4s var(--ease)}@keyframes bump{30%{transform:scale(1.35)}}.has-dropdown{position:relative}.dropdown{position:absolute;top:calc(100% + 8px);left:0;transform:translateY(8px);background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh-lg);padding:.4rem;min-width:250px;display:grid;grid-template-columns:1fr;gap:1px;opacity:0;visibility:hidden;transition:all var(--t) var(--ease);z-index:5}.has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown__item{display:flex;align-items:center;gap:.7rem;padding:.55rem .65rem;border-radius:var(--r-sm);transition:background var(--t-fast)}.dropdown__item:hover{background:var(--mist)}.dropdown__ic{width:32px;height:32px;flex:none;border-radius:var(--r-xs);background:var(--accent-tint);display:grid;place-items:center;color:var(--accent-700)}.dropdown__ic svg{width:17px;height:17px}.dropdown__t{font-weight:600;font-size:.9rem}.dropdown__item:hover .dropdown__t{color:var(--accent-700)}.burger{display:none}.header-search{display:flex;align-items:center;gap:.45rem;background:var(--mist);border:1px solid transparent;border-radius:var(--r-pill);padding:.42rem .8rem;width:clamp(150px,13vw,200px);transition:border-color var(--t-fast),background var(--t-fast),width var(--t)}.header-search:focus-within{border-color:var(--accent);background:#fff;width:clamp(200px,16vw,240px)}.header-search svg{width:16px;height:16px;color:var(--ink-3);flex:none}.header-search input{flex:1;border:none;background:none;font-size:.85rem;min-width:0;color:var(--ink)}.header-search input::placeholder{color:var(--ink-3)}.header-search input:focus{outline:none}.lang-stub{font-size:.78rem;font-weight:700;color:var(--ink-3);padding:0 .35rem;letter-spacing:.03em;cursor:default}.wish-anchor{position:relative}.wish-count{position:absolute;top:4px;right:4px;min-width:17px;height:17px;padding:0 4px;background:var(--indigo);color:#fff;font-size:.64rem;font-weight:800;border-radius:var(--r-pill);display:grid;place-items:center;line-height:1;border:2px solid #fff;transform:scale(0);transition:transform var(--t) var(--ease-out)}.wish-count.has-items{transform:scale(1)}.header__searchbar{display:none}@media(max-width:1160px){.header__nav{display:none}.burger{display:grid}.header-search,.lang-stub{display:none}.header__searchbar{display:block;border-top:1px solid var(--line);background:#fff;padding:.55rem var(--gutter)}.header__searchbar .header-search--full{display:flex;width:100%}}.price{display:flex;flex-direction:column;gap:.05rem;line-height:1.15}.price__now{font-weight:700;font-size:1.25rem;color:var(--ink);letter-spacing:-.02em}.price__from{font-size:.72rem;color:var(--ink-3);font-weight:600}.price__vat{font-size:.72rem;color:var(--ink-3);font-weight:500}.price.is-cust{flex-direction:row;align-items:baseline;gap:.5rem;flex-wrap:wrap}.price.is-cust .price__now{color:var(--ink-3);font-size:.9rem;font-weight:500;text-decoration:line-through;text-decoration-color:var(--line-2);order:2}.price__cust{display:none;align-items:baseline;gap:.4rem;order:1}.price.is-cust .price__cust{display:inline-flex}.price__cust .lbl{display:none}.price__cust b{font-weight:700;font-size:1.25rem;color:var(--accent-700);letter-spacing:-.02em}.price--lg .price__now{font-size:1.7rem}.price--lg.is-cust .price__now{font-size:1rem}.price--lg .price__cust b{font-size:1.7rem}.pcard{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;transition:transform var(--t) var(--ease),box-shadow var(--t) var(--ease),border-color var(--t)}.pcard:hover{transform:translateY(-6px);box-shadow:var(--sh-md);border-color:transparent}.pcard__media{position:relative;aspect-ratio:1/1;background:radial-gradient(120% 120% at 50% 18%,#fff,var(--mist) 100%);display:grid;place-items:center;padding:12%;overflow:hidden}.pcard__media img{width:100%;height:100%;object-fit:contain;transition:transform var(--t-slow) var(--ease);mix-blend-mode:multiply}.pcard:hover .pcard__media img{transform:scale(1.07)}.pcard__badges{position:absolute;top:12px;left:12px;display:flex;flex-flow:row wrap;align-items:flex-start;gap:5px;z-index:2}.pcard__fav{position:absolute;top:10px;right:10px;z-index:2;width:36px;height:36px;border-radius:var(--r-pill);background:#ffffffd9;display:grid;place-items:center;color:var(--ink-2);opacity:0;transform:translateY(-6px);transition:all var(--t)}.pcard:hover .pcard__fav{opacity:1;transform:none}.pcard__fav:hover{color:var(--indigo)}.pcard__fav.is-active{opacity:1;transform:none;color:var(--indigo)}.pcard__fav.is-active svg{fill:currentColor}.wish-empty{text-align:center;padding:3rem 1rem 4rem}.wish-empty__ic{display:inline-grid;place-items:center;width:68px;height:68px;border-radius:50%;background:var(--mist);color:var(--accent-700);margin-bottom:1rem}.wish-empty__ic svg{width:30px;height:30px}.pcard__body{padding:1.05rem 1.15rem 1.2rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.pcard__brand{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3)}.pcard__title{font-size:1rem;font-weight:600;letter-spacing:-.015em;line-height:1.25}.pcard__title a:hover{color:var(--accent-700)}.pcard__specs{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.1rem}.spec-chip{font-size:.72rem;font-weight:600;color:var(--ink-2);background:var(--mist);border:1px solid var(--line);padding:.25em .6em;border-radius:var(--r-pill)}.spec-chip b{color:var(--ink);font-weight:700}.pcard__foot{margin-top:auto;padding-top:.65rem;display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem}.pcard__add{width:44px;height:44px;flex:none;border-radius:var(--r-pill);background:var(--indigo);color:#fff;display:grid;place-items:center;transition:transform var(--t-fast),background var(--t-fast)}.pcard__add:hover{background:var(--accent);color:#fff;transform:scale(1.08)}.pcard__add svg{width:20px;height:20px}.pcard__rating{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--ink-3)}.usp{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--line)}.usp__item{background:#fff;padding:1.4rem 1.5rem;display:flex;gap:.9rem;align-items:center}.usp__ic{width:44px;height:44px;flex:none;border-radius:var(--r-sm);background:var(--accent-tint);color:var(--accent-700);display:grid;place-items:center}.usp__ic svg{width:23px;height:23px}.usp__t{font-weight:700;font-size:.92rem}.usp__d{font-size:.78rem;color:var(--ink-3);margin-top:1px}@media(max-width:860px){.usp{grid-template-columns:repeat(2,1fr)}}.marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.marquee__track{display:flex;gap:3.5rem;width:max-content;animation:marquee 34s linear infinite;align-items:center}.marquee:hover .marquee__track{animation-play-state:paused}@keyframes marquee{to{transform:translate(-50%)}}.brand-logo{display:inline-flex;align-items:center;justify-content:center;height:38px;color:var(--ink-3);transition:color var(--t);flex:none}.brand-logo:hover{color:var(--indigo)}.brand-logo svg{height:100%;width:auto}.brand-logo{flex:none;height:52px;width:auto;object-fit:contain;filter:grayscale(1);opacity:.6;mix-blend-mode:multiply;transition:filter var(--t),opacity var(--t)}.brand-logo:hover{filter:grayscale(0);opacity:1}.trusted img{width:100%;max-width:1100px;margin-inline:auto;opacity:.72;filter:grayscale(1);transition:opacity var(--t),filter var(--t)}.trusted:hover img{opacity:1;filter:grayscale(0)}.qty{display:inline-flex;align-items:center;border:1.5px solid var(--line-2);border-radius:var(--r-pill);overflow:hidden}.qty button{width:40px;height:44px;display:grid;place-items:center;color:var(--ink);transition:background var(--t-fast)}.qty button:hover{background:var(--mist-2)}.qty input{width:42px;height:44px;text-align:center;border:none;font-weight:700;-moz-appearance:textfield}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none}.acc{border-top:1px solid var(--line)}.acc__item{border-bottom:1px solid var(--line)}.acc__head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 0;font-weight:700;font-size:1rem;text-align:left}.acc__head .pm{width:24px;height:24px;flex:none;position:relative}.acc__head .pm:before,.acc__head .pm:after{content:"";position:absolute;inset:50% 2px auto 2px;height:2px;background:var(--ink);border-radius:2px;transition:transform var(--t)}.acc__head .pm:after{transform:rotate(90deg)}.acc__item.open .pm:after{transform:rotate(0);opacity:0}.acc__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--t) var(--ease)}.acc__item.open .acc__body{grid-template-rows:1fr}.acc__body>div{overflow:hidden}.acc__body p,.acc__body li{color:var(--ink-2);font-size:.95rem;padding-bottom:1.15rem}.cust-toggle{display:none!important}.cust-toggle{position:fixed;left:18px;bottom:18px;z-index:var(--z-toggle);display:flex;align-items:center;gap:.7rem;background:#fff;border:1px solid var(--line);box-shadow:var(--sh-md);border-radius:var(--r-pill);padding:.55rem .85rem .55rem .95rem;font-size:.82rem;font-weight:600;max-width:calc(100vw - 36px)}.cust-toggle__dot{width:8px;height:8px;border-radius:50%;background:var(--ink-3);transition:background var(--t);flex:none}.cust-toggle.on .cust-toggle__dot{background:var(--accent);box-shadow:0 0 0 4px #00a0f733}.cust-toggle__txt b{font-weight:700}.cust-toggle__txt small{display:block;color:var(--ink-3);font-weight:500;font-size:.72rem;line-height:1;margin-top:1px}.switch{width:42px;height:24px;border-radius:var(--r-pill);background:var(--line-2);position:relative;transition:background var(--t);flex:none}.switch:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:var(--sh-sm);transition:transform var(--t) var(--ease)}.cust-toggle.on .switch{background:var(--accent)}.cust-toggle.on .switch:after{transform:translate(18px)}@media(max-width:600px){.cust-toggle small{display:none}}.site-footer{background:var(--grad-indigo);color:#fff;padding-top:clamp(48px,6vw,80px);position:relative;overflow:hidden}.site-footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--grad-glow);pointer-events:none}.footer__top{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:2.5rem;position:relative}.footer__brand img{height:34px;margin-bottom:1.1rem}.footer__brand p{color:#ffffffa8;font-size:.92rem;max-width:32ch}.footer__col h5{color:#fff;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}.footer__col a{display:block;color:#ffffffa8;font-size:.92rem;padding:.3rem 0;transition:color var(--t-fast)}.footer__col a:hover{color:var(--accent)}.footer__col a.footer__olmia{display:inline-flex;align-items:center;justify-content:center;width:auto;margin-top:1.3rem;padding:.62rem 1.3rem;color:#fff;font-weight:600}.footer__col a.footer__olmia:hover{color:#fff}.footer__news{display:flex;gap:.5rem;margin-top:1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:var(--r-pill);padding:.35rem .35rem .35rem 1.1rem;max-width:360px}.footer__news input{flex:1;background:none;border:none;color:#fff;font-size:.9rem}.footer__news input::placeholder{color:#ffffff80}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:2rem 0;margin-top:clamp(36px,4vw,56px);border-top:1px solid rgba(255,255,255,.12);position:relative}.footer__bottom p{color:#ffffff80;font-size:.82rem}.footer__pay{display:flex;gap:.3rem;align-items:center;flex-wrap:wrap}.footer__pay img{height:14px;width:auto;background:#fff;border-radius:3px;padding:3px 5px;box-sizing:content-box}.footer__pay .pay-text{font-size:.64rem;font-weight:600;color:var(--indigo);background:#fff;border-radius:3px;padding:.38em .5em;line-height:1}@media(max-width:860px){.footer__top{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1/-1}}@media(max-width:520px){.footer__top{grid-template-columns:1fr}}.crumbs{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--ink-3);flex-wrap:wrap}.crumbs a:hover{color:var(--accent-700)}.crumbs span{color:var(--line-2)}.crumbs b{color:var(--ink-2);font-weight:600}.search-overlay{position:absolute;inset:0 0 auto 0;background:#fffffffa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;padding:0 var(--gutter);height:100%;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all var(--t) var(--ease)}.search-overlay.open{opacity:1;visibility:visible;transform:none}.search-box{display:flex;align-items:center;gap:.9rem;width:100%;max-width:var(--container-wide);margin-inline:auto}.search-box svg{width:24px;height:24px;color:var(--ink-3);flex:none}.search-box input{flex:1;border:none;font-size:clamp(1.1rem,2.4vw,1.6rem);font-weight:600;letter-spacing:-.02em;background:none}.search-close{font-size:1.4rem;color:var(--ink-3);width:40px;height:40px}.search-close:hover{color:var(--ink)}.mobile-menu{position:fixed;top:0;left:0;height:100%;width:min(86vw,360px);background:#fff;z-index:calc(var(--z-drawer) + 1);transform:translate(-100%);transition:transform var(--t) var(--ease);box-shadow:var(--sh-lg);display:flex;flex-direction:column;padding:1.2rem}.mobile-menu.open{transform:none}.mobile-menu__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid var(--line)}.mobile-menu__head img{height:30px}.mobile-menu__nav{display:flex;flex-direction:column;padding:1rem 0;flex:1}.mobile-menu__nav a{padding:.9rem .4rem;font-weight:700;font-size:1.05rem;border-bottom:1px solid var(--line)}.mobile-menu__nav a.accent{color:var(--accent-700)}.mobile-menu__nav a:last-child{border-bottom:none}.mobile-menu__foot{display:grid;gap:.8rem;padding-top:.5rem}.mobile-menu__foot p{font-size:.82rem;text-align:center}.toast-wrap{position:fixed;left:50%;bottom:24px;transform:translate(-50%);z-index:var(--z-modal);display:flex;flex-direction:column;gap:.5rem;align-items:center;pointer-events:none}.toast{display:flex;align-items:center;gap:.55rem;background:var(--ink);color:#fff;padding:.8rem 2rem;border-radius:var(--r-lg);box-shadow:var(--sh-lg);font-size:.9rem;font-weight:600;white-space:nowrap;max-width:calc(100vw - 28px);transform:translateY(20px);opacity:0;transition:all var(--t) var(--ease)}.toast.show{transform:none;opacity:1}.toast svg{width:18px;height:18px;color:var(--accent);flex:none}@media(max-width:767px){.toast-wrap{bottom:92px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/components.css.map */
