.bcs-scope{--bcs-ink:#1d1d1f;--bcs-ink-2:#6e6e73;--bcs-bg:#ffffff;--bcs-bg-2:#f5f5f7;--bcs-blue:#0071e3;--bcs-link-dark:#2997ff;--bcs-dark-ink:#f5f5f7;--bcs-dark-sub:#a1a1a6;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.bcs-scope,.bcs-scope *{box-sizing:border-box}.bcs-scope h1,.bcs-scope h2,.bcs-scope h3,.bcs-scope p{margin:0}.bcs-scope a{text-decoration:none}.bcs-btn{display:inline-block;padding:12px 26px;border-radius:980px;font-size:17px;line-height:1.25;font-weight:500;transition:opacity .2s ease,transform .2s ease;cursor:pointer}.bcs-btn:hover{opacity:.86}.bcs-btn--primary{background:var(--bcs-blue);color:#fff}.bcs-btn--ghost{border:1px solid currentColor;color:inherit;background:transparent}.bcs-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:104px 24px 0;overflow:hidden;position:relative}.bcs-hero--light{background:var(--bcs-bg-2);color:var(--bcs-ink)}.bcs-hero--dark{background:#000;color:var(--bcs-dark-ink)}.bcs-hero--full{min-height:92vh}.bcs-hero__inner{width:100%;max-width:980px;margin-inline:auto;display:flex;flex-direction:column;align-items:center}.bcs-hero__eyebrow{font-size:15px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;color:#f56300}.bcs-hero__heading{font-size:clamp(42px,7vw,84px);font-weight:700;letter-spacing:-.018em;line-height:1.04;max-width:24ch;margin-inline:auto;text-wrap:balance}.bcs-hero__sub{font-size:clamp(19px,2.3vw,27px);font-weight:400;margin-top:14px;max-width:52ch;margin-inline:auto;text-wrap:balance}.bcs-hero--dark .bcs-hero__sub{color:var(--bcs-dark-sub)}.bcs-hero--light .bcs-hero__sub{color:var(--bcs-ink-2)}.bcs-hero__ctas{display:flex;gap:14px;justify-content:center;margin-top:28px;flex-wrap:wrap}.bcs-hero__media{margin-top:56px;width:min(1120px,100%)}.bcs-hero__media img{display:block;width:100%;height:auto;border-radius:28px 28px 0 0}.bcs-scope.bcs-hero--ctas-below{padding-bottom:72px}.bcs-scope.bcs-hero--ctas-below .bcs-hero__media{margin-top:44px}.bcs-scope.bcs-hero--ctas-below .bcs-hero__media img{border-radius:28px}.bcs-scope .bcs-hero__ctas--below{margin-top:36px}.bcs-tiles{background:var(--bcs-bg-2);padding:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.bcs-tile{position:relative;min-height:600px;border-radius:20px;overflow:hidden;display:block;background:#fff;color:var(--bcs-ink)}.bcs-tile--dark{background:#000;color:var(--bcs-dark-ink)}.bcs-tile--span{grid-column:1/-1}.bcs-tile__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 3s cubic-bezier(.2,.6,.2,1)}.bcs-tile:hover .bcs-tile__img{transform:scale(1.03)}.bcs-tile__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000006b,#0000 45%)}.bcs-tile--light .bcs-tile__scrim{background:linear-gradient(to bottom,#ffffff8c,#fff0 45%)}.bcs-tiles .bcs-tile__scrim--bottom{background:linear-gradient(to top,#000000a8,#00000040 26%,#0000 48%)}.bcs-tile__content{position:relative;z-index:1;text-align:center;padding:56px 28px 0}.bcs-tiles .bcs-tile__content--center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px}.bcs-tiles .bcs-tile__content--bottom{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:0 28px 50px}.bcs-tile__title{font-size:clamp(28px,3.2vw,42px);font-weight:700;letter-spacing:-.01em;text-wrap:balance}.bcs-tile__sub{font-size:clamp(17px,1.6vw,21px);margin-top:8px;text-wrap:balance}.bcs-tile--dark .bcs-tile__sub{color:var(--bcs-dark-sub)}.bcs-tile--light .bcs-tile__sub{color:var(--bcs-ink-2)}.bcs-tiles .bcs-tile--pos-bottom .bcs-tile__title{color:#fff;text-shadow:0 1px 14px rgba(0,0,0,.45)}.bcs-tiles .bcs-tile--pos-bottom .bcs-tile__sub{color:#ffffffe6;text-shadow:0 1px 10px rgba(0,0,0,.45)}.bcs-tile__link{display:inline-block;margin-top:14px;font-size:17px;font-weight:500;color:var(--bcs-blue)}.bcs-tile--dark .bcs-tile__link{color:var(--bcs-link-dark)}.bcs-tile__panel{display:inline-flex;flex-direction:column;align-items:center;gap:2px;padding:20px 34px;border-radius:24px;max-width:min(86%,560px)}.bcs-tiles .bcs-tile__panel--dark{background:#14141675;-webkit-backdrop-filter:blur(16px) saturate(1.4);backdrop-filter:blur(16px) saturate(1.4)}.bcs-tiles .bcs-tile__panel--dark .bcs-tile__title{color:#fff}.bcs-tiles .bcs-tile__panel--dark .bcs-tile__sub{color:#ffffffe0}.bcs-tiles .bcs-tile__panel--light{background:#ffffff8c;-webkit-backdrop-filter:blur(16px) saturate(1.4);backdrop-filter:blur(16px) saturate(1.4)}.bcs-tiles .bcs-tile__panel--light .bcs-tile__title{color:#1d1d1f}.bcs-tiles .bcs-tile__panel--light .bcs-tile__sub{color:#3a3a3c}@supports not (backdrop-filter:blur(1px)){.bcs-tiles .bcs-tile__panel--dark{background:#0f0f11c7}.bcs-tiles .bcs-tile__panel--light{background:#ffffffe6}}.bcs-shelf{background:var(--bcs-bg-2);padding:84px 0 72px}.bcs-shelf__head{max-width:1200px;margin:0 auto 30px;padding:0 24px;display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.bcs-shelf__title{font-size:clamp(28px,3.4vw,44px);font-weight:700;letter-spacing:-.012em;color:var(--bcs-ink)}.bcs-shelf__accent{font-size:clamp(28px,3.4vw,44px);font-weight:700;letter-spacing:-.012em;color:var(--bcs-ink-2)}.bcs-shelf__track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px max(24px,calc((100vw - 1200px)/2)) 28px;scrollbar-width:none}.bcs-shelf__track::-webkit-scrollbar{display:none}.bcs-shelf__track--marquee{scroll-snap-type:none}.bcs-shelf__track--marquee .bcs-card{scroll-snap-align:none}.bcs-shelf__track--marquee .bcs-reveal{opacity:1;transform:none}.bcs-card{scroll-snap-align:start;flex:0 0 300px;background:#fff;border-radius:18px;padding:22px;color:var(--bcs-ink);box-shadow:0 4px 16px #0000000d;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.bcs-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0000001a}.bcs-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px;background:var(--bcs-bg-2)}.bcs-card__name{font-size:17px;font-weight:600;margin-top:14px;line-height:1.3}.bcs-card__price{font-size:15px;color:var(--bcs-ink-2);margin-top:4px}.bcs-card__buy{margin-top:auto;padding-top:12px;color:var(--bcs-blue);font-size:15px;font-weight:500}.bcs-reveal{opacity:0;transform:translateY(22px);transition:opacity .8s cubic-bezier(.2,.6,.2,1),transform .8s cubic-bezier(.2,.6,.2,1)}.bcs-reveal.bcs-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.bcs-reveal{opacity:1;transform:none;transition:none}.bcs-tile__img{transition:none}}@media(max-width:820px){.bcs-tiles{grid-template-columns:1fr}.bcs-tile{min-height:480px}.bcs-hero{padding-top:80px}.bcs-card{flex-basis:260px}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/bcs-apple.css.map */
