/* Shared Boss offer and purchase details; no layout dependencies on Tailwind. */
.boss-announcement,.boss-trust,.boss-bundle{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;box-sizing:border-box}
.boss-announcement *,.boss-trust *,.boss-bundle *{box-sizing:border-box}
:root{--boss-announcement-height:36px;--boss-navigation-height:57px}
.boss-announcement{background:#171796;position:relative;top:0;z-index:101;isolation:isolate;color:#fff;height:var(--boss-announcement-height);border-bottom:1px solid #ffffff1a}
body:has(#purchase #main-product-img)>.boss-announcement{position:sticky}
/* First-screen copy should paint immediately, without a staggered reveal. */
#hero-content .rv{opacity:1!important;transform:none!important;transition:none!important}
.boss-announcement+.boss-global-header{top:0}
.boss-product-subnav{position:relative!important;top:0!important}
html:has(.boss-announcement){scroll-padding-top:calc(var(--boss-navigation-height) + 16px)}
html.boss-product-page{scroll-padding-top:calc(var(--boss-announcement-height) + var(--boss-navigation-height) + 16px)}
.boss-announcement__inner{width:min(1400px,calc(100% - 48px));height:100%;margin:auto;display:flex;align-items:center;justify-content:center;gap:28px;font-size:14px;line-height:1.5}
.boss-announcement__copy{min-width:0;overflow:hidden;font-weight:500;white-space:nowrap}
.boss-announcement__track{display:flex;width:max-content;align-items:center;direction:ltr}
.boss-announcement__message{display:block;flex:none;white-space:nowrap}
.boss-announcement__repeat{display:none;flex:none;white-space:nowrap}
.boss-announcement a{display:inline-flex;flex-shrink:0;gap:8px;align-items:center;padding:3px 13px;min-height:28px;border-radius:999px;background:#fff;color:#171796;text-decoration:none;font-size:12px;font-weight:650;line-height:1.4}
.boss-announcement a:hover{background:#e8efff;color:#171796}
.boss-announcement a:focus-visible,.boss-announcement__copy:focus-visible{outline:2px solid #fff;outline-offset:2px}
@media(max-width:1280px){
 .boss-announcement__inner{width:calc(100% - 24px);justify-content:space-between;gap:12px;font-size:13px}
 .boss-announcement__copy{flex:1}
 .boss-announcement a{font-size:12px;padding-inline:12px}
}
@media(max-width:900px){
 :root{--boss-announcement-height:40px;--boss-navigation-height:69px}
 body:has(#purchase #main-product-img)>.boss-announcement+.boss-global-header{top:var(--boss-announcement-height)}
}
@media(max-width:560px){:root{--boss-navigation-height:65px}}
@media(min-width:768px) and (max-width:900px){
 .boss-announcement__inner{font-size:10.5px;gap:10px;justify-content:center}
 .boss-announcement__copy{flex:0 1 auto}
 .boss-announcement a{font-size:11px;padding-inline:10px;gap:6px}
}
@media(min-width:901px){
 /* Equal side columns center the message itself, independently of the CTA. */
 .boss-announcement__inner{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:12px;font-size:clamp(11px,1.05vw,14px)}
 .boss-announcement__copy{grid-column:2;flex:none}
 .boss-announcement a{grid-column:3;justify-self:end}
 .boss-global-header{position:relative}
 .boss-global-header__inner,.boss-global-nav,.boss-nav-dropdown>summary,.boss-global-nav>a:not(.boss-nav-demo){min-height:56px}
 .boss-announcement+.boss-global-header{top:0}
 html:has(.boss-announcement){scroll-padding-top:16px}
 html.boss-product-page{scroll-padding-top:calc(var(--boss-announcement-height) + 16px)}
}
@media(min-width:901px) and (max-width:1119px){
 .boss-announcement a{font-size:11px;padding-inline:10px;gap:6px}
}
@media(max-width:767px){
 /* Two equal copies include their own gap. Half the track is exactly one
    message at every font size, so the left-to-right loop cannot jump. */
 .boss-announcement__track{animation:boss-announcement-rightward 28s linear infinite}
 .boss-announcement__message,.boss-announcement__repeat{padding-right:48px}
 .boss-announcement__repeat{display:block}
}
.boss-announcement[data-ticker-paused] .boss-announcement__track,.boss-announcement__copy:focus-visible .boss-announcement__track,.boss-announcement:has(a:focus-visible) .boss-announcement__track{animation-play-state:paused}
@media(hover:hover) and (pointer:fine){.boss-announcement:hover .boss-announcement__track{animation-play-state:paused}}
@keyframes boss-announcement-rightward{from{transform:translateX(-50%)}to{transform:translateX(0)}}
@media(prefers-reduced-motion:reduce){
 .boss-announcement__track{animation:none!important}
 .boss-announcement__repeat{display:none!important}
 .boss-announcement__message{padding-right:0}
 .boss-announcement__copy{overflow-x:auto;scrollbar-width:none}
}
/* Benefit-first homepage, shared by Canada, French Canada and the US. */
.boss-trust{padding:46px 24px 36px;background:#fff;color:#14233c}
.boss-trust__inner{max-width:1440px;margin:auto}
.boss-trust h2{margin:0 0 26px;font-size:clamp(25px,2.5vw,36px);line-height:1.2;font-weight:600;letter-spacing:-.035em;text-align:center;text-wrap:balance}
.boss-trust__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.boss-benefit{position:relative;isolation:isolate;display:flex;flex-direction:column;aspect-ratio:4/5;min-width:0;overflow:hidden;border-radius:18px;background:#102448;color:#fff;text-decoration:none;box-shadow:0 2px 8px #13294408}
.boss-benefit__background{position:absolute;inset:0;z-index:-2;display:block;width:100%;height:100%;object-fit:cover}
.boss-benefit::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#08172b45 0%,transparent 48%,#08172b20 67%,#08172be8 100%)}
.boss-benefit__copy{position:relative;z-index:1;padding:24px 24px 0}
.boss-benefit h3{margin:0;max-width:9em;font-size:clamp(26px,2.5vw,38px);line-height:1.04;letter-spacing:-.04em;font-weight:650;text-wrap:balance}
.boss-benefit p{margin:12px 0 0;max-width:22em;font-size:13px;line-height:1.5;font-weight:450;color:inherit}
.boss-benefit__cta{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding:22px 24px;font-size:12px;font-weight:600;line-height:1.4}
.boss-benefit__cta>span{display:grid;place-items:center;width:29px;height:29px;flex:none;border:1px solid #ffffff6b;border-radius:50%;font-size:17px;transition:background .18s,color .18s}
.boss-benefit:hover .boss-benefit__cta>span{background:#fff;color:#14233c}
.boss-trust__terms{max-width:1000px;margin:18px auto 0;color:#5d6b80;font-size:11px;line-height:1.7;text-align:center}
.boss-trust__terms a{color:#29486e;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}
.boss-trust a:focus-visible,.boss-bundle a:focus-visible{outline:3px solid #1877f2;outline-offset:4px}
/* Width-based sizing stays stable when tablet browser controls collapse on scroll. */
#hero-section{min-height:clamp(620px,52vw,820px);height:auto;max-height:none}
#hero-content{padding-block:56px 96px}
.boss-hero-description{max-width:540px!important}
.boss-hero-model{position:absolute;z-index:20;right:max(32px,calc((100% - 1304px)/2));bottom:100px;display:inline-flex;align-items:center;gap:12px;min-height:44px;padding:8px 0;border-bottom:1px solid #ffffff80;color:#fff;text-decoration:none;font-size:12px;font-weight:500;line-height:1.5;text-shadow:0 1px 8px #000;max-width:330px}
.boss-hero-model>span{font-size:17px}
.boss-hero-model:hover{border-color:#fff;color:#d6e8ff}
.boss-hero-model:focus-visible,.boss-collection-help a:focus-visible{outline:3px solid #1877f2;outline-offset:4px}
#collection{padding-block:64px}
#collection>div>div:first-child{margin-bottom:36px}
#collection [data-reveal],#collection [data-reveal-children]>.rv{opacity:1!important;transform:none!important;transition:none!important}
#collection{background:#fff}
#collection>div{max-width:none;padding-inline:1.04vw}
.boss-model-grid{display:grid;grid-template-columns:repeat(2,minmax(0,48vw));justify-content:space-between;column-gap:0;row-gap:1.04vw}
#collection .boss-model-tile{position:relative;isolation:isolate;display:block;aspect-ratio:930/800;min-width:0;overflow:hidden;border:0;border-radius:0;padding:0;background:#071426;color:#fff;text-decoration:none;box-shadow:none;transform:none}
.boss-model-tile__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.boss-model-tile__copy{position:relative;padding:6.4583vw 3vw 0 5.2083vw;z-index:1}
#collection .product-card-topline{display:none}
.boss-model-tile__flagship{position:absolute;top:18px;right:20px;z-index:2;display:inline-flex;align-items:center;min-height:28px;padding:5px 12px;border:1px solid #a7cfff80;border-radius:999px;background:#123666;color:#e0edff;font-size:11px;line-height:1.4;font-weight:600;letter-spacing:.025em}
@media(max-width:750px){.boss-model-tile__flagship{position:relative;top:auto;right:auto;display:table;margin:18px auto 0}.boss-model-tile--flagship .boss-model-tile__copy{padding-top:14px}}
#collection .product-card-title{white-space:normal;min-height:0;margin:0;font-size:2.5vw;font-weight:600;letter-spacing:-.035em;line-height:1.3333;color:#fff}
#collection .product-card-summary{min-height:0;margin:0;color:#dce6f4;font-size:1.25vw;line-height:1.5;font-weight:400}
.boss-model-tile__cta{display:inline-flex;align-items:center;justify-content:center;width:9.5833vw;min-height:2.9167vw;padding:0;margin-top:1.7708vw;border:1px solid #ffffffad;border-radius:999px;color:#fff;font-size:1.0417vw;font-weight:600;line-height:1.4;background:transparent;transition:background .2s,color .2s}
.boss-model-tile__cta>span{display:none}
.boss-model-tile:hover .boss-model-tile__cta{background:#fff;color:#132643}
#collection .boss-model-tile:focus-visible{outline:3px solid #1877f2;outline-offset:4px}
.boss-model-tile__price{position:absolute;bottom:22px;left:28px;display:block;z-index:1;padding:7px 12px;border:1px solid #ffffff24;border-radius:8px;background:#071426d9;color:#fff;font-size:18px;font-weight:600;line-height:1.3;font-variant-numeric:tabular-nums}
/* The reference uses two landscape cards down to 751px, then a portrait stack. */
@media(min-width:751px) and (max-width:1199px){.boss-model-tile__copy{padding-top:3.33vw}.boss-model-tile__cta{min-height:32px;font-size:12px;width:max(110px,9.5833vw)}#collection .product-card-summary{font-size:max(12px,1.25vw)}.boss-model-tile__price{bottom:14px;left:20px;font-size:15px}}
@media(max-width:750px){#collection>div{padding-inline:3.33vw}.boss-model-grid{grid-template-columns:1fr;gap:3.2vw}#collection .boss-model-tile{aspect-ratio:700/898}.boss-model-tile__image{inset:auto 0 0;height:auto;mask-image:linear-gradient(to bottom,transparent,#000 18%)}.boss-model-tile__copy{padding:28px 24px;text-align:center}#collection .product-card-title{font-size:30px;line-height:1.2;margin-bottom:8px}#collection .product-card-summary{font-size:15px}.boss-model-tile__cta{width:auto;min-height:44px;margin-top:16px;font-size:13px;padding:8px 24px}.boss-model-tile__price{bottom:16px;left:20px;font-size:16px}}
@media(max-width:359px){.boss-model-tile__copy{padding:20px}#collection .product-card-title{font-size:25px}#collection .product-card-summary{font-size:13px}#collection .product-card-topline{font-size:10px;margin-bottom:7px}.boss-model-tile__cta{margin-top:12px;min-height:40px;padding:7px 15px}}
/* Keep live catalogue amounts intact while matching the product-page sale colour. */
[id^="table-price-"][data-live-price]{color:#e52b30}
.boss-collection-help{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:32px;font-size:14px;line-height:1.5}
.boss-collection-help>span{color:#58667b}
.boss-collection-help a{display:inline-flex;gap:12px;align-items:center;padding:11px 20px;border:1px solid #c6d8f0;background:#fff;border-radius:999px;color:#125faa;text-decoration:none;font-weight:600}
.boss-collection-help a:hover{background:#edf5ff}
@media(min-width:1600px){.boss-benefit{aspect-ratio:1}.boss-benefit__copy{padding-top:26px}}
@media(max-width:1100px){
 .boss-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
 .boss-benefit{aspect-ratio:1.12}
 .boss-benefit h3{font-size:clamp(28px,3.5vw,38px)}
 .boss-hero-model{right:24px;bottom:90px}
 #hero-content>div{max-width:660px}
 #hero-section{max-height:none;height:auto;min-height:650px}
}
@media(max-width:767px){
 #hero-section{display:block;min-height:0}
 #hero-content{padding:48px 24px 28px}
 #hero-content h1{font-size:clamp(38px,7.6vw,56px);line-height:1.08}
 #hero-content .boss-hero-description{font-size:16px;line-height:1.65;margin-bottom:28px}
 .boss-hero-model{position:relative;right:auto;bottom:auto;margin:0 24px 30px;width:fit-content;max-width:calc(100% - 48px)}
 .boss-trust{padding:36px 24px 28px}
 .boss-trust__grid{gap:14px}
 .boss-benefit{aspect-ratio:4/5}
 .boss-benefit__copy{padding:18px 18px 0}
 .boss-benefit h3{font-size:clamp(24px,4vw,30px)}
 .boss-benefit p{font-size:12px;margin-top:10px}
 .boss-benefit__cta{padding:16px 18px;font-size:11px}
 .boss-collection-help{flex-direction:column;gap:10px;text-align:center}
 #collection{padding-block:44px}
}
@media(max-width:479px){
 .boss-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
 .boss-benefit{aspect-ratio:auto;min-height:275px;border-radius:12px}
 .boss-benefit__background{inset:auto 0 0;height:auto;mask-image:linear-gradient(to bottom,transparent,#000 18%)}
 .boss-benefit__copy{padding:16px 14px 0}
 .boss-benefit h3{font-size:23px;max-width:8em}
 .boss-benefit p{font-size:11px;line-height:1.45;margin-top:8px}
 .boss-benefit__cta{padding:12px 14px;min-height:58px;font-size:10px;gap:4px}
 .boss-benefit__cta>span{width:22px;height:22px;font-size:14px}
}
@media(max-width:359px){
 .boss-benefit h3{font-size:21px}
 .boss-benefit__copy{padding-inline:12px}
 .boss-benefit__cta{padding-inline:12px}
}

.boss-bundle{container:boss-bundle / inline-size;margin:22px 0 4px;padding:20px 0 0;border-top:1px solid #dce5f1;color:#1d2c46;min-width:0;width:100%}
.boss-bundle__heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.boss-bundle .boss-product-bundle__title{font-size:20px;font-weight:600;line-height:1.4;letter-spacing:-.02em;margin:0;color:#172033}
.boss-bundle__heading>span{font-size:12px;color:#536781}
.boss-bundle__items{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;list-style:none;margin:0!important;padding:0!important}
.boss-bundle__item{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;min-width:0;gap:12px;margin:0!important;padding:0!important}
.boss-bundle__image{display:grid;place-items:center;width:100%;height:48px;background:#fff;border:0;border-radius:0;padding:0;overflow:hidden}
.boss-bundle__image img{display:block;width:100%;height:100%;object-fit:contain;min-height:0;max-height:76px}
.boss-bundle__image svg{width:60%;height:60%;color:#7990ac}
.boss-bundle__caption{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-width:0;white-space:nowrap}
.boss-bundle__caption>strong{margin:0;font-size:12px;line-height:1.4;font-weight:500;white-space:nowrap}
.boss-bundle__caption>span{font-size:11px;line-height:1.4;color:#627189;white-space:nowrap;flex-shrink:0}
.boss-bundle__caption>.boss-bundle__included{color:#125faa;background:#edf5ff;border:1px solid #d6e7ff;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:700;letter-spacing:.04em}
.boss-bundle__plus{position:absolute;left:19px;top:-17px;color:#718299;font-size:16px;font-weight:400;line-height:1}
/* Respond to the actual purchase-panel width, not the screen width: captions
   stay on one line on both narrow laptop columns and small phones. */
@container boss-bundle (max-width:280px){
 .boss-bundle__item{display:flex;flex-direction:column;gap:5px}
 .boss-bundle__image{height:48px}
 .boss-bundle__caption{justify-content:center;width:100%;gap:7px}
 .boss-bundle__plus{left:calc(50% - 4px)}
}
@container boss-bundle (min-width:480px){
 .boss-bundle__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px}
 .boss-bundle__item{display:flex;flex-direction:column;gap:6px}
 .boss-bundle__image{height:76px}
 .boss-bundle__caption{justify-content:center}
 .boss-bundle__plus{left:-17px;top:30px;font-size:18px}
 .boss-bundle__item:nth-child(3) .boss-bundle__plus{display:none}
}
@container boss-bundle (min-width:960px){
 .boss-bundle__items{grid-template-columns:repeat(4,minmax(0,1fr))}
 .boss-bundle__item:nth-child(3) .boss-bundle__plus{display:block}
}
.boss-bundle .boss-bundle__note{margin:12px 0 0;font-size:11px;line-height:1.5;color:#627189;font-weight:400}
/* Scope the purchase treatment to the existing live price/cart panel. */
div:has(>.boss-bundle){background:#fff;border-radius:16px;border-color:#dfe7f2;box-shadow:none}
div:has(>.boss-bundle)>button[data-boss-add-to-cart]{min-height:52px;border-radius:10px;font-size:16px;font-weight:600;letter-spacing:.015em;box-shadow:none}
div:has(>.boss-bundle)>button[data-boss-add-to-cart]:focus-visible{outline:3px solid #0d1859;outline-offset:4px}
.boss-price-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px;min-width:0;text-align:left}
.boss-price-current{display:flex;align-items:baseline;gap:6px;color:#e52b30;font-size:clamp(28px,2.5vw,36px);font-weight:750;line-height:1.15;letter-spacing:-.025em;white-space:nowrap}
.boss-price-current small{font-size:12px;font-weight:600;letter-spacing:0}
.boss-price-original{color:#737373;font-size:16px;font-weight:600;line-height:1.3;white-space:nowrap;text-decoration-thickness:2px}
.boss-price-savings{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border-radius:5px;background:#fcebed;color:#c8242b;font-size:13px;font-weight:750;line-height:1.3;white-space:nowrap}
.boss-price-original[hidden],.boss-price-savings[hidden]{display:none}
#purchase div:has(>.boss-price-row){flex-direction:column;align-items:stretch;gap:12px}
#boss-mobile-buy-price{color:#e52b30}
@media(min-width:901px){
 .boss-product-subnav>div{min-height:36px;padding-block:4px}
 #purchase{padding-top:clamp(24px,2vw,32px)}
}
/* Purchase columns follow available width; viewport height must not squeeze
   the product photo into a narrow column on shorter laptops. */
#purchase{--boss-gallery-ratio:1}
#purchase>.grid>div:has(#main-product-img){min-width:0;width:100%;max-width:none;justify-self:center}
/* Reserve a stable image stage inside a shared responsive safe area. Padding
   belongs to the frame, not a model-specific offset: tightly cropped photos
   and subsequent gallery slides need the same breathing room as padded ones. */
#purchase div:has(>#main-product-img){position:relative;height:auto;padding:clamp(12px,2vw,24px)}
#main-product-img{display:block;position:static;width:100%;height:auto;aspect-ratio:var(--boss-gallery-ratio);min-width:0;min-height:0;object-fit:contain}
/* All models share S8A's square stage, so portrait/square artwork can use the
   full gallery width. Wide product photos retain their original proportions. */
@media(min-width:901px){
 #purchase>.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,3.5vw,48px)}
 #purchase>.grid>div{min-width:0}
 #purchase>.grid>div:has(#main-product-img){position:sticky;top:min(calc(var(--boss-announcement-height) + 16px),calc(100svh - var(--boss-mobile-buy-bar-height,60px) - var(--boss-gallery-height,0px) - 16px));align-self:start;min-width:0}
}
@media(max-width:900px){
 #purchase>.grid>div:has(#main-product-img){max-width:560px}
}
/* A+ artwork scales independently of the purchase grid, with its original
   aspect ratios preserved and no fixed desktop-width side gutters. */
#overview .aplus-wrapper{width:100%;max-width:none;min-width:0;overflow:hidden}
#overview .aplus-wrapper>img,#overview .aplus-wrapper>figure{width:100%;max-width:100%}
#purchase h1{font-weight:600;letter-spacing:-.025em;line-height:1.2}
#purchase .font-black{font-weight:600}
.fr-product-purchase:has(>.boss-bundle){padding:24px}
@media(max-width:640px){
 .boss-bundle__heading{gap:4px}.boss-bundle__heading>span{width:100%}
 .fr-product-purchase:has(>.boss-bundle){padding:20px}
}

/* A live quantity badge shares the existing cart's quantity and tab sync. */
.boss-header-cart{position:relative;overflow:visible}
.boss-header-cart-count{position:absolute;top:0;right:-3px;display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#1877f2;color:#fff;box-shadow:0 0 0 2px #fff;font:600 11px/1 Inter,Arial,sans-serif;pointer-events:none}
.boss-header-cart-count[hidden]{display:none}
.boss-delivery-logos img[alt="USPS"]{max-width:100px!important;height:30px!important}

/* Keep the announcement above decorative login/account overlays. */
body .boss-announcement{background-color:#171796!important;opacity:1!important;flex-shrink:0}
.boss-announcement a span{display:inline-block;text-decoration:none}
.boss-header-cart-count{transition:none!important;animation:none!important;font-variant-numeric:tabular-nums}
#faq .faq-tabs-container{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:7px}
#faq .faq-tabs-container .faq-tab{padding:12px 19px;min-height:44px;line-height:1.35;white-space:nowrap}
@media(max-width:640px){#faq .faq-tabs-container{gap:6px;padding:6px}#faq .faq-tabs-container .faq-tab{padding:10px 14px}}
/* Stack before the fixed-width retailer row can crowd its label. Reserve
   actual outside gutters instead of adding padding to an overflowing row. */
@media(max-width:900px){
 .retailer-strip{box-sizing:border-box;width:calc(100% - 48px);margin-inline:auto;padding:0!important;flex-direction:column;gap:20px}
 .retailer-strip__label{padding:0;text-align:center}
 .retailer-logo-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;max-width:480px;gap:12px}
 .retailer-strip .retailer-logo{min-width:0;width:100%;height:48px;padding:4px}
 .retailer-strip .retailer-logo img{max-width:100%;max-height:100%;object-fit:contain}
}
.boss-offer-ticket{--ticket-orange:#ff7d32;--ticket-paper:#fff8f3;display:grid;grid-template-columns:86px minmax(0,1fr) auto;gap:0;align-items:center;position:relative;margin:22px 0;padding:0;border:4px solid var(--ticket-orange);border-radius:0;background:var(--ticket-paper);color:#303030}
.boss-offer-ticket[hidden]{display:none}
.boss-offer-ticket::before,.boss-offer-ticket::after{content:"";position:absolute;top:-4px;bottom:-4px;width:6px;pointer-events:none;background:radial-gradient(circle at 0 50%,#fff 3px,transparent 3.5px) 0 0/6px 12px repeat-y}
.boss-offer-ticket::before{left:-4px}.boss-offer-ticket::after{right:-4px;transform:rotate(180deg)}
.boss-offer-ticket__value{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;align-self:stretch;border-right:1px dashed #fff9;background:var(--ticket-orange);color:#352010;padding:18px 10px;font-size:28px;line-height:1.1;font-weight:700}
.boss-offer-ticket__value::before,.boss-offer-ticket__value::after{content:"";position:absolute;right:-6px;width:12px;height:12px;border-radius:50%;background:#fff}
.boss-offer-ticket__value::before{top:-10px}.boss-offer-ticket__value::after{bottom:-10px}
.boss-offer-ticket__value small{font-size:12px;letter-spacing:.03em;margin-top:4px}
.boss-offer-ticket__copy{min-width:0;padding:18px 14px;line-height:1.5}
.boss-offer-ticket__label{display:block;font-size:12px;line-height:1.4;font-weight:500;margin:0 0 6px}
.boss-offer-ticket__code{display:block;font-size:17px;line-height:1.3;overflow-wrap:anywhere;font-weight:650;letter-spacing:0}
.boss-offer-ticket__copy small{display:block;font-size:11px;color:#615047;line-height:1.5;margin-top:5px}
.boss-offer-ticket button{background:var(--ticket-orange);color:#352010;border:0;border-radius:999px;min-height:40px;min-width:86px;padding:8px 16px;margin:14px 14px 14px 0;font-size:12px;font-weight:700;cursor:pointer;text-transform:uppercase}
.boss-offer-ticket button:hover{background:#ff914f}
.boss-offer-admin button{background:#0d1859;color:white;border:1px solid #0d1859;border-radius:7px;min-height:42px;padding:10px 14px;font-size:13px;cursor:pointer}
.boss-offer-ticket button:focus-visible,.boss-offer-admin :focus-visible{outline:3px solid #1877f2;outline-offset:3px}
.boss-offer-ticket__status{font-size:10px;position:absolute;right:14px;bottom:2px}
.boss-offer-admin{margin:0 0 36px;padding:24px;background:#f4f7fb;border:1px solid #dce4ef;border-radius:12px;color:#202b3d}
.boss-offer-admin h2{font-size:22px;font-weight:600;margin-bottom:8px}.boss-offer-admin>p{font-size:14px;line-height:1.6;margin-bottom:20px}
.boss-offer-admin__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px}
.boss-offer-admin__card{display:flex;flex-direction:column;gap:14px;padding:20px;background:#fff;border:1px solid #e0e6ee;border-radius:10px}.boss-offer-admin h3{font-size:17px;font-weight:600}
.boss-offer-admin label{display:flex;flex-direction:column;gap:6px;font-size:13px}.boss-offer-admin input{padding:10px;border:1px solid #cdd5e0;border-radius:5px;min-width:0;color:#172d46}.boss-offer-admin label:has([type=checkbox]){flex-direction:row;align-items:center}.boss-offer-admin [type=checkbox]{width:18px;height:18px;accent-color:#0d1859}.boss-offer-admin__card p{font-size:12px;line-height:1.5;min-height:18px}
@media(max-width:480px){.boss-offer-ticket{grid-template-columns:64px minmax(0,1fr);gap:0}.boss-offer-ticket__value{grid-row:span 2;font-size:25px;padding:14px 6px}.boss-offer-ticket__copy{padding:14px 12px 5px}.boss-offer-ticket button{grid-column:2;justify-self:start;margin:6px 12px 16px;min-height:40px}.boss-offer-ticket__code{font-size:15px}.boss-offer-ticket__label{font-size:12px}}
.boss-review-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:28px}
.boss-review-pagination button{min-width:42px;min-height:42px;padding:8px 12px;border:1px solid #d5deeb;border-radius:7px;background:#fff;color:#23334f;font-size:14px}
.boss-review-pagination button[aria-current=page]{background:#0d1859;color:#fff;border-color:#0d1859}.boss-review-pagination button:disabled{opacity:.45}.boss-review-pagination button:focus-visible{outline:3px solid #1877f2;outline-offset:2px}
.boss-review-pagination-status{text-align:center;font-size:13px;color:#607088;margin:14px 0;min-height:20px}
#product-review-list{scroll-margin-top:130px}
.boss-cookie-banner{position:fixed;inset:auto 16px 14px;z-index:160;display:flex;gap:20px;align-items:center;box-sizing:border-box;margin:auto;max-width:1000px;padding:12px 16px;background:#fff;color:#3d4b60;border:1px solid #dce4ee;border-radius:10px;box-shadow:0 6px 24px #0d185914;font:12.5px/1.5 Inter,system-ui,sans-serif}
.boss-cookie-banner[hidden]{display:none}.boss-cookie-copy{min-width:0;flex:1}.boss-cookie-banner p{margin:0}.boss-cookie-links{display:inline}.boss-cookie-links a{color:#27588f;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.boss-cookie-links a+a{margin-left:10px}
.boss-cookie-actions{display:flex;flex-wrap:wrap;gap:8px;flex-shrink:0;max-width:300px}.boss-cookie-actions button{min-height:42px;padding:10px 14px;border:1px solid #bbc8da;border-radius:7px;background:#f6f8fc;color:#16274f;cursor:pointer;font:500 13px/1.4 Inter,system-ui,sans-serif}.boss-cookie-actions button:hover{background:#e8effa}.boss-cookie-actions button:focus-visible,.boss-cookie-footer:focus-visible{outline:3px solid #1877f2;outline-offset:3px}
.boss-cookie-banner .boss-cookie-actions{max-width:none;flex-wrap:nowrap;align-items:stretch;gap:8px}.boss-cookie-banner .boss-cookie-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:72px;padding:8px 13px;border-color:#dce3ec;border-radius:8px;background:#f7f9fc;font-size:12.5px;text-align:center;white-space:nowrap}.boss-cookie-banner .boss-cookie-actions button:hover{background:#edf2f8}
body:has(#purchase #main-product-img) .boss-cookie-banner{bottom:calc(var(--boss-mobile-buy-bar-height,64px) + 12px)}
body:has(.boss-cookie-banner:not([hidden])){--boss-cookie-help-offset:calc(var(--boss-cookie-banner-height,116px) + 26px);--boss-menu-bottom-space:var(--boss-cookie-help-offset)}
body:has(#purchase #main-product-img):has(.boss-cookie-banner:not([hidden])){--boss-cookie-help-offset:calc(var(--boss-mobile-buy-bar-height,64px) + var(--boss-cookie-banner-height,116px) + 24px)}
body:has(.boss-cookie-banner:not([hidden])) .boss-buying-help{bottom:var(--boss-cookie-help-offset)}
body:has(.boss-cookie-banner:not([hidden])) .boss-buying-help__card{max-height:calc(100svh - var(--boss-cookie-help-offset) - var(--boss-announcement-height) - var(--boss-navigation-height) - 24px);overflow-y:auto}
@media(max-width:900px){.boss-cookie-banner{gap:10px;flex-direction:column;align-items:stretch}.boss-cookie-banner .boss-cookie-actions{justify-content:flex-end}}
.boss-cookie-dialog{box-sizing:border-box;width:min(560px,calc(100% - 32px));max-width:calc(100% - 32px);max-height:calc(100svh - 32px);overflow:auto;margin:auto;border:1px solid #e5e7eb;border-radius:16px;padding:32px;color:#4b5563;background:#fafafa;box-shadow:0 24px 80px #11182724;font:300 16px/1.7 Inter,system-ui,sans-serif;text-align:left}
.boss-cookie-dialog *{box-sizing:border-box}
.boss-cookie-dialog::backdrop{background:#11182766}
.boss-cookie-dialog h2{margin:0 0 14px;font-size:30px;font-weight:300;line-height:1.2;letter-spacing:-.025em;color:#111827}
.boss-cookie-dialog>p{margin:0 0 8px;font-size:15px;line-height:1.7;font-weight:300}
.boss-cookie-dialog label{display:grid;grid-template-columns:minmax(0,1fr) 36px;gap:20px;align-items:center;padding:22px 0;border-bottom:1px solid #e5e7eb;cursor:pointer}
.boss-cookie-dialog label>span{grid-column:1;grid-row:1;min-width:0}
.boss-cookie-dialog strong{display:block;font-size:16px;font-weight:500;line-height:1.5;color:#111827}
.boss-cookie-dialog small{display:block;margin-top:5px;font-size:14px;line-height:1.6;font-weight:400;color:#6b7280}
.boss-cookie-dialog input{appearance:none;-webkit-appearance:none;grid-column:2;grid-row:1;position:relative;width:36px;height:20px;margin:0;border:1px solid #b6cee9;border-radius:999px;background:#edf4fc;cursor:pointer;transition:background .18s ease,border-color .18s ease}
.boss-cookie-dialog input::before{content:'';position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#1877f2;transition:transform .18s ease,background .18s ease}
.boss-cookie-dialog input:checked{background:#1877f2;border-color:#1877f2}
.boss-cookie-dialog input:checked::before{transform:translateX(16px);background:#fff}
.boss-cookie-dialog input:focus-visible{outline:3px solid #1877f2;outline-offset:4px}
.boss-cookie-dialog input:disabled{opacity:.5;cursor:not-allowed}
.boss-cookie-dialog .boss-cookie-actions{max-width:none;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:12px;margin-top:28px}
.boss-cookie-dialog .boss-cookie-actions button{min-width:0;min-height:46px;padding:10px 12px;border:1px solid #d7dfe9;border-radius:8px;background:#fff;font-size:14px;font-weight:500;line-height:1.5;color:#4b5563}
.boss-cookie-dialog .boss-cookie-actions button:hover{background:#f0f3f7}
.boss-cookie-dialog .boss-cookie-actions [data-cookie-save]{background:#eef6ff;border-color:#bcd5f5;color:#1264c7}
.boss-cookie-dialog .boss-cookie-actions [data-cookie-save]:hover{background:#e0edff;border-color:#8fb9ee}
@media(prefers-reduced-motion:reduce){.boss-cookie-dialog input,.boss-cookie-dialog input::before{transition:none}}
.boss-cookie-footer{border:0;background:transparent;padding:4px 0;color:inherit;text-decoration:underline;text-underline-offset:3px;font-size:12px;cursor:pointer}
@media(max-width:640px){.boss-cookie-banner{inset:auto 10px 10px;padding:12px;font-size:12px;line-height:1.5}.boss-cookie-banner .boss-cookie-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.8fr);gap:6px}.boss-cookie-banner .boss-cookie-actions button{min-width:0;min-height:44px;white-space:normal;padding:7px 6px;font-size:12px}.boss-cookie-dialog{padding:22px}.boss-cookie-dialog .boss-cookie-actions{max-width:none;gap:6px}}
@media(max-width:480px){
 .boss-cookie-dialog{padding:20px}
 .boss-cookie-dialog h2{font-size:26px}
 .boss-cookie-dialog>p{font-size:14px;line-height:1.6}
 .boss-cookie-dialog label{gap:14px;padding:18px 0}
 .boss-cookie-dialog strong{font-size:15px}
 .boss-cookie-dialog small{font-size:13px;line-height:1.5}
 .boss-cookie-dialog .boss-cookie-actions{margin-top:20px;gap:8px}
 .boss-cookie-dialog .boss-cookie-actions button{padding:8px;font-size:13px}
}

/* Desktop proportions inspired by the owner's 90% Chrome view. Keep native
   browser zoom and phone sizing intact; scale typography and spacing only. */
@media(min-width:901px){
 html.boss-product-page{font-size:90%}
 .boss-product-subnav>div{max-width:1260px;min-height:32px;padding-block:3.6px}
 #purchase{max-width:1260px;padding-top:clamp(24px,2vw,32px)}
 #purchase>.grid{gap:clamp(24px,3.5vw,43.2px)}
 #purchase :is(.boss-price-current){font-size:clamp(26px,2.5vw,32.4px)}
 #purchase .boss-price-original{font-size:14.4px}
 #purchase .boss-price-savings{min-height:27px;padding:4px 9px;font-size:12px}
 #purchase div:has(>.boss-bundle){border-radius:14px}
 #purchase div:has(>.boss-bundle)>button[data-boss-add-to-cart]{min-height:47px;font-size:14.4px}
 #purchase .boss-offer-ticket{grid-template-columns:77px minmax(0,1fr) auto;margin-block:20px;border-width:3.6px}
 #purchase .boss-offer-ticket__value{padding:16px 9px;font-size:25px}
 #purchase .boss-offer-ticket__copy{padding:16px 12px}
 #purchase .boss-offer-ticket__label{font-size:11px;margin-bottom:5px}
 #purchase .boss-offer-ticket__code{font-size:15.3px}
 #purchase .boss-offer-ticket button{min-width:78px;margin:12px 12px 12px 0;padding:7px 14px;font-size:11px}
 #purchase .boss-bundle{margin-top:20px;padding-top:18px}
 #purchase .boss-bundle__heading{margin-bottom:11px}
 #purchase .boss-bundle .boss-product-bundle__title{font-size:18px}
 #purchase .boss-bundle__items{gap:14px 22px}
 #purchase .boss-bundle__caption>strong{font-size:11px}
 #purchase .boss-bundle__note{margin-top:10px}
 @container boss-bundle (min-width:480px){
  #purchase .boss-bundle__image{height:68px}
 }
}

/* Small, interaction-only motion. Never hide content or move its layout box. */
@media (prefers-reduced-motion:no-preference){
 #purchase [data-product-image-index]{transition:border-color 160ms ease,box-shadow 160ms ease}
 #purchase [data-product-image-index][aria-pressed="true"]{box-shadow:0 0 0 2px #1877f21a}
 #purchase button[data-boss-add-to-cart],#purchase button[data-action="buy-now"]{transition:background-color 160ms ease,box-shadow 160ms ease}
 #purchase button[data-boss-add-to-cart]:active{box-shadow:inset 0 2px 5px #123b6633}
}
@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){
 #purchase .boss-bundle__image img{transition:transform 180ms ease}
 #purchase .boss-bundle__item:hover .boss-bundle__image img{transform:translateY(-2px)}
 #purchase button[data-boss-add-to-cart]:hover{box-shadow:0 5px 14px #1877f225}
}
