/* English back-to-school storefront refresh */
body { background: #fff; }

.site-header { height: 86px; border-color: #e4e4e4; background: rgba(255, 255, 255, .96); }
.logo-mark { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; background: #e9ff42; color: #111; font-size: 24px; letter-spacing: -.14em; }
.desktop-nav { gap: 27px; margin-left: 60px; }
.desktop-nav a { font-size: 11px; font-weight: 700; }
.desktop-nav a span { color: #f18826; font-size: 8px; }
.header-actions { gap: 20px; }
.store-link { font-size: 11px; font-weight: 700; }
.account-button { border: 0; background: transparent; padding: 0; }
.icon-button svg, .account-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.cart-button { border: 0; background: transparent; color: var(--ink); padding: 0; font-size: 0; position: relative; width: 25px; height: 26px; }
.cart-button::before { content: ""; position: absolute; width: 14px; height: 12px; border: 1.6px solid var(--ink); border-top: 0; left: 2px; top: 8px; transform: skewX(-8deg); }
.cart-button::after { content: "•  •"; position: absolute; font-size: 14px; letter-spacing: 3px; bottom: -8px; left: 2px; }
.cart-button span { display: grid; place-items: center; background: #20222b; color: #fff; width: 16px; height: 16px; border-radius: 50%; font-size: 9px; position: absolute; right: 0; top: 0; }

.hero { display: block; min-height: 0; position: relative; }
.hero-school { aspect-ratio: 8 / 3; background: #e8f2fb; overflow: hidden; isolation: isolate; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide {
  min-height: inherit;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.012);
  transition: opacity .72s ease, visibility .72s ease, transform 1.2s cubic-bezier(.2,.7,.2,1);
}
.hero-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; transform: scale(1); z-index: 1; }
.hero-slide-dark .hero-copy { color: #fff; }
.hero-slide-dark .hero-copy .eyebrow { color: #a9c7f2; }
.hero-slide-dark .hero-copy .hero-title em { color: #a9b8ce; }
.hero-slide-dark .hero-description { color: #d4dbe5; }
.hero-slide-dark .text-button { color: #fff; border-bottom-color: rgba(255,255,255,.72); }
.hero-copy { position: relative; z-index: 1; height: 100%; min-height: 0; padding: clamp(92px, 10vw, 150px) 0 58px clamp(28px, 18.1vw, 368px); }
.hero-school .hero-title { font-size: clamp(42px, 3.1vw, 54px); letter-spacing: -.06em; }
.hero .hero-title em { color: #252525; }
.hero-school .eyebrow { color: #4e5860; }
.hero-school .hero-description { color: #28333a; max-width: 340px; margin: 23px 0; }
.button-orange { background: #f08b24; color: #fff; border-radius: 100px; padding: 14px 32px; }
.hero-pagination { position: absolute; z-index: 4; bottom: 31px; left: 50%; transform: translateX(-50%); display: flex; gap: 9px; }
.hero-progress { width: 64px; height: 20px; margin: 0; padding: 0; border: 0; background: transparent; position: relative; cursor: pointer; }
.hero-progress::before, .hero-progress span { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 2px; border-radius: 2px; transform: translateY(-50%); }
.hero-progress::before { background: rgba(22, 33, 40, .25); }
.hero-progress span { background: var(--brand-blue, #4f75b0); transform: translateY(-50%) scaleX(0); transform-origin: left center; }
.hero-progress.is-complete span { transform: translateY(-50%) scaleX(1); }
.hero-progress.is-active span { animation: heroProgress 8s linear forwards; }
.hero-progress:focus-visible { outline: 2px solid var(--brand-blue, #4f75b0); outline-offset: 3px; border-radius: 2px; }
@keyframes heroProgress { from { transform: translateY(-50%) scaleX(0); } to { transform: translateY(-50%) scaleX(1); } }

.category-section { padding-top: 43px; padding-bottom: 74px; background: #fff; }
.category-heading { text-align: center; margin-bottom: 36px; }
.category-heading .eyebrow { margin-bottom: 10px; color: #8a8a86; }
.category-heading h2 { margin: 0; font-size: clamp(29px, 3vw, 45px); letter-spacing: -.07em; line-height: 1.05; }
.category-strip { grid-template-columns: repeat(9, minmax(82px, 1fr)); gap: 10px; align-items: start; max-width: 1320px; margin: 0 auto; }
.category-strip .category-card { height: 172px; padding: 0; background: transparent; color: var(--ink); overflow: visible; display: flex; align-items: center; flex-direction: column; justify-content: flex-start; }
.category-strip .category-card:hover { transform: translateY(-4px); }
.category-strip .category-card h3 { font-size: 11px; font-weight: 600; line-height: 1.55; letter-spacing: -.02em; text-align: center; margin: 13px 0 0; }
.category-device { position: relative; height: 112px; width: 100%; display: grid; place-items: center; }
.icon-bank::before { content: ""; width: 45px; height: 79px; background: linear-gradient(145deg, #3d4247, #141619 75%); border-radius: 9px; transform: rotate(-10deg); box-shadow: -8px 11px 11px rgba(0, 0, 0, .14); }
.icon-bank::after { content: ""; position: absolute; width: 28px; height: 28px; border: 2px solid #8c959a; border-radius: 50%; top: 25px; left: calc(50% - 14px); transform: rotate(-10deg); }
.icon-bank i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #7bd188; top: 62px; left: calc(50% - 4px); }
.icon-strip::before { content: ""; width: 86px; height: 37px; border-radius: 8px; background: linear-gradient(145deg, #565b61, #22252a); transform: rotate(-17deg); box-shadow: -7px 11px 11px rgba(0, 0, 0, .16); }
.icon-strip::after { content: ""; position: absolute; width: 36px; height: 10px; border: 3px solid #2a2c2f; border-left: 0; border-bottom: 0; right: 10px; top: 32px; transform: rotate(-17deg); }
.icon-strip i { position: absolute; width: 8px; height: 8px; border: 1.5px solid #bec1c3; border-radius: 50%; top: 54px; }
.icon-strip i:nth-child(1) { left: 32%; }.icon-strip i:nth-child(2) { left: 45%; }.icon-strip i:nth-child(3) { left: 58%; }
.icon-charger::before { content: ""; width: 52px; height: 73px; border-radius: 9px; background: linear-gradient(145deg, #34383d, #111315); transform: rotate(28deg); box-shadow: -9px 12px 12px rgba(0, 0, 0, .18); }
.icon-charger::after { content: ""; position: absolute; width: 12px; height: 22px; border-left: 2px solid #42464a; border-right: 2px solid #42464a; top: 16px; left: 51%; transform: rotate(28deg); }
.icon-charger i { position: absolute; width: 8px; height: 4px; border-radius: 2px; background: #c8d2d5; left: 47%; transform: rotate(28deg); }.icon-charger i:nth-child(1) { top: 48px; }.icon-charger i:nth-child(2) { top: 58px; }
.icon-cable::before { content: ""; width: 43px; height: 88px; border: 7px solid #222; border-radius: 26px; }.icon-cable::after { content: ""; position: absolute; width: 12px; height: 24px; background: #2a2d2f; border-radius: 3px; top: 12px; box-shadow: 0 63px #2a2d2f; }.icon-cable i { position: absolute; height: 5px; width: 20px; background: #868d92; top: 22px; box-shadow: 0 63px #868d92; }
.icon-earbuds::before { content: ""; width: 59px; height: 40px; border-radius: 15px 15px 21px 21px; background: linear-gradient(145deg, #60676d, #202429); position: absolute; bottom: 15px; box-shadow: -7px 8px 9px rgba(0,0,0,.16); }.icon-earbuds i { position: absolute; width: 18px; height: 30px; border-radius: 11px 11px 8px 8px; background: #2c3035; top: 20px; }.icon-earbuds i:nth-child(1) { left: calc(50% - 27px); transform: rotate(-18deg); }.icon-earbuds i:nth-child(2) { right: calc(50% - 27px); transform: rotate(18deg); }.icon-earbuds b { position: absolute; width: 34px; height: 7px; background: #3e454b; border-radius: 50%; bottom: 24px; }
.icon-headphones::before { content: ""; width: 56px; height: 66px; border: 7px solid #25282b; border-bottom: 0; border-radius: 38px 38px 0 0; }.icon-headphones i { position: absolute; width: 15px; height: 31px; border-radius: 8px; background: #1d2022; top: 59px; }.icon-headphones i:nth-child(1) { left: calc(50% - 35px); }.icon-headphones i:nth-child(2) { right: calc(50% - 35px); }.icon-headphones b { position: absolute; width: 25px; height: 10px; background: #454a4d; border-radius: 8px; bottom: 13px; }
.icon-camera::before { content: ""; width: 34px; height: 76px; border-radius: 15px; background: linear-gradient(145deg, #e9e9e4, #9da4a4); box-shadow: -6px 8px 10px rgba(0,0,0,.12); }.icon-camera::after { content: ""; width: 17px; height: 17px; border: 3px solid #2f3435; border-radius: 50%; position: absolute; top: 29px; }.icon-camera i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #485253; top: 33px; }.icon-camera b { position: absolute; height: 14px; border-left: 2px solid #8d9495; top: 8px; }
.icon-dock::before { content: ""; width: 48px; height: 82px; border-radius: 7px; background: linear-gradient(145deg, #5e6872, #20252a); box-shadow: -8px 12px 11px rgba(0,0,0,.18); }.icon-dock i { position: absolute; width: 6px; height: 11px; border-radius: 2px; background: #181c20; top: 44px; }.icon-dock i:nth-child(1) { left: 38%; }.icon-dock i:nth-child(2) { left: 46%; }.icon-dock i:nth-child(3) { left: 54%; }.icon-dock i:nth-child(4) { left: 62%; }
.icon-car::before { content: ""; width: 33px; height: 68px; border-radius: 15px; background: linear-gradient(145deg, #3b4144, #131516); transform: rotate(20deg); box-shadow: -8px 10px 11px rgba(0,0,0,.16); }.icon-car::after { content: ""; position: absolute; width: 18px; border-top: 4px solid #222; top: 13px; left: 58%; transform: rotate(20deg); }.icon-car i { position: absolute; width: 15px; height: 15px; border: 3px solid #a2aaac; border-radius: 50%; top: 33px; transform: rotate(20deg); }.icon-car b { position: absolute; height: 20px; border-left: 2px solid #303436; top: 8px; left: 52%; transform: rotate(20deg); }

.product-visual-link { position: absolute; inset: 0; display: grid; place-items: center; text-decoration: none; }
.product-title a { color: inherit; text-decoration: none; }
.product-title a:hover { color: #5278b4; }
.quick-add { z-index: 2; }

@media (max-width: 800px) {
  .site-header { height: 67px; }
  .logo-mark { width: 32px; height: 32px; font-size: 21px; }
  .store-link, .account-button { display: none; }
  .hero-school { min-height: 0; aspect-ratio: 1280 / 1928; }
  .hero-slide { background-image: var(--hero-mobile-image, var(--hero-image)); background-position: center; }
  .hero-copy { height: 100%; min-height: 0; padding: 78px 25px 45px; }
  .hero-school .hero-title { font-size: 41px; }
  .hero-progress { width: 42px; }
  .cart-button { padding: 0; }
  .category-section { padding: 37px 18px 50px; }
  .category-heading { margin-bottom: 27px; }
  .category-heading h2 { font-size: 29px; }
  .category-strip { grid-template-columns: repeat(3, minmax(80px, 1fr)); gap: 23px 6px; }
  .category-strip .category-card { height: 150px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; transform: none; }
  .hero-progress.is-active span { animation: none; transform: translateY(-50%) scaleX(1); }
}
