*{box-sizing:border-box;margin:0;padding:0}:root{--brand-blue:#08a9f4;--brand-blue-dark:#0575c4;--brand-red:#f20d18;--brand-yellow:#ffb800;--brand-navy:#0b1020;--brand-bg:#f5f8fc;--brand-white:#fff;--brand-muted:#667085}html,body{max-width:100vw;overflow-x:hidden}body{background:var(--brand-bg);color:var(--brand-navy);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{transition:color .2s,background-color .2s,border-color .2s,box-shadow .2s}h1,h2,h3,h4,h5,h6{color:var(--brand-navy)}.site-header{z-index:100;animation:.25s ease-out navbar-fade;position:sticky;top:0}.navbar{background:var(--brand-white);z-index:102;grid-template-columns:180px minmax(0,1fr) auto;align-items:center;gap:clamp(18px,2vw,34px);height:82px;padding:0 clamp(20px,4vw,64px);display:grid;position:relative;box-shadow:0 4px 16px #0b10200f}.navbar-brand{align-items:center;max-width:180px;height:72px;display:inline-flex;overflow:hidden}.navbar-logo{object-fit:contain;background:0 0;width:100%;height:100%;display:block}.desktop-menu,.desktop-auth{align-items:center;display:flex}.desktop-menu{justify-content:center;gap:clamp(14px,1.55vw,26px)}.desktop-menu a{color:var(--brand-navy);white-space:nowrap;padding:31px 0 29px;font-size:.92rem;font-weight:600;position:relative}.desktop-menu a:after{background:var(--brand-blue);content:"";transform-origin:100%;width:100%;height:2px;transition:transform .2s;position:absolute;bottom:20px;left:0;transform:scaleX(0)}.desktop-menu a:hover,.desktop-menu a.active{color:var(--brand-blue-dark)}.desktop-menu a:hover:after,.desktop-menu a.active:after{transform-origin:0;transform:scaleX(1)}.desktop-auth{justify-content:flex-end;gap:14px}.desktop-auth>a:not(.auth-button):not(.navbar-icon-link){color:var(--brand-navy);font-size:.9rem;font-weight:600}.desktop-auth>a:hover{color:var(--brand-blue-dark)}.navbar-greeting{color:var(--brand-muted);white-space:nowrap;font-size:.9rem}.navbar-icon-link{color:var(--brand-navy);justify-content:center;align-items:center;font-size:1.3rem;display:inline-flex;position:relative}.cart-link{min-width:24px;min-height:24px;position:relative}.navbar-cart-count{color:#fff;background:#f20d18;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:19px;height:19px;padding:0 4px;font-size:.58rem;font-weight:800;display:flex;position:absolute;top:-8px;right:-8px}.drawer-cart-count{color:#fff;background:#f20d18;border-radius:999px;margin-left:4px;padding:2px 6px;font-size:.62rem;font-weight:800}.wishlist-link{position:relative}.wishlist-link.wishlist-active{color:var(--brand-blue-dark)}.wishlist-link.wishlist-active:after{background:var(--brand-blue);content:"";border-radius:999px;width:22px;height:3px;position:absolute;bottom:-9px;left:50%;transform:translate(-50%)}.desktop-auth a.account-link-active,.drawer-auth a.account-link-active{color:var(--brand-blue-dark);font-weight:800}.navbar-wishlist-count{color:#fff;background:#f20d18;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:19px;height:19px;padding:0 4px;font-size:.58rem;font-weight:800;display:flex;position:absolute;top:-8px;right:-8px}.drawer-wishlist-count{color:#fff;background:#f20d18;border-radius:999px;margin-left:4px;padding:2px 6px;font-size:.62rem;font-weight:800}.navbar-button,.primary-button,.auth-button{background:var(--brand-blue);border:1px solid var(--brand-blue);color:var(--brand-white);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;padding:10px 18px;font-weight:700;display:inline-flex}.navbar-button:hover,.primary-button:hover:not(:disabled),.auth-button-primary:hover{background:var(--brand-blue-dark);border-color:var(--brand-blue-dark);color:var(--brand-white)}.auth-button-outline{color:var(--brand-blue-dark);background:0 0}.auth-button-outline:hover{background:var(--brand-blue-dark);border-color:var(--brand-blue-dark);color:var(--brand-white)}.menu-toggle{color:var(--brand-navy);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:8px;font-size:1.8rem;display:none}.menu-toggle svg{transition:transform .25s}.menu-toggle.open svg{transform:rotate(90deg)}.drawer-overlay{cursor:pointer;opacity:0;pointer-events:none;visibility:hidden;z-index:103;background:#0b10207a;border:0;transition:opacity .3s;position:fixed;inset:0}.drawer-overlay.open{opacity:1;pointer-events:auto;visibility:visible}.mobile-drawer{background:var(--brand-white);z-index:104;flex-direction:column;width:min(86vw,340px);max-width:340px;height:100vh;padding:20px 14px;transition:transform .3s;display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.mobile-drawer.open{transform:translate(0);box-shadow:12px 0 34px #0b102029}.drawer-heading{border-bottom:1px solid #eaecf0;justify-content:space-between;align-items:center;padding-bottom:18px;font-size:1.1rem;font-weight:800;display:flex}.drawer-heading button{color:var(--brand-navy);cursor:pointer;background:0 0;border:0;align-items:center;font-size:1.6rem;display:inline-flex}.drawer-navigation{flex-direction:column;padding:18px 0;display:flex}.drawer-navigation a,.drawer-auth>a:not(.auth-button){color:var(--brand-navy);padding:11px 4px;font-weight:600}.drawer-navigation a:hover,.drawer-auth>a:not(.auth-button):hover{color:var(--brand-blue-dark);padding-left:9px}.drawer-auth{border-top:1px solid #eaecf0;flex-direction:column;gap:8px;margin-top:auto;padding-top:18px;display:flex}.drawer-auth>a:not(.auth-button){align-items:center;gap:10px;display:flex}@keyframes navbar-fade{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.primary-button:disabled{cursor:not-allowed;opacity:.65}.page-shell{width:100%;max-width:1200px;min-height:calc(100vh - 76px);margin:0 auto;padding:clamp(40px,7vw,80px) clamp(20px,5vw,72px)}.page-shell h1{margin-bottom:12px}.page-shell p{color:var(--brand-muted)}.hero{background-image:linear-gradient(90deg,#051028e0 0%,#051028b8 35%,#05102826 100%),url(/hero.png);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;height:650px;padding:48px clamp(24px,7vw,112px);display:flex}.hero-content{color:var(--brand-white);max-width:660px}.hero-eyebrow{color:var(--brand-yellow);letter-spacing:.22em;text-transform:uppercase;margin-bottom:12px;font-size:.88rem;font-weight:800}.hero h1{color:var(--brand-white);letter-spacing:-.055em;text-transform:uppercase;font-size:clamp(3.5rem,5.6vw,5.5rem);font-weight:900;line-height:.86}.hero h1 span{display:block}.hero h2{color:var(--brand-white);margin-top:26px;font-size:clamp(1.25rem,2vw,1.7rem)}.hero-description{color:#ffffffd1;margin-top:10px;font-size:1rem;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.hero-button{border:1px solid var(--brand-blue);border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:12px 24px;font-weight:800;display:inline-flex}.hero-button-primary{background:var(--brand-blue);color:var(--brand-white)}.hero-button-primary:hover{background:var(--brand-blue-dark);border-color:var(--brand-blue-dark)}.hero-button-secondary{color:var(--brand-white);background:#ffffff14;border-color:#ffffffb3}.hero-button-secondary:hover{background:var(--brand-white);border-color:var(--brand-white);color:var(--brand-navy)}.hero-trust-badges{grid-template-columns:repeat(2,max-content);gap:10px 22px;margin-top:30px;font-size:.82rem;display:grid}.hero-trust-badges span{color:#ffffffe6;align-items:center;display:inline-flex}.trusted-brands{background:var(--brand-white);padding:80px 24px}.trusted-brands-container{text-align:center;width:100%;max-width:1440px;margin:0 auto}.section-label{color:var(--brand-blue-dark);letter-spacing:.18em;text-transform:uppercase;font-size:.78rem;font-weight:800}.section-accent{background:linear-gradient(90deg, var(--brand-blue) 0 68%, var(--brand-yellow) 68% 100%);border-radius:999px;width:58px;height:4px;margin:11px auto 19px;display:block}.trusted-brands h2{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.2}.trusted-brands-subheading{color:var(--brand-muted);max-width:680px;margin:12px auto 0;line-height:1.6}.brand-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:20px;margin-top:40px;display:grid}.brand-card{background:var(--brand-white);cursor:default;border:1px solid #e6ecf3;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:168px;padding:28px 22px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;box-shadow:0 6px 18px #0b10200d}.brand-card:hover{border-color:#08a9f473;transform:translateY(-4px)scale(1.01);box-shadow:0 12px 26px #0b10201c}.brand-logo-frame{justify-content:center;align-items:center;width:100%;max-width:140px;height:66px;display:flex;overflow:hidden}.brand-logo{object-fit:contain;width:auto;max-width:140px;height:auto;max-height:62px;display:block}.brand-logo-apple{max-width:112px}.brand-name{color:var(--brand-navy);margin-top:14px;font-size:.9rem;font-weight:500}.categories-section{background:var(--brand-bg);padding:80px 24px}.categories-container{text-align:center;width:100%;max-width:1240px;margin:0 auto}.categories-container h2{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.2}.categories-subheading{color:var(--brand-muted);max-width:650px;margin:12px auto 0;line-height:1.6}.categories-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:40px;display:grid}.category-card{background:var(--brand-white);cursor:pointer;text-align:left;border:1px solid #e6ecf3;border-radius:20px;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:16px;min-height:170px;padding:24px 20px;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid;position:relative;overflow:hidden;box-shadow:0 7px 20px #0b10200d}.category-card:before{background:var(--category-accent,var(--brand-blue));content:"";opacity:.08;border-radius:50%;width:72px;height:72px;position:absolute;top:-30px;left:-38px}.category-card:hover{border-color:#08a9f473;transform:translateY(-5px);box-shadow:0 14px 30px #0b10201c}.category-card:focus-visible,.categories-toggle:focus-visible{outline-offset:3px;outline:3px solid #08a9f459}.category-icon{border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;font-size:1.7rem;display:inline-flex}.category-icon-blue{color:var(--brand-blue-dark);background:#08a9f41f}.category-icon-yellow{color:#ad7900;background:#ffb80026}.category-icon-red{color:var(--brand-red);background:#f20d181a}.category-copy{flex-direction:column;min-width:0;display:flex}.category-copy strong{color:var(--brand-navy);font-size:1.05rem;transition:color .2s}.category-copy span{color:var(--brand-muted);margin-top:7px;font-size:.82rem;line-height:1.5}.category-card:hover .category-copy strong{color:var(--brand-blue-dark)}.category-arrow{color:var(--brand-muted);font-size:1.2rem;transition:color .2s,transform .2s}.category-card:hover .category-arrow{color:var(--brand-blue-dark);transform:translate(4px)}.categories-toggle{background:var(--brand-white);border:1px solid var(--brand-blue);color:var(--brand-blue-dark);cursor:pointer;border-radius:12px;align-items:center;gap:9px;margin-top:34px;padding:12px 20px;font-weight:700;transition:background-color .2s,color .2s,transform .2s;display:inline-flex;box-shadow:0 6px 16px #0b10200f}.categories-toggle:hover{background:var(--brand-blue);color:var(--brand-white);transform:translateY(-2px)}.categories-toggle svg{transition:transform .2s}.categories-toggle svg.rotated{transform:rotate(180deg)}.featured-products{background:var(--brand-white);padding:90px 24px}.featured-products-container{text-align:center;width:100%;max-width:1240px;margin:0 auto}.featured-products-container>h2{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.2}.featured-products-subheading{color:var(--brand-muted);max-width:720px;margin:12px auto 0;line-height:1.6}.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:42px;display:grid}.product-card{background:var(--brand-white);text-align:left;border:1px solid #e6ecf3;border-radius:22px;flex-direction:column;min-width:0;padding:20px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #0b102012}.product-card:hover{border-color:#08a9f473;transform:translateY(-8px);box-shadow:0 18px 40px #0b102021}.product-card-top{justify-content:space-between;align-items:flex-start;min-height:30px;display:flex}.product-brand-logo{mix-blend-mode:multiply;object-fit:contain;width:auto;max-width:78px;height:auto;max-height:24px;display:block}.product-badge{letter-spacing:.05em;white-space:nowrap;border-radius:999px;padding:6px 9px;font-size:.62rem;font-weight:800}.product-badge-new{color:var(--brand-blue-dark);background:#08a9f41f}.product-badge-best{background:var(--brand-yellow);color:var(--brand-navy)}.product-badge-limited{background:var(--brand-red);color:var(--brand-white)}.product-image-wrap{background:linear-gradient(145deg,#f8fbff,#eef5fb);border-radius:18px;justify-content:center;align-items:center;height:220px;margin-top:14px;display:flex;position:relative;overflow:hidden}.product-image-wrap>svg{color:var(--brand-navy);filter:drop-shadow(0 12px 14px #0b102029);z-index:1;font-size:7rem;transition:transform .25s;position:relative}.product-card-image{object-fit:contain;z-index:1;width:100%;max-width:92%;height:100%;max-height:205px;position:relative}.product-placeholder-glow{background:var(--brand-blue);filter:blur(4px);opacity:.13;border-radius:50%;width:120px;height:120px;position:absolute}.product-card:hover .product-image-wrap>svg{transform:scale(1.05)}.product-details{flex-direction:column;flex:1;padding-top:18px;display:flex}.product-brand-name{color:var(--brand-blue-dark);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.product-details h3{margin-top:6px;font-size:1.08rem;line-height:1.35}.product-rating{color:var(--brand-yellow);letter-spacing:.08em;margin-top:9px;font-size:.92rem}.product-pricing{flex-wrap:wrap;align-items:baseline;gap:9px;margin-top:12px;display:flex}.product-pricing strong{color:var(--brand-navy);font-size:1.12rem}.product-pricing del{color:var(--brand-muted);font-size:.78rem}.product-emi{color:var(--brand-muted);margin-top:6px;font-size:.78rem}.product-actions{grid-template-columns:minmax(0,1fr) 46px;gap:10px;margin-top:18px;display:grid}.add-to-cart,.wishlist-button{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-height:46px;font-weight:700;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.add-to-cart{background:var(--brand-blue);border:1px solid var(--brand-blue);color:var(--brand-white);width:100%}.add-to-cart:hover{background:var(--brand-blue-dark);border-color:var(--brand-blue-dark)}.wishlist-button{background:var(--brand-white);color:var(--brand-navy);border:1px solid #d9e2ec;font-size:1.15rem}.wishlist-button:hover{border-color:var(--brand-red);color:var(--brand-red);transform:translateY(-2px)}.add-to-cart:focus-visible,.wishlist-button:focus-visible,.view-all-products:focus-visible{outline-offset:3px;outline:3px solid #08a9f459}.product-card{height:100%}.product-details h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.7em;min-height:2.7em;display:-webkit-box;overflow:hidden}.product-pricing{margin-top:auto}.add-to-cart:disabled{color:#788596;cursor:not-allowed;background:#d8e0e8;border-color:#d8e0e8}.add-to-cart:disabled:hover{background:#d8e0e8;border-color:#d8e0e8;transform:none}.view-all-products{background:var(--brand-white);border:1px solid var(--brand-blue);color:var(--brand-blue-dark);border-radius:12px;margin-top:40px;padding:12px 22px;font-weight:700;display:inline-flex}.view-all-products:hover{background:var(--brand-blue);color:var(--brand-white)}.featured-accessories{background:var(--brand-bg);padding:90px 24px}.featured-accessories .featured-products-container>h2{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.2}.accessory-card:hover{transform:translateY(-6px)}.accessory-card-top{justify-content:flex-end;min-height:30px;display:flex}.accessory-image-wrap>svg{color:var(--brand-blue-dark);filter:drop-shadow(0 7px 8px #0575c41c);font-size:5.8rem}.accessory-image-wrap{background:linear-gradient(145deg,#fbfdff 0%,#f1f7fc 100%);height:200px;box-shadow:inset 0 1px #ffffffe6,0 5px 14px #0b10200a}.accessory-image-wrap .product-placeholder-glow{filter:blur(2px);opacity:.07;width:100px;height:100px}.accessory-card .product-badge{border-radius:999px;padding:5px 9px;font-size:.58rem;line-height:1}.accessory-card .product-badge-new{background:#08a9f41a}.accessory-card .product-badge-best,.accessory-card .product-badge-value{background:#ffb8002b}.accessory-card .product-badge-popular{color:#c70b14;background:#f20d181a}.accessory-card .product-brand-name{color:var(--brand-blue-dark);letter-spacing:1px;font-size:12px;font-weight:700}.accessory-card .product-actions{grid-template-columns:minmax(0,1fr) 46px}.accessory-card .wishlist-button{width:46px;height:46px;min-height:46px}.product-badge-popular{background:var(--brand-red);color:var(--brand-white)}.product-badge-value{color:#8b6200;background:#ffb80038}.accessory-card .wishlist-button:hover svg{fill:var(--brand-red)}.accessory-card .add-to-cart:hover{transform:translateY(-1px)}.why-choose-us{background:var(--brand-white);padding:90px 24px}.why-choose-container{text-align:center;width:100%;max-width:1240px;margin:0 auto}.why-choose-container>.section-label{letter-spacing:.18em;font-size:12px;font-weight:700}.why-choose-container>h2{color:var(--brand-navy);font-size:48px;line-height:1.15}.why-choose-description{color:var(--brand-muted);max-width:700px;margin:16px auto 0;line-height:1.65}.why-choose-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:44px;display:grid}.why-choose-card{background:var(--brand-white);border:1px solid #e6ecf3;border-radius:22px;flex-direction:column;align-items:center;min-height:240px;padding:24px 28px;transition:border-color .25s,box-shadow .25s,transform .25s;display:flex;box-shadow:0 8px 24px #0b10200f}.why-choose-card:hover{border-color:#08a9f48c;transform:translateY(-6px);box-shadow:0 18px 38px #0b10201f}.why-choose-icon{background:var(--brand-white);color:var(--brand-blue-dark);border:1px solid #08a9f424;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.85rem;transition:transform .25s;display:inline-flex;box-shadow:0 10px 26px #08a9f421}.why-choose-card:hover .why-choose-icon{transform:scale(1.06)}.why-choose-card p{color:var(--brand-muted);max-width:330px;margin-top:11px;font-size:.9rem;line-height:1.65}.why-choose-cta{background:var(--brand-white);border:1px solid var(--brand-blue);color:var(--brand-blue-dark);border-radius:12px;margin-top:40px;padding:12px 22px;font-weight:700;display:inline-flex;box-shadow:0 6px 16px #0b10200f}.why-choose-cta:hover{background:var(--brand-blue);color:var(--brand-white)}.why-choose-cta:focus-visible{outline-offset:3px;outline:3px solid #08a9f459}.home-page h1:after,.auth-page h1:after{background:var(--brand-yellow);content:"";border-radius:999px;width:48px;height:4px;margin-top:10px;display:block}.auth-page{max-width:560px}.auth-card{background:var(--brand-white);border-radius:16px;flex-direction:column;gap:10px;margin-top:28px;padding:clamp(24px,5vw,36px);display:flex;box-shadow:0 12px 32px #0b102017}.auth-card label{color:var(--brand-navy);margin-top:6px;font-size:.9rem;font-weight:700}.auth-card input{background:var(--brand-white);color:var(--brand-navy);border:1px solid #d0d5dd;border-radius:9px;outline:none;width:100%;padding:12px 14px}.auth-card input:focus{border-color:var(--brand-blue);box-shadow:0 0 0 3px #08a9f426}.auth-card .primary-button{margin-top:12px}.offer-badge,.discount-badge,.urgent-badge{background:var(--brand-red);color:var(--brand-white);border-radius:999px;padding:5px 10px;font-size:.75rem;font-weight:700;display:inline-flex}@media (max-width:1200px){.navbar{grid-template-columns:180px 1fr}.desktop-menu,.desktop-auth{display:none}.menu-toggle{justify-self:end;display:inline-flex}.hero{height:560px}.brand-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.trusted-brands,.categories-section{padding-top:65px;padding-bottom:65px}.categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-products,.featured-accessories{padding-top:70px;padding-bottom:70px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-choose-container>h2{font-size:36px}.why-choose-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.navbar{grid-template-columns:130px 1fr;gap:16px;height:80px;padding:0 18px}.navbar-brand{width:130px;height:68px}.navbar-logo{width:130px}.page-shell{min-height:calc(100vh - 80px)}.hero{background-image:linear-gradient(90deg,#051028e6 0%,#051028b8 60%,#05102852 100%),url(/hero.png);height:500px;padding:32px 22px}.hero h1{font-size:clamp(2.75rem,13vw,4rem)}.hero h2{margin-top:20px}.hero-description{max-width:440px;font-size:.92rem}.hero-actions{margin-top:20px}.hero-button{min-height:44px;padding:10px 18px}.hero-trust-badges{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;margin-top:22px;font-size:.72rem}.trusted-brands{padding:50px 18px}.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:30px}.brand-card{min-height:145px;padding:20px 14px}.categories-section{padding:50px 18px}.categories-grid{grid-template-columns:minmax(0,1fr);gap:14px;margin-top:30px}.category-card{min-height:150px}.featured-products{padding:55px 18px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:30px}.product-card{width:100%;min-width:0;max-width:420px;margin:0 auto}.product-image-wrap{height:210px}.why-choose-us{padding-left:18px;padding-right:18px}.why-choose-container>h2{font-size:30px}.why-choose-grid{grid-template-columns:minmax(0,1fr);gap:16px;margin-top:34px}.why-choose-card{min-height:225px;padding:22px}}@media (max-width:600px){.featured-products,.featured-accessories{padding:55px 12px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:10px}.product-card{border-radius:14px;min-width:0;height:100%;padding:10px}.product-card-top{align-items:center;gap:6px;min-width:0}.product-brand-logo{flex-shrink:1;max-width:42px;max-height:18px}.product-badge{letter-spacing:0;flex-shrink:0;padding:4px 6px;font-size:9px}.product-image-wrap{height:140px;margin-top:8px}.product-image-wrap>svg{font-size:4.5rem}.product-placeholder-glow{width:82px;height:82px}.product-details{padding-top:12px}.product-brand-name{font-size:10px}.product-details h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:35px;margin-top:4px;font-size:14px;line-height:1.25;display:-webkit-box;overflow:hidden}.product-rating{margin-top:6px;font-size:11px}.product-pricing{gap:4px 6px;margin-top:8px}.product-pricing strong{font-size:16px}.product-pricing del{font-size:10px}.product-emi{margin-top:4px;font-size:10px}.product-actions{grid-template-columns:minmax(0,1fr) 38px;gap:6px;margin-top:12px}.add-to-cart,.wishlist-button{border-radius:9px;min-height:38px}.add-to-cart{white-space:nowrap;font-size:12px}.wishlist-button{width:38px;height:38px;font-size:1rem}}.premium-footer{color:#aab3c5}.footer-assistance{background:linear-gradient(110deg, var(--brand-blue), var(--brand-blue-dark));color:var(--brand-white);padding:25px 24px}.footer-assistance-inner{justify-content:space-between;align-items:center;gap:32px;max-width:1240px;margin:0 auto;display:flex}.footer-assistance p{letter-spacing:.16em;text-transform:uppercase;font-size:.7rem;font-weight:800}.footer-assistance h2{color:var(--brand-white);margin-top:5px;font-size:clamp(1.25rem,2.2vw,1.8rem)}.footer-assistance-actions{flex-shrink:0;gap:10px;display:flex}.footer-assistance-actions a{color:var(--brand-blue-dark);background:#fffffff0;border:1px solid #ffffffbf;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:44px;padding:10px 15px;font-size:.82rem;font-weight:800;transition:background-color .2s,transform .2s;display:inline-flex;box-shadow:0 5px 14px #0529551a}.footer-assistance-actions a:hover{background:var(--brand-white);transform:translateY(-2px)}.footer-main{background:var(--brand-navy);padding:70px 24px 55px}.footer-v2-container,.footer-v2-bottom-inner{width:100%;max-width:1240px;margin:0 auto}.footer-v2-grid{grid-template-columns:1.15fr .85fr 1.15fr;gap:clamp(38px,5vw,72px);display:grid}.footer-v2-logo-link{align-items:center;width:190px;height:80px;display:inline-flex;overflow:hidden}.footer-v2-logo{object-fit:contain;background:0 0;width:100%;height:100%;display:block}.footer-serving-badge{color:#6dcbf7;background:#08a9f41a;border:1px solid #08a9f459;border-radius:999px;margin-top:15px;padding:6px 10px;font-size:.7rem;font-weight:700;display:table}.footer-v2-brand>p{max-width:390px;margin-top:17px;font-size:.88rem;line-height:1.7}.footer-v2-socials{flex-wrap:wrap;gap:10px;margin-top:21px;display:flex}.footer-v2-socials a{color:var(--brand-white);background:#ffffff12;border:1px solid #ffffff17;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.05rem;transition:background-color .2s,border-color .2s,transform .2s;display:inline-flex}.footer-v2-socials a:hover{background:var(--brand-blue);border-color:var(--brand-blue);transform:scale(1.08)}.footer-v2-explore h2,.footer-v2-visit h2{color:var(--brand-white);margin-bottom:22px;font-size:1.08rem}.footer-v2-explore ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 24px;list-style:none;display:grid}.footer-v2-explore a{color:#aab3c5;font-size:.86rem;display:inline-block;position:relative}.footer-v2-explore a:after{background:var(--brand-blue);content:"";transform-origin:100%;width:100%;height:1px;transition:transform .2s;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.footer-v2-explore a:hover{color:var(--brand-white)}.footer-v2-explore a:hover:after{transform-origin:0;transform:scaleX(1)}.footer-v2-visit address,.footer-v2-visit>a:not(.footer-directions),.footer-v2-hours{color:#aab3c5;align-items:flex-start;gap:10px;margin-top:13px;font-size:.86rem;font-style:normal;line-height:1.65;display:flex}.footer-v2-visit address{margin-top:0}.footer-v2-visit svg{color:var(--brand-blue);flex:none;margin-top:4px}.footer-v2-visit>a:not(.footer-directions):hover{color:var(--brand-blue)}.footer-v2-visit span{overflow-wrap:anywhere}.footer-directions{border:1px solid var(--brand-blue);color:var(--brand-white);border-radius:10px;align-items:center;gap:7px;margin-top:20px;padding:9px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.footer-directions:hover{background:var(--brand-blue)}.footer-trust-row{border-top:1px solid #ffffff17;justify-content:space-between;align-items:center;gap:28px;margin-top:48px;padding-top:25px;display:flex}.footer-v2-payments{align-items:center;gap:14px;display:flex}.footer-v2-payments>strong{color:var(--brand-white);white-space:nowrap;font-size:.78rem}.footer-v2-payments>div{flex-wrap:wrap;gap:7px;display:flex}.footer-v2-payments span{color:var(--brand-white);background:#ffffff12;border:1px solid #ffffff17;border-radius:6px;justify-content:center;align-items:center;min-width:43px;height:31px;padding:3px 7px;font-size:1.25rem;display:inline-flex}.footer-v2-payments .footer-payment-text{font-size:.62rem;font-weight:800}.footer-trust-points{flex-wrap:wrap;justify-content:flex-end;gap:10px 18px;display:flex}.footer-trust-points span{color:#aab3c5;align-items:center;gap:6px;font-size:.76rem;display:inline-flex}.footer-trust-points svg{color:var(--brand-blue)}.footer-v2-bottom{background:#070b16;border-top:1px solid #ffffff12;padding:22px 24px}.footer-v2-bottom-inner{grid-template-columns:1fr 1.15fr 1fr;align-items:center;gap:22px;display:grid}.footer-v2-bottom-inner>p,.footer-v2-developer,.footer-v2-policies{font-size:.72rem}.footer-v2-developer{text-align:center}.footer-v2-developer strong{color:var(--brand-blue)}.footer-v2-developer>div{flex-wrap:wrap;justify-content:center;gap:4px 12px;margin-top:4px;display:flex}.footer-v2-developer a,.footer-v2-policies a{color:#aab3c5;overflow-wrap:anywhere}.footer-v2-developer a:hover,.footer-v2-policies a:hover{color:var(--brand-blue)}.footer-v2-policies{flex-wrap:wrap;justify-content:flex-end;gap:7px 13px;display:flex}.footer-assistance a:focus-visible,.footer-v2-logo-link:focus-visible,.footer-v2-socials a:focus-visible,.footer-v2-explore a:focus-visible,.footer-v2-visit a:focus-visible,.footer-v2-developer a:focus-visible,.footer-v2-policies a:focus-visible{outline-offset:3px;outline:3px solid #08a9f48c}@media (max-width:1024px){.footer-assistance-inner{flex-direction:column;align-items:flex-start}.footer-v2-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-v2-visit{grid-column:1/-1;max-width:560px}.footer-trust-row{flex-direction:column;align-items:flex-start}.footer-trust-points{justify-content:flex-start}.footer-v2-bottom-inner{grid-template-columns:1fr 1fr}.footer-v2-developer{text-align:right}.footer-v2-developer>div{justify-content:flex-end}.footer-v2-policies{grid-column:1/-1;justify-content:center}}@media (max-width:600px){.footer-assistance{padding:28px 16px}.footer-assistance-inner{text-align:center;gap:20px}.footer-assistance-actions{flex-direction:column;width:100%}.footer-assistance-actions a{width:100%}.footer-main{text-align:center;padding:58px 18px 44px}.footer-v2-grid{grid-template-columns:minmax(0,1fr);gap:40px}.footer-v2-logo-link{margin:0 auto}.footer-serving-badge,.footer-v2-brand>p{margin-left:auto;margin-right:auto}.footer-v2-socials,.footer-trust-points{justify-content:center}.footer-v2-explore ul{gap:12px 20px}.footer-v2-visit{grid-column:auto;max-width:none}.footer-v2-visit address,.footer-v2-visit>a:not(.footer-directions),.footer-v2-hours{text-align:left;justify-content:center}.footer-trust-row,.footer-v2-payments{flex-direction:column;align-items:center}.footer-v2-payments>div{justify-content:center}.footer-v2-bottom{padding:25px 18px}.footer-v2-bottom-inner{text-align:center;grid-template-columns:minmax(0,1fr)}.footer-v2-developer{text-align:center}.footer-v2-developer>div,.footer-v2-policies{grid-column:auto;justify-content:center}}@media (max-width:380px){.product-badge{padding:4px;font-size:7.5px}.product-placeholder-glow{display:none}}.google-reviews{background:var(--brand-bg);padding:90px 24px;overflow:hidden}.google-reviews-container{text-align:center;width:100%;max-width:1240px;margin:0 auto}.google-reviews-container>h2{color:var(--brand-navy);font-size:48px;line-height:1.15}.google-reviews-description{color:#5a6478;max-width:760px;margin:16px auto 0;line-height:1.65}.reviews-summary{flex-direction:column;align-items:center;gap:8px;margin-top:22px;display:flex}.reviews-summary-primary{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.reviews-summary-primary strong{color:var(--brand-navy);font-size:21px;font-weight:700}.reviews-summary-customers{color:#5a6478;font-size:16px}.reviews-summary-stars{font-size:19px}.reviews-summary-stars,.review-stars{color:var(--brand-yellow);letter-spacing:.08em}.reviews-carousel{margin-top:38px;padding:0 34px;position:relative}.reviews-viewport{width:100%;overflow:hidden}.reviews-track{align-items:stretch;display:flex;transform:translate(0)}.reviews-track.transitioning{transition:transform .45s}.review-slide{flex-grow:0;flex-shrink:0;min-width:0;padding:10px;display:flex}.review-card{background:var(--brand-white);text-align:left;border:1px solid #e6ecf3;border-radius:22px;flex-direction:column;width:100%;height:273px;min-height:273px;padding:22px 26px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #0b102012}.review-quote{color:#08a9f41a;font-family:Georgia,serif;font-size:7rem;line-height:1;position:absolute;top:8px;right:18px}.review-card-header{z-index:1;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;display:grid;position:relative}.review-avatar{color:var(--brand-blue-dark);background:#08a9f41f;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:.78rem;font-weight:800;display:inline-flex}.review-person{flex-direction:column;min-width:0;display:flex}.review-person strong{color:var(--brand-navy);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.review-person span{color:#5a6478;margin-top:3px;font-size:.76rem}.google-mark{background:conic-gradient(from -45deg, #4285f4 0 25%, #34a853 25% 45%, #fbbc05 45% 70%, #ea4335 70% 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-family:Arial,sans-serif;font-size:1.35rem;font-weight:900}.review-stars{margin-top:19px;font-size:.9rem}.review-card>p{color:#5a6478;-webkit-line-clamp:5;-webkit-box-orient:vertical;margin-top:12px;font-size:.9rem;line-height:1.65;display:-webkit-box;overflow:hidden}.review-arrow{background:var(--brand-white);color:var(--brand-blue-dark);cursor:pointer;z-index:2;border:1px solid #dfe6ee;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex;position:absolute;top:calc(50% - 14px);transform:translateY(-50%);box-shadow:0 6px 16px #0b102014}.review-arrow-previous{left:12px}.review-arrow-next{right:12px}.review-arrow:hover{background:var(--brand-blue);border-color:var(--brand-blue);color:var(--brand-white)}.review-arrow:focus-visible,.review-dots button:focus-visible,.google-reviews-cta:focus-visible{outline-offset:3px;outline:3px solid #08a9f459}.review-dots{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:18px;display:flex}.review-dots button{cursor:pointer;background:#d6dee8;border:0;border-radius:999px;width:7px;height:7px;padding:0;transition:background-color .2s,width .2s}.review-dots button.active{background:var(--brand-blue);width:24px}.google-reviews-cta{background:var(--brand-white);border:1px solid var(--brand-blue);color:var(--brand-blue-dark);border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:52px;margin-top:34px;padding:12px 22px;font-weight:700;display:inline-flex;box-shadow:0 6px 16px #0b10200f}.google-reviews-cta span{transition:transform .2s}.google-reviews-cta:hover{background:var(--brand-blue);color:var(--brand-white)}.google-reviews-cta:hover span{transform:translate(4px)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:1024px){.google-reviews{padding-top:70px;padding-bottom:70px}.google-reviews-container>h2{font-size:36px}}@media (max-width:600px){.google-reviews{padding:55px 14px}.google-reviews-container>h2{font-size:30px}.reviews-summary{gap:7px}.reviews-carousel{margin-top:28px;padding:0 24px}.review-slide{padding:7px}.review-card{height:282px;min-height:282px;padding:18px 22px}.review-card>p{-webkit-line-clamp:6}.review-arrow{width:40px;height:40px}.review-arrow-previous{left:8px}.review-arrow-next{right:8px}.google-reviews-cta{margin-top:28px}}@media (prefers-reduced-motion:reduce){.reviews-track.transitioning,.review-arrow,.review-dots button,.google-reviews-cta span{transition-duration:.01ms}}.site-footer{background:var(--brand-navy);color:#ffffffbd;padding:80px 24px 35px}.footer-container{width:100%;max-width:1240px;margin:0 auto}.footer-grid{grid-template-columns:1.45fr .8fr .8fr 1.25fr;gap:48px;display:grid}.footer-logo-link{align-items:center;width:180px;height:76px;display:inline-flex;overflow:hidden}.footer-logo{object-fit:contain;transform-origin:50%;background:0 0;width:180px;height:auto;display:block;transform:scale(1.4)}.footer-about>p{max-width:360px;margin-top:18px;font-size:.9rem;line-height:1.75}.footer-socials{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.footer-socials a{color:var(--brand-white);background:#ffffff12;border:1px solid #ffffff17;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.15rem;transition:background-color .2s,border-color .2s,transform .2s;display:inline-flex}.footer-socials a:hover{background:var(--brand-blue);border-color:var(--brand-blue);transform:scale(1.08)}.footer-column h2,.footer-payments h2{color:var(--brand-white);margin-bottom:22px;font-size:1rem}.footer-column ul{list-style:none}.footer-column li+li{margin-top:13px}.footer-column li a{color:#ffffffb3;font-size:.88rem;display:inline-block;position:relative}.footer-links li a:after{background:var(--brand-blue);content:"";transform-origin:100%;width:100%;height:1px;transition:transform .2s;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.footer-links li a:hover:after{transform-origin:0;transform:scaleX(1)}.footer-column li a:hover,.footer-contact a:hover,.footer-legal a:hover{color:var(--brand-blue)}.footer-contact address{color:#ffffffb3;font-size:.88rem;font-style:normal;line-height:1.65}.footer-contact-item{flex-direction:column;gap:4px;margin-top:17px;font-size:.86rem;display:flex}.footer-contact-item strong{color:var(--brand-white);letter-spacing:.04em;font-size:.78rem}.footer-contact-item a{color:#ffffffbd;overflow-wrap:anywhere}.footer-payments{border-top:1px solid #ffffff17;align-items:center;gap:22px;margin-top:52px;padding-top:26px;display:flex}.footer-payments h2{white-space:nowrap;margin:0}.payment-methods{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.payment-methods>span{color:var(--brand-white);background:#ffffff14;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;min-width:54px;height:38px;padding:4px 9px;font-size:1.7rem;display:inline-flex}.payment-methods>.payment-text{letter-spacing:.03em;font-size:.72rem;font-weight:800}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-top:26px;padding-top:26px;font-size:.78rem;display:flex}.footer-bottom p span{white-space:nowrap}.footer-developer{text-align:right;flex-direction:column;align-items:flex-end;gap:8px;display:flex}.developer-credit{color:#ffffff94;font-size:13px;line-height:1.5}.developer-credit strong{color:var(--brand-white);font-size:14px;font-weight:700;display:block}.developer-contact{flex-wrap:wrap;justify-content:flex-end;gap:8px 16px;display:flex}.developer-contact a{color:#ffffffa3;align-items:center;gap:6px;font-size:13px;display:inline-flex}.developer-contact a:hover{color:var(--brand-blue)}.footer-socials a:focus-visible,.footer-column a:focus-visible,.footer-contact a:focus-visible,.developer-contact a:focus-visible,.footer-logo-link:focus-visible{outline-offset:3px;outline:3px solid #08a9f480}@media (max-width:1024px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{flex-direction:column;align-items:flex-start;gap:20px}.footer-developer{align-self:flex-end}}@media (max-width:600px){.site-footer{text-align:center;padding:64px 18px 30px}.footer-grid{grid-template-columns:minmax(0,1fr);gap:42px}.footer-about>p{margin-left:auto;margin-right:auto}.footer-socials,.footer-payments,.payment-methods{justify-content:center}.footer-payments{flex-direction:column}.footer-bottom{flex-direction:column;align-items:center;gap:18px}.footer-developer{text-align:center;align-self:center;align-items:center}.developer-contact{justify-content:center}}.categories-section,.trusted-brands,.featured-products,.featured-accessories,.why-choose-us,.google-reviews{padding-top:56px;padding-bottom:56px}.categories-grid{grid-template-columns:repeat(2,minmax(0,480px));justify-content:center;margin-top:28px}.category-card{min-height:118px;padding:18px 20px}.brand-grid{grid-template-columns:repeat(auto-fit,minmax(128px,156px));justify-content:center;margin-top:28px}.brand-card{min-height:126px;padding:18px 14px}.brand-logo-frame{height:52px}.brand-logo{max-width:112px;max-height:48px}.brand-name{margin-top:10px}.products-grid{grid-template-columns:repeat(auto-fit,minmax(230px,285px));justify-content:center;margin-top:30px}.view-all-products{margin-top:28px}.why-choose-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:30px}.why-choose-card{min-height:190px;padding:20px 16px}.why-choose-icon{width:56px;height:56px;font-size:1.45rem}.why-choose-card h3{margin-top:15px;font-size:1rem}.why-choose-card p{margin-top:8px;font-size:.8rem;line-height:1.5}.why-choose-cta{margin-top:28px}.google-reviews-container>h2,.why-choose-container>h2{font-size:clamp(1.75rem,3vw,2.5rem)}.reviews-carousel{margin-top:28px}.google-reviews-cta{margin-top:26px}.footer-main{padding:44px 24px 32px}.footer-v2-grid{gap:clamp(28px,4vw,48px)}.footer-v2-logo-link{width:165px;height:68px}.footer-serving-badge{margin-top:10px}.footer-v2-brand>p{margin-top:12px;font-size:.8rem;line-height:1.55}.footer-v2-socials{margin-top:15px}.footer-v2-socials a{width:38px;height:38px}.footer-v2-explore h2,.footer-v2-visit h2{margin-bottom:15px}.footer-v2-explore ul{gap:9px 20px}.footer-v2-visit address,.footer-v2-visit>a:not(.footer-directions),.footer-v2-hours{margin-top:9px;font-size:.78rem;line-height:1.5}.footer-directions{margin-top:14px}.footer-trust-row{justify-content:flex-start;margin-top:28px;padding-top:18px}.footer-trust-points{justify-content:flex-start}.footer-v2-bottom{padding:16px 24px}.footer-v2-bottom-inner{gap:16px}@media (max-width:1024px){.why-choose-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.categories-section,.trusted-brands,.featured-products,.featured-accessories,.why-choose-us,.google-reviews{padding-top:48px;padding-bottom:48px}.footer-main{padding-top:38px;padding-bottom:30px}}@media (max-width:600px){.categories-section,.trusted-brands,.featured-products,.featured-accessories,.why-choose-us,.google-reviews{padding:40px 14px}.categories-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:24px}.category-card{grid-template-columns:42px minmax(0,1fr);gap:10px;min-height:108px;padding:14px 10px}.category-icon{border-radius:12px;width:42px;height:42px;font-size:1.25rem}.category-copy strong{font-size:.88rem}.category-copy span{margin-top:4px;font-size:.68rem;line-height:1.35}.category-arrow{display:none}.brand-grid{grid-template-columns:repeat(2,minmax(0,150px));gap:10px;margin-top:24px}.brand-card{min-height:112px;padding:14px 10px}.products-grid{grid-template-columns:minmax(0,360px);gap:14px;margin-top:25px}.why-choose-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:24px}.why-choose-card{min-height:170px;padding:16px 10px}.why-choose-card p{font-size:.72rem}.google-reviews{padding-top:42px;padding-bottom:42px}.footer-main{padding:36px 18px 28px}.footer-v2-grid{gap:30px}.footer-trust-row{margin-top:24px;padding-top:16px}.footer-v2-bottom{padding:18px}.footer-v2-bottom-inner{gap:12px}}@media (max-width:1024px){main,section,article,form,fieldset,nav,header,footer{min-width:0}img,video,iframe,svg{max-width:100%}h1,h2,h3,p,address,dd,a,button{overflow-wrap:anywhere}.mobile-menu-panel{overscroll-behavior:contain;max-height:calc(100dvh - 82px);overflow-y:auto}.products-grid{align-items:stretch}.product-card,.brand-card,.category-card,.why-choose-card,.review-card{min-width:0}}@media (max-width:600px){input,select,textarea{font-size:16px}button,[role=button],.hero-button,.view-all-products,.google-reviews-cta{min-height:44px}.auth-page{padding-left:12px;padding-right:12px}.auth-card{margin-top:20px;padding:22px 16px}.mobile-menu-panel{max-height:calc(100dvh - 80px)}.review-card{height:auto;min-height:260px}}.latest-smartphones-slide{display:contents}.latest-smartphones-slide.is-clone,.latest-smartphones-dots{display:none}@media (max-width:1024px){.latest-smartphones-carousel{touch-action:pan-y;width:100%;max-width:360px;margin:25px auto 0;overflow:hidden}.featured-products .latest-smartphones-track{gap:0;width:100%;margin-top:0;display:flex;transform:translate(0)}.featured-products .latest-smartphones-track.is-transitioning{transition:transform .42s cubic-bezier(.22,.61,.36,1)}.featured-products .latest-smartphones-slide,.featured-products .latest-smartphones-slide.is-clone{flex:0 0 100%;min-width:0;padding:0 2px;display:block}.featured-products .latest-smartphones-slide .product-card{max-width:360px;margin:0 auto}.latest-smartphones-dots{justify-content:center;align-items:center;gap:7px;padding-top:16px;display:flex}.latest-smartphones-dots button{background:#cbd5e1;border:0;border-radius:999px;width:8px;height:8px;min-height:8px;padding:0;transition:background-color .2s,width .2s}.latest-smartphones-dots button.active{background:var(--brand-blue-dark);width:22px}}@media (prefers-reduced-motion:reduce){.featured-products .latest-smartphones-track.is-transitioning{transition-duration:.01ms}}.accessory-card .add-to-cart:disabled:hover{transform:none}.navbar{grid-template-columns:190px minmax(0,1fr) auto;height:104px}.navbar-brand{width:176px;max-width:176px;height:88px}.navbar-logo{object-fit:contain;width:176px;height:88px}@media (max-width:768px){.navbar{grid-template-columns:minmax(0,144px) auto;height:84px}.navbar-brand,.navbar-logo{width:136px;max-width:136px;height:68px}.page-shell{min-height:calc(100vh - 84px)}}
