@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--font-inter: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--color-bg: #FFFFFF;--color-bg2: #F5F5F7;--color-bg3: #FBFBFD;--color-border: #D2D2D7;--color-border2: #E8E8ED;--color-text: #1D1D1F;--color-muted: #6E6E73;--color-accent: #0066CC;--color-accent-dark: #0055AA;--color-accent-light: #EBF3FF;--color-sale: #FF3B30;--color-success: #34C759;--color-warning: #FF9500}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;touch-action:manipulation}*{touch-action:manipulation}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-inter);-webkit-font-smoothing:antialiased;overflow-x:hidden;font-size:14px;line-height:1.5;touch-action:manipulation}h1,h2,h3,h4,h5,h6{font-family:var(--font-inter)}a{text-decoration:none;color:inherit}button{font-family:var(--font-inter);border:none;background:none;cursor:pointer}img{max-width:100%;display:block}@keyframes pageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}main#MainContent{animation:pageIn .15s ease forwards}.page-width{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:1024px){.page-width{padding:0 2rem}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.flex-wrap{flex-wrap:wrap}.min-w-0{min-width:0}.w-full{width:100%}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.hidden{display:none!important}.block{display:block}.inline-flex{display:inline-flex}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.top-0{top:0}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2}.md\:col-span-1{grid-column:span 1}.md\:flex-col{flex-direction:column}}@media(min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 2}.lg\:col-span-1{grid-column:span 1}}.col-span-2{grid-column:span 2}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-14{margin-top:3.5rem}.mx-auto{margin-left:auto;margin-right:auto}.pt-3{padding-top:.75rem}.pt-8{padding-top:2rem}.pb-1{padding-bottom:.25rem}.pb-3{padding-bottom:.75rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.line-through{text-decoration:line-through}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.aspect-square{aspect-ratio:1/1}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.scale-150{transform:scale(1.5)}.scale-125{transform:scale(1.25)}.translate-x-\[-50\%\]{transform:translate(-50%)}.translate-y-\[-50\%\]{transform:translateY(-50%)}.left-1\/2{left:50%}.top-1\/2{top:50%}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-x-1>*+*{margin-left:.25rem}.min-h-screen{min-height:100vh}.min-h-\[60vh\]{min-height:60vh}.announcement-bar{background-color:#06c;color:#fff;text-align:center;padding:.5rem 1rem;font-size:.75rem;font-weight:500;letter-spacing:.02em;transition:background-color .6s ease;position:relative;overflow:hidden}.announcement-bar__text{display:block;transition:opacity .3s ease}.site-header{position:sticky;top:0;z-index:50}.site-nav{background-color:#fff;border-bottom:1px solid var(--color-border)}.site-nav__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:56px}.site-logo{font-size:1.25rem;font-weight:700;color:#1d1d1f;letter-spacing:-.01em;cursor:pointer;flex-shrink:0;text-decoration:none}.site-logo span{color:#06c}.site-nav__links{display:none;align-items:center;gap:2rem;flex:1;justify-content:center}@media(min-width:1024px){.site-nav__links{display:flex}}.site-nav__link{font-size:.875rem;font-weight:500;color:#1d1d1f;text-decoration:none;transition:color .2s}.site-nav__link:hover{color:#06c}.site-nav__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.nav-icon-btn{color:#6e6e73;padding:.25rem;transition:color .2s;cursor:pointer;background:none;border:none;display:flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;font-family:var(--font-inter)}.nav-icon-btn:hover{color:#1d1d1f}.cart-icon-wrap{position:relative;display:inline-flex}.cart-badge{position:absolute;top:-8px;right:-8px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff;background-color:#06c;border-radius:9999px}.cart-badge:empty{display:none}.mobile-menu-btn{display:flex;align-items:center;color:#6e6e73;cursor:pointer;background:none;border:none;padding:.25rem}.mobile-menu-btn:hover{color:#1d1d1f}@media(min-width:1024px){.mobile-menu-btn{display:none}}.mobile-menu{display:none;background-color:#fff;border-top:1px solid var(--color-border)}.mobile-menu.is-open{display:block}.mobile-menu__link{display:block;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;color:#1d1d1f;border-bottom:1px solid #F5F5F7;text-decoration:none;transition:background-color .15s}.mobile-menu__link:hover{background-color:#f5f5f7}.hero-banner img{width:100%;height:auto;display:block}.hero-ctas{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1rem 1.5rem;flex-wrap:wrap}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;border-radius:9999px;transition:background-color .2s;font-size:.9rem;padding:.875rem 2rem;background-color:#fff;color:#1d1d1f;border:1.5px solid #D2D2D7;cursor:pointer;font-family:var(--font-inter);text-decoration:none}.btn-outline:hover{background-color:#f5f5f7}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:var(--color-accent);color:#fff;font-weight:600;font-size:.875rem;padding:.875rem 2rem;border-radius:9999px;transition:background-color .2s;border:none;cursor:pointer;font-family:var(--font-inter);text-decoration:none}.btn-primary:hover{background-color:var(--color-accent-dark)}.section-heading{font-weight:700;letter-spacing:-.02em;color:var(--color-text);font-size:1.875rem}@media(min-width:768px){.section-heading{font-size:2.25rem}}.filter-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.filter-tab{padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:9999px;border:1px solid var(--color-border);background:#fff;color:#6e6e73;cursor:pointer;transition:all .15s;font-family:var(--font-inter)}.filter-tab:hover{border-color:#06c;color:#06c}.filter-tab.is-active{background-color:#06c;color:#fff;border-color:#06c}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background-color:#fff;border:1px solid var(--color-border);cursor:pointer;transition:box-shadow .25s,transform .25s;border-radius:18px;overflow:hidden;display:block;text-decoration:none;color:inherit}.product-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-2px)}.product-card:hover .product-title{color:var(--color-accent)}.product-card--airpods{grid-column:span 2}@media(min-width:768px){.product-card--airpods{grid-column:span 1}}.product-card--airpods .card-inner{display:flex;flex-direction:row}@media(min-width:768px){.product-card--airpods .card-inner{flex-direction:column}}.product-card--airpods .card-image{width:40%;flex-shrink:0;border-radius:18px 0 0 18px;padding-top:0}@media(min-width:768px){.product-card--airpods .card-image{width:100%;border-radius:18px 18px 0 0;padding-top:133.33%}}.product-card--airpods .card-body{display:flex;flex-direction:column;justify-content:center;padding:1rem}.card-image{position:relative;aspect-ratio:3/4;overflow:hidden;background-color:#f5f5f7;border-radius:18px 18px 0 0}.card-image img{width:100%;height:100%;object-fit:cover;display:block}.card-image--macbook img{object-fit:contain;transform:scale(1.25)}.card-image--square{aspect-ratio:1/1}.card-image img.contain{object-fit:contain}.card-badge{position:absolute;top:12px;left:12px;z-index:2;padding:4px 10px;font-size:11px;font-weight:600;border-radius:9999px;background-color:#06c;color:#fff}.card-body{padding:1rem}.card-brand{font-size:11px;font-weight:500;color:#6e6e73;margin-bottom:4px}.product-title{font-weight:600;font-size:.875rem;line-height:1.25;color:#1d1d1f;margin-bottom:6px;transition:color .2s}.card-price{margin-bottom:.75rem}.card-price__original{font-size:.75rem;text-decoration:line-through;color:#a0a0a5}.card-price__current{font-weight:600;font-size:1rem;color:#1d1d1f}.card-price__promo{font-weight:700;font-size:1rem;color:#06c;display:flex;align-items:center;gap:4px}.card-price__promo-label{font-size:10px;font-weight:500;color:#6e6e73;line-height:1.2}.btn-options{background-color:var(--color-accent);color:#fff;font-weight:600;font-size:.75rem;width:100%;padding:.6rem 0;border-radius:9999px;transition:background-color .2s;font-family:var(--font-inter);border:none;cursor:pointer}.btn-options:hover{background-color:var(--color-accent-dark)}.features-bar{background-color:#f5f5f7;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:1.5rem 0}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-item{display:flex;align-items:center;gap:.5rem}.feature-icon{flex-shrink:0;color:#06c}.feature-title{font-weight:600;font-size:.75rem;color:#1d1d1f}.feature-desc{font-size:10px;line-height:1.2;color:#6e6e73}.reviews-section{padding:4rem 0}.reviews-header{text-align:center;margin-bottom:2.5rem;padding:0 1rem}.reviews-stars{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem}.stars{color:#ff9500;display:flex}.star-icon{width:20px;height:20px;fill:currentColor}.star-icon-sm{width:12px;height:12px;fill:currentColor}.reviews-track-wrap{overflow:hidden;margin-bottom:1rem}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.reviews-track-left{animation:scroll-left 120s linear infinite;display:flex;width:max-content}.reviews-track-right{animation:scroll-right 120s linear infinite;display:flex;width:max-content}.reviews-track-left:hover,.reviews-track-right:hover{animation-play-state:paused}.review-card{flex-shrink:0;width:288px;margin:0 8px;padding:1rem;border-radius:1rem;background-color:#f5f5f7;border:1px solid var(--color-border2)}.review-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.review-card__name{font-weight:600;font-size:.75rem;color:#1d1d1f}.review-card__date{font-size:10px;color:#6e6e73;margin-top:2px}.review-card__text{font-size:.75rem;line-height:1.5;color:#4a4a4f;margin-bottom:.5rem}.review-card__product{font-size:10px;font-weight:600;color:#06c}.faq-section{background-color:#f5f5f7;border-top:1px solid var(--color-border);padding:3.5rem 0}.faq-list{background-color:#fff;border-radius:18px;padding:0 1.5rem;border:1px solid var(--color-border)}.faq-item{border-bottom:1px solid var(--color-border);padding:1.25rem 0}.faq-item:last-child{border-bottom:none}.faq-item__btn{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;background:none;border:none;cursor:pointer;font-family:var(--font-inter);gap:1rem}.faq-item__q{font-weight:600;font-size:.875rem;color:#1d1d1f}.faq-item__icon{font-size:1.25rem;font-weight:600;color:#06c;flex-shrink:0;transition:transform .2s}.faq-item__a{display:none;font-size:.875rem;line-height:1.7;color:#6e6e73;margin-top:.75rem}.faq-item.is-open .faq-item__a{display:block}.site-footer{background-color:#fff;border-top:1px solid var(--color-border2);padding:3.5rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:2.5rem}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-logo{font-weight:700;font-size:1.25rem;letter-spacing:-.01em;color:#1d1d1f;margin-bottom:1rem;display:block}.footer-logo span{color:#06c}.footer-desc{font-size:.875rem;line-height:1.7;color:#6e6e73;margin-bottom:1.25rem}.footer-socials{display:flex;gap:1rem}.footer-social{font-size:.875rem;font-weight:500;color:#6e6e73;cursor:pointer;transition:color .2s}.footer-social:hover{color:#1d1d1f}.footer-col-title{font-weight:600;font-size:.875rem;color:#1d1d1f;margin-bottom:1.25rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-link{font-size:.875rem;color:#6e6e73;text-decoration:none;transition:color .2s}.footer-link:hover{color:#1d1d1f}.footer-bottom{border-top:1px solid var(--color-border2);padding-top:2rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media(min-width:640px){.footer-bottom{flex-direction:row}}.footer-copy{font-size:.75rem;color:#a0a0a5}.payment-badges{display:flex;align-items:center;gap:.5rem}.payment-badge{display:flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:.5rem;background-color:#f5f5f7;border:1px solid var(--color-border2)}.purchase-notif{position:fixed;bottom:1.5rem;left:1rem;z-index:100;width:288px;animation:slideInNotif .4s ease}@keyframes slideInNotif{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.purchase-notif__inner{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:1rem;background-color:#fff;border:1px solid var(--color-border2);box-shadow:0 4px 20px #0000001a}.purchase-notif__avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-weight:700;font-size:14px}.purchase-notif__text{flex:1;min-width:0;font-size:.75rem}.purchase-notif__name{font-weight:600;color:#1d1d1f}.purchase-notif__city{font-weight:400;color:#6e6e73}.purchase-notif__action{color:#6e6e73}.purchase-notif__product{font-weight:600;color:#06c}.purchase-notif__time{color:#a0a0a5;margin-top:2px}.purchase-notif__img{width:44px;height:44px;border-radius:.75rem;overflow:hidden;background-color:#f5f5f7;flex-shrink:0}.purchase-notif__img img{width:100%;height:100%;object-fit:contain}.product-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.product-layout{grid-template-columns:1fr 1fr;gap:3rem}}.product-main-img{position:relative;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#f5f5f7;border-radius:20px;border:1px solid var(--color-border2)}.product-main-img img{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .2s}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#fff;border:1px solid var(--color-border);color:#1d1d1f;cursor:pointer;transition:background-color .15s;z-index:2}.gallery-arrow:hover{background-color:#f5f5f7}.gallery-arrow--prev{left:8px}.gallery-arrow--next{right:8px}.gallery-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px}.gallery-dot{height:6px;border-radius:3px;background-color:var(--color-border);cursor:pointer;transition:all .2s;border:none;padding:0}.gallery-dot.is-active{width:16px;background-color:#06c}.gallery-dot:not(.is-active){width:6px}.product-thumbs{display:flex;gap:.5rem;margin-top:.75rem;overflow-x:auto;padding-bottom:4px}.product-thumb{flex-shrink:0;width:64px;height:64px;border-radius:.75rem;overflow:hidden;background-color:#f5f5f7;border:2px solid transparent;cursor:pointer;transition:border-color .15s;padding:4px}.product-thumb.is-active{border-color:#06c;outline:1px solid #0066CC;outline-offset:1px}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-guarantee-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.75rem}.guarantee-badge{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px;text-align:center;border-radius:.75rem;background-color:#f5f5f7;border:1px solid var(--color-border2)}.guarantee-badge-text{font-size:9px;font-weight:600;text-transform:uppercase;color:#6e6e73;letter-spacing:.05em}.product-info{display:flex;flex-direction:column;gap:1rem}.product-brand-label{font-size:.75rem;font-weight:500;text-transform:uppercase;color:#6e6e73;letter-spacing:.08em;margin-bottom:.25rem}.product-name{font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#1d1d1f;font-size:clamp(1.5rem,3.5vw,2.2rem);margin-bottom:.5rem}.product-price-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.product-price-block{display:flex;align-items:baseline;gap:.5rem}.product-price-original{font-size:.875rem;text-decoration:line-through;color:#a0a0a5}.product-price-current{font-size:1.5rem;font-weight:700;color:#1d1d1f}.product-price-promo{font-size:1.5rem;font-weight:700;color:#06c}.product-stars-row{display:flex;align-items:center;gap:6px}.product-stars{display:flex;color:#ff9500}.product-rating-num{font-size:.75rem;font-weight:600;color:#1d1d1f}.product-review-count{font-size:.75rem;color:#6e6e73}.stock-urgency{border-radius:.75rem;padding:.75rem;background-color:#fff5f5;border:1.5px solid #FFD0CC}.stock-urgency__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.stock-urgency__label{display:flex;align-items:center;gap:6px;font-weight:700;font-size:.875rem;color:#ff3b30}.stock-urgency__watchers{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#6e6e73}.stock-bar-track{width:100%;border-radius:9999px;overflow:hidden;height:6px;background-color:#ffd0cc}.stock-bar-fill{height:100%;border-radius:9999px;background-color:#ff3b30}.option-label{font-weight:600;font-size:.75rem;text-transform:uppercase;color:#1d1d1f;letter-spacing:.06em}.option-value{font-size:.75rem;font-weight:500;color:#06c}.option-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.color-swatches{display:flex;gap:.5rem;flex-wrap:wrap}.color-swatch{width:32px;height:32px;border-radius:50%;cursor:pointer;transition:transform .15s;border:1.5px solid transparent;flex-shrink:0;padding:0}.color-swatch:hover{transform:scale(1.1)}.color-swatch.is-selected{border:3px solid #0066CC;box-shadow:0 0 0 2px #fff,0 0 0 4px #06c}.storage-options{display:flex;gap:6px;flex-wrap:wrap}.storage-btn{padding:0 .75rem;height:32px;font-weight:500;font-size:.75rem;border-radius:.5rem;border:1.5px solid var(--color-border);background-color:#fff;color:#1d1d1f;cursor:pointer;transition:all .15s;font-family:var(--font-inter)}.storage-btn:hover{border-color:#06c}.storage-btn.is-selected{background-color:#06c;color:#fff;border-color:#06c}.add-to-cart-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;border-radius:9999px;border:none;cursor:pointer;padding:1rem 2rem;font-size:1rem;transition:background-color .3s ease,transform .15s ease;font-family:var(--font-inter);background-color:#06c;color:#fff}.add-to-cart-btn:hover{background-color:#05a}.add-to-cart-btn:disabled{background-color:#d2d2d7;color:#a0a0a5;cursor:not-allowed}.add-to-cart-btn.is-added{background-color:#34c759;transform:scale(.98)}.reassurance-row{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.75rem;color:#6e6e73;flex-wrap:wrap}.reassurance-sep{color:#d2d2d7}.gift-banner{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border-radius:1rem;background-color:#e8f8ee;border:1px solid #86D9A0;font-size:.875rem;color:#1a7f3c}.photo-reviews-scroll{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.75rem;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.photo-reviews-scroll::-webkit-scrollbar{height:4px}.photo-reviews-scroll::-webkit-scrollbar-track{background:#f5f5f7;border-radius:2px}.photo-reviews-scroll::-webkit-scrollbar-thumb{background:#d2d2d7;border-radius:2px}.photo-review-card{flex-shrink:0;width:224px;border-radius:1rem;overflow:hidden;border:1px solid var(--color-border2);scroll-snap-align:start}.photo-review-media{aspect-ratio:1/1;overflow:hidden;background-color:#f5f5f7}.photo-review-media img,.photo-review-media video{width:100%;height:100%;object-fit:cover}.photo-review-media video{background-color:#1d1d1f}.photo-review-body{padding:.75rem}.photo-review-name{font-weight:600;font-size:.875rem;color:#1d1d1f}.photo-review-comment{font-size:.75rem;line-height:1.5;color:#4a4a4f;margin:.5rem 0}.photo-review-product{font-size:11px;font-weight:600;color:#06c}.photo-review-date{font-size:11px;color:#a0a0a5}.cart-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.cart-layout{grid-template-columns:1fr 1fr 1fr}.cart-items-col{grid-column:span 2}}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:1rem;background-color:#f5f5f7}.cart-item--gift{border:1px solid #86D9A0}.cart-item:not(.cart-item--gift){border:1px solid var(--color-border2)}.cart-item__img{width:96px;height:96px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border-radius:.75rem;background-color:#f5f5f7}.cart-item__img img{object-fit:contain;width:100%;height:100%}.cart-item__img img.scale-iphone{transform:scale(2.5)}.cart-item__img img.scale-macbook{transform:scale(1.7)}.cart-item__info{flex:1;min-width:0}.cart-item__brand{font-size:.75rem;font-weight:500;text-transform:uppercase;color:#6e6e73;margin-bottom:2px}.cart-item__name{font-weight:600;font-size:.875rem;color:#1d1d1f}.cart-item__meta{font-size:.75rem;color:#6e6e73;margin-top:2px}.cart-item__meta span{font-weight:500;color:#1d1d1f}.cart-item__price{font-size:1rem;font-weight:700;color:#1d1d1f;margin-top:4px}.cart-item__gift-price{font-size:.875rem;font-weight:700;color:#1a7f3c;display:flex;align-items:center;gap:4px;margin-top:4px}.cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;flex-shrink:0}.qty-ctrl{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:.75rem;overflow:hidden}.qty-btn{width:32px;height:32px;font-weight:500;background:#fff;color:#1d1d1f;cursor:pointer;border:none;font-size:1rem;transition:background .15s;font-family:var(--font-inter)}.qty-btn:hover{background-color:#f5f5f7}.qty-display{width:40px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;color:#1d1d1f;background:#fff;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border)}.remove-btn{color:#d2d2d7;cursor:pointer;transition:color .15s;background:none;border:none}.remove-btn:hover{color:#ff3b30}.cart-summary{padding:1.5rem;border-radius:1rem;background-color:#f5f5f7;border:1px solid var(--color-border2);position:sticky;top:80px}.cart-summary__title{font-size:1.125rem;font-weight:700;color:#1d1d1f;margin-bottom:1.25rem}.cart-summary__line{display:flex;justify-content:space-between;font-size:.875rem}.cart-summary__label{color:#6e6e73;display:flex;align-items:center;gap:6px}.cart-summary__value{font-weight:600;color:#1d1d1f}.cart-summary__free{font-weight:600;color:#34c759}.cart-summary__gift-val{font-weight:600;color:#1a7f3c}.cart-summary__total{border-top:1px solid var(--color-border);padding-top:.75rem;margin-top:.75rem}.cart-summary__total-label{font-weight:700;color:#1d1d1f;font-size:1rem}.cart-summary__total-price{font-weight:700;font-size:1.25rem;color:#1d1d1f}.checkout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;font-weight:600;font-size:.875rem;border-radius:9999px;background-color:#06c;color:#fff;border:none;cursor:pointer;transition:background-color .2s;font-family:var(--font-inter);margin-top:1.25rem}.checkout-btn:hover{background-color:#05a}.checkout-btn:disabled{background-color:#a0c4e8;cursor:not-allowed}.promo-banner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:500;border-radius:1rem}.promo-banner--active{background-color:#e8f8ee;border:1px solid #86D9A0;color:#1a7f3c}.promo-banner--pending{background-color:#fff4e5;border:1px solid #FFD088;color:#cc6d00}.back-btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#6e6e73;cursor:pointer;background:none;border:none;font-family:var(--font-inter);margin-bottom:1.5rem;text-decoration:none;transition:color .15s}.back-btn:hover{color:#1d1d1f}.tracking-page{max-width:672px;margin:0 auto;padding:3rem 1rem}.tracking-input-row{display:flex;gap:.75rem;margin-bottom:1rem}.tracking-input{flex:1;padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:500;background-color:#f5f5f7;border:1px solid var(--color-border2);color:#1d1d1f;outline:none;font-family:var(--font-inter)}.tracking-input:focus{border-color:#06c}.tracking-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:600;font-size:.875rem;border-radius:.75rem;background-color:#06c;color:#fff;border:none;cursor:pointer;flex-shrink:0;font-family:var(--font-inter)}.tracking-btn:hover{background-color:#05a}.tracking-error{font-size:.875rem;font-weight:500;padding:.75rem 1rem;border-radius:.75rem;background-color:#fff0f0;color:#ff3b30;border:1px solid #FFD0D0;margin-bottom:1.5rem}.tracking-card{border-radius:1rem;padding:1.25rem;background-color:#f5f5f7;border:1px solid var(--color-border2);margin-bottom:1rem}.tracking-status-banner{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:1rem;margin-bottom:1rem}.tracking-status-banner--warn{background-color:#fff8e6;border:1.5px solid #FFD60A}.tracking-status-banner--ok{background-color:#e8f8ee;border:1.5px solid #86D9A0}.timeline-step{display:flex;align-items:flex-start;gap:.75rem}.timeline-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.timeline-icon--done{background-color:#e8f8ee;border:1.5px solid #86D9A0;color:#1a7f3c}.timeline-icon--warn{background-color:#fff3cd;border:1.5px solid #FFD60A;color:#ff9500}.timeline-icon--pending{background-color:#fff;border:1.5px solid var(--color-border2);color:#d2d2d7}.timeline-label{font-size:.875rem;font-weight:600;color:#1d1d1f}.timeline-label--pending{color:#a0a0a5}.timeline-desc{font-size:.75rem;color:#6e6e73}.event-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;margin-top:6px}.event-dot--active{background-color:#06c}.event-dot--inactive{background-color:#d2d2d7}.success-page{max-width:512px;margin:0 auto;padding:4rem 1rem;text-align:center}.success-icon{width:96px;height:96px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;background-color:#e8f8ee;transition:all .5s}@media(min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:inline{display:inline}}@media(min-width:768px){.md\:text-4xl{font-size:2.25rem}.md\:block{display:block}.md\:hidden{display:none}.md\:w-full{width:100%}.md\:aspect-\[3\/4\]{aspect-ratio:3/4}.md\:rounded-t-\[18px\]{border-radius:18px 18px 0 0}}@media(min-width:1024px){.lg\:hidden{display:none}.lg\:flex{display:flex}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:col-span-2{grid-column:span 2}.lg\:col-span-1{grid-column:span 1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.snap-x{scroll-snap-type:x mandatory}.snap-start{scroll-snap-align:start}.icon-xs{width:12px;height:12px}.icon-sm{width:14px;height:14px}.icon-md{width:16px;height:16px}.icon-lg{width:20px;height:20px}.icon-xl{width:24px;height:24px}.product-card-wrap--airpods{grid-column:span 2}@media(min-width:768px){.product-card-wrap--airpods{grid-column:span 1}}.airpods-card{display:flex;flex-direction:row;border-radius:18px;overflow:hidden;border:1px solid var(--color-border);background:#fff;text-decoration:none;color:inherit;transition:box-shadow .25s,transform .25s}.airpods-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-2px)}@media(min-width:768px){.airpods-card{flex-direction:column}}.airpods-card__img{width:40%;flex-shrink:0;background-color:#f5f5f7;border-radius:18px 0 0 18px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:.75rem;aspect-ratio:auto}.airpods-card__img img{width:100%;height:100%;object-fit:contain}@media(min-width:768px){.airpods-card__img{width:100%;border-radius:18px 18px 0 0;aspect-ratio:3/4;padding:1rem}}.airpods-card__body{flex:1;padding:1rem;display:flex;flex-direction:column;justify-content:center}@media(max-width:639px){.page-width{padding:0 1.125rem}.section-heading{font-size:1.5rem}.hero-ctas{flex-direction:column;align-items:stretch;padding:2rem 1rem 1rem;gap:.625rem}.hero-ctas .btn-outline,.hero-ctas .btn-primary{width:100%;justify-content:center;padding:.875rem 1rem}.products-grid{gap:.75rem}.card-body{padding:.75rem}.product-title{font-size:.8125rem}.card-price__current{font-size:.9375rem}.btn-options{font-size:.6875rem;padding:.5rem 0}.product-card--airpods .card-body{padding:.75rem}.features-grid{gap:.625rem}.feature-title{font-size:.6875rem}.feature-desc{font-size:9px}.reviews-section,.faq-section{padding:2.5rem 0}.faq-list{padding:0 1rem}.faq-item__q{font-size:.8125rem}.site-footer{padding:2.5rem 0}.footer-bottom{text-align:center}.payment-badges{justify-content:center;flex-wrap:wrap}.purchase-notif{left:.75rem;right:.75rem;width:auto;bottom:1rem}.product-layout{gap:1.25rem}.product-name{font-size:1.375rem}.product-main-img{aspect-ratio:1/1;border-radius:14px}.product-thumb{width:52px;height:52px}.product-guarantee-badges{gap:.375rem}.guarantee-badge{padding:8px 6px}.guarantee-badge-text{font-size:8px}.add-to-cart-btn{padding:.875rem 1rem;font-size:.9375rem}.reassurance-row{font-size:.6875rem;gap:.5rem}.stock-urgency{padding:.625rem}.photo-review-card{width:200px}.cart-item{gap:.75rem;padding:.75rem}.cart-item__img{width:72px;height:72px}.cart-item__name{font-size:.8125rem}.cart-summary{position:static}.checkout-btn{padding:.875rem}.tracking-page{padding:2rem 0}.tracking-input-row{flex-direction:column}.tracking-btn{width:100%;justify-content:center}.announcement-bar{font-size:.6875rem;padding:.4375rem .75rem}}@media(max-width:767px){.product-info{gap:.875rem}.cart-layout{gap:1.25rem}}@media(hover:none){.product-card:hover{transform:none;box-shadow:none}.product-card:hover .product-title{color:inherit}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/theme.css.map */
