:root{--autosky-blue-dark: #0F4B81;--autosky-blue-light: #0FAFE6;--autosky-black: #000000;--autosky-gradient: linear-gradient(135deg, #0F4B81 0%, #0FAFE6 100%)}*,*:before,*:after{box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body-family);font-size:1.6rem;line-height:1.6;color:rgb(var(--color-base-text));background-color:rgb(var(--color-base-background))}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);line-height:1.2;margin:0 0 1rem}p{margin:0 0 1rem}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0}.list-unstyled{list-style:none}.page-width{max-width:var(--page-width, 1400px);margin:0 auto;padding:0 2rem}@media screen and (min-width: 750px){.page-width{padding:0 4rem}}.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}.skip-to-content-link:focus{position:fixed;top:1rem;left:1rem;z-index:9999;padding:1rem 2rem;background:rgb(var(--color-base-primary));color:#fff;clip:auto;width:auto;height:auto}.mobile-only{display:block}@media screen and (min-width: 990px){.mobile-only{display:none!important}}@media screen and (min-width: 990px){.desktop-only{display:block}}.button{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.2rem 2.4rem;font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border:none;border-radius:var(--buttons-radius, 4px);cursor:pointer;transition:all .3s ease}.button--primary{background:rgb(var(--color-base-primary));color:#fff}.button--primary:hover{background:rgba(var(--color-base-primary),.9);transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--color-base-primary),.3)}.button--secondary{background:transparent;color:rgb(var(--color-base-primary));border:2px solid rgb(var(--color-base-primary))}.button--secondary:hover{background:rgb(var(--color-base-primary));color:#fff}.button--full-width{width:100%}.button .icon{width:1.6rem;height:1.6rem}.icon{width:2.4rem;height:2.4rem;flex-shrink:0}.link-with-arrow{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:rgb(var(--color-base-primary));transition:gap .3s ease}.link-with-arrow:hover{gap:1rem}.link-with-arrow .icon{width:1.6rem;height:1.6rem}.announcement-bar{background:rgb(var(--color-base-primary));color:#fff;padding:1rem 0;font-size:1.3rem;text-align:center}.announcement-bar__wrapper{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.announcement-bar__badge{background:#fff3;padding:.3rem .8rem;border-radius:4px;font-weight:700;font-size:1rem;letter-spacing:.1em}.announcement-bar__message{margin:0}.announcement-bar__link{text-decoration:underline}.announcement-bar__link:hover{text-decoration:none}.announcement-bar__code{background:#ffffff26;padding:.4rem 1rem;border-radius:4px}.announcement-bar__code strong{margin-left:.5rem;letter-spacing:.1em}.header{background:#fff;border-bottom:1px solid rgba(0,0,0,.08);position:sticky;top:0;z-index:100}.header__wrapper{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;gap:2rem}@media screen and (min-width: 990px){.header__wrapper{padding:2rem 4rem}}.header__logo{flex-shrink:0}.header__logo-link{display:flex;align-items:center;gap:.5rem}.header__logo-image{height:auto;max-height:50px}.header__logo-text{font-size:2.4rem;font-weight:700;color:rgb(var(--color-base-text))}.header__shop-name{display:block;color:var(--autosky-black, #000000)}.header__logo-auto{font-weight:400}.header__logo-sky{font-weight:700}.header__renewed-badge{display:inline-block;background:rgb(var(--color-renewed-badge, 76, 175, 80));color:#fff;padding:.2rem .6rem;border-radius:4px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-left:.5rem;vertical-align:middle}.header__nav{display:none}@media screen and (min-width: 990px){.header__nav{display:block;flex:1}}.header__menu{display:flex;align-items:center;justify-content:center;gap:3rem}.header__menu-link,.header__menu-item>summary{font-size:1.4rem;font-weight:500;color:rgb(var(--color-base-text));text-transform:uppercase;letter-spacing:.05em;padding:.5rem 0;cursor:pointer;transition:color .3s ease;display:flex;align-items:center;gap:.5rem}.header__menu-link:hover,.header__menu-item>summary:hover{color:rgb(var(--color-base-primary))}.header__menu-item{position:relative}.header__menu-item>summary{list-style:none}.header__menu-item>summary::-webkit-details-marker{display:none}.header__menu-item>summary .icon{width:1.2rem;height:1.2rem;transition:transform .3s ease}.header__menu-item[open]>summary .icon{transform:rotate(180deg)}.header__dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border-radius:8px;box-shadow:0 10px 40px #00000026;padding:1.5rem 0;min-width:200px;z-index:10}.header__dropdown-link{display:block;padding:1rem 2rem;font-size:1.4rem;color:rgb(var(--color-base-text));transition:background .3s ease,color .3s ease}.header__dropdown-link:hover{background:rgba(var(--color-base-primary),.05);color:rgb(var(--color-base-primary))}.header__icons{display:flex;align-items:center;gap:1.5rem}.header__icon{display:flex;align-items:center;justify-content:center;position:relative;color:rgb(var(--color-base-text));transition:color .3s ease}.header__icon:hover{color:rgb(var(--color-base-primary))}.header__icon .icon{width:2.2rem;height:2.2rem}.header__icon--menu{background:none;border:none;padding:0;cursor:pointer}.header__cart-count{position:absolute;top:-8px;right:-8px;background:rgb(var(--color-base-primary));color:#fff;font-size:1rem;font-weight:700;min-width:1.8rem;height:1.8rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.header__cart-count.hidden{display:none}.mobile-nav{position:fixed;top:0;right:-100%;width:100%;max-width:400px;height:100vh;background:#fff;z-index:200;transition:right .3s ease;overflow-y:auto}.mobile-nav[aria-hidden=false]{right:0}.mobile-nav__wrapper{padding:2rem}.mobile-nav__close{position:absolute;top:2rem;right:2rem;background:none;border:none;cursor:pointer;padding:0}.mobile-nav__menu{margin-top:4rem}.mobile-nav__item{border-bottom:1px solid rgba(0,0,0,.08)}.mobile-nav__link{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;font-size:1.6rem;font-weight:500}.mobile-nav__details summary{list-style:none;cursor:pointer}.mobile-nav__details summary::-webkit-details-marker{display:none}.mobile-nav__submenu{padding-left:1.5rem;padding-bottom:1rem}.mobile-nav__sublink{display:block;padding:1rem 0;font-size:1.4rem;color:rgba(var(--color-base-text),.7)}.hero-banner{position:relative;min-height:500px;display:flex;align-items:center;background-color:var(--autosky-blue-dark, #0F4B81);background-size:cover;background-position:center;overflow:hidden}@media screen and (min-width: 750px){.hero-banner{min-height:600px}}.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f4b81f2,#0fafe6b3)}.hero-banner__content{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;padding:4rem 0}@media screen and (min-width: 990px){.hero-banner__content{grid-template-columns:1fr 1fr}}.hero-banner__text{color:#fff}.hero-banner__badge{display:inline-block;background:#0fafe633;color:var(--autosky-blue-light, #0FAFE6);padding:.5rem 1.2rem;border-radius:50px;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;border:1px solid rgba(15,175,230,.3)}.hero-banner__heading{font-size:3.6rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}@media screen and (min-width: 750px){.hero-banner__heading{font-size:5rem}}.hero-banner__subheading{font-size:1.8rem;opacity:.9;margin-bottom:2rem;line-height:1.5}.hero-banner__features{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:3rem}.hero-banner__feature{display:flex;align-items:center;gap:.5rem;font-size:1.3rem;opacity:.85}.hero-banner__feature .icon{width:1.6rem;height:1.6rem;color:var(--autosky-blue-light, #0FAFE6)}.hero-banner__button{background:#fff;color:var(--autosky-blue-dark, #0F4B81)}.hero-banner__button:hover{background:var(--autosky-blue-light, #0FAFE6);color:#fff}.hero-banner__product{display:none;position:relative}@media screen and (min-width: 990px){.hero-banner__product{display:block}}.hero-banner__product-image{max-width:80%;margin:0 auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3))}.hero-banner__product-badge{position:absolute;top:2rem;right:2rem;background:#ff5722;color:#fff;padding:.8rem 1.5rem;border-radius:50px;font-weight:700;font-size:1.4rem}.trust-badges{padding:4rem 0;background:#f8f9fa}.trust-badges__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media screen and (min-width: 750px){.trust-badges__grid{grid-template-columns:repeat(4,1fr)}}.trust-badges__item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem}.trust-badges__icon{width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;margin-bottom:1.5rem;box-shadow:0 4px 15px #00000014}.trust-badges__icon .icon{width:2.4rem;height:2.4rem;color:rgb(var(--color-base-primary))}.trust-badges__title{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.trust-badges__description{font-size:1.2rem;color:rgba(var(--color-base-text),.7);margin:0}.featured-collection{padding:6rem 0}.featured-collection__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.featured-collection__title{font-size:2.8rem;font-weight:700;margin:0}.featured-collection__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media screen and (min-width: 750px){.featured-collection__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 990px){.featured-collection__grid{grid-template-columns:repeat(4,1fr)}}.why-renewed{padding:6rem 0;background:linear-gradient(180deg,#f8f9fa,#fff)}.why-renewed__header{text-align:center;max-width:600px;margin:0 auto 4rem}.why-renewed__title{font-size:2.8rem;font-weight:700;margin-bottom:1rem}.why-renewed__subtitle{font-size:1.6rem;color:rgba(var(--color-base-text),.7);margin:0}.why-renewed__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem}@media screen and (min-width: 990px){.why-renewed__grid{grid-template-columns:repeat(4,1fr)}}.why-renewed__card{background:#fff;padding:3rem 2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.why-renewed__card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.why-renewed__card-icon{width:6rem;height:6rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;background:rgba(var(--color-base-primary),.1);border-radius:50%}.why-renewed__card-icon svg{width:3rem;height:3rem;color:rgb(var(--color-base-primary))}.why-renewed__card-title{font-size:1.6rem;font-weight:700;margin-bottom:.8rem}.why-renewed__card-description{font-size:1.4rem;color:rgba(var(--color-base-text),.7);margin:0;line-height:1.5}.why-renewed__comparison{max-width:800px;margin:0 auto}.why-renewed__comparison-title{text-align:center;font-size:2rem;margin-bottom:2rem}.why-renewed__comparison-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000f}.why-renewed__comparison-row{display:grid;grid-template-columns:2fr 1fr 1fr}.why-renewed__comparison-header{background:rgb(var(--color-base-primary));color:#fff;font-weight:700}.why-renewed__comparison-cell{padding:1.5rem;display:flex;align-items:center;gap:.5rem;font-size:1.4rem;border-bottom:1px solid rgba(0,0,0,.05)}.why-renewed__comparison-cell--highlight{background:#4caf500d;color:rgb(var(--color-base-primary));font-weight:600}.why-renewed__comparison-cell .icon{width:1.6rem;height:1.6rem;color:var(--autosky-blue-light, #0FAFE6)}.quality-process{padding:6rem 0}.quality-process__header{text-align:center;max-width:600px;margin:0 auto 4rem}.quality-process__title{font-size:2.8rem;font-weight:700;margin-bottom:1rem}.quality-process__subtitle{font-size:1.6rem;color:rgba(var(--color-base-text),.7);margin:0}.quality-process__timeline{display:flex;flex-direction:column;gap:0;max-width:800px;margin:0 auto}@media screen and (min-width: 750px){.quality-process__timeline{flex-direction:row;justify-content:space-between}}.quality-process__step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;flex:1;padding:2rem 1rem}.quality-process__step-number{width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-base-primary));color:#fff;font-size:2rem;font-weight:700;border-radius:50%;margin-bottom:1.5rem;position:relative;z-index:1}.quality-process__step-connector{display:none}@media screen and (min-width: 750px){.quality-process__step-connector{display:block;position:absolute;top:4.5rem;left:50%;width:calc(100% - 5rem);height:2px;background:rgba(var(--color-base-primary),.2)}.quality-process__step:last-child .quality-process__step-connector{display:none}}.quality-process__step-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.quality-process__step-description{font-size:1.3rem;color:rgba(var(--color-base-text),.7);margin:0;line-height:1.5}.quality-process__cta{text-align:center;margin-top:4rem}.newsletter{padding:6rem 0;background:rgb(var(--color-base-primary));color:#fff}.newsletter__wrapper{max-width:600px;margin:0 auto;text-align:center}.newsletter__heading{font-size:2.8rem;font-weight:700;margin-bottom:1rem}.newsletter__subheading{font-size:1.6rem;opacity:.9;margin-bottom:3rem}.newsletter__form{display:flex;flex-direction:column;gap:1rem}@media screen and (min-width: 500px){.newsletter__form{flex-direction:row}}.newsletter__input{flex:1;padding:1.4rem 2rem;border:none;border-radius:var(--inputs-radius, 4px);font-size:1.5rem}.newsletter__button{background:#fff;color:rgb(var(--color-base-primary));font-weight:700}.newsletter__button:hover{background:#ffffffe6}.faq{padding:6rem 0}.faq__header{text-align:center;margin-bottom:4rem}.faq__title{font-size:2.8rem;font-weight:700}.faq__list{max-width:800px;margin:0 auto}.faq__item{border-bottom:1px solid rgba(0,0,0,.1)}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:2rem 0;font-size:1.6rem;font-weight:600;text-align:left;cursor:pointer;list-style:none}.faq__question::-webkit-details-marker{display:none}.faq__question .icon{width:2rem;height:2rem;transition:transform .3s ease}.faq__item[open] .faq__question .icon{transform:rotate(180deg)}.faq__answer{padding-bottom:2rem;font-size:1.5rem;color:rgba(var(--color-base-text),.7);line-height:1.7}.footer{background:var(--autosky-blue-dark, #0F4B81);color:#fff}.footer__main{padding:6rem 0}.footer__grid{display:grid;grid-template-columns:1fr;gap:4rem}@media screen and (min-width: 750px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 990px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1.5fr}}.footer__column--brand{max-width:300px}.footer__logo-text{font-size:2.2rem;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.footer__logo-auto{font-weight:400;color:#fff}.footer__logo-sky{font-weight:700;color:#fff}.footer__renewed-badge{background:var(--autosky-blue-light, #0FAFE6);color:#fff;padding:.2rem .6rem;border-radius:4px;font-size:1rem;font-weight:700;text-transform:uppercase}.footer__description{font-size:1.4rem;opacity:.7;line-height:1.7;margin:1.5rem 0}.footer__social{display:flex;gap:1rem}.footer__social-link{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;transition:background .3s ease}.footer__social-link:hover{background:rgb(var(--color-base-primary))}.footer__social-link .icon{width:1.8rem;height:1.8rem}.footer__heading{font-size:1.4rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.footer__menu li{margin-bottom:1rem}.footer__link{font-size:1.4rem;opacity:.7;transition:opacity .3s ease}.footer__link:hover{opacity:1}.footer__contact-list{margin-bottom:2rem}.footer__contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.4rem}.footer__contact-item .icon{width:1.8rem;height:1.8rem;opacity:.7}.footer__contact-item a{opacity:.7;transition:opacity .3s ease}.footer__contact-item a:hover{opacity:1}.footer__subheading{font-size:1.2rem;font-weight:600;margin-bottom:1rem;opacity:.7}.footer__payment-icons{display:flex;flex-wrap:wrap;gap:.8rem}.footer__payment-icons .icon{width:38px;height:24px;border-radius:3px}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0}.footer__bottom-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}@media screen and (min-width: 750px){.footer__bottom-wrapper{flex-direction:row;justify-content:space-between}}.footer__copyright{font-size:1.3rem;opacity:.6;margin:0}.footer__legal{display:flex;gap:2rem}.footer__legal a{font-size:1.3rem;opacity:.6;transition:opacity .3s ease}.footer__legal a:hover{opacity:1}.page-policy{padding:4rem 0 6rem}.policy-header{text-align:center;margin-bottom:4rem}.policy-header__title{font-size:3.2rem;margin-bottom:1rem}.policy-header__subtitle{font-size:1.6rem;color:rgba(var(--color-base-text),.7);max-width:600px;margin:0 auto 1rem}.policy-header__updated{font-size:1.3rem;color:rgba(var(--color-base-text),.5)}.policy-content{max-width:800px;margin:0 auto}.policy-section{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(var(--color-base-text),.1)}.policy-section:last-child{border-bottom:none}.policy-section h2{font-size:2rem;margin-bottom:1.5rem}.policy-text{font-size:1.5rem;line-height:1.8}.policy-text ul,.policy-text ol{margin:1.5rem 0;padding-left:2rem}.policy-text li{margin-bottom:.8rem}.policy-highlight{background:linear-gradient(135deg,#0f4b810d,#0fafe60d);padding:3rem;border-radius:12px;text-align:center;border:1px solid rgba(15,175,230,.1)}.policy-highlight__icon{width:60px;height:60px;margin:0 auto 1.5rem;color:var(--autosky-blue-light)}.policy-highlight__icon .icon{width:100%;height:100%}.policy-highlight h2{margin-bottom:1rem}.policy-highlight p{max-width:500px;margin:0 auto}.policy-contact{background:var(--autosky-blue-dark);color:#fff;padding:3rem;border-radius:12px;text-align:center;margin-top:4rem}.policy-contact h2{color:#fff;margin-bottom:1rem}.policy-contact p{opacity:.9;margin-bottom:2rem}.policy-contact .button{background:#fff;color:var(--autosky-blue-dark)}.shipping-options{display:grid;gap:1.5rem}.shipping-option{background:rgba(var(--color-base-text),.02);padding:2rem;border-radius:8px;border:1px solid rgba(var(--color-base-text),.08)}.shipping-option__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.shipping-option__name{font-size:1.6rem;font-weight:700;margin:0}.shipping-option__price{font-size:1.6rem;font-weight:700;color:var(--autosky-blue-dark)}.shipping-option__time{font-size:1.4rem;color:var(--autosky-blue-light);font-weight:600;margin-bottom:.5rem}.shipping-option__description{font-size:1.4rem;color:rgba(var(--color-base-text),.7);margin:0}.return-steps{counter-reset:step}.return-step{display:flex;gap:2rem;margin-bottom:2rem}.return-step__number{width:40px;height:40px;background:var(--autosky-blue-light);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.return-step__content{flex:1}.return-step__title{font-size:1.6rem;font-weight:700;margin-bottom:.5rem}.return-step__text{font-size:1.4rem;color:rgba(var(--color-base-text),.7);margin:0}.warranty-coverage{display:grid;gap:1rem}.warranty-coverage__item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:6px}.warranty-coverage__item--covered{background:#4caf501a}.warranty-coverage__item--not_covered{background:#f443361a}.warranty-coverage__icon{width:24px;height:24px;flex-shrink:0}.warranty-coverage__item--covered .warranty-coverage__icon{color:#4caf50}.warranty-coverage__item--not_covered .warranty-coverage__icon{color:#f44336}.warranty-coverage__text{font-size:1.4rem}.page-about{padding:4rem 0 6rem}.about-hero{text-align:center;padding:4rem 0;margin-bottom:4rem}.about-hero__badge{display:inline-block;background:#0fafe61a;color:var(--autosky-blue-light);padding:.5rem 1.5rem;border-radius:50px;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.about-hero__title{font-size:3.6rem;margin-bottom:1.5rem}.about-hero__subtitle{font-size:1.8rem;color:rgba(var(--color-base-text),.7);max-width:700px;margin:0 auto;line-height:1.6}.about-mission{margin-bottom:6rem}.about-mission__grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media screen and (min-width: 750px){.about-mission__grid{grid-template-columns:1fr 1fr}}.about-mission__title{font-size:2.4rem;margin-bottom:1.5rem}.about-mission__text{font-size:1.5rem;line-height:1.8}.about-mission__image img{border-radius:12px;width:100%}.about-values{margin-bottom:6rem}.about-values__title{text-align:center;font-size:2.4rem;margin-bottom:3rem}.about-values__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media screen and (min-width: 750px){.about-values__grid{grid-template-columns:repeat(4,1fr)}}.about-value{text-align:center;padding:2rem}.about-value__icon{width:50px;height:50px;margin:0 auto 1.5rem;color:var(--autosky-blue-light)}.about-value__icon .icon{width:100%;height:100%}.about-value__title{font-size:1.6rem;margin-bottom:.8rem}.about-value__text{font-size:1.4rem;color:rgba(var(--color-base-text),.7);line-height:1.6}.about-story{margin-bottom:6rem}.about-story__grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media screen and (min-width: 750px){.about-story__grid{grid-template-columns:1fr 1fr}}.about-story__image img{border-radius:12px;width:100%}.about-story__title{font-size:2.4rem;margin-bottom:1.5rem}.about-story__text{font-size:1.5rem;line-height:1.8}.about-stats{background:linear-gradient(135deg,var(--autosky-blue-dark) 0%,var(--autosky-blue-light) 100%);padding:4rem;border-radius:12px;margin-bottom:6rem}.about-stats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}@media screen and (min-width: 750px){.about-stats__grid{grid-template-columns:repeat(4,1fr)}}.about-stat__number{display:block;font-size:3rem;font-weight:800;color:#fff;margin-bottom:.5rem}.about-stat__label{font-size:1.4rem;color:#fffc}.about-cta{text-align:center;padding:4rem;background:rgba(var(--color-base-text),.02);border-radius:12px}.about-cta__title{font-size:2.4rem;margin-bottom:1rem}.about-cta__text{font-size:1.5rem;color:rgba(var(--color-base-text),.7);max-width:500px;margin:0 auto 2rem}.about-cta__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-contact{padding:4rem 0 6rem}.contact-header{text-align:center;margin-bottom:4rem}.contact-header__title{font-size:3.2rem;margin-bottom:1rem}.contact-header__subtitle{font-size:1.6rem;color:rgba(var(--color-base-text),.7);max-width:600px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr;gap:4rem}@media screen and (min-width: 900px){.contact-grid{grid-template-columns:1fr 400px}}.contact-form-wrapper{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.contact-form__title{font-size:2rem;margin-bottom:2rem}.contact-form__field{margin-bottom:1.5rem}.contact-form__field label{display:block;font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.contact-form__field .required{color:#f44336}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{width:100%;padding:1.2rem;border:1px solid rgba(var(--color-base-text),.15);border-radius:6px;font-size:1.5rem}.contact-form__field textarea{resize:vertical;min-height:150px}.contact-form__submit{margin-top:2rem}.contact-form__success{text-align:center;padding:3rem}.contact-form__success-icon{width:60px;height:60px;margin:0 auto 1.5rem;color:#4caf50}.contact-form__errors{background:#f443361a;padding:1rem;border-radius:6px;margin-bottom:1.5rem;color:#f44336}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-info__card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.contact-info__title{font-size:1.8rem;margin-bottom:1.5rem}.contact-method{display:flex;gap:1.5rem;margin-bottom:1.5rem}.contact-method:last-child{margin-bottom:0}.contact-method__icon{width:40px;height:40px;background:#0fafe61a;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--autosky-blue-light);flex-shrink:0}.contact-method__icon .icon{width:20px;height:20px}.contact-method__title{font-size:1.4rem;font-weight:700;margin-bottom:.3rem}.contact-method__text{font-size:1.4rem;color:rgba(var(--color-base-text),.7);margin:0;white-space:pre-line}.contact-method__link{font-size:1.4rem;color:var(--autosky-blue-light);font-weight:600}.contact-faq-teaser{background:linear-gradient(135deg,#0f4b810d,#0fafe60d);padding:2rem;border-radius:12px;text-align:center}.contact-faq-teaser h3{font-size:1.6rem;margin-bottom:.8rem}.contact-faq-teaser p{font-size:1.4rem;color:rgba(var(--color-base-text),.7);margin-bottom:1.5rem}.contact-social{text-align:center}.contact-social h3{font-size:1.4rem;margin-bottom:1rem}.contact-social__links{display:flex;gap:1rem;justify-content:center}.contact-social__links a{width:40px;height:40px;background:rgba(var(--color-base-text),.05);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--autosky-blue-dark);transition:all .3s ease}.contact-social__links a:hover{background:var(--autosky-blue-light);color:#fff}.contact-social__links svg{width:20px;height:20px}.page-faq{padding:4rem 0 6rem}.faq-header{text-align:center;margin-bottom:3rem}.faq-header__title{font-size:3.2rem;margin-bottom:1rem}.faq-header__subtitle{font-size:1.6rem;color:rgba(var(--color-base-text),.7);max-width:600px;margin:0 auto 2rem}.faq-search{max-width:500px;margin:0 auto;position:relative}.faq-search__input{width:100%;padding:1.2rem 1.5rem 1.2rem 3.5rem;border:1px solid rgba(var(--color-base-text),.15);border-radius:50px;font-size:1.5rem}.faq-search__icon{position:absolute;left:1.2rem;top:50%;transform:translateY(-50%);color:rgba(var(--color-base-text),.4)}.faq-search__icon .icon{width:20px;height:20px}.faq-categories{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-bottom:3rem}.faq-category{padding:.8rem 1.5rem;border:1px solid rgba(var(--color-base-text),.15);border-radius:50px;background:transparent;font-size:1.4rem;cursor:pointer;transition:all .3s ease}.faq-category:hover,.faq-category--active{background:var(--autosky-blue-dark);color:#fff;border-color:var(--autosky-blue-dark)}.faq-list{max-width:800px;margin:0 auto}.faq-item{border:1px solid rgba(var(--color-base-text),.1);border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq-item[open]{border-color:var(--autosky-blue-light)}.faq-item__question{padding:1.5rem 2rem;font-size:1.6rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;list-style:none}.faq-item__question::-webkit-details-marker{display:none}.faq-item__icon{flex-shrink:0;transition:transform .3s ease}.faq-item[open] .faq-item__icon{transform:rotate(45deg)}.faq-item__answer{padding:0 2rem 1.5rem;font-size:1.5rem;line-height:1.7;color:rgba(var(--color-base-text),.8)}.faq-contact{max-width:500px;margin:4rem auto 0;text-align:center;padding:3rem;background:linear-gradient(135deg,#0f4b810d,#0fafe60d);border-radius:12px}.faq-contact h2{font-size:2rem;margin-bottom:1rem}.faq-contact p{color:rgba(var(--color-base-text),.7);margin-bottom:1.5rem}.customer-login,.customer-register{padding:4rem 0 6rem}.customer-login__container,.customer-register__container{max-width:450px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.customer-login__title,.customer-register__title{font-size:2.4rem;text-align:center;margin-bottom:.5rem}.customer-login__subtitle,.customer-register__subtitle{text-align:center;color:rgba(var(--color-base-text),.7);margin-bottom:2rem}.customer-login__field,.customer-register__field{margin-bottom:1.5rem}.customer-login__field label,.customer-register__field label{display:block;font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.customer-login__field input,.customer-register__field input,.customer-register__field select{width:100%;padding:1.2rem;border:1px solid rgba(var(--color-base-text),.15);border-radius:6px;font-size:1.5rem}.customer-register__hint{font-size:1.2rem;color:rgba(var(--color-base-text),.5);margin-top:.3rem;display:block}.customer-register__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.customer-register__checkbox,.customer-addresses__checkbox{margin:1.5rem 0}.customer-register__checkbox label,.customer-addresses__checkbox label{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;cursor:pointer}.customer-login__actions,.customer-register__actions{margin-top:2rem}.customer-login__links{text-align:center;margin-top:1.5rem}.customer-login__link{font-size:1.4rem;color:var(--autosky-blue-light)}.customer-login__footer,.customer-register__footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(var(--color-base-text),.1)}.customer-login__footer p,.customer-register__footer p{margin-bottom:1rem;color:rgba(var(--color-base-text),.7)}.customer-register__terms{font-size:1.2rem;color:rgba(var(--color-base-text),.6);text-align:center;margin-top:1.5rem}.customer-register__terms a{color:var(--autosky-blue-light)}.customer-login__errors,.customer-register__errors{background:#f443361a;padding:1rem;border-radius:6px;margin-bottom:1.5rem;color:#f44336;font-size:1.4rem}.customer-login__success{text-align:center;padding:2rem}.customer-login__benefits{margin-top:4rem}.customer-login__benefits h2{text-align:center;font-size:2rem;margin-bottom:2rem}.customer-login__benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media screen and (min-width: 750px){.customer-login__benefits-grid{grid-template-columns:repeat(4,1fr)}}.customer-login__benefit{text-align:center}.customer-login__benefit-icon{width:50px;height:50px;margin:0 auto 1rem;color:var(--autosky-blue-light)}.customer-login__benefit-icon .icon{width:100%;height:100%}.customer-login__benefit h3{font-size:1.4rem;margin-bottom:.5rem}.customer-login__benefit p{font-size:1.3rem;color:rgba(var(--color-base-text),.7)}.customer-account{padding:4rem 0 6rem}.customer-account__header{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:3rem}.customer-account__title{font-size:2.8rem;margin:0}.customer-account__welcome{flex:1;font-size:1.5rem;color:rgba(var(--color-base-text),.7)}.customer-account__logout{font-size:1.4rem;color:var(--autosky-blue-light)}.customer-account__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media screen and (min-width: 900px){.customer-account__grid{grid-template-columns:250px 1fr}}.customer-account__nav-list{display:flex;flex-direction:column;gap:.5rem}.customer-account__nav-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:8px;font-size:1.4rem;color:rgba(var(--color-base-text),.8);transition:all .3s ease}.customer-account__nav-link:hover,.customer-account__nav-link--active{background:#0fafe61a;color:var(--autosky-blue-dark)}.customer-account__nav-link svg{flex-shrink:0}.customer-account__card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem}.customer-account__card-title{font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(var(--color-base-text),.1)}.customer-account__info p{font-size:1.4rem;margin-bottom:.8rem}.customer-account__orders-table{width:100%;font-size:1.4rem;border-collapse:collapse}.customer-account__orders-table th,.customer-account__orders-table td{padding:1rem;text-align:left;border-bottom:1px solid rgba(var(--color-base-text),.1)}.customer-account__orders-table th{font-weight:600;color:rgba(var(--color-base-text),.6)}.customer-account__status{padding:.3rem .8rem;border-radius:4px;font-size:1.2rem;font-weight:600}.customer-account__status--paid,.customer-account__status--fulfilled{background:#4caf501a;color:#4caf50}.customer-account__status--pending{background:#ff98001a;color:#ff9800}.customer-account__view-order{color:var(--autosky-blue-light);font-weight:600}.customer-account__empty{text-align:center;padding:2rem}.customer-account__empty p{color:rgba(var(--color-base-text),.6);margin-bottom:1.5rem}.customer-account__quick-links{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.customer-account__quick-link{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem;background:rgba(var(--color-base-text),.02);border-radius:8px;text-align:center;font-size:1.3rem;color:rgba(var(--color-base-text),.8);transition:all .3s ease}.customer-account__quick-link:hover{background:#0fafe61a;color:var(--autosky-blue-dark)}.customer-account__quick-link .icon{width:30px;height:30px;color:var(--autosky-blue-light)}.customer-addresses{padding:4rem 0 6rem}.customer-addresses__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.customer-addresses__title{font-size:2.4rem;margin:0}.customer-addresses__back{font-size:1.4rem;color:var(--autosky-blue-light)}.customer-addresses__add-btn{margin-bottom:2rem}.customer-addresses__form-wrapper{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem}.customer-addresses__form-wrapper h2{font-size:1.8rem;margin-bottom:1.5rem}.customer-addresses__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.customer-addresses__field{margin-bottom:1.5rem}.customer-addresses__field label{display:block;font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.customer-addresses__field input,.customer-addresses__field select{width:100%;padding:1rem;border:1px solid rgba(var(--color-base-text),.15);border-radius:6px;font-size:1.4rem}.customer-addresses__actions{display:flex;gap:1rem;margin-top:1.5rem}.customer-addresses__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.customer-addresses__card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;position:relative}.customer-addresses__default-badge{position:absolute;top:1rem;right:1rem;background:var(--autosky-blue-light);color:#fff;padding:.3rem .8rem;border-radius:4px;font-size:1.1rem;font-weight:600}.customer-addresses__card-content{font-size:1.4rem;line-height:1.6}.customer-addresses__card-actions{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(var(--color-base-text),.1)}.customer-addresses__edit-btn,.customer-addresses__delete-btn{background:none;border:none;font-size:1.3rem;cursor:pointer;padding:0}.customer-addresses__edit-btn{color:var(--autosky-blue-light)}.customer-addresses__delete-btn{color:#f44336}.customer-order{padding:4rem 0 6rem}.customer-order__header{margin-bottom:2rem}.customer-order__back{font-size:1.4rem;color:var(--autosky-blue-light);display:inline-block;margin-bottom:1rem}.customer-order__title{font-size:2.4rem;margin-bottom:.5rem}.customer-order__date{color:rgba(var(--color-base-text),.6)}.customer-order__cancelled{background:#f443361a;padding:1.5rem;border-radius:8px;margin-bottom:2rem;color:#f44336}.customer-order__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width: 900px){.customer-order__grid{grid-template-columns:1fr 350px}}.customer-order__card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;margin-bottom:1.5rem}.customer-order__card-title{font-size:1.6rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(var(--color-base-text),.1)}.customer-order__items{width:100%;font-size:1.4rem;border-collapse:collapse}.customer-order__items th,.customer-order__items td{padding:1rem;text-align:left;border-bottom:1px solid rgba(var(--color-base-text),.08)}.customer-order__items th{font-weight:600;color:rgba(var(--color-base-text),.6)}.customer-order__item-image img{width:60px;height:60px;object-fit:cover;border-radius:6px}.customer-order__item-title{font-weight:600;display:block;margin-bottom:.3rem}.customer-order__item-sku,.customer-order__item-fulfillment{font-size:1.2rem;color:rgba(var(--color-base-text),.6)}.customer-order__summary{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(var(--color-base-text),.1)}.customer-order__summary-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:1.4rem}.customer-order__summary-row--discount{color:#4caf50}.customer-order__summary-row--total{font-size:1.6rem;font-weight:700;padding-top:1rem;margin-top:.5rem;border-top:1px solid rgba(var(--color-base-text),.1)}.customer-order__status-group{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.customer-order__status-label{font-size:1.4rem;color:rgba(var(--color-base-text),.6)}.customer-order__status{padding:.3rem .8rem;border-radius:4px;font-size:1.2rem;font-weight:600}.customer-order__address{font-style:normal;font-size:1.4rem;line-height:1.6}.customer-order__actions{display:flex;flex-direction:column;gap:1rem}.search-page{padding:4rem 0 6rem}.search-page__header{text-align:center;margin-bottom:3rem}.search-page__title{font-size:2.8rem;margin-bottom:2rem}.search-page__form{max-width:600px;margin:0 auto}.search-page__input-wrapper{display:flex;border:2px solid rgba(var(--color-base-text),.15);border-radius:50px;overflow:hidden}.search-page__input{flex:1;padding:1.2rem 2rem;border:none;font-size:1.6rem}.search-page__submit{padding:1rem 2rem;background:var(--autosky-blue-dark);border:none;color:#fff;cursor:pointer}.search-page__submit .icon{width:24px;height:24px}.search-page__count{text-align:center;margin-bottom:2rem;color:rgba(var(--color-base-text),.7)}.search-page__toolbar{display:flex;justify-content:flex-end;margin-bottom:2rem}.search-page__sort-select{padding:.8rem 1.5rem;border:1px solid rgba(var(--color-base-text),.15);border-radius:6px;font-size:1.4rem}.search-page__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media screen and (min-width: 750px){.search-page__grid{grid-template-columns:repeat(4,1fr)}}.search-result{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden}.search-result__image img{width:100%;aspect-ratio:16/9;object-fit:cover}.search-result__content{padding:1.5rem}.search-result__type{display:inline-block;padding:.3rem .8rem;background:rgba(var(--color-base-text),.05);border-radius:4px;font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.8rem}.search-result__title{font-size:1.5rem;margin-bottom:.8rem}.search-result__excerpt{font-size:1.3rem;color:rgba(var(--color-base-text),.7);line-height:1.5;margin-bottom:1rem}.search-result__link{font-size:1.3rem;color:var(--autosky-blue-light);font-weight:600}.search-page__empty{text-align:center;padding:4rem 2rem}.search-page__empty h2{margin-bottom:1rem}.search-page__suggestions{margin-top:3rem}.search-page__suggestions h3{font-size:1.6rem;margin-bottom:1.5rem}.search-page__suggestion-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.search-page__suggestion-link{padding:.8rem 1.5rem;background:rgba(var(--color-base-text),.05);border-radius:50px;font-size:1.4rem}.search-page__prompt{text-align:center;padding:4rem 2rem}.search-page__popular{margin-top:3rem}.search-page__popular h3{font-size:1.6rem;margin-bottom:1.5rem}.search-page__popular-links{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.search-page__popular-link{padding:.8rem 1.5rem;background:#0fafe61a;color:var(--autosky-blue-dark);border-radius:50px;font-size:1.4rem}.search-page__pagination,.search-page__pagination-list{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.search-page__pagination-link,.search-page__pagination-current{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:1.4rem}.search-page__pagination-link{background:rgba(var(--color-base-text),.05)}.search-page__pagination-current{background:var(--autosky-blue-dark);color:#fff}.page-404{padding:4rem 0 6rem}.page-404__content{text-align:center;max-width:600px;margin:0 auto}.page-404__code{display:block;font-size:12rem;font-weight:800;line-height:1;background:linear-gradient(135deg,var(--autosky-blue-dark) 0%,var(--autosky-blue-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.page-404__title{font-size:2.8rem;margin-bottom:1rem}.page-404__text{font-size:1.6rem;color:rgba(var(--color-base-text),.7);margin-bottom:2rem}.page-404__search{margin-bottom:2rem}.page-404__search-form{display:flex;gap:1rem;max-width:400px;margin:0 auto}.page-404__search-input{flex:1;padding:1rem 1.5rem;border:1px solid rgba(var(--color-base-text),.15);border-radius:6px;font-size:1.5rem}.page-404__actions{display:flex;gap:1rem;justify-content:center}.page-404__products{margin-top:6rem}.page-404__products h2{font-size:2rem;margin-bottom:2rem}.page-404__products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media screen and (min-width: 750px){.page-404__products-grid{grid-template-columns:repeat(4,1fr)}}.blog-page{padding:4rem 0 6rem}.blog-page__header{text-align:center;margin-bottom:3rem}.blog-page__title{font-size:3.2rem;margin-bottom:1rem}.blog-page__description{font-size:1.6rem;color:rgba(var(--color-base-text),.7);max-width:600px;margin:0 auto}.blog-page__tags{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-bottom:3rem}.blog-page__tag{padding:.6rem 1.2rem;background:rgba(var(--color-base-text),.05);border-radius:50px;font-size:1.3rem;transition:all .3s ease}.blog-page__tag:hover,.blog-page__tag--active{background:var(--autosky-blue-dark);color:#fff}.blog-page__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width: 750px){.blog-page__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 990px){.blog-page__grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease}.blog-card:hover{transform:translateY(-5px)}.blog-card__image{display:block;aspect-ratio:16/10;overflow:hidden}.blog-card__img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card__img{transform:scale(1.05)}.blog-card__content{padding:1.5rem}.blog-card__date{font-size:1.2rem;color:rgba(var(--color-base-text),.5);margin-bottom:.5rem;display:block}.blog-card__title{font-size:1.8rem;margin-bottom:.8rem;line-height:1.3}.blog-card__title a{color:inherit}.blog-card__excerpt{font-size:1.4rem;color:rgba(var(--color-base-text),.7);line-height:1.6;margin-bottom:1rem}.blog-card__author{font-size:1.3rem;color:rgba(var(--color-base-text),.5);margin-bottom:1rem}.blog-card__link{display:inline-flex;align-items:center;gap:.5rem;font-size:1.4rem;color:var(--autosky-blue-light);font-weight:600}.blog-page__pagination,.blog-page__pagination-list{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.blog-page__pagination-link,.blog-page__pagination-current{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:1.4rem}.blog-page__pagination-link{background:rgba(var(--color-base-text),.05)}.blog-page__pagination-current{background:var(--autosky-blue-dark);color:#fff}.article-page{padding:4rem 0 6rem}.article-page__header{max-width:800px;margin:0 auto 2rem}.article-page__back{font-size:1.4rem;color:var(--autosky-blue-light);display:inline-block;margin-bottom:1.5rem}.article-page__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.article-page__tag{padding:.4rem 1rem;background:#0fafe61a;border-radius:50px;font-size:1.2rem;color:var(--autosky-blue-dark)}.article-page__title{font-size:3rem;line-height:1.2;margin-bottom:1.5rem}.article-page__meta{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:1.4rem;color:rgba(var(--color-base-text),.6)}.article-page__image{max-width:900px;margin:0 auto 3rem}.article-page__img{width:100%;border-radius:12px}.article-page__grid{display:grid;grid-template-columns:1fr;gap:4rem;max-width:1100px;margin:0 auto}@media screen and (min-width: 900px){.article-page__grid{grid-template-columns:1fr 300px}}.article-page__body{font-size:1.6rem;line-height:1.8}.article-page__body h2,.article-page__body h3{margin-top:2rem;margin-bottom:1rem}.article-page__body p{margin-bottom:1.5rem}.article-page__body img{max-width:100%;border-radius:8px;margin:2rem 0}.article-page__share{display:flex;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(var(--color-base-text),.1)}.article-page__share-links{display:flex;gap:.8rem}.article-page__share-links a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-base-text),.05);border-radius:50%;color:rgba(var(--color-base-text),.7);transition:all .3s ease}.article-page__share-links a:hover{background:var(--autosky-blue-light);color:#fff}.article-page__share-links svg,.article-page__share-links .icon{width:18px;height:18px}.article-page__sidebar>div{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;margin-bottom:1.5rem}.article-page__sidebar h3{font-size:1.4rem;margin-bottom:1rem}.article-page__related-list{display:flex;flex-direction:column;gap:1rem}.article-page__related-item{display:flex;gap:1rem;align-items:center}.article-page__related-item img{width:60px;height:60px;object-fit:cover;border-radius:6px}.article-page__related-item span{font-size:1.3rem;line-height:1.4}.article-page__newsletter p{font-size:1.3rem;color:rgba(var(--color-base-text),.7);margin-bottom:1rem}.article-page__newsletter-form{display:flex;flex-direction:column;gap:.8rem}.article-page__newsletter-form input{padding:.8rem 1rem;border:1px solid rgba(var(--color-base-text),.15);border-radius:6px;font-size:1.4rem}.article-page__nav{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:800px;margin:4rem auto 0;padding-top:3rem;border-top:1px solid rgba(var(--color-base-text),.1)}.article-page__nav-link{padding:1.5rem;background:rgba(var(--color-base-text),.02);border-radius:8px;transition:background .3s ease}.article-page__nav-link:hover{background:#0fafe60d}.article-page__nav-link--next{text-align:right}.article-page__nav-label{display:block;font-size:1.2rem;color:rgba(var(--color-base-text),.5);margin-bottom:.3rem}.article-page__nav-title{font-size:1.4rem;font-weight:600;color:var(--autosky-blue-dark)}.newsletter-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem}.newsletter-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;cursor:pointer}.newsletter-popup__content{position:relative;background:#fff;border-radius:16px;max-width:500px;width:100%;overflow:hidden;box-shadow:0 20px 60px #0000004d}.newsletter-popup__close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;background:#0000001a;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1}.newsletter-popup__close .icon{width:20px;height:20px}.newsletter-popup__image img{width:100%;height:200px;object-fit:cover}.newsletter-popup__body{padding:2rem;text-align:center}.newsletter-popup__badge{display:inline-block;padding:.4rem 1rem;background:linear-gradient(135deg,var(--autosky-blue-dark) 0%,var(--autosky-blue-light) 100%);color:#fff;border-radius:50px;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.newsletter-popup__title{font-size:2.2rem;margin-bottom:1rem}.newsletter-popup__text{font-size:1.4rem;color:rgba(var(--color-base-text),.7);line-height:1.6;margin-bottom:1.5rem}.newsletter-popup__field{margin-bottom:1rem}.newsletter-popup__field input{width:100%;padding:1.2rem;border:1px solid rgba(var(--color-base-text),.15);border-radius:6px;font-size:1.5rem;text-align:center}.newsletter-popup__success{padding:2rem}.newsletter-popup__success-icon{width:60px;height:60px;margin:0 auto 1rem;color:#4caf50}.newsletter-popup__success-icon .icon{width:100%;height:100%}.newsletter-popup__disclaimer{font-size:1.2rem;color:rgba(var(--color-base-text),.5);margin-top:1rem}.newsletter-popup__no-thanks{background:none;border:none;font-size:1.3rem;color:rgba(var(--color-base-text),.5);cursor:pointer;margin-top:1rem;text-decoration:underline}.newsletter-popup__errors{background:#f443361a;padding:1rem;border-radius:6px;margin-bottom:1rem;color:#f44336;font-size:1.3rem}.button--full{width:100%}.rte ul,.rte ol{margin:1.5rem 0;padding-left:2rem}.rte li{margin-bottom:.5rem}.rte a{color:var(--autosky-blue-light);text-decoration:underline}.product-reviews{padding:6rem 0;background:rgb(var(--color-base-background))}.product-reviews__header{margin-bottom:4rem}.product-reviews__title{font-size:2.8rem;margin:0 0 2rem}.product-reviews__summary{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}.product-reviews__average{display:flex;align-items:center;gap:1rem}.product-reviews__stars{display:flex;gap:.2rem}.product-reviews__star{color:#ddd}.product-reviews__star--filled{color:#ffc107}.product-reviews__stars--large .icon{width:24px;height:24px}.product-reviews__average-number{font-size:3rem;font-weight:700}.product-reviews__count{color:rgba(var(--color-base-text),.6);font-size:1.4rem}.product-reviews__breakdown{max-width:400px}.product-reviews__bar-row{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.product-reviews__bar-label{width:80px;font-size:1.3rem}.product-reviews__bar{flex:1;height:8px;background:#eee;border-radius:4px;overflow:hidden}.product-reviews__bar-fill{height:100%;background:var(--autosky-gradient);border-radius:4px}.product-reviews__bar-count{width:40px;font-size:1.3rem;text-align:right}.product-reviews__form-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem}.product-reviews__form-container{background:#fff;padding:3rem;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.product-reviews__form-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem}.product-reviews__form-title{margin:0 0 2rem;font-size:2rem}.product-reviews__form-rating{margin-bottom:2rem}.product-reviews__rating-input{display:flex;gap:.5rem}.product-reviews__rating-input input{display:none}.product-reviews__rating-star{cursor:pointer;color:#ddd;transition:color .2s}.product-reviews__rating-star:hover,.product-reviews__rating-star.hover,.product-reviews__rating-input input:checked~label{color:#ffc107}.product-reviews__rating-input input:checked+label,.product-reviews__rating-input input:checked+label~label{color:#ddd}.product-reviews__rating-input input:checked+label{color:#ffc107}.product-reviews__rating-input label:has(~input:checked){color:#ffc107}.product-reviews__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 500px){.product-reviews__form-row{grid-template-columns:1fr}}.product-reviews__form-field{margin-bottom:1.5rem}.product-reviews__form-field label{display:block;margin-bottom:.5rem;font-weight:500}.product-reviews__form-field input,.product-reviews__form-field textarea{width:100%;padding:1rem;border:1px solid #ddd;border-radius:6px;font-size:1.4rem}.product-reviews__form-success{text-align:center;padding:2rem}.product-reviews__success-icon{width:60px;height:60px;margin:0 auto 1.5rem;background:var(--autosky-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.required{color:#f44336}.product-reviews__controls{display:flex;justify-content:flex-end;margin-bottom:2rem}.product-reviews__filter-select{padding:.8rem 1.2rem;border:1px solid #ddd;border-radius:6px;font-size:1.4rem}.product-reviews__list{display:flex;flex-direction:column;gap:2rem}.product-reviews__item{background:#f9f9f9;padding:2rem;border-radius:12px}.product-reviews__item-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.product-reviews__verified{display:inline-flex;align-items:center;gap:.3rem;font-size:1.2rem;color:#4caf50;background:#4caf501a;padding:.3rem .8rem;border-radius:20px}.product-reviews__verified .icon{width:12px;height:12px}.product-reviews__item-title{margin:0 0 .5rem;font-size:1.6rem}.product-reviews__item-body{margin:0 0 1.5rem;color:rgba(var(--color-base-text),.8);line-height:1.7}.product-reviews__item-footer{display:flex;align-items:center;justify-content:space-between}.product-reviews__item-author{display:flex;align-items:center;gap:1rem}.product-reviews__author-name{font-weight:600}.product-reviews__item-date{font-size:1.3rem;color:rgba(var(--color-base-text),.5)}.product-reviews__helpful{display:inline-flex;align-items:center;gap:.5rem;background:none;border:1px solid #ddd;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-size:1.3rem;transition:all .2s}.product-reviews__helpful:hover{border-color:var(--autosky-blue-light);color:var(--autosky-blue-light)}.product-reviews__empty{text-align:center;padding:4rem 2rem;background:#f9f9f9;border-radius:12px}.product-reviews__load-more{text-align:center;margin-top:3rem}.wishlist-button{position:relative;background:#fff;border:1px solid #ddd;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.wishlist-button:hover{border-color:var(--autosky-blue-light)}.wishlist-button__icon--filled{display:none;color:#e91e63}.wishlist-button--active .wishlist-button__icon--empty{display:none}.wishlist-button--active .wishlist-button__icon--filled{display:block}.wishlist-notification{position:fixed;bottom:20px;left:50%;transform:translate(-50%) translateY(100px);background:var(--autosky-blue-dark);color:#fff;padding:1rem 2rem;border-radius:30px;display:flex;align-items:center;gap:.8rem;z-index:9999;opacity:0;transition:all .3s ease}.wishlist-notification--visible{transform:translate(-50%) translateY(0);opacity:1}.wishlist-page{padding:6rem 0}.wishlist-page__header{margin-bottom:3rem}.wishlist-page__title{margin:0;font-size:3rem}.wishlist-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;text-align:center}.wishlist-page__empty-icon{width:80px;height:80px;margin-bottom:2rem;color:rgba(var(--color-base-text),.2)}.wishlist-page__empty-icon .icon{width:100%;height:100%}.wishlist-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.wishlist-item{position:relative;background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;transition:box-shadow .3s}.wishlist-item:hover{box-shadow:0 5px 20px #0000001a}.wishlist-item__remove{position:absolute;top:1rem;right:1rem;background:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001a;z-index:1}.wishlist-item__image{width:100%;aspect-ratio:1;object-fit:cover}.wishlist-item__details{padding:1.5rem}.wishlist-item__title{margin:0 0 .5rem;font-size:1.6rem}.wishlist-item__title a{color:inherit;text-decoration:none}.wishlist-item__price{margin:0 0 1.5rem;font-size:1.8rem;font-weight:700;color:var(--autosky-blue-dark)}.wishlist-item__actions{display:flex;gap:1rem}.wishlist-item__add-to-cart{flex:1}.compare-button{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #ddd;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:1.3rem;transition:all .2s}.compare-button:hover{border-color:var(--autosky-blue-light);color:var(--autosky-blue-light)}.compare-button__text--added{display:none}.compare-button--active{background:var(--autosky-blue-light);border-color:var(--autosky-blue-light);color:#fff}.compare-button--active .compare-button__text--add{display:none}.compare-button--active .compare-button__text--added{display:inline}.compare-notification{position:fixed;bottom:20px;left:50%;transform:translate(-50%) translateY(100px);background:var(--autosky-blue-dark);color:#fff;padding:1rem 2rem;border-radius:30px;display:flex;align-items:center;gap:.8rem;z-index:9999;opacity:0;transition:all .3s ease}.compare-notification--warning{background:#ff9800}.compare-notification--visible{transform:translate(-50%) translateY(0);opacity:1}.compare-page{padding:6rem 0}.compare-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem}.compare-page__title{margin:0;font-size:3rem}.compare-page__clear{background:none;border:1px solid #ddd;padding:.8rem 1.5rem;border-radius:6px;cursor:pointer;font-size:1.4rem;transition:all .2s}.compare-page__clear:hover{border-color:#f44336;color:#f44336}.compare-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;text-align:center}.compare-page__empty-icon{width:80px;height:80px;margin-bottom:2rem;color:rgba(var(--color-base-text),.2)}.compare-page__empty-icon .icon{width:100%;height:100%}.compare-page__table-wrapper{overflow-x:auto}.compare-table{width:100%;border-collapse:collapse;min-width:600px}.compare-table__header{text-align:center;padding:1.5rem;background:#f9f9f9;border:1px solid #eee;vertical-align:top}.compare-table__header--label{width:150px;text-align:left;font-weight:600}.compare-table__header--product{position:relative;min-width:200px}.compare-table__remove{position:absolute;top:.5rem;right:.5rem;background:#fff;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 5px #0000001a}.compare-table__product-link{text-decoration:none;color:inherit}.compare-table__image{width:120px;height:120px;object-fit:cover;margin:0 auto 1rem;border-radius:8px}.compare-table__product-title{display:block;font-size:1.4rem;font-weight:600}.compare-table__cell{padding:1.2rem 1.5rem;border:1px solid #eee;text-align:center}.compare-table__cell--label{text-align:left;font-weight:500;background:#fafafa}.compare-table__cell--action{padding:2rem 1.5rem}.compare-table__add-to-cart{width:100%}.live-chat{position:fixed;bottom:20px;right:20px;z-index:9998}.live-chat__button{width:60px;height:60px;border-radius:50%;background:var(--autosky-gradient);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 15px #0f4b8166;transition:transform .2s,box-shadow .2s;position:relative}.live-chat__button:hover{transform:scale(1.05);box-shadow:0 6px 20px #0f4b8180}.live-chat__button-icon--close,.live-chat--open .live-chat__button-icon--chat{display:none}.live-chat--open .live-chat__button-icon--close{display:block}.live-chat__status{position:absolute;width:14px;height:14px;border-radius:50%;border:2px solid white;top:-2px;right:-2px}.live-chat__status--online{background:#4caf50}.live-chat__status--offline{background:#9e9e9e}.live-chat__window{position:absolute;bottom:80px;right:0;width:360px;max-width:calc(100vw - 40px);background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;display:none;flex-direction:column;overflow:hidden}.live-chat--open .live-chat__window{display:flex}.live-chat__header{background:var(--autosky-gradient);color:#fff;padding:1.5rem;display:flex;align-items:center;justify-content:space-between}.live-chat__header-info{display:flex;align-items:center;gap:1rem}.live-chat__avatar{width:45px;height:45px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.live-chat__avatar img{width:100%;height:100%;object-fit:cover}.live-chat__avatar .live-chat__status{bottom:-2px;right:-2px;top:auto}.live-chat__agent-name{display:block;font-weight:600;font-size:1.5rem}.live-chat__status-text{font-size:1.2rem;opacity:.9}.live-chat__close{background:#fff3;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}.live-chat__messages{flex:1;padding:1.5rem;max-height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.live-chat__message{max-width:85%}.live-chat__message--agent{align-self:flex-start}.live-chat__message--user{align-self:flex-end}.live-chat__message-content{padding:1rem 1.2rem;border-radius:16px;font-size:1.4rem;line-height:1.5}.live-chat__message--agent .live-chat__message-content{background:#f0f0f0;border-bottom-left-radius:4px}.live-chat__message--user .live-chat__message-content{background:var(--autosky-blue-light);color:#fff;border-bottom-right-radius:4px}.live-chat__form{display:flex;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid #eee}.live-chat__input{flex:1;border:1px solid #ddd;border-radius:24px;padding:.8rem 1.2rem;font-size:1.4rem}.live-chat__input:focus{outline:none;border-color:var(--autosky-blue-light)}.live-chat__send{background:var(--autosky-blue-light);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background .2s}.live-chat__send:hover{background:var(--autosky-blue-dark)}.live-chat__offline{padding:2rem;text-align:center;background:#f9f9f9}.live-chat__offline p{margin:0 0 1.5rem;color:rgba(var(--color-base-text),.7)}@media (max-width: 480px){.live-chat__window{width:calc(100vw - 40px);bottom:70px}.live-chat__button{width:50px;height:50px}}.header__icon--compare,.header__icon--wishlist{position:relative}.compare-count,.wishlist-count{position:absolute;top:-5px;right:-5px;background:var(--autosky-blue-light);color:#fff;font-size:1rem;font-weight:600;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px}.desktop-only{display:none}@media (min-width: 990px){.desktop-only{display:flex}}.mobile-nav__utility{display:flex;gap:1rem;padding:2rem;border-top:1px solid #eee;margin-top:2rem}.mobile-nav__utility-link{flex:1;display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1.2rem;background:#f5f5f5;border-radius:8px;text-decoration:none;color:inherit;font-size:1.4rem;font-weight:500;position:relative}.mobile-nav__utility-link .icon{width:20px;height:20px}.mobile-nav__utility-link .wishlist-count,.mobile-nav__utility-link .compare-count{position:static;margin-left:auto}.mobile-nav__secondary{padding:1.5rem 2rem;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem}.mobile-nav__secondary-link{font-size:1.3rem;color:rgba(var(--color-base-text),.7);text-decoration:none;transition:color .2s}.mobile-nav__secondary-link:hover{color:var(--autosky-blue-light)}.footer__grid{display:grid;grid-template-columns:1.5fr repeat(5,1fr);gap:3rem}@media (max-width: 1200px){.footer__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.footer__grid{grid-template-columns:1fr 1fr}.footer__column--brand{grid-column:span 2}}@media (max-width: 480px){.footer__grid{grid-template-columns:1fr}.footer__column--brand{grid-column:span 1}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
