/* Smart Pick & Pay Sale Landing Page V2 */
.spp-sale-v2{--spp-orange:#ff4d00;--spp-black:#111;--spp-charcoal:#181818;--spp-soft:#f6f6f6;--spp-border:#e7e7e7;--spp-muted:#6f6f6f;background:#fff;color:#111;font-family:inherit;overflow:hidden}.spp-sale-v2 *{box-sizing:border-box}.spp-sale-v2 a{text-decoration:none}.spp-sale-v2__container{width:min(1500px,calc(100% - 40px));margin:0 auto}.spp-sale-v2__hero-wrap{padding:26px 20px 18px;background:#fff}.spp-sale-v2__hero{position:relative;width:min(1500px,100%);min-height:600px;margin:0 auto;padding:64px;border-radius:28px;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(480px,.95fr);gap:54px;align-items:center;background:radial-gradient(circle at 75% 28%,rgba(255,77,0,.25),transparent 26%),radial-gradient(circle at 100% 100%,rgba(255,77,0,.14),transparent 31%),linear-gradient(135deg,#090909 0%,#131313 58%,#0b0b0b 100%);box-shadow:0 20px 55px rgba(0,0,0,.12)}.spp-sale-v2__hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:36px 36px;mask-image:linear-gradient(to right,#000,transparent 80%);pointer-events:none}.spp-sale-v2__hero-copy,.spp-sale-v2__hero-products{position:relative;z-index:1}.spp-sale-v2__eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:20px;padding:8px 12px;border:1px solid rgba(255,77,0,.5);border-radius:999px;background:rgba(255,77,0,.09);color:#fff;font-size:11px;font-weight:800;letter-spacing:.09em}.spp-sale-v2__eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--spp-orange);box-shadow:0 0 14px rgba(255,77,0,.9)}.spp-sale-v2__hero-title{max-width:760px;margin:0;color:#fff;font-size:clamp(52px,5.2vw,88px);font-weight:800;line-height:.92;letter-spacing:-.055em;text-transform:uppercase}.spp-sale-v2__hero-title:after{content:"";display:block;width:96px;height:6px;margin-top:24px;border-radius:99px;background:var(--spp-orange)}.spp-sale-v2__hero-text{max-width:650px;margin:22px 0 0;color:#c9c9c9;font-size:16px;line-height:1.65}.spp-sale-v2__hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.spp-sale-v2__btn{min-height:48px;padding:0 22px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;font-family:inherit;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.spp-sale-v2__btn--orange{background:var(--spp-orange);border-color:var(--spp-orange);color:#fff}.spp-sale-v2__btn--orange:hover{background:#fff;border-color:#fff;color:#111;transform:translateY(-1px)}.spp-sale-v2__btn--ghost{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.25);color:#fff}.spp-sale-v2__btn--ghost:hover{background:#fff;color:#111}.spp-sale-v2__btn--outline-dark{background:#fff;border-color:#111;color:#111}.spp-sale-v2__btn--outline-dark:hover{background:#111;color:#fff}.spp-sale-v2__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:660px;margin-top:34px}.spp-sale-v2__stat{min-width:0;padding:16px 17px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.055);backdrop-filter:blur(8px)}.spp-sale-v2__stat strong{display:block;color:#fff;font-size:24px;font-weight:800;line-height:1}.spp-sale-v2__stat span{display:block;margin-top:6px;color:#aaa;font-size:10px;font-weight:600;line-height:1.35}.spp-sale-v2__hero-products{min-height:480px}.spp-sale-v2__hero-card{position:absolute;width:240px;padding:13px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 25px 60px rgba(0,0,0,.28);color:#111;transition:transform .25s ease}.spp-sale-v2__hero-card:hover{transform:translateY(-6px) rotate(0deg)!important}.spp-sale-v2__hero-card--1{top:20px;left:15px;transform:rotate(-5deg)}.spp-sale-v2__hero-card--2{top:140px;right:8px;transform:rotate(5deg)}.spp-sale-v2__hero-card--3{bottom:10px;left:82px;transform:rotate(2deg)}.spp-sale-v2__hero-discount{position:absolute;z-index:2;top:11px;left:11px;padding:7px 9px;border-radius:8px;background:var(--spp-orange);color:#fff;font-size:11px;font-weight:800}.spp-sale-v2__hero-image{width:100%;aspect-ratio:1/1;border-radius:12px;background:#fafafa;overflow:hidden;display:grid;place-items:center}.spp-sale-v2__hero-image img,.spp-sale-v2__hero-image svg{width:100%;height:100%;object-fit:contain}.spp-sale-v2__hero-card-title{display:-webkit-box;margin-top:10px;min-height:32px;color:#111;font-size:11px;font-weight:700;line-height:1.4;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.spp-sale-v2__hero-card-price{display:block;margin-top:7px;color:#111;font-size:16px;font-weight:800}.spp-sale-v2__hero-empty{position:absolute;inset:60px 20px;display:grid;place-content:center;text-align:center;border:1px dashed rgba(255,255,255,.2);border-radius:24px;color:#fff}.spp-sale-v2__hero-empty span{color:var(--spp-orange);font-size:16px;font-weight:800;letter-spacing:.15em}.spp-sale-v2__hero-empty strong{font-size:72px;line-height:1}.spp-sale-v2__hero-empty small{margin-top:12px;color:#aaa}.spp-sale-v2__category-section{padding:38px 0 42px;background:#fff}.spp-sale-v2__section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.spp-sale-v2__section-head--compact{margin-bottom:18px}.spp-sale-v2__kicker{display:block;margin-bottom:7px;color:var(--spp-orange);font-size:10px;font-weight:800;letter-spacing:.12em}.spp-sale-v2__section-head h2,.spp-sale-v2__featured-copy h2{margin:0;color:#111;font-size:clamp(30px,3vw,44px);font-weight:800;line-height:1;letter-spacing:-.04em}.spp-sale-v2__section-head p{margin:9px 0 0;color:var(--spp-muted);font-size:13px}.spp-sale-v2__text-link{color:#111;font-size:12px;font-weight:800}.spp-sale-v2__text-link:hover{color:var(--spp-orange)}.spp-sale-v2__categories{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:14px}.spp-sale-v2__category{min-width:0;padding:14px 10px 13px;border:1px solid var(--spp-border);border-radius:18px;background:#fff;color:#111;text-align:center;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.spp-sale-v2__category:hover{border-color:#ffc8b1;transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.07)}.spp-sale-v2__category-media{display:block;width:min(120px,90%);aspect-ratio:1/1;margin:0 auto 10px;border-radius:50%;overflow:hidden;background:#f8f8f8}.spp-sale-v2__category-media img,.spp-sale-v2__category-media svg{width:100%;height:100%;object-fit:cover}.spp-sale-v2__category-title{display:-webkit-box;min-height:34px;font-size:11px;font-weight:800;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.spp-sale-v2__category-count{display:block;margin-top:4px;color:#8a8a8a;font-size:9px}.spp-sale-v2__deals-section{padding:54px 0 64px;background:var(--spp-soft);scroll-margin-top:120px}.spp-sale-v2__filters{display:flex;gap:8px;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.spp-sale-v2__filters::-webkit-scrollbar{display:none}.spp-sale-v2__filter{flex:0 0 auto;min-height:44px;padding:0 18px;border:1px solid #d9d9d9;border-radius:999px;background:#fff;color:#333;font-family:inherit;font-size:11px;font-weight:800;cursor:pointer}.spp-sale-v2__filter:hover,.spp-sale-v2__filter.is-active{border-color:#111;background:#111;color:#fff}.spp-sale-v2__filter.is-active{box-shadow:inset 0 -3px 0 var(--spp-orange)}.spp-sale-v2__result-line{min-height:28px;display:flex;align-items:center;margin:12px 0 5px}.spp-sale-v2__visible-count{color:#777;font-size:10px;font-weight:700}.spp-sale-v2__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.spp-sale-v2__product{min-width:0;display:flex;flex-direction:column;border:1px solid #e2e2e2;border-radius:16px;background:#fff;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.spp-sale-v2__product:hover{transform:translateY(-3px);border-color:#d5d5d5;box-shadow:0 15px 32px rgba(0,0,0,.075)}.spp-sale-v2__product[hidden]{display:none!important}.spp-sale-v2__product-media{position:relative;display:block;aspect-ratio:1/1;padding:14px;background:#fff;overflow:hidden}.spp-sale-v2__product-media img,.spp-sale-v2__product-media svg{width:100%;height:100%;object-fit:contain;transition:transform .25s ease}.spp-sale-v2__product:hover .spp-sale-v2__product-media img{transform:scale(1.025)}.spp-sale-v2__product-badge{position:absolute;z-index:2;top:12px;left:12px;padding:7px 9px;border-radius:8px;background:var(--spp-orange);color:#fff;font-size:10px;font-weight:800}.spp-sale-v2__product-body{flex:1;display:flex;flex-direction:column;padding:0 14px 14px;border-top:1px solid #f1f1f1}.spp-sale-v2__vendor{margin-top:12px;color:#8b8b8b;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.spp-sale-v2__product-title{display:-webkit-box;min-height:42px;margin-top:5px;color:#111;font-size:13px;font-weight:700;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.spp-sale-v2__product-title:hover{color:var(--spp-orange)}.spp-sale-v2__prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px;margin-top:12px}.spp-sale-v2__prices strong{color:#111;font-size:19px;font-weight:800;line-height:1}.spp-sale-v2__prices s{color:#969696;font-size:11px}.spp-sale-v2__saving{margin-top:6px;color:#2d7b49;font-size:10px;font-weight:700}.spp-sale-v2__product-actions{display:grid;grid-template-columns:minmax(0,1fr) 54px;gap:7px;margin-top:auto;padding-top:14px}.spp-sale-v2__add,.spp-sale-v2__view{min-height:44px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-family:inherit;font-size:10px;font-weight:800;text-transform:uppercase;cursor:pointer}.spp-sale-v2__add{padding:0 12px;border:1px solid #111;background:#111;color:#fff}.spp-sale-v2__add:hover{border-color:var(--spp-orange);background:var(--spp-orange)}.spp-sale-v2__add:disabled{opacity:.65;cursor:wait}.spp-sale-v2__add--link{display:flex}.spp-sale-v2__view{border:1px solid #ddd;background:#fff;color:#111}.spp-sale-v2__view:hover{border-color:#111}.spp-sale-v2__empty-state{padding:48px 20px;text-align:center;border:1px solid #e1e1e1;border-radius:18px;background:#fff}.spp-sale-v2__empty-state strong,.spp-sale-v2__empty-state span{display:block}.spp-sale-v2__empty-state span{margin:8px 0 18px;color:#777}.spp-sale-v2__no-filter{margin-top:18px;padding:20px;border:1px dashed #d4d4d4;border-radius:14px;background:#fff;color:#777;text-align:center;font-size:12px;font-weight:700}.spp-sale-v2__featured-section{padding:64px 0;background:#fff}.spp-sale-v2__featured{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);border:1px solid var(--spp-border);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 18px 44px rgba(0,0,0,.055)}.spp-sale-v2__featured-media{position:relative;min-height:520px;padding:40px;background:#f6f6f6;display:grid;place-items:center}.spp-sale-v2__featured-media img,.spp-sale-v2__featured-media svg{width:100%;height:100%;max-height:470px;object-fit:contain}.spp-sale-v2__featured-badge{position:absolute;top:22px;left:22px;padding:8px 11px;border-radius:8px;background:var(--spp-orange);color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em}.spp-sale-v2__featured-copy{padding:58px;display:flex;flex-direction:column;justify-content:center}.spp-sale-v2__featured-vendor{margin-bottom:8px;color:#777;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.spp-sale-v2__featured-copy h2{max-width:650px;font-size:clamp(34px,4vw,54px);line-height:1.04}.spp-sale-v2__featured-copy p{max-width:570px;margin:15px 0 0;color:#777;font-size:14px;line-height:1.6}.spp-sale-v2__featured-prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:11px;margin-top:26px}.spp-sale-v2__featured-prices strong{font-size:34px;font-weight:800}.spp-sale-v2__featured-prices s{color:#999;font-size:15px}.spp-sale-v2__featured-prices span{padding:6px 9px;border-radius:7px;background:#edf8f0;color:#267447;font-size:11px;font-weight:800}.spp-sale-v2__featured-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.spp-sale-v2__featured-actions .spp-sale-v2__btn{min-width:160px}.spp-sale-v2__featured-actions .spp-sale-v2__btn--orange:hover{background:#111;border-color:#111;color:#fff}.spp-sale-v2__trust-section{padding:0 0 56px;background:#fff}.spp-sale-v2__trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.spp-sale-v2__trust-item{min-width:0;min-height:84px;padding:16px;border:1px solid var(--spp-border);border-radius:15px;background:#fff;color:#111;display:flex;align-items:center;gap:12px}.spp-sale-v2__trust-item--link:hover{border-color:#ffc9b2}.spp-sale-v2__trust-icon{flex:0 0 38px;width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#fff0e9;color:var(--spp-orange);font-size:17px;font-weight:800}.spp-sale-v2__trust-item strong,.spp-sale-v2__trust-item small{display:block}.spp-sale-v2__trust-item strong{font-size:11px;font-weight:800}.spp-sale-v2__trust-item small{margin-top:3px;color:#777;font-size:9px;line-height:1.35}
@media (max-width:1199px){.spp-sale-v2__hero{padding:48px;grid-template-columns:minmax(0,1fr) 440px;gap:30px}.spp-sale-v2__hero-card{width:210px}.spp-sale-v2__hero-card--3{left:55px}.spp-sale-v2__categories{grid-template-columns:repeat(4,minmax(0,1fr))}.spp-sale-v2__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.spp-sale-v2__featured-copy{padding:42px}}
@media (max-width:899px){.spp-sale-v2__container{width:min(100% - 28px,1500px)}.spp-sale-v2__hero-wrap{padding:14px}.spp-sale-v2__hero{min-height:auto;padding:42px 28px 30px;grid-template-columns:1fr;gap:30px;border-radius:22px}.spp-sale-v2__hero-title{font-size:clamp(46px,10vw,70px)}.spp-sale-v2__hero-products{min-height:385px;max-width:610px;width:100%;margin:0 auto}.spp-sale-v2__hero-card{width:200px}.spp-sale-v2__hero-card--1{left:3%;top:10px}.spp-sale-v2__hero-card--2{right:3%;top:75px}.spp-sale-v2__hero-card--3{left:34%;bottom:0}.spp-sale-v2__categories{display:flex;gap:10px;overflow-x:auto;padding:2px 1px 8px;scroll-snap-type:x proximity;scrollbar-width:none}.spp-sale-v2__categories::-webkit-scrollbar{display:none}.spp-sale-v2__category{flex:0 0 150px;scroll-snap-align:start}.spp-sale-v2__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.spp-sale-v2__featured{grid-template-columns:1fr}.spp-sale-v2__featured-media{min-height:410px}.spp-sale-v2__trust{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:599px){.spp-sale-v2__container{width:calc(100% - 24px)}.spp-sale-v2__hero{padding:32px 20px 24px;border-radius:18px}.spp-sale-v2__eyebrow{font-size:9px}.spp-sale-v2__hero-title{font-size:clamp(40px,13vw,58px);letter-spacing:-.05em}.spp-sale-v2__hero-title:after{width:70px;height:5px;margin-top:18px}.spp-sale-v2__hero-text{margin-top:17px;font-size:13px}.spp-sale-v2__hero-actions{display:grid;grid-template-columns:1fr 1fr}.spp-sale-v2__btn{min-height:46px;padding:0 13px;font-size:10px}.spp-sale-v2__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:24px}.spp-sale-v2__stat{padding:12px 9px;border-radius:11px}.spp-sale-v2__stat strong{font-size:18px}.spp-sale-v2__stat span{font-size:8px}.spp-sale-v2__hero-products{min-height:310px}.spp-sale-v2__hero-card{width:145px;padding:8px;border-radius:13px}.spp-sale-v2__hero-card--1{left:0;top:5px}.spp-sale-v2__hero-card--2{right:0;top:48px}.spp-sale-v2__hero-card--3{left:28%;bottom:0}.spp-sale-v2__hero-discount{top:7px;left:7px;padding:5px 6px;font-size:8px}.spp-sale-v2__hero-image{border-radius:9px}.spp-sale-v2__hero-card-title{min-height:28px;margin-top:7px;font-size:9px}.spp-sale-v2__hero-card-price{font-size:12px}.spp-sale-v2__category-section{padding:30px 0}.spp-sale-v2__section-head{align-items:start;margin-bottom:16px}.spp-sale-v2__section-head h2{font-size:29px}.spp-sale-v2__section-head p{font-size:11px;line-height:1.45}.spp-sale-v2__text-link{display:none}.spp-sale-v2__category{flex-basis:128px;padding:10px 8px}.spp-sale-v2__category-media{width:96px}.spp-sale-v2__deals-section{padding:38px 0 46px}.spp-sale-v2__filter{min-height:44px;padding:0 15px;font-size:10px}.spp-sale-v2__grid{gap:8px}.spp-sale-v2__product{border-radius:12px}.spp-sale-v2__product-media{padding:8px}.spp-sale-v2__product-badge{top:7px;left:7px;padding:5px 6px;border-radius:6px;font-size:8px}.spp-sale-v2__product-body{padding:0 9px 9px}.spp-sale-v2__vendor{margin-top:9px;font-size:8px}.spp-sale-v2__product-title{min-height:38px;font-size:11px;line-height:1.4}.spp-sale-v2__prices{gap:5px;margin-top:9px}.spp-sale-v2__prices strong{font-size:15px}.spp-sale-v2__prices s{font-size:9px}.spp-sale-v2__saving{font-size:8px}.spp-sale-v2__product-actions{grid-template-columns:minmax(0,1fr) 44px;gap:5px;padding-top:10px}.spp-sale-v2__add,.spp-sale-v2__view{min-height:44px;border-radius:8px;font-size:8px}.spp-sale-v2__add{padding:0 5px}.spp-sale-v2__featured-section{padding:42px 0}.spp-sale-v2__featured{border-radius:18px}.spp-sale-v2__featured-media{min-height:330px;padding:28px 20px}.spp-sale-v2__featured-badge{top:14px;left:14px;font-size:8px}.spp-sale-v2__featured-copy{padding:28px 20px}.spp-sale-v2__featured-copy h2{font-size:32px}.spp-sale-v2__featured-copy p{font-size:12px}.spp-sale-v2__featured-prices strong{font-size:27px}.spp-sale-v2__featured-actions{display:grid;grid-template-columns:1fr 1fr}.spp-sale-v2__featured-actions .spp-sale-v2__btn{min-width:0}.spp-sale-v2__trust-section{padding-bottom:40px}.spp-sale-v2__trust{grid-template-columns:1fr;gap:8px}.spp-sale-v2__trust-item{min-height:70px;padding:12px}}
@media (hover:none){.spp-sale-v2__category:hover,.spp-sale-v2__product:hover{transform:none;box-shadow:none}.spp-sale-v2__hero-card:hover{transform:inherit!important}}
