html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body{display:flex;flex-direction:column;min-height:100vh}#MainContent{flex:1}.footer{padding-top:60px;opacity:0;transform:translateY(30px);animation:footer-fade-in .8s ease forwards}@keyframes footer-fade-in{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.footer{animation:none;opacity:1;transform:none}}@media (min-width: 750px){.footer{padding-top:80px}}.footer__grid{display:grid;gap:var(--footer-gap,32px);align-items:start}@media (min-width: 990px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1.5fr}}.footer__logo{max-width:220px;height:auto}.footer__brand-name a{text-decoration:none;color:inherit}.footer__tagline{margin-top:12px;max-width:32ch;color:rgba(var(--color-foreground),.85)}.footer__description{margin-top:8px;max-width:36ch;font-size:.9rem;color:rgba(var(--color-foreground),.7);line-height:1.5}.footer__trust-badges{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:12px;max-width:500px}.footer__badge{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;border:1px solid rgba(var(--color-foreground),.12);border-radius:12px;background:linear-gradient(135deg,rgba(var(--color-foreground),.02),rgba(var(--color-foreground),.05));text-align:center;font-size:.7rem;line-height:1.3;font-weight:600;color:rgba(var(--color-foreground),.8);transition:all .25s ease;position:relative;overflow:hidden;cursor:default}.footer__badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.footer__badge:hover:before{left:100%}.footer__badge:hover{transform:translateY(-4px);border-color:rgba(var(--color-foreground),.2);box-shadow:0 6px 20px #00000014}.footer__badge svg{opacity:.8;color:rgb(var(--color-button));flex-shrink:0}.footer__badge[data-tooltip]{cursor:help}.footer__badge[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#000000e6;color:#fff;padding:8px 12px;border-radius:6px;font-size:.75rem;white-space:normal;max-width:200px;z-index:10;text-align:center;line-height:1.4;pointer-events:none}@media (max-width: 749px){.footer__trust-badges{grid-template-columns:repeat(2,1fr);max-width:100%}}.footer__reviews-badge{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;background:linear-gradient(135deg,rgba(var(--color-foreground),.02),rgba(var(--color-foreground),.05));border:1px solid rgba(var(--color-foreground),.12);border-radius:12px;text-decoration:none;box-shadow:0 4px 12px #0000000f;transition:all .25s ease;flex-wrap:wrap;text-align:center;max-width:100%;font-variant-numeric:tabular-nums;position:relative;overflow:hidden}.footer__reviews-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.footer__reviews-badge:hover:before{left:100%}.footer__reviews-badge:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a;border-color:rgba(var(--color-foreground),.2)}.footer__reviews-badge:focus-visible{outline:.2rem solid rgb(var(--color-button));outline-offset:3px;box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-button),.25)}.footer__reviews-stars{color:#f59e0b;font-size:18px;line-height:1}.footer__reviews-text{font-size:15px;line-height:1.4;color:rgba(var(--color-foreground),.85);font-variant-numeric:tabular-nums}.footer__reviews-text strong{font-weight:700;color:rgb(var(--color-foreground))}.footer__reviews-social{white-space:nowrap;font-weight:600}@media (max-width: 640px){.footer__reviews-badge{flex-direction:column;gap:8px;padding:14px 16px}.footer__reviews-stars{font-size:20px}.footer__reviews-text{font-size:14px}}.footer__app-title{font-size:.9rem;font-weight:600;margin-bottom:8px;color:rgba(var(--color-foreground),.85)}.footer__app-buttons{display:flex;gap:8px;flex-wrap:wrap}.footer__app-button{display:inline-flex;padding:8px 16px;border:1px solid rgba(var(--color-foreground),.2);border-radius:6px;background:rgba(var(--color-foreground),.02);transition:all .2s ease;text-decoration:none}.footer__app-button:hover{background:rgba(var(--color-foreground),.05);transform:translateY(-2px)}.footer__menu{border:0}.footer__summary{cursor:pointer;font-weight:600;list-style:none;margin:0 0 8px;padding-right:26px;position:relative;-webkit-user-select:none;user-select:none}.footer__summary:after{content:"";position:absolute;right:2px;top:.55em;width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease}details[open]>.footer__summary:after{transform:rotate(-135deg)}@media (min-width: 990px){.footer__menu{display:block}.footer__summary{pointer-events:none;padding-right:0;cursor:default}.footer__summary:after{display:none}}.footer__link{display:inline-block;padding:4px 0;text-decoration:none;color:rgba(var(--color-foreground),.85);transition:color .2s ease}.footer__link:hover{color:rgb(var(--color-foreground))}.footer__list-social{margin:8px 0 16px;padding:0;list-style:none;display:flex;gap:14px}.footer__social-link{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background:rgba(var(--color-foreground),.05);transition:transform .2s ease,background-color .2s ease}.footer__social-link:hover{transform:scale(1.1);background:rgba(var(--color-foreground),.1)}.footer__social-link:focus-visible{background:rgba(var(--color-foreground),.1)}.footer__newsletter{margin-top:16px}.footer__newsletter-incentive{font-weight:600;font-size:1rem;margin-bottom:8px;color:rgb(var(--color-button))}.footer__newsletter-copy{margin-bottom:8px}.footer__newsletter-row{display:flex;flex-direction:column;gap:10px;margin-top:6px}.footer__newsletter-input-wrapper{flex:1;min-width:0;position:relative}.footer__newsletter-input-wrapper input{width:100%;padding:12px 14px;border:1px solid rgba(var(--color-foreground),.15);border-radius:6px;background:rgba(var(--color-foreground),.02);transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;font-size:1rem}.footer__newsletter-input-wrapper input::placeholder{color:rgba(var(--color-foreground),.5)}.footer__newsletter-input-wrapper input:focus{border-color:rgb(var(--color-button));background:rgb(var(--color-background));box-shadow:0 0 0 2px rgba(var(--color-button),.1)}.footer__newsletter-input-wrapper input[aria-invalid=true]{border-color:#d32f2f}.footer__newsletter-button{width:100%;padding:12px 24px}.footer__error{display:block;color:#d32f2f;font-size:.875rem;margin-top:4px;min-height:1.2em}.footer__success{display:block;color:#2e7d32;font-size:.875rem;margin-top:4px;min-height:1.2em}.footer__newsletter-button.loading{position:relative;color:transparent;pointer-events:none}.footer__newsletter-button.loading:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:newsletter-spin .6s linear infinite}@keyframes newsletter-spin{to{transform:rotate(360deg)}}.footer__chat-button{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;border-radius:9999px;font-weight:600;cursor:pointer;transition:all .2s ease}.footer__chat-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--color-button),.3)}.footer__chat-button svg{flex-shrink:0}.footer__quick-links{margin:24px 0;text-align:center}.footer__quick-title{font-size:1rem;font-weight:600;margin-bottom:12px;color:rgba(var(--color-foreground),.85)}.footer__quick-list{display:flex;flex-wrap:wrap;gap:12px 24px;justify-content:center;list-style:none;margin:0;padding:0}.footer__quick-link{color:rgba(var(--color-foreground),.7);text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer__quick-link:hover{color:rgb(var(--color-foreground))}.footer__payments{margin:24px 0}.footer__payment-list{display:flex;flex-wrap:wrap;gap:14px 18px;align-items:center;justify-content:center;margin:0;padding:0;list-style:none}.footer__payment-list li img{transition:transform .2s ease,box-shadow .2s ease;border-radius:4px;opacity:1}.footer__payment-list li img:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}@media (max-width: 749px){.footer__payment-list{gap:12px 14px}}.footer__extra-menu{margin:10px 0 6px}.footer__extra-list{display:flex;flex-wrap:wrap;gap:16px 20px;justify-content:center;margin:0;padding:0}.footer__extra-list li{list-style:none}.footer__extra-link{font-size:.95rem;color:rgba(var(--color-foreground),.72);text-decoration:none;transition:color .2s ease;padding:6px 4px;min-height:44px;display:inline-flex;align-items:center}.footer__extra-link:hover{color:rgb(var(--color-foreground))}@media (max-width: 749px){.footer__extra-link{font-size:1rem}}.footer__divider{border:0;height:2px;background:rgba(var(--color-foreground),.08);margin:32px 0 24px}.footer__legal{display:grid;gap:8px;text-align:center}.footer__copyright,.footer__a11y,.footer__a11y p{margin:0}.footer__a11y-link{text-decoration:underline;text-underline-offset:.28em;font-size:.9rem;color:rgba(var(--color-foreground),.7);transition:color .2s ease}.footer__a11y-link:hover{color:rgb(var(--color-foreground))}abbr[title]{text-decoration:none;border-bottom:1px dotted rgba(var(--color-foreground),.4);cursor:help}.footer__back-wrapper{margin:20px 0 0;padding-bottom:20px;text-align:center}.footer__backlink{text-decoration:none;color:rgba(var(--color-foreground),.85);font-size:1rem;display:inline-block;padding:4px 0;transition:color .2s ease,transform .2s ease}.footer__backlink:hover{color:rgb(var(--color-foreground));transform:translateY(-2px)}.footer a:focus-visible,.footer button:focus-visible,.footer input:focus-visible,.footer summary:focus-visible{outline:.2rem solid rgb(var(--color-button));outline-offset:3px;box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-button),.25);border-radius:6px}@media (prefers-contrast: high){.footer__link,.footer__extra-link,.footer__a11y-link,.footer__backlink{color:rgb(var(--color-foreground));text-decoration:underline}.footer__badge{border-width:2px;border-color:rgb(var(--color-foreground))}}@media (prefers-reduced-motion: reduce){.footer *,.footer *:before,.footer *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.footer__country-menu{transition:none!important}.footer__country details[open] .footer__country-menu{opacity:1;transform:none}.footer__badge:before{display:none}}@media (prefers-color-scheme: dark){.footer{--footer-dark-bg: #1a1a1a;--footer-dark-fg: #e0e0e0}.footer[data-color-scheme=auto],.footer:not([data-color-scheme]){background:var(--footer-dark-bg);color:var(--footer-dark-fg)}.footer[data-color-scheme=auto] .footer__badge,.footer:not([data-color-scheme]) .footer__badge{border-color:#ffffff26;background:linear-gradient(135deg,#ffffff08,#ffffff0f)}.footer[data-color-scheme=auto] .footer__country-summary,.footer:not([data-color-scheme]) .footer__country-summary{border-color:#fff3;background:#ffffff0d}.footer[data-color-scheme=auto] .footer__country-menu,.footer:not([data-color-scheme]) .footer__country-menu{background:#2a2a2a;border-color:#fff3}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.footer__country details{position:relative}.footer__country-summary{list-style:none;display:inline-flex;gap:10px;align-items:center;cursor:pointer;border:2px solid rgba(var(--color-foreground),.2);background:rgba(var(--color-foreground),.02);padding:8px 12px;border-radius:0;color:rgba(var(--color-foreground),.85);transition:all .2s ease;font-size:14px;width:auto}.footer__country-summary::-webkit-details-marker{display:none}.footer__country-summary:after{content:"\25bc";font-size:10px;margin-left:4px;opacity:.6;transition:transform .2s ease}.footer__country details[open] .footer__country-summary:after{transform:rotate(180deg)}.footer__country-summary:hover{background:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.3)}.footer__country-summary:focus-visible{outline:3px solid rgb(var(--color-button));outline-offset:2px}.footer__country-menu{position:absolute;bottom:calc(100% + 4px);left:0;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:2px solid rgba(var(--color-foreground),.2);border-radius:0;padding:6px;min-width:240px;z-index:1000;box-shadow:0 4px 12px #0000001a;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.footer__country details[open] .footer__country-menu{opacity:1;transform:translateY(0);pointer-events:all}.footer__country-item{display:flex;gap:10px;align-items:center;padding:10px 40px 10px 12px;border-radius:0;cursor:pointer;position:relative;transition:background-color .2s ease;min-height:44px;border:1px solid transparent}.footer__country-item:hover{background:rgba(var(--color-foreground),.08)}.footer__country-item:focus{outline:3px solid rgb(var(--color-button));outline-offset:-3px}.footer__country-item.active{background:rgba(var(--color-foreground),.05);border:1px solid transparent}.footer__country-item.active:after{content:"\2713";position:absolute;right:12px;color:rgb(var(--color-button));font-weight:700;font-size:18px}.country-form-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.footer__country-loading{position:fixed;top:0;right:0;bottom:0;left:0;background:#ffffffb3;z-index:9999;display:none;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;transition:opacity .2s ease}.footer__country-loading.active{display:flex}.footer__country-loading.visible{opacity:1}.footer__country-loading .spinner-wrapper{display:flex;flex-direction:column;align-items:center;gap:12px}.footer__country-loading .spinner{width:40px;height:40px;border:3px solid rgba(var(--color-button),.2);border-top-color:rgb(var(--color-button));border-radius:50%;animation:footer-spin .8s linear infinite}.footer__country-loading .spinner-text{color:rgb(var(--color-foreground));font-size:14px;font-weight:500}@keyframes footer-spin{to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/30/compiled_assets/styles.css.map */
