.store-404{padding:5rem 0;background:var(--store-surface);min-height:60vh;display:flex;align-items:center}.store-404__inner{text-align:center;max-width:480px}.store-404__code{font-size:5rem;font-weight:800;color:var(--store-green);margin:0;line-height:1;letter-spacing:-.05em}.store-404__title{font-size:1.75rem;font-weight:700;margin:.5rem 0 1rem}.store-404__text{color:var(--store-text-muted);margin:0 0 2rem;line-height:1.5}.store-404__actions{display:flex;gap:.875rem;justify-content:center;flex-wrap:wrap}.store-announcement{background:var(--store-green);color:var(--store-black);padding:.625rem 0}.store-announcement__inner{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.store-announcement__text{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.02em}.store-announcement__link{color:var(--store-black);font-size:.8125rem;font-weight:700;text-decoration:none;white-space:nowrap}.store-announcement__link:hover{text-decoration:underline}@media screen and (max-width:749px){.store-announcement{padding:.5rem 0}.store-announcement__inner{gap:.35rem .75rem;text-align:center}.store-announcement__text{font-size:.7rem;line-height:1.35;letter-spacing:0}.store-announcement__link{font-size:.7rem}}.bfs-hero{background-color:var(--bfs-black);padding:5rem 0;position:relative;overflow:hidden}.bfs-hero__inner{text-align:center}.bfs-hero__headline{font-size:3.5rem;font-weight:700;color:var(--bfs-white);margin:0 0 1rem;line-height:1.2;position:relative;display:inline-block}.bfs-hero__headline:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:var(--color-accent);opacity:0;filter:blur(20px);border-radius:50%;animation:bfs-hero-pulse 2s ease-in-out infinite;z-index:-1}@keyframes bfs-hero-pulse{0%,to{opacity:0;transform:translate(-50%,-50%) scale(.8)}50%{opacity:.4;transform:translate(-50%,-50%) scale(1.2)}}.bfs-hero__subheadline{font-size:1.25rem;color:var(--bfs-white);margin:0 0 2rem;line-height:1.5}.bfs-hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.bfs-hero__locations{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;align-items:center}.bfs-hero__location{display:flex;flex-direction:column;align-items:center;gap:.5rem}.bfs-hero__location-icon{width:2rem;height:2rem;color:var(--color-accent)}.bfs-hero__location-icon svg{width:100%;height:100%}.bfs-hero__location-label{font-size:.875rem;color:var(--bfs-white);font-weight:500}@media screen and (max-width:749px){.bfs-hero{padding:3rem 0}.bfs-hero__headline{font-size:2rem}.bfs-hero__subheadline{font-size:1rem;margin-bottom:1.5rem}.bfs-hero__ctas{flex-direction:column;margin-bottom:2rem}.bfs-hero__location{flex:1 1 calc(50% - 1rem);min-width:120px}}.bfs-how-it-works{background-color:var(--bfs-white);padding:3.75rem 0}.bfs-how-it-works__title{color:var(--bfs-black)}.bfs-how-it-works__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.875rem}.bfs-how-it-works__card{background-color:var(--bfs-black);padding:1.875rem;border-radius:var(--bfs-radius);text-align:center;border:2px solid transparent;transition:border-color .3s ease,box-shadow .3s ease}.bfs-how-it-works__card:hover{border-color:var(--color-accent);box-shadow:0 0 15px var(--color-accent);transform:none}.bfs-how-it-works__icon{width:5rem;height:5rem;margin:0 auto 1.25rem;color:var(--color-accent)}.bfs-how-it-works__icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.bfs-how-it-works__heading{color:var(--bfs-white);font-size:1.25rem;font-weight:700;margin:0 0 .9375rem}.bfs-how-it-works__description{color:var(--bfs-white);font-size:.875rem;line-height:1.5;margin:0}@media screen and (max-width:989px){.bfs-how-it-works__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.bfs-how-it-works__grid{grid-template-columns:1fr}.bfs-how-it-works__icon{width:4rem;height:4rem}}.bfs-service-areas{background-color:var(--bfs-white);padding:3.75rem 0;position:relative;overflow:hidden}.bfs-service-areas:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--color-accent) 1px,transparent 1px),linear-gradient(90deg,var(--color-accent) 1px,transparent 1px);background-size:40px 40px;opacity:.08;pointer-events:none}.bfs-service-areas .bfs-container{position:relative;z-index:1}.bfs-service-areas__header{text-align:center;margin-bottom:2.5rem}.bfs-service-areas__headline{font-size:3rem;font-weight:700;color:var(--bfs-black);margin:0 0 .9375rem;text-transform:uppercase;letter-spacing:.05em}.bfs-service-areas__subheadline{font-size:1.25rem;color:var(--bfs-black);margin:0}.bfs-service-areas__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;margin-bottom:2.5rem}.bfs-service-areas__card{background-color:var(--bfs-dark);border:2px solid var(--color-accent);border-radius:var(--bfs-radius);padding:1.875rem;text-align:center;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;transition:all .3s ease}.bfs-service-areas__card:hover{background-color:#2a2a2a;transform:translateY(-5px);box-shadow:0 10px 30px var(--store-green-glow)}.bfs-service-areas__card-icon{width:50px;height:50px;margin-bottom:.9375rem;color:var(--color-accent)}.bfs-service-areas__card-icon svg{width:100%;height:100%}.bfs-service-areas__card-title{font-size:1.5rem;font-weight:700;color:var(--bfs-white);margin:0 0 .625rem}.bfs-service-areas__card-tagline{font-size:.875rem;color:var(--bfs-gray);margin:0}.bfs-service-areas__banner{background-color:var(--bfs-black);border:2px solid var(--color-accent);border-radius:var(--bfs-radius);padding:1.25rem;text-align:center;margin-bottom:1.875rem}.bfs-service-areas__banner-text{font-size:1.125rem;font-weight:600;color:var(--color-accent);margin:0;letter-spacing:.03em}.bfs-service-areas__cta-wrap{text-align:center}.bfs-service-areas__cta{text-transform:uppercase;letter-spacing:.05em}@media screen and (max-width:749px){.bfs-service-areas__headline{font-size:2rem}.bfs-service-areas__subheadline{font-size:1rem}.bfs-service-areas__card{min-height:150px}}.bfs-testimonials{background-color:var(--bfs-white);padding:3.75rem 0}.bfs-testimonials__inner{max-width:900px}.bfs-testimonials__header{text-align:center;margin-bottom:2.5rem}.bfs-testimonials__title{color:var(--bfs-black);font-size:2rem;font-weight:700;margin:0 0 .625rem}.bfs-testimonials__subtitle{color:var(--bfs-muted);font-size:.875rem;margin:0}.bfs-testimonials__list{display:grid;gap:1.25rem}.bfs-testimonials__card{background-color:var(--bfs-dark);border-radius:var(--bfs-radius-sm);padding:2.5rem 1.875rem;text-align:center}.bfs-testimonials__text{color:var(--bfs-gray);font-size:1rem;line-height:1.6;margin:0 0 1.25rem}.bfs-testimonials__author{color:var(--bfs-white);font-size:1rem;font-weight:700;margin:0}.bfs-why-choose{background-color:var(--bfs-black);padding:3.75rem 0}.bfs-why-choose__title{color:var(--bfs-white)}.bfs-why-choose__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.875rem;margin-bottom:3.75rem}.bfs-why-choose__card{background-color:var(--bfs-dark);padding:1.875rem;border-radius:var(--bfs-radius);text-align:center;transition:transform .2s ease}.bfs-why-choose__card:hover{transform:translateY(-4px)}.bfs-why-choose__card-title{color:var(--bfs-white);font-size:1.25rem;font-weight:700;margin:0 0 .625rem}.bfs-why-choose__card-text{color:var(--bfs-gray);font-size:.875rem;line-height:1.5;margin:0}.bfs-why-choose__reviews{background-color:var(--bfs-dark);padding:2.5rem;border-radius:var(--bfs-radius)}.bfs-why-choose__reviews-title{color:var(--bfs-white);font-size:1.75rem;text-align:center;margin:0 0 1.875rem;font-weight:700}.bfs-why-choose__reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem}.bfs-why-choose__review{background-color:var(--bfs-black);padding:1.25rem;border-radius:6px}.bfs-why-choose__review-text{color:var(--bfs-gray);font-size:.875rem;line-height:1.5;margin:0 0 .625rem}.bfs-why-choose__review-author{color:var(--bfs-white);font-size:.875rem;font-weight:600;margin:0}@media screen and (max-width:989px){.bfs-why-choose__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.bfs-why-choose__grid,.bfs-why-choose__reviews-grid{grid-template-columns:1fr}}.store-book-repair{padding:2.5rem 0 4rem;background:var(--store-surface)}.store-book-repair__header{text-align:center;max-width:640px;margin:0 auto 1.75rem}.store-book-repair__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.02em;margin:0 0 .5rem;color:var(--store-text)}.store-book-repair__subtitle{margin:0;font-size:1.05rem;color:var(--store-text-muted);line-height:1.5}.store-book-repair__content{max-width:720px;margin:0 auto 1.75rem;color:var(--store-text-muted);line-height:1.6;text-align:center}.store-book-repair__frame-wrap{max-width:960px;margin:0 auto;border-radius:var(--store-radius);overflow:hidden;border:1px solid var(--store-border);box-shadow:var(--store-shadow);background:#caff33}.store-book-repair__frame-wrap iframe{display:block;width:100%;min-height:600px;border:0}@media screen and (max-width:749px){.store-book-repair{padding:1.25rem 0 calc(1.5rem + var(--store-mobile-bar-height, 0px))}.store-book-repair__header{margin-bottom:1rem}.store-book-repair__title{font-size:1.5rem}.store-book-repair__subtitle{font-size:.9rem}.store-book-repair__frame-wrap{border-radius:10px;margin:0 -.15rem}.store-book-repair__frame-wrap iframe{min-height:70vh;height:70vh!important}}.store-cart{padding:2.5rem 0 4rem;background:var(--store-surface);min-height:50vh}.store-cart__title{font-size:2rem;font-weight:800;margin:0 0 2rem;letter-spacing:-.02em}.store-cart__layout{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.store-cart__item{display:grid;grid-template-columns:80px 1fr auto auto;gap:1.25rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--store-border)}.store-cart__item-image{width:80px;height:80px;border-radius:var(--store-radius-sm);overflow:hidden;background:var(--store-muted-surface);display:block}.store-cart__item-image img{width:100%;height:100%;object-fit:cover}.store-cart__item-title{font-weight:600;color:var(--store-text);text-decoration:none;font-size:.9375rem}.store-cart__item-title:hover{color:var(--store-green-dark)}.store-cart__item-variant{font-size:.8125rem;color:var(--store-text-muted);margin:.25rem 0}.store-cart__item-remove{font-size:.75rem;color:var(--store-text-light);text-decoration:underline}.store-cart__item-qty input{width:56px;padding:.375rem;text-align:center;border:1px solid var(--store-border);border-radius:var(--store-radius-sm);font-size:.875rem}.store-cart__item-price{font-weight:700;font-size:.9375rem;min-width:80px;text-align:right}.store-cart__summary{background:var(--store-muted-surface);border:1px solid var(--store-border);border-radius:var(--store-radius);padding:1.75rem;position:sticky;top:5rem}.store-cart__summary-title{font-size:1.125rem;font-weight:700;margin:0 0 1.25rem}.store-cart__summary-row{display:flex;justify-content:space-between;font-size:1.125rem;margin-bottom:.5rem}.store-cart__summary-note{font-size:.8125rem;color:var(--store-text-muted);margin:0 0 1.25rem}.store-cart__trust{list-style:none;padding:0;margin:0 0 1.25rem;font-size:.8125rem;color:var(--store-text-muted);display:grid;gap:.375rem}.store-cart__update{margin-top:.625rem}.store-cart__continue{display:block;text-align:center;margin-top:1rem;font-size:.875rem;color:var(--store-text-muted);text-decoration:none}.store-cart__continue:hover{color:var(--store-green-dark)}.store-cart__empty{text-align:center;padding:4rem 0;color:var(--store-text-muted)}.store-cart__empty .store-btn{margin-top:1.5rem}@media screen and (max-width:989px){.store-cart__layout{grid-template-columns:1fr}.store-cart__item{grid-template-columns:64px 1fr;grid-template-rows:auto auto}.store-cart__item-qty,.store-cart__item-price{grid-column:2}}.store-collection-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.store-collection-card{text-decoration:none;color:inherit;border-radius:var(--store-radius);overflow:hidden;background:var(--store-surface);border:1px solid var(--store-border);transition:box-shadow var(--store-transition),transform var(--store-transition)}.store-collection-card:hover{box-shadow:var(--store-shadow-hover);transform:translateY(-3px)}.store-collection-card__media{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--store-muted-surface)}.store-collection-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.store-collection-card:hover .store-collection-card__image{transform:scale(1.06)}.store-collection-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.store-collection-card__placeholder svg{width:50%;opacity:.25}.store-collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--store-transition)}.store-collection-card:hover .store-collection-card__overlay{opacity:1}.store-collection-card__info{padding:1.25rem}.store-collection-card__title{font-size:1.125rem;font-weight:700;margin:0 0 .375rem;color:var(--store-text)}.store-collection-card__desc{font-size:.875rem;color:var(--store-text-muted);margin:0;line-height:1.4}.store-collection{padding:2.5rem 0 4rem;background:var(--store-surface)}.store-collection__header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--store-border)}.store-collection__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin:0 0 .5rem;letter-spacing:-.02em}.store-collection__desc{font-size:1rem;color:var(--store-text-muted);margin-bottom:.5rem;max-width:600px}.store-collection__count{font-size:.875rem;color:var(--store-text-light);margin:0}.store-pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem}.store-pagination__info{font-size:.875rem;color:var(--store-text-muted)}.store-collection__empty{text-align:center;padding:4rem 0;color:var(--store-text-muted)}.store-collection__empty .store-btn{margin-top:1.5rem}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.store-dual-cta{padding:3.5rem 0;background:var(--store-black)}.store-dual-cta__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.store-dual-cta__card{border-radius:var(--store-radius);padding:2rem 1.75rem;border:1px solid var(--store-border-dark);background:var(--store-card);color:#fff}.store-dual-cta__card--repair{background:linear-gradient(145deg,#141414,#1a2a26)}.store-dual-cta__card--sell{background:linear-gradient(145deg,#141414,#2a2314)}.store-dual-cta__eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--store-green);margin:0 0 .625rem}.store-dual-cta__title{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800;margin:0 0 .625rem;letter-spacing:-.02em}.store-dual-cta__text{font-size:.95rem;color:#ffffffa6;line-height:1.55;margin:0 0 1.25rem}.store-dual-cta__actions{display:flex;flex-wrap:wrap;gap:.625rem}.store-dual-cta__call{color:#fff!important;border-color:#ffffff40!important}.store-dual-cta__call:hover{background:#fff!important;color:var(--store-black)!important}@media screen and (max-width:749px){.store-dual-cta{padding:2rem 0}.store-dual-cta__grid{grid-template-columns:1fr}.store-dual-cta__card{padding:1.35rem 1.15rem}.store-dual-cta__actions{flex-direction:column}.store-dual-cta__actions .store-btn,.store-dual-cta__card>.store-btn{width:100%}}.store-featured__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.store-featured__header .store-subheading{margin-bottom:0}.store-product-card--placeholder{opacity:.5;pointer-events:none}.store-footer{background:var(--store-black);color:#fff;padding:3.5rem 0 1.5rem;margin-top:auto}.store-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:2rem;margin-bottom:2.5rem}.store-footer__logo{max-height:48px;margin-bottom:.75rem}.store-footer__name{font-size:1.125rem;font-weight:800;margin:0 0 .5rem}.store-footer__tagline{font-size:.875rem;color:#ffffff80;line-height:1.5;margin:0 0 .75rem}.store-footer__phone{display:inline-block;color:var(--store-green);font-weight:700;text-decoration:none;margin-bottom:.5rem}.store-footer__address{font-size:.8125rem;color:#ffffff73;line-height:1.45;margin:0}.store-footer__heading{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--store-green);margin:0 0 1rem}.store-footer__heading--spaced{margin-top:1.5rem}.store-footer__link{display:block;color:#fff9;text-decoration:none;font-size:.875rem;margin-bottom:.5rem;transition:color var(--store-transition)}.store-footer__link:hover{color:#fff}.store-footer__form-row{display:flex;gap:.5rem;margin-top:.75rem}.store-footer__input{flex:1;padding:.625rem .875rem;border:1px solid var(--store-border-dark);border-radius:var(--store-radius-sm);background:var(--store-card);color:#fff;font-size:.875rem}.store-footer__input::placeholder{color:#fff6}.store-footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--store-border-dark)}.store-footer__copy{font-size:.8rem;color:#fff6;margin:0}.store-footer__payments{display:flex;gap:.5rem;flex-wrap:wrap}@media screen and (max-width:989px){.store-footer__grid{grid-template-columns:1fr 1fr}}@media screen and (max-width:749px){.store-footer__grid{grid-template-columns:1fr;gap:1.75rem}.store-footer{padding:2.5rem 0 1.25rem}.store-footer__form-row{flex-direction:column}.store-footer__form-row .store-btn{width:100%}}.store-header{background:var(--store-surface);border-bottom:1px solid var(--store-border);position:sticky;top:0;z-index:200;box-shadow:0 1px 8px #0000000a}.store-header__inner{display:flex;align-items:center;gap:2rem;min-height:4rem;padding-top:.5rem;padding-bottom:.5rem}.store-header__logo{text-decoration:none;flex-shrink:0}.store-header__logo-img{max-height:44px;width:auto}.store-header__logo-text{font-size:1.125rem;font-weight:800;color:var(--store-text);letter-spacing:-.02em}.store-header__nav{display:flex;align-items:center;gap:1.75rem;flex:1;justify-content:center}.store-header__nav-link{text-decoration:none;color:var(--store-text);font-size:.8rem;font-weight:500;transition:color var(--store-transition)}.store-header__nav-link:hover{color:var(--store-green-dark)}.store-header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0;margin-left:auto}.store-header__icon{color:var(--store-text);display:flex;align-items:center;padding:.5rem;text-decoration:none}.store-header__icon svg{width:1.25rem;height:1.25rem}.store-header__service{display:inline-flex;align-items:center;padding:.45rem .85rem;border-radius:999px;font-size:.8125rem;font-weight:700;text-decoration:none;border:1px solid var(--store-border);color:var(--store-text);transition:all var(--store-transition)}.store-header__service--repair{background:var(--store-green-soft);border-color:transparent;color:var(--store-green-dark)}.store-header__service--repair:hover{background:var(--store-green);color:var(--store-black)}.store-header__service--sell:hover{border-color:var(--store-green);color:var(--store-green-dark)}.store-header__cart{padding:.5rem 1rem;font-size:.8125rem;gap:.375rem}.store-header__mobile-primary{font-weight:700!important;color:var(--store-green-dark)!important;font-size:.875rem!important}.store-header__menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;flex-shrink:0;min-width:44px;min-height:44px;-webkit-tap-highlight-color:transparent}.store-header__menu-toggle span{display:block;width:22px;height:2px;background:var(--store-text);border-radius:2px}.store-header__mobile-nav{display:none;flex-direction:column;padding:1rem 1.25rem 1.5rem;border-top:1px solid var(--store-border);background:var(--store-surface);width:100%}.store-header__mobile-nav.is-open,.store-header__mobile-nav[data-open]{display:flex!important}.store-header__mobile-nav[hidden]:not(.is-open):not([data-open]){display:none!important}.store-header__mobile-nav a{padding:.65rem 0;text-decoration:none;color:var(--store-text);font-weight:500;font-size:.875rem;border-bottom:1px solid var(--store-border)}.store-header__mobile-primary{font-size:.875rem!important}.store-header__mobile-cart{margin-top:.5rem;color:var(--store-green-dark)!important;font-weight:700!important;font-size:.875rem!important}@media screen and (max-width:989px){.store-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;min-height:3.5rem}.store-header__nav{display:none}.store-header__menu-toggle{display:flex;justify-self:start;grid-column:1;grid-row:1;position:relative;z-index:5;pointer-events:auto}.store-header__logo{grid-column:2;grid-row:1;justify-self:center;text-align:center;position:relative;z-index:1}.store-header__logo-img{max-height:40px;margin:0 auto}.store-header__actions{grid-column:3;grid-row:1;justify-self:end;margin-left:0;gap:.25rem}.store-header__actions .store-header__icon,.store-header__actions .store-header__service{display:none}.store-header__cart{padding:.5rem .75rem}.store-header__cart-label{display:none}.store-header__cart [data-cart-count]{font-size:.75rem}}@media screen and (max-width:749px){.store-header__inner{min-height:3.25rem;padding-top:.35rem;padding-bottom:.35rem}.store-header__logo-img{max-height:34px;width:auto;max-width:min(42vw,160px);object-fit:contain}.store-header__logo-text{font-size:.9rem;max-width:8.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.store-header__cart{min-width:44px;min-height:44px;padding:.45rem .65rem;justify-content:center}.store-header__mobile-nav{max-height:min(70vh,28rem);overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:calc(1rem + var(--store-mobile-bar-height, 0px))}.store-header__mobile-nav a{min-height:40px;display:flex;align-items:center;padding:.65rem 0;font-size:.8125rem}.store-header__mobile-primary{font-size:.8125rem!important}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.store-how{padding:3.5rem 0;background:var(--store-surface)}.store-how__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.store-how__step{text-align:center;padding:1.5rem 1rem;border-radius:var(--store-radius);border:1px solid var(--store-border);background:var(--store-muted-surface)}.store-how__num{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;background:var(--store-green);color:var(--store-black);font-weight:800;margin-bottom:.875rem}.store-how__title{font-size:1.0625rem;font-weight:700;margin:0 0 .5rem;color:var(--store-text)}.store-how__text{font-size:.9rem;color:var(--store-text-muted);line-height:1.5;margin:0}.store-how__actions{display:flex;flex-wrap:wrap;gap:.875rem;justify-content:center}@media screen and (max-width:749px){.store-how__grid{grid-template-columns:1fr}}.store-mobile-bar{display:none}@media screen and (max-width:749px){.store-mobile-bar{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:0;right:0;z-index:260;background:var(--store-surface);border-top:1px solid var(--store-border);box-shadow:0 -6px 24px #0000001f;padding:.35rem .25rem calc(.35rem + env(safe-area-inset-bottom,0px));min-height:var(--store-mobile-bar-height)}.store-mobile-bar__btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;text-decoration:none;color:var(--store-text);font-size:.6875rem;font-weight:700;padding:.45rem .15rem;border-radius:10px;line-height:1.1;min-height:48px;-webkit-tap-highlight-color:transparent}.store-mobile-bar__btn:active{background:var(--store-muted-surface)}.store-mobile-bar__btn span{font-size:1.125rem;line-height:1}.store-mobile-bar__btn--repair{color:var(--store-green-dark)}.store-mobile-bar__btn--call{color:#2563eb}body:has([data-cart-drawer][data-open]) .store-mobile-bar{transform:translateY(110%);pointer-events:none}}.store-page{padding:2.5rem 0 4rem;background:var(--store-surface)}.store-page__inner{max-width:960px}.store-page__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.02em;margin:0 0 1.25rem;color:var(--store-text)}.store-page__content{color:var(--store-text-muted);line-height:1.6;margin-bottom:1.75rem}.store-page__repair-form{border-radius:var(--store-radius);overflow:hidden;border:1px solid var(--store-border);box-shadow:var(--store-shadow);background:#caff33}.store-page__repair-form iframe{display:block;width:100%;min-height:1000px}@media screen and (max-width:749px){.store-page{padding:1.25rem 0 calc(1.5rem + var(--store-mobile-bar-height, 0px))}.store-page__title{font-size:1.5rem}.store-page__repair-form{border-radius:10px}.store-page__repair-form iframe{min-height:70vh;height:70vh}}.store-pdp{padding:2rem 0 4rem;background:var(--store-surface)}.store-pdp__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.store-pdp__main-image{border-radius:var(--store-radius);overflow:hidden;background:var(--store-muted-surface);border:1px solid var(--store-border);aspect-ratio:1}.store-pdp__image{width:100%;height:100%;object-fit:cover}.store-pdp__placeholder{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:var(--store-muted-surface);border-radius:var(--store-radius)}.store-pdp__thumbs{display:flex;gap:.625rem;margin-top:.875rem;overflow-x:auto}.store-pdp__thumb{flex-shrink:0;width:72px;height:72px;border:2px solid var(--store-border);border-radius:var(--store-radius-sm);overflow:hidden;cursor:pointer;padding:0;background:none;opacity:.6;transition:all var(--store-transition)}.store-pdp__thumb--active,.store-pdp__thumb:hover{border-color:var(--store-green);opacity:1}.store-pdp__thumb img{width:100%;height:100%;object-fit:cover}.store-pdp__vendor{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--store-text-light);margin:0 0 .5rem}.store-pdp__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.2;margin:0 0 1rem;letter-spacing:-.02em}.store-pdp__price-row{margin-bottom:1rem}.store-pdp__price-row .store-price__current{font-size:1.75rem}.store-pdp__urgency{color:#ff3b30;font-size:.875rem;font-weight:600;margin:0 0 1rem}.store-pdp__in-stock{color:var(--store-green-dark);font-size:.875rem;font-weight:600;margin:0 0 1rem}.store-pdp__soldout{color:var(--store-text-light);font-weight:600;margin:0 0 1rem}.store-pdp__description{font-size:.9375rem;color:var(--store-text-muted);line-height:1.6;margin-bottom:1.5rem}.store-pdp__option{margin-bottom:1.25rem}.store-pdp__option-label{display:block;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.625rem}.store-pdp__option-values{display:flex;flex-wrap:wrap;gap:.5rem}.store-pdp__option-btn{padding:.5rem 1rem;border:2px solid var(--store-border);border-radius:var(--store-radius-sm);background:var(--store-surface);font-size:.875rem;font-weight:500;cursor:pointer;transition:all var(--store-transition)}.store-pdp__option-btn:hover,.store-pdp__option-btn--selected{border-color:var(--store-green);background:var(--store-green-soft);color:var(--store-green-dark)}.store-pdp__quantity{margin-bottom:1.25rem}.store-pdp__quantity label{display:block;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.store-pdp__qty-control{display:inline-flex;align-items:center;border:2px solid var(--store-border);border-radius:var(--store-radius-sm);overflow:hidden}.store-pdp__qty-btn{width:40px;height:40px;border:none;background:var(--store-muted-surface);font-size:1.125rem;cursor:pointer;font-weight:600}.store-pdp__qty-input{width:48px;text-align:center;border:none;font-size:.9375rem;font-weight:600;-moz-appearance:textfield}.store-pdp__qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.store-pdp__atc{margin-bottom:1rem}.store-pdp__atc:disabled{opacity:.5;cursor:not-allowed}.store-pdp__trust{list-style:none;padding:1.25rem 0 0;margin:1.25rem 0 0;border-top:1px solid var(--store-border);display:grid;gap:.5rem}.store-pdp__trust li{font-size:.8125rem;color:var(--store-text-muted)}.store-pdp__services{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--store-border)}.store-pdp__services-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--store-text-light);margin:0 0 .625rem}.store-pdp__services-links{display:flex;flex-wrap:wrap;gap:.5rem}.store-pdp__sticky{position:fixed;bottom:0;left:0;right:0;background:var(--store-surface);border-top:1px solid var(--store-border);padding:.875rem 0;box-shadow:0 -4px 20px #00000014;z-index:150;transform:translateY(calc(100% + var(--store-mobile-bar-height, 0px)));transition:transform .3s ease}.store-pdp__sticky[data-visible]{transform:translateY(0);bottom:var(--store-mobile-bar-height, 0px)}.store-pdp__sticky[hidden]{display:block}.store-pdp__sticky-inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem}@media screen and (max-width:749px){.store-pdp{padding:1.25rem 0 2rem}.store-pdp__title{font-size:1.35rem}.store-pdp__sticky{padding:.65rem 0;z-index:255}.store-pdp__sticky-title{font-size:.8125rem;max-width:45vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-pdp__sticky .store-btn{flex-shrink:0;padding:.65rem 1rem;font-size:.8125rem;min-height:44px}}.store-pdp__sticky-title{display:block;font-size:.875rem;font-weight:600;color:var(--store-text)}.store-pdp__sticky-price{font-size:1rem;font-weight:700;color:var(--store-green-dark)}@media screen and (max-width:989px){.store-pdp__grid{grid-template-columns:1fr;gap:1.5rem}}.store-promo{background:var(--store-green);padding:2.5rem 0}.store-promo__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.store-promo__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--store-black);margin:0 0 .375rem;letter-spacing:-.02em}.store-promo__text{font-size:1rem;color:#000000b3;margin:0}.store-promo .store-btn--secondary{background:var(--store-black);flex-shrink:0}.store-reviews__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}.store-reviews__intro{flex:1 1 320px;max-width:560px}.store-reviews__google-badge{display:inline-flex;align-items:center;gap:.45rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--store-text-muted);margin-bottom:.65rem}.store-reviews__google-g{flex-shrink:0}.store-reviews__subtitle{margin-bottom:0}.store-reviews__summary{display:flex;align-items:center;gap:1rem;background:var(--store-surface);border:1px solid var(--store-border);border-radius:var(--store-radius);padding:1rem 1.25rem;box-shadow:var(--store-shadow)}.store-reviews__score{font-size:2.5rem;font-weight:700;line-height:1;color:var(--store-text);letter-spacing:-.03em}.store-reviews__summary-meta .store-rating{margin-bottom:.35rem}.store-reviews__count{margin:0;font-size:.8125rem;color:var(--store-text-muted)}.store-reviews__maps-link{display:inline-flex;align-items:center;gap:.3rem;margin-top:.4rem;font-size:.8125rem;font-weight:600;color:#1a73e8;text-decoration:none}.store-reviews__maps-link:hover{text-decoration:underline}.store-reviews__track-wrap{position:relative}.store-reviews__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,1fr);gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.25rem}.store-reviews__track::-webkit-scrollbar{display:none}.store-reviews__card{scroll-snap-align:start;background:var(--store-surface);border:1px solid var(--store-border);border-radius:var(--store-radius);padding:1.5rem;margin:0;box-shadow:var(--store-shadow);display:flex;flex-direction:column;min-height:100%}.store-reviews__card-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.store-reviews__verified{display:inline-flex;align-items:center;gap:.3rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#3c4043;background:#f1f3f4;border-radius:999px;padding:.25rem .55rem;white-space:nowrap}.store-reviews__verified svg{width:12px;height:12px;flex-shrink:0}.store-reviews__text{font-size:.9375rem;line-height:1.65;color:var(--store-text);margin:0 0 1.25rem;flex:1}.store-reviews__footer{display:flex;flex-direction:column;gap:.2rem;border-top:1px solid var(--store-border);padding-top:1rem}.store-reviews__author{font-size:.875rem;font-weight:700;font-style:normal;color:var(--store-text)}.store-reviews__location,.store-reviews__product{font-size:.75rem;color:var(--store-text-muted)}.store-reviews__product{color:var(--store-green-dark);font-weight:500}.store-reviews__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:2.5rem;height:2.5rem;border:1px solid var(--store-border);border-radius:50%;background:var(--store-surface);color:var(--store-text);font-size:1.5rem;line-height:1;cursor:pointer;box-shadow:var(--store-shadow);transition:border-color var(--store-transition),color var(--store-transition)}.store-reviews__nav:hover{border-color:var(--store-green);color:var(--store-green-dark)}.store-reviews__nav--prev{left:-.75rem}.store-reviews__nav--next{right:-.75rem}.store-reviews__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.75rem}@media(min-width:990px){.store-reviews__track{grid-auto-columns:calc((100% - 2.5rem) / 3)}}@media(max-width:749px){.store-reviews__header{flex-direction:column;align-items:flex-start}.store-reviews__nav{display:none}.store-reviews__track{grid-auto-columns:minmax(280px,88vw)}.store-reviews__actions{flex-direction:column}.store-reviews__actions .store-btn{width:100%;text-align:center}}.store-search{padding:2.5rem 0 4rem;background:var(--store-surface);min-height:50vh}.store-search__title{font-size:2rem;font-weight:800;margin:0 0 1.5rem;letter-spacing:-.02em}.store-search__form{display:flex;gap:.75rem;margin-bottom:2rem;max-width:600px}.store-search__input{flex:1;padding:.875rem 1rem;border:2px solid var(--store-border);border-radius:var(--store-radius-sm);font-size:1rem}.store-search__input:focus{outline:none;border-color:var(--store-green)}.store-search__count{color:var(--store-text-muted);margin-bottom:1.5rem;font-size:.9rem}.store-search__empty{text-align:center;padding:3rem 0;color:var(--store-text-muted)}.store-search__empty .store-btn{margin-top:1.5rem}@media screen and (max-width:749px){.store-search__form{flex-direction:column}}.store-sell-device{padding:2.5rem 0 4rem;background:var(--store-surface)}.store-sell-device__header{text-align:center;max-width:640px;margin:0 auto 1.75rem}.store-sell-device__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.02em;margin:0 0 .5rem;color:var(--store-text)}.store-sell-device__subtitle{margin:0;font-size:1.05rem;color:var(--store-text-muted);line-height:1.5}.store-sell-device__content{max-width:720px;margin:0 auto 1.75rem;color:var(--store-text-muted);line-height:1.6;text-align:center}.store-sell-device__widget{max-width:1100px;margin:0 auto;min-height:480px;overflow-x:auto;-webkit-overflow-scrolling:touch}.store-sell-device__widget .buyback-widget{width:100%;max-width:100%}.store-sell-device__widget iframe,.store-sell-device__widget>*{max-width:100%!important}@media screen and (max-width:749px){.store-sell-device{padding:1.25rem 0 calc(1.5rem + var(--store-mobile-bar-height, 0px))}.store-sell-device__header{margin-bottom:1rem}.store-sell-device__title{font-size:1.5rem}.store-sell-device__subtitle{font-size:.9rem}.store-sell-device__widget{min-height:60vh}}.store-pillars{padding:3.5rem 0;background:var(--store-muted-surface)}.store-pillars__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.store-pillar{display:flex;flex-direction:column;background:var(--store-surface);border:1px solid var(--store-border);border-radius:var(--store-radius);padding:1.75rem 1.5rem;text-decoration:none;color:inherit;transition:transform var(--store-transition),box-shadow var(--store-transition),border-color var(--store-transition);min-height:100%}.store-pillar:hover{transform:translateY(-4px);box-shadow:var(--store-shadow-hover);border-color:var(--store-green)}.store-pillar__icon{font-size:1.75rem;margin-bottom:.875rem;line-height:1}.store-pillar__title{font-size:1.25rem;font-weight:800;margin:0 0 .5rem;letter-spacing:-.02em;color:var(--store-text)}.store-pillar__text{font-size:.9375rem;color:var(--store-text-muted);line-height:1.55;margin:0 0 1.25rem;flex:1}.store-pillar__cta{font-size:.875rem;font-weight:700;color:var(--store-green-dark)}.store-pillar--shop:hover{border-color:var(--store-green)}.store-pillar--fix:hover{border-color:#3b82f6}.store-pillar--sell:hover{border-color:#f59e0b}@media screen and (max-width:989px){.store-pillars__grid{grid-template-columns:1fr}}.store-hero{position:relative;background:linear-gradient(135deg,var(--store-black) 0%,#1a1a1a 100%);color:#fff;padding:3rem 0 4rem;overflow:hidden}.store-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}.store-hero__eyebrow{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--store-green);margin:0 0 1rem}.store-hero__headline{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.1;margin:0 0 1rem;letter-spacing:-.03em}.store-hero__subheadline{font-size:1.125rem;color:#ffffffb3;line-height:1.6;margin:0 0 2rem;max-width:480px}.store-hero__ctas{display:flex;flex-wrap:wrap;gap:.875rem;margin-bottom:2rem}.store-hero__ctas .store-btn--outline{color:#fff;border-color:#ffffff4d}.store-hero__ctas .store-btn--outline:hover{background:#fff;color:var(--store-black);border-color:#fff}.store-hero__trust{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1.25rem}.store-hero__trust li{font-size:.8125rem;color:#ffffff8c;display:flex;align-items:center;gap:.375rem}.store-hero__trust li:before{content:"\2713";color:var(--store-green);font-weight:700}.store-hero__visual{position:relative}.store-hero__image{width:100%;border-radius:var(--store-radius);box-shadow:0 24px 60px #0006}.store-hero__float-badge{position:absolute;bottom:1.5rem;left:-1rem;background:var(--store-green);color:var(--store-black);padding:1rem 1.25rem;border-radius:var(--store-radius-sm);box-shadow:var(--store-shadow)}.store-hero__float-value{display:block;font-size:1.25rem;font-weight:800;line-height:1.2}.store-hero__float-label{font-size:.75rem;font-weight:600}.store-hero__desktop-badge{display:none}@media screen and (min-width:990px){.store-hero--has-image{background-color:var(--store-black);background-image:linear-gradient(105deg,#0a0a0aeb,#0a0a0ac7 42%,#0a0a0a73 70%,#0a0a0a4d),var(--hero-bg-image);background-size:cover;background-position:center right;background-repeat:no-repeat;min-height:34rem;display:flex;flex-direction:column;justify-content:center;padding:5rem 0}.store-hero--has-image .store-hero__grid{grid-template-columns:minmax(0,34rem) 1fr;gap:2rem}.store-hero--has-image .store-hero__visual{display:none}.store-hero--has-image .store-hero__subheadline{color:#ffffffd1;max-width:32rem}.store-hero--has-image .store-hero__trust li{color:#ffffffb8}.store-hero--has-image .store-hero__desktop-badge{display:block;position:absolute;right:0;bottom:2.5rem;left:0;z-index:2;pointer-events:none}.store-hero--has-image .store-hero__desktop-badge .store-hero__float-badge{position:relative;left:auto;bottom:auto;float:right;pointer-events:auto}}@media screen and (max-width:989px){.store-hero{padding:1.5rem 0 2.25rem}.store-hero__grid{grid-template-columns:1fr;gap:1.25rem}.store-hero__visual{order:-1}.store-hero__image{border-radius:10px;max-height:52vw;object-fit:cover}.store-hero__headline{font-size:clamp(1.55rem,7vw,2.1rem)}.store-hero__subheadline{font-size:.95rem;margin-bottom:1.25rem;max-width:none}.store-hero__ctas{flex-direction:column;gap:.625rem;margin-bottom:1.25rem}.store-hero__ctas .store-btn{width:100%;justify-content:center}.store-hero__trust{gap:.65rem 1rem}.store-hero__trust li{font-size:.75rem}.store-hero__float-badge{left:.75rem;bottom:.75rem;padding:.65rem .85rem}.store-hero__float-value{font-size:1rem}.store-hero__desktop-badge{display:none!important}}.store-trust-bar{background:var(--store-muted-surface);border-bottom:1px solid var(--store-border);padding:1.25rem 0}.store-trust-bar__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.store-trust-bar__item{display:flex;align-items:center;gap:.75rem}.store-trust-bar__icon{font-size:1.375rem;flex-shrink:0}.store-trust-bar__title{display:block;font-size:.8125rem;font-weight:700;color:var(--store-text);line-height:1.3}.store-trust-bar__text{font-size:.75rem;color:var(--store-text-muted)}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.store-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300;opacity:0;pointer-events:none;transition:opacity .3s ease}.store-cart-overlay[data-open]{opacity:1;pointer-events:auto}.store-cart-drawer{position:fixed;top:0;right:0;width:min(420px,100vw);height:100dvh;max-height:100dvh;background:var(--store-surface);z-index:301;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 40px #00000026}.store-cart-drawer[data-open]{transform:translate(0)}@media screen and (max-width:749px){.store-cart-drawer{width:100vw;padding-bottom:env(safe-area-inset-bottom,0px)}.store-cart-drawer__footer{padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}.store-cart-toast{bottom:calc(1rem + var(--store-mobile-bar-height, 0px))}}.store-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--store-border)}.store-cart-drawer__title{font-size:1.25rem;font-weight:700;margin:0}.store-cart-drawer__close{background:none;border:none;font-size:1.25rem;cursor:pointer;padding:.25rem;color:var(--store-text-muted)}.store-cart-drawer__items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.store-cart-drawer__item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--store-border)}.store-cart-drawer__item-image{width:72px;height:72px;border-radius:var(--store-radius-sm);overflow:hidden;flex-shrink:0;background:var(--store-muted-surface)}.store-cart-drawer__item-image img{width:100%;height:100%;object-fit:cover}.store-cart-drawer__item-title{font-weight:600;font-size:.9rem;color:var(--store-text);text-decoration:none;display:block;margin-bottom:.25rem}.store-cart-drawer__item-variant{font-size:.8rem;color:var(--store-text-muted);display:block}.store-cart-drawer__item-price{font-weight:700;font-size:.9rem;display:block;margin-top:.375rem}.store-cart-drawer__empty{text-align:center;color:var(--store-text-muted);padding:3rem 0}.store-cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--store-border);display:grid;gap:.625rem}.store-cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:1.05rem;margin-bottom:.25rem}.store-cart-drawer__note{text-align:center;font-size:.75rem;color:var(--store-text-muted);margin:.25rem 0 0}.store-cart-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(120%);background:var(--store-black);color:#fff;padding:.875rem 1.5rem;border-radius:999px;font-size:.875rem;font-weight:600;z-index:400;transition:transform .35s ease;box-shadow:var(--store-shadow-hover);pointer-events:none}.store-cart-toast[data-show]{transform:translate(-50%) translateY(0)}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.store-price{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.store-price__current{font-size:1.125rem;font-weight:700;color:var(--store-text)}.store-price--on-sale .store-price__current{color:#ff3b30}.store-price__compare{font-size:.875rem;color:var(--store-text-light);text-decoration:line-through}.store-product-card{display:flex;flex-direction:column;background:var(--store-surface);border-radius:var(--store-radius);overflow:hidden;border:1px solid var(--store-border);transition:box-shadow var(--store-transition),transform var(--store-transition)}.store-product-card:hover{box-shadow:var(--store-shadow-hover);transform:translateY(-3px)}.store-product-card__media{position:relative;display:block;aspect-ratio:1;overflow:hidden;background:var(--store-muted-surface);text-decoration:none}.store-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.store-product-card:hover .store-product-card__image{transform:scale(1.05)}.store-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--store-muted-surface)}.store-product-card__placeholder svg{width:60%;opacity:.3}.store-product-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.375rem;z-index:2}.store-product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--store-transition);z-index:1}.store-product-card:hover .store-product-card__overlay{opacity:1}.store-btn--sm{padding:.625rem 1.25rem;font-size:.8125rem}.store-product-card__info{padding:1rem 1rem .75rem;flex:1}.store-product-card__vendor{font-size:.75rem;color:var(--store-text-light);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .25rem}.store-product-card__title{font-size:.9375rem;font-weight:600;margin:0 0 .5rem;line-height:1.35}.store-product-card__title a{color:var(--store-text);text-decoration:none}.store-product-card__title a:hover{color:var(--store-green-dark)}.store-product-card__form,.store-product-card__atc{margin:0 1rem 1rem}
/*# sourceMappingURL=/cdn/shop/t/15/compiled_assets/styles.css.map */
