:root{--ink:#17212c;--muted:#637181;--line:#e4e8ec;--wash:#f7f8fa;--brand:#263e5d;--blue:#315f91;--orange:#f47a28;--green:#0d7a52;--radius:11px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:white;color:var(--ink);font-family:system-ui,-apple-system,'Segoe UI',Arial,sans-serif;font-size:15px;line-height:1.48}
button,input,select{font:inherit}
a{color:var(--blue)}
.preview{background:#192636;color:#e9f0f9;padding:9px 24px;display:flex;align-items:center;justify-content:center;gap:25px;font-size:12px;font-weight:700;letter-spacing:.04em}
.preview a{color:#dceaf9;text-decoration:none;border-bottom:1px solid transparent}
.preview a:hover,.preview a[aria-current=page]{border-color:#dceaf9}
.preview strong{color:#ffd59d}
.site-header{border-bottom:1px solid var(--line);background:#fff}
.header-inner{max-width:1230px;margin:auto;padding:22px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.logo{display:block;width:185px;max-width:36vw;height:auto}
.secure{display:flex;align-items:center;gap:7px;color:#667481;font-size:13px}
.secure svg{width:17px;height:17px}
.checkout-shell{max-width:1230px;margin:auto;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(370px,.88fr);min-height:calc(100vh - 127px)}
.main-column{padding:39px 56px 70px 28px}
.side-column{background:var(--wash);border-left:1px solid var(--line);padding:42px 28px 70px 42px}
.page-title{font-family:Manrope,Arial,sans-serif;font-size:23px;letter-spacing:-.035em;margin:0 0 5px;font-weight:800}
.lead{color:var(--muted);margin:0 0 28px;font-size:14px}
.steps{display:flex;gap:8px;align-items:center;color:#87919c;font-size:13px;margin:0 0 31px}
.steps b{color:var(--ink);font-weight:700}
.steps .chev{color:#aab3bd;margin:0 4px}
.section-heading{font-family:Manrope,Arial,sans-serif;font-size:18px;letter-spacing:-.03em;margin:30px 0 15px;font-weight:800}
.section-heading:first-child{margin-top:0}
.small-note{font-size:12px;color:var(--muted);margin:-8px 0 13px}
.bundle-list{display:grid;gap:10px}
.bundle{display:grid;grid-template-columns:20px 70px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:100px;padding:13px 15px;border:1.5px solid #d9dfe6;border-radius:var(--radius);cursor:pointer;background:#fff;position:relative;transition:border-color .15s,box-shadow .15s}
.bundle:hover{border-color:#a8b9cb}
.bundle:has(input:checked){border-color:var(--blue);box-shadow:0 0 0 1px var(--blue);background:#fcfdff}
.bundle input{accent-color:var(--blue);width:18px;height:18px;margin:0}
.bundle img{width:70px;height:70px;border-radius:7px;background:#fff;object-fit:cover;object-position:71% 58%;border:1px solid #edf0f3}
.bundle-name{display:block;font-weight:800;font-size:15px}
.bundle-desc{display:block;color:var(--muted);font-size:12px;margin-top:3px}
.bundle-tag{display:inline-block;color:var(--blue);background:#eaf1f8;border-radius:4px;padding:2px 6px;margin-top:6px;font-size:10px;font-weight:800;letter-spacing:.025em}
.bundle-price{text-align:right;white-space:nowrap}
.bundle-price b{display:block;font-size:16px}
.bundle-price s{font-size:11px;color:#8993a0}
.bundle-price small{display:block;font-size:11px;color:var(--green);font-weight:800}
.subtle-rule{height:1px;background:var(--line);margin:35px 0 29px}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.field{display:flex;flex-direction:column;gap:5px;font-size:12px;color:#4d5b69;font-weight:700}
.field.full{grid-column:1/-1}
.field input,.field select{width:100%;height:47px;padding:0 13px;border:1px solid #cfd7df;border-radius:7px;background:#fff;color:var(--ink);font-size:15px;font-weight:400}
.field input:focus,.field select:focus{outline:2px solid var(--blue);outline-offset:1px}
.checkbox-line{display:flex;align-items:flex-start;gap:9px;font-size:13px;color:#465361;margin-top:12px}
.checkbox-line input{accent-color:var(--blue);margin:3px 0 0}
.pay-choice{border:1px solid #ccd5de;border-radius:9px;overflow:hidden}
.pay-choice-header{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;background:#fbfcfd;font-weight:700;gap:12px}
.pay-choice-header span:last-child{color:#586473;font-size:12px;font-weight:700;letter-spacing:.025em}
.payment-slot{border-top:1px solid var(--line);padding:17px;background:#fff}
.payment-slot .slot-box{border:1px dashed #b8c5d3;border-radius:7px;height:92px;display:grid;place-items:center;color:#768391;text-align:center;font-size:13px;line-height:1.5}
.payment-slot p{font-size:12px;color:var(--muted);margin:10px 0 0}
.total-inline{display:flex;justify-content:space-between;align-items:center;margin:29px 0 13px;font-size:16px;font-weight:800}
.total-inline strong{font-size:22px}
.primary{display:inline-flex;width:100%;min-height:53px;border:0;border-radius:8px;background:var(--brand);color:#fff;text-align:center;justify-content:center;align-items:center;gap:8px;font-weight:800;text-decoration:none;cursor:pointer;padding:12px 18px}
.primary:hover{background:#172d47;color:#fff}
.secondary{display:inline-flex;min-height:51px;border:1px solid #9baab8;border-radius:8px;background:white;color:var(--ink);justify-content:center;align-items:center;text-decoration:none;font-weight:700;padding:12px 18px}
.center-note{text-align:center;font-size:12px;color:var(--muted);margin:12px 0}
.policy-links{display:flex;flex-wrap:wrap;gap:11px 22px;border-top:1px solid var(--line);padding-top:20px;margin-top:39px;font-size:12px}
.policy-links a{color:#667481;text-decoration:none}
.side-title{font-family:Manrope,Arial,sans-serif;font-size:16px;letter-spacing:-.02em;margin:0 0 18px}
.item-row{display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:13px}
.thumb{width:72px;height:72px;border:1px solid #dce3e9;border-radius:8px;background:white;object-fit:cover;object-position:70% 58%}
.item-row b{font-size:14px}
.item-row p{font-size:12px;color:var(--muted);margin:3px 0}
.item-row strong{font-size:14px;white-space:nowrap}
.summary-card{background:white;border:1px solid var(--line);border-radius:10px;padding:18px;margin-top:22px}
.summary-card .line{display:flex;justify-content:space-between;gap:16px;margin:9px 0;color:#536170;font-size:14px}
.summary-card .line b{color:var(--ink)}
.summary-card .line.total{border-top:1px solid var(--line);padding-top:15px;margin-top:16px;color:var(--ink);font-size:17px;font-weight:800}
.summary-card .line.total b{font-size:21px}
.aside-block{border-top:1px solid #dbe1e7;margin-top:30px;padding-top:22px}
.aside-block h3{font-family:Manrope,Arial,sans-serif;font-size:14px;margin:0 0 15px}
.assurance{display:flex;gap:12px;margin:14px 0;color:#4b5968;font-size:13px}
.assurance-icon{width:33px;height:33px;flex:0 0 33px;border:1px solid #cdd9e5;border-radius:50%;display:grid;place-items:center;color:var(--blue);font-size:15px}
.assurance b{display:block;color:var(--ink);font-size:13px;margin-bottom:2px}
.mobile-summary{display:none}
.flow-shell{max-width:1100px;margin:48px auto 80px;padding:0 26px}
.flow-progress{display:flex;align-items:center;justify-content:center;gap:15px;color:#8c99a6;font-size:12px;font-weight:700;margin:0 0 32px}
.flow-progress .current{color:var(--blue)}
.flow-progress .done{color:var(--green)}
.flow-progress i{width:46px;height:1px;background:#d8dfe6}
.offer-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:42px;align-items:start}
.offer-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.offer-copy h1,.thank-you h1{font-family:Manrope,Arial,sans-serif;font-size:34px;line-height:1.18;letter-spacing:-.045em;margin:14px 0}
.offer-copy p{color:#536170;font-size:15px;margin:0 0 20px}
.offer-photo{width:100%;height:278px;object-fit:cover;object-position:68% 55%;background:#fff;border:1px solid var(--line);border-radius:12px}
.mount-art{height:278px;border:1px solid #d8e0e7;border-radius:12px;background:radial-gradient(circle at 45% 40%,#35485e 0,#182a3d 47%,#101c2a 100%);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}
.mount-art__ring{position:absolute;width:139px;height:139px;border:25px solid #111820;border-radius:50%;box-shadow:inset 0 0 0 4px #4c5c66,0 14px 35px #081421}
.mount-art__stem{position:absolute;width:24px;height:70px;background:linear-gradient(90deg,#111820,#4b5862,#151d26);top:171px;border-radius:6px}
.mount-art__base{position:absolute;width:119px;height:17px;background:linear-gradient(#46525e,#111820);top:230px;border-radius:40px}
.mount-art__caption{position:absolute;left:16px;bottom:14px;color:#c0cedc;font-size:10px;font-weight:700;letter-spacing:.12em}
.offer-card{border:1px solid #d8e0e7;border-radius:12px;padding:25px;box-shadow:0 12px 30px rgba(22,43,65,.055)}
.offer-card h2{font:800 19px Manrope,Arial,sans-serif;margin:0 0 17px;letter-spacing:-.02em}
.offer-price{display:flex;align-items:baseline;gap:10px;margin-bottom:15px}
.offer-price strong{font:800 31px Manrope,Arial,sans-serif;letter-spacing:-.035em}
.offer-price span{font-size:13px;color:var(--muted)}
.offer-separator{height:1px;background:var(--line);margin:17px 0}
.offer-card .secondary{width:100%;margin-top:11px}
.decision-note{font-size:12px!important;color:var(--muted);margin:12px 0 0!important;text-align:center}
.confirmed-pill{background:#eaf7f1;color:#0d734c;border-radius:20px;padding:8px 13px;display:inline-block;font-size:12px;font-weight:800}
.thank-you{max-width:690px;margin:50px auto 80px;padding:0 24px}
.check-round{display:grid;place-items:center;width:55px;height:55px;border:2px solid #16815a;border-radius:50%;color:#16815a;font-size:29px;margin-bottom:19px}
.thank-you .intro{color:#5d6a78;margin:0 0 27px}
.receipt-panel{border:1px solid var(--line);border-radius:12px;overflow:hidden}
.receipt-head{background:var(--wash);padding:18px 22px;display:flex;justify-content:space-between;gap:15px;align-items:center}
.receipt-head b{font-family:Manrope,Arial,sans-serif}
.receipt-body{padding:20px 22px}
.receipt-body .item-row{margin-bottom:20px}
.receipt-body .line{display:flex;justify-content:space-between;gap:20px;font-size:14px;margin:8px 0}
.receipt-body .line.final{border-top:1px solid var(--line);padding-top:16px;margin-top:16px;font-weight:800;font-size:16px}
.next-steps{margin-top:29px;border-top:1px solid var(--line);padding-top:22px}
.next-steps h2{font:800 18px Manrope,Arial,sans-serif;margin:0 0 8px}
.next-steps p{color:#5a6877;margin:0 0 16px}
@media(max-width:900px){.checkout-shell{display:flex;flex-direction:column}.main-column{order:2;padding:19px 20px 50px}.side-column{order:1;border-left:0;border-bottom:1px solid var(--line);padding:14px 20px;background:#f7f8fa}.side-column>*:not(.mobile-summary){display:none}.mobile-summary{display:block}.mobile-summary summary{font-weight:800;cursor:pointer;display:flex;justify-content:space-between;gap:10px}.mobile-summary .item-row{margin:18px 0}.mobile-summary .summary-card{margin-top:12px}.header-inner{padding:17px 20px}.logo{width:145px}.offer-layout{grid-template-columns:1fr}.flow-shell{margin-top:28px}.offer-photo{height:235px}}
@media(max-width:600px){.preview{gap:10px;padding:8px 6px;font-size:10px;flex-wrap:wrap}.secure{font-size:11px}.page-title{font-size:20px}.steps{font-size:11px;gap:3px}.bundle{grid-template-columns:17px 54px minmax(0,1fr) auto;gap:7px;padding:10px;min-height:85px}.bundle img{width:54px;height:54px}.bundle-name{font-size:12px}.bundle-desc,.bundle-price s{display:none}.bundle-price b{font-size:13px}.bundle-price small{font-size:10px}.field-grid{gap:11px}.field.mobile-full{grid-column:1/-1}.offer-copy h1,.thank-you h1{font-size:27px}.flow-progress{gap:8px}.flow-progress i{width:22px}.offer-card{padding:18px}.receipt-head,.receipt-body{padding:15px}.item-row{grid-template-columns:56px minmax(0,1fr) auto}.thumb{width:56px;height:56px}}

/* Dirección visual móvil de Dirección: producto y compra en una secuencia continua. */
.checkout-page .preview{display:flex}
.product-hero{display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1fr);gap:22px;align-items:center;margin:0 0 30px}
.product-hero__media{border:1px solid #e4e9ed;border-radius:12px;background:#f7f9fb;overflow:hidden;aspect-ratio:1.1;display:grid;place-items:center}
.product-hero__media img{width:100%;height:100%;object-fit:contain;display:block;mix-blend-mode:multiply}
.product-hero__eyebrow{font-size:10px;letter-spacing:.15em;font-weight:900;color:#45617d}
.product-hero__copy h1{font-size:27px;line-height:1.12;letter-spacing:-.04em;margin:8px 0 11px;font-weight:850}
.product-hero__copy p{margin:0;color:#536170;font-size:14px}
.product-hero__facts{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}
.product-hero__facts span{border:1px solid #dce5ed;border-radius:100px;color:#42566b;background:#fbfcfe;padding:5px 9px;font-size:10px;font-weight:700}
.checkout-intro{margin:5px 0 16px}
.checkout-intro__step{font-size:10px;font-weight:900;color:#57718d;letter-spacing:.13em}
.checkout-intro h2{font-size:21px;line-height:1.18;letter-spacing:-.03em;margin:5px 0 5px}
.checkout-intro p{margin:0;color:#667381;font-size:13px}
.slot-box{display:flex!important;flex-direction:column;justify-content:center;gap:4px;background:#fafbfd;border-style:solid!important}
.slot-box__icon{font-size:22px;color:#4c6782}
.slot-box strong{font-size:13px;color:#3d5268}
.slot-box small{font-size:11px;color:#718194}
.checkout-assurance{display:flex;align-items:flex-start;gap:10px;margin:25px 0 0;padding:15px;border:1px solid #e1e8ed;background:#fbfcfd;border-radius:9px;font-size:12px;color:#506071}
.checkout-assurance>span{display:grid;place-items:center;width:24px;height:24px;flex:none;border-radius:50%;background:#e5f4ef;color:#08714e;font-weight:900}
.checkout-assurance b,.checkout-assurance a{display:block}
.checkout-assurance b{color:#233549;margin-bottom:2px}
@media(max-width:900px){
  .checkout-shell{display:block}
  .main-column{padding:22px 20px 52px}
  .side-column{display:none}
  .mobile-summary{display:block;margin:0 0 30px;border:1px solid #dce4eb;border-radius:9px;background:#f8fafc;overflow:hidden}
  .mobile-summary summary{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 13px;cursor:pointer;list-style:none;font-weight:800}
  .mobile-summary summary::-webkit-details-marker{display:none}
  .mobile-summary summary strong{white-space:nowrap}
  .mobile-summary[open]{background:#fff}
  .mobile-summary .item-row{margin:0;padding:13px;border-top:1px solid #e4e8ec}
  .mobile-summary .summary-card{margin:0 13px 13px;padding:12px 14px}
  .product-hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
}
@media(max-width:600px){
  .checkout-page .preview{min-height:27px;padding:5px 8px;gap:0}
  .checkout-page .preview a{display:none}
  .checkout-page .preview strong{font-size:10px}
  .header-inner{padding:15px 16px}
  .logo{width:132px}
  .main-column{padding:17px 16px 45px}
  .product-hero{display:block;margin:0 0 20px}
  .product-hero__media{aspect-ratio:1.18;border-radius:11px;margin:0 -4px 17px}
  .product-hero__copy h1{font-size:27px;margin:6px 0 7px}
  .product-hero__copy p{font-size:13px}
  .product-hero__facts{margin-top:12px}
  .mobile-summary{margin-bottom:29px}
  .checkout-intro{margin-bottom:15px}
  .bundle{grid-template-columns:18px 62px minmax(0,1fr);gap:8px;min-height:100px;padding:11px}
  .bundle img{width:62px;height:62px;grid-column:2;grid-row:1 / span 2;object-fit:contain}
  .bundle>span:not(.bundle-price){grid-column:3;grid-row:1;align-self:end;min-width:0}
  .bundle-name{font-size:13px;line-height:1.24}
  .bundle-desc{display:block;font-size:11px;margin-top:1px}
  .bundle-price{grid-column:3;grid-row:2;align-self:start;text-align:left;white-space:normal}
  .bundle-price b{font-size:15px;line-height:1.2}
  .bundle input{grid-column:1;grid-row:1 / span 2}
  .field input,.field select{font-size:16px}
  .pay-choice-header{align-items:flex-start;flex-wrap:wrap}
  .pay-choice-header span:last-child{font-size:10px}
  .total-inline strong{font-size:20px}
}
@media(max-width:340px){
  .logo{width:119px}
  .secure{font-size:10px}
  .main-column{padding-left:14px;padding-right:14px}
  .product-hero__copy h1{font-size:25px}
  .bundle{grid-template-columns:17px 58px minmax(0,1fr);gap:7px;padding:9px}
  .bundle img{width:58px;height:58px}
  .bundle-name{font-size:12px}
  .bundle-price b{font-size:14px}
  .product-hero__facts span{font-size:9px}
}

/* V2 review: visual rhythm and four-tier offer follow the observed mobile
   Commerce Core layout. All assets and offer amounts belong to Dashure. */
.promo{background:#101820;color:#fff;text-align:center;padding:8px 12px;font-size:11px;font-weight:800;letter-spacing:.03em}
.hero-art-copy{display:none}
.checkout-page .product-hero{grid-template-areas:'media copy' 'gallery copy';align-items:start}
.checkout-page .product-hero__media{grid-area:media}
.product-gallery{grid-area:gallery;display:flex;gap:7px;margin-top:7px}
.gallery-thumb{width:54px;height:54px;border:1px solid #d9e1e8;border-radius:5px;background:#fff;padding:0;overflow:hidden;cursor:pointer}
.gallery-thumb.active{border:2px solid #315f91}
.gallery-thumb img{width:100%;height:100%;object-fit:contain}
.gallery-thumb[data-view=front] img{object-fit:cover;object-position:76% 48%;transform:scale(2)}
.gallery-thumb[data-view=box] img{object-fit:cover;object-position:32% 32%;transform:scale(2)}
.gallery-thumb[data-view=rear] img{object-fit:cover;object-position:20% 67%;transform:scale(2.3)}
.product-hero__copy{grid-area:copy}
.product-benefits{padding:0;list-style:none;margin:17px 0 0;display:grid;gap:6px}
.product-benefits li{display:flex;align-items:flex-start;gap:8px;color:#334252;font-size:13px}
.product-benefits li::before{content:'✓';display:grid;place-items:center;flex:none;width:18px;height:18px;border-radius:50%;background:#18365e;color:#fff;font-size:11px;font-weight:800}
.product-proof{display:grid;grid-template-columns:1fr 1fr;gap:10px;border-top:1px solid #e4e8ec;margin-top:20px;padding-top:14px;color:#334354;font-size:10px;font-weight:700}
.checkout-page .product-hero__media{position:relative;background:#eaf2ff;border:0;overflow:hidden}
.checkout-page .product-hero__media img{mix-blend-mode:multiply;object-fit:contain;object-position:center bottom;max-height:100%}
.checkout-page .product-hero__media[data-view=front] img{transform:scale(1.85);transform-origin:72% 58%}
.checkout-page .product-hero__media[data-view=box] img{transform:scale(1.8);transform-origin:27% 25%}
.checkout-page .product-hero__media[data-view=rear] img{transform:scale(2);transform-origin:17% 75%}
.offer-alerts{display:grid;gap:8px;margin:0 0 26px}
.offer-applied,.offer-extra{border-radius:5px;padding:10px 12px;font-size:12px}
.offer-applied{border:1px solid #d5dfef;background:#f2f6ff;color:#273d62}
.offer-extra{border:1px solid #ece4c9;background:#fffdf1;color:#665536}
.checkout-intro h2{font:800 24px Manrope,Arial,sans-serif;letter-spacing:-.035em}
.checkout-intro p{max-width:550px}
.bundle-list{gap:9px}
.bundle{border-radius:7px;min-height:100px;grid-template-columns:18px 78px minmax(0,1fr) auto;gap:13px;overflow:visible}
.bundle:has(input:checked){border-color:#275dcc;box-shadow:0 0 0 1px #275dcc;background:#f3f7ff}
.bundle img{width:78px;height:78px;object-fit:contain;object-position:center}
.bundle-name{font-size:15px;line-height:1.23}
.bundle-desc{display:block;font-size:11px}
.bundle-extra{display:block;font-size:11px;color:#b54718;font-weight:800;margin-top:2px}
.bundle-price s{display:block;font-size:11px;color:#7e8794;text-align:right}
.bundle-price b{font-size:18px;line-height:1.15}
.bundle-price b small{font-size:11px;font-weight:500}
.bundle-price em{display:block;color:#d42a20;font-size:11px;font-style:normal;font-weight:800}
.bundle-flag{position:absolute;top:-10px;left:107px;background:#3924df;color:#fff;padding:3px 7px;border-radius:3px;font-size:10px;line-height:1;font-weight:800}
.bundle-flag.deal{background:#172b49}
.summary-card .line.discount{color:#146c50}
.summary-card .line.discount b{color:#146c50}
.section-note{font-size:12px;color:#667381;margin:-9px 0 14px}
.mock-payment{display:grid;gap:9px;pointer-events:none;color:#8a95a0}
.mock-payment>div:first-child,.mock-payment-row>div{height:47px;border:1px solid #d7dfe8;background:#fff;border-radius:6px;padding:12px;font-size:13px}
.mock-payment>div:first-child{display:flex;justify-content:space-between}
.mock-payment-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.checkout-page .field{font-size:0;gap:0}
.checkout-page .field input{font-size:16px}
.checkout-page .field.country-field{font-size:11px;gap:2px;padding:4px 12px 3px;border:1px solid #cfd7df;border-radius:7px;color:#697787}
.checkout-page .field.country-field input{border:0;height:26px;padding:0;background:transparent}
.checkout-page .primary{background:#442be8;border-radius:5px}
.checkout-page .primary:hover{background:#3520bb}
@media(max-width:900px){
  .checkout-page .side-column{display:none}
  .checkout-page .product-hero{display:block}
  .checkout-page .product-gallery{margin:7px 0 16px;gap:7px}
  .checkout-page .gallery-thumb{width:55px;height:55px}
  .checkout-page .product-benefits{margin-top:14px}
  .checkout-page .product-proof{margin:17px 0 0;padding-top:13px}
  .checkout-page .product-hero__media{aspect-ratio:1.06;margin:0 0 14px;border-radius:5px}
  .hero-art-copy{display:block;position:absolute;top:18px;left:17px;right:17px;z-index:1;max-width:none;color:#18365e;text-shadow:0 1px 0 #fff}
  .hero-art-copy small{display:block;font-size:10px;letter-spacing:.11em;font-weight:800}
  .hero-art-copy strong{display:block;font:900 23px/1.08 Manrope,Arial,sans-serif;margin:7px 0 5px;letter-spacing:-.04em}
  .hero-art-copy span{font-size:11px;font-weight:700}
  .checkout-page .product-hero__media img{width:93%;height:72%;position:absolute;right:-6%;bottom:-3%;object-fit:contain;filter:drop-shadow(0 12px 12px rgba(11,25,45,.13))}
  .checkout-page .product-hero__copy h1{font-size:24px}
  .checkout-page .product-hero__facts{margin-top:11px}
  .checkout-page .mobile-summary{margin:22px 0 13px}
  .checkout-page .offer-alerts{margin-bottom:25px}
  .checkout-page .checkout-intro{margin:0 0 14px}
  .checkout-page .checkout-intro h2{font-size:22px}
  .checkout-page .checkout-intro__step{display:none}
  .checkout-page .bundle{grid-template-columns:18px 72px minmax(0,1fr) auto;gap:9px;min-height:94px;padding:10px 11px}
  .checkout-page .bundle img{width:72px;height:72px;grid-column:auto;grid-row:auto}
  .checkout-page .bundle>span:not(.bundle-price):not(.bundle-flag){grid-column:auto;grid-row:auto;align-self:center}
  .checkout-page .bundle-price{grid-column:auto;grid-row:auto;align-self:center;text-align:right;white-space:nowrap}
  .checkout-page .bundle input{grid-column:auto;grid-row:auto}
  .checkout-page .bundle-price b{font-size:15px}
  .checkout-page .bundle-price s{display:block}
  .checkout-page .bundle-name{font-size:13px}
  .checkout-page .bundle-desc{display:block}
  .checkout-page .bundle-flag{left:110px}
}
@media(max-width:600px){
  .promo{font-size:9px;padding:6px 8px}
  .checkout-page .product-hero__media{margin-left:-8px;margin-right:-8px}
  .checkout-page .bundle{grid-template-columns:16px 58px minmax(0,1fr) auto;gap:7px;min-height:88px;padding:9px}
  .checkout-page .bundle img{width:58px;height:58px}
  .checkout-page .bundle-name{font-size:13px;line-height:1.18}
  .checkout-page .bundle-desc{font-size:10px}
  .checkout-page .bundle-extra{font-size:9px}
  .checkout-page .bundle-price b{font-size:15px}
  .checkout-page .bundle-price b small{font-size:9px}
  .checkout-page .bundle-price s,.checkout-page .bundle-price em{font-size:9px}
  .checkout-page .bundle-flag{left:90px;font-size:8px}
}
@media(max-width:340px){
  .checkout-page .bundle{grid-template-columns:16px 48px minmax(0,1fr) auto;gap:5px;padding:7px}
  .checkout-page .bundle img{width:48px;height:48px}
  .checkout-page .bundle-name{font-size:12px}
  .checkout-page .bundle-price b{font-size:13px}
  .checkout-page .bundle-price b small{font-size:8px}
  .checkout-page .bundle-price s,.checkout-page .bundle-price em{font-size:8px}
  .checkout-page .bundle-flag{left:75px}
}
