.opi-cart-page{max-width:1380px;margin:0 auto;padding:clamp(16px,2vw,28px) clamp(18px,5vw,72px)}
.opi-cart-page>section{padding-left:0!important;padding-right:0!important}
.opi-cart-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px;padding-top:28px!important;padding-bottom:30px!important}
.opi-cart-heading h1{margin:4px 0 8px;font-size:clamp(38px,4.5vw,62px);line-height:.96;letter-spacing:0}
.opi-cart-heading .lead{max-width:820px}
.opi-cart-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:26px;align-items:start;padding-top:0!important;padding-bottom:0!important}
.opi-cart-list-wrap{min-width:0}
.opi-cart-list{display:grid;gap:12px}
.opi-cart-empty,.opi-cart-line,.opi-cart-summary{border:1px solid rgba(255,255,255,.15);border-radius:8px;background:rgba(10,10,12,.92)}
.opi-cart-empty{padding:34px}
.opi-cart-empty h2{margin-top:0}
.opi-cart-line{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:18px;align-items:center;padding:20px}
.opi-cart-line h2{font-size:24px;margin:0 0 6px}
.opi-cart-line p{margin:0;color:#c8c8cc}
.opi-cart-line-price{font-size:22px;font-weight:900;color:#fff;white-space:nowrap}
.opi-cart-quantity{display:flex;align-items:center;gap:8px}
.opi-cart-quantity button,.opi-cart-remove{width:38px;height:38px;padding:0;border-radius:6px}
.opi-cart-quantity strong{min-width:28px;text-align:center}
.opi-cart-remove{background:transparent;border-color:rgba(255,255,255,.24);color:#fff}
.opi-cart-continue{display:inline-block;margin-top:18px;color:#fff;font-weight:800}
.opi-cart-summary{position:sticky;top:82px;padding:24px;border-color:rgba(239,29,46,.62);box-shadow:0 18px 54px rgba(0,0,0,.38),0 0 34px rgba(225,7,24,.09)}
.opi-cart-summary label{display:block;margin:14px 0 7px;font-weight:800}
.opi-cart-summary input{width:100%;box-sizing:border-box}
.opi-cart-summary button{width:100%;margin-top:14px}
.opi-cart-total-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.opi-cart-total-row strong{font-size:30px;color:#ef1d2e}
.opi-cart-billing-note,.opi-cart-secure,.opi-cart-status{color:#c8c8cc;font-size:14px;line-height:1.45}
.opi-cart-status{min-height:22px;color:#fff;font-weight:800}
.opi-cart-status.is-error{color:#ff9ca5}
.opi-cart-shop-section{margin-top:clamp(38px,6vw,70px);padding-top:clamp(28px,4vw,46px);border-top:1px solid rgba(239,29,46,.34)}
.opi-cart-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}
.opi-cart-section-heading h2{max-width:920px;margin:5px 0 12px;font-size:clamp(36px,5vw,68px);line-height:.98}
.opi-cart-section-heading p:not(.eyebrow){max-width:820px;margin:0;color:#d5d5d9;line-height:1.5}
.opi-shop-group+.opi-shop-group{margin-top:46px}
.opi-shop-group-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}
.opi-shop-group-heading h3{margin:0;font-size:clamp(25px,3vw,38px)}
.opi-shop-group-heading p{max-width:680px;margin:0;color:#bfc0c5}
.opi-shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.opi-shop-card{display:flex;min-height:280px;flex-direction:column;padding:22px;border:1px solid rgba(255,255,255,.17);border-radius:8px;background:linear-gradient(145deg,rgba(20,20,23,.98),rgba(6,6,7,.98));box-shadow:0 20px 54px rgba(0,0,0,.3)}
.opi-shop-card.is-recommended{border-color:rgba(239,29,46,.72);background:linear-gradient(145deg,rgba(48,8,12,.98),rgba(7,7,8,.98));box-shadow:0 22px 64px rgba(0,0,0,.42),0 0 34px rgba(225,7,24,.12)}
.opi-shop-card-badge{align-self:flex-start;margin-bottom:14px;padding:6px 9px;border:1px solid rgba(239,29,46,.46);border-radius:999px;background:rgba(213,7,24,.16);color:#ffb7bd;font-size:11px;font-weight:900;text-transform:uppercase}
.opi-shop-card h3{margin:0 0 8px;font-size:25px;line-height:1.05}
.opi-shop-price{display:block;margin-bottom:14px;color:#ef1d2e;font-size:29px;font-weight:1000}
.opi-shop-card p{margin:0;color:#d2d2d6;line-height:1.45}
.opi-shop-card-note{display:block;margin-top:10px;color:#aeb0b7;font-size:13px;line-height:1.4}
.opi-shop-card-actions{display:grid;gap:8px;margin-top:auto;padding-top:20px}
.opi-shop-card-actions button,.opi-shop-card-actions .btn{display:flex;width:100%;min-height:44px;align-items:center;justify-content:center;margin:0;box-sizing:border-box;text-align:center}
.opi-shop-card-actions .btn.ghost{background:rgba(255,255,255,.04)}
@media(max-width:900px){
  .opi-cart-heading{align-items:flex-start;flex-direction:column}
  .opi-cart-layout{grid-template-columns:1fr}
  .opi-cart-summary{position:static}
  .opi-cart-line{grid-template-columns:1fr auto}
  .opi-cart-quantity{grid-column:1/-1;justify-content:flex-start}
  .opi-cart-section-heading,.opi-shop-group-heading{align-items:flex-start;flex-direction:column}
  .opi-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .opi-cart-page{padding-left:14px;padding-right:14px}
  .opi-cart-heading{gap:12px;margin-bottom:14px;padding-top:18px!important;padding-bottom:22px!important}
  .opi-cart-heading .lead{font-size:17px}
  .opi-cart-heading>.btn{margin-top:2px}
  .opi-cart-line{grid-template-columns:1fr;padding:17px}
  .opi-cart-line-price{white-space:normal}
  .opi-cart-quantity{grid-column:auto}
  .opi-shop-grid{grid-template-columns:1fr}
  .opi-shop-card{min-height:0}
}

/* V142 premium enrollment checkout */
.opi-checkout-body{
  background-color:#060607;
  background-image:
    linear-gradient(90deg,rgba(116,8,18,.18),transparent 34%),
    linear-gradient(180deg,#09090b,#050506);
}
.opi-cart-page{
  max-width:1480px;
  padding:0 clamp(20px,5vw,78px) 80px;
}
.opi-cart-heading{
  align-items:center;
  margin:0;
  padding-top:clamp(38px,5vw,70px)!important;
  padding-bottom:30px!important;
  border-top:0!important;
}
.opi-cart-heading>div{max-width:980px}
.opi-cart-heading h1{
  max-width:900px;
  margin:7px 0 14px;
  font-size:clamp(44px,5.3vw,78px);
  line-height:.95;
}
.opi-cart-heading .lead{
  max-width:820px;
  margin:0;
  color:#d4d4d8;
  font-size:clamp(18px,1.6vw,22px);
}
.opi-cart-heading>.btn{
  flex:0 0 auto;
  border-radius:6px;
}
.opi-checkout-assurance{
  display:flex;
  flex-wrap:wrap;
  gap:8px 22px;
  margin-top:22px;
}
.opi-checkout-assurance span{
  position:relative;
  padding-left:16px;
  color:#f4f4f5;
  font-size:13px;
  font-weight:850;
}
.opi-checkout-assurance span::before{
  content:"";
  position:absolute;
  top:6px;
  left:0;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#ef1d2e;
  box-shadow:0 0 12px rgba(239,29,46,.7);
}
.opi-checkout-progress{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin:0 0 34px;
  padding:0;
  list-style:none;
  border:1px solid rgba(255,255,255,.13);
  border-radius:8px;
  background:#0d0d0f;
  overflow:hidden;
}
.opi-checkout-progress li{
  position:relative;
  display:flex;
  min-height:82px;
  align-items:center;
  gap:13px;
  padding:16px 22px;
  border-right:1px solid rgba(255,255,255,.11);
}
.opi-checkout-progress li:last-child{border-right:0}
.opi-checkout-progress li::after{
  content:"";
  position:absolute;
  right:-7px;
  z-index:2;
  width:13px;
  height:13px;
  border-top:1px solid rgba(255,255,255,.14);
  border-right:1px solid rgba(255,255,255,.14);
  background:#0d0d0f;
  transform:rotate(45deg);
}
.opi-checkout-progress li:last-child::after{display:none}
.opi-checkout-progress b{
  display:grid;
  width:34px;
  height:34px;
  flex:0 0 34px;
  place-items:center;
  border:1px solid rgba(255,255,255,.25);
  border-radius:50%;
  color:#d4d4d8;
  font-size:14px;
}
.opi-checkout-progress .is-current{
  background:linear-gradient(90deg,rgba(106,8,17,.62),rgba(35,8,11,.42));
}
.opi-checkout-progress .is-current::after{background:#190a0d}
.opi-checkout-progress .is-current b{
  border-color:#ff5360;
  background:#d50718;
  color:#fff;
  box-shadow:0 0 18px rgba(213,7,24,.4);
}
.opi-checkout-progress .is-complete b{
  border-color:#f4f4f5;
  background:#f4f4f5;
  color:#09090b;
}
.opi-checkout-progress .is-complete strong{color:#f4f4f5}
.opi-checkout-progress strong,.opi-checkout-progress small{display:block}
.opi-checkout-progress strong{color:#fff;font-size:16px}
.opi-checkout-progress small{margin-top:3px;color:#a1a1aa;font-size:12px}
.opi-cart-layout{
  grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);
  gap:clamp(26px,4vw,54px);
}
.opi-cart-column-heading{margin-bottom:20px}
.opi-cart-column-heading h2{
  margin:5px 0 8px;
  font-size:clamp(34px,3.6vw,52px);
  line-height:1;
  letter-spacing:0;
}
.opi-cart-column-heading>p:not(.eyebrow){margin:0;color:#a9a9b0}
.opi-cart-list{gap:14px}
.opi-cart-empty,.opi-cart-line,.opi-cart-summary{
  border-radius:8px;
  background:#0d0d0f;
}
.opi-cart-line{
  position:relative;
  min-height:126px;
  padding:24px 22px 24px 27px;
  border-color:rgba(255,255,255,.14);
  box-shadow:0 18px 48px rgba(0,0,0,.28);
}
.opi-cart-line::before{
  content:"";
  position:absolute;
  top:18px;
  bottom:18px;
  left:0;
  width:4px;
  background:#ef1d2e;
  box-shadow:0 0 18px rgba(239,29,46,.4);
}
.opi-cart-item-kicker{
  display:block;
  margin-bottom:7px;
  color:#ff7b86;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.opi-cart-line h2{
  font-size:clamp(23px,2vw,29px);
  letter-spacing:0;
}
.opi-cart-line p{max-width:620px;line-height:1.45}
.opi-cart-line-price{font-size:clamp(22px,2.2vw,30px);color:#fff}
.opi-cart-quantity button,.opi-cart-remove{
  border-radius:6px;
  box-shadow:none;
}
.opi-cart-quantity button:not(.opi-cart-remove){
  border-color:rgba(255,255,255,.18);
  background:#1a1a1d;
  color:#fff;
}
.opi-cart-remove{
  border-color:transparent;
  color:#a1a1aa;
}
.opi-cart-continue{
  color:#ff7b86;
  text-decoration:underline;
  text-underline-offset:4px;
}
.opi-enrollment-next{
  margin-top:28px;
  padding:22px 0 4px;
  border-top:1px solid rgba(255,255,255,.13);
}
.opi-enrollment-next strong{font-size:18px;color:#fff}
.opi-enrollment-next p{max-width:760px;margin:8px 0 0;color:#b8b8bf;line-height:1.55}
.opi-cart-summary{
  top:88px;
  padding:28px;
  border:1px solid rgba(255,255,255,.21);
  background:
    linear-gradient(180deg,rgba(35,8,11,.82),rgba(12,12,14,.98) 33%),
    #0c0c0e;
  box-shadow:0 26px 80px rgba(0,0,0,.48),0 0 42px rgba(213,7,24,.08);
}
.opi-summary-heading h2{
  margin:5px 0 10px;
  font-size:clamp(27px,2.6vw,38px);
  line-height:1.02;
  letter-spacing:0;
}
.opi-cart-total-row{
  margin-top:18px;
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.15);
  border-bottom:1px solid rgba(255,255,255,.15);
}
.opi-cart-total-row span{color:#d4d4d8;font-weight:800}
.opi-cart-total-row strong{font-size:clamp(34px,3vw,46px);color:#fff}
.opi-cart-billing-note{
  margin:12px 0 22px;
  color:#f0b2b8;
}
.opi-contact-heading{
  display:flex;
  align-items:center;
  gap:12px;
  margin:22px 0 16px;
}
.opi-contact-heading>span{
  display:grid;
  width:34px;
  height:34px;
  flex:0 0 34px;
  place-items:center;
  border:1px solid #ff5360;
  border-radius:50%;
  background:#d50718;
  color:#fff;
  font-size:14px;
  font-weight:900;
}
.opi-contact-heading strong,.opi-contact-heading small{display:block}
.opi-contact-heading strong{font-size:17px;color:#fff}
.opi-contact-heading small{margin-top:2px;color:#a1a1aa}
.opi-cart-summary label{margin:13px 0 6px;color:#f4f4f5;font-size:13px}
.opi-cart-summary label small{margin-left:5px;color:#a1a1aa;font-size:11px;font-weight:600}
.opi-cart-summary input{
  min-height:49px;
  margin:0;
  border-radius:6px;
  border-color:rgba(255,255,255,.2);
  background:#09090b;
  color:#fff;
}
.opi-cart-summary input:focus{
  border-color:#ff5360;
  outline:2px solid rgba(239,29,46,.18);
}
#opiCartCheckout{
  min-height:54px;
  margin-top:20px;
  border-radius:6px;
  border-color:#ff5360;
  background:linear-gradient(90deg,#c90415,#ef1d2e);
  color:#fff;
  font-size:16px;
  box-shadow:0 14px 36px rgba(213,7,24,.3);
}
#opiCartCheckout:disabled{opacity:.62;cursor:wait}
.opi-cart-clear{
  min-height:30px!important;
  margin:9px 0 0!important;
  padding:4px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#a1a1aa!important;
  font-size:13px;
  box-shadow:none!important;
  text-decoration:underline;
  text-underline-offset:3px;
}
.opi-cart-security{
  display:grid;
  gap:4px;
  margin-top:8px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.13);
}
.opi-cart-security strong{color:#fff;font-size:14px}
.opi-cart-security span{color:#a9a9b0;font-size:12px;line-height:1.4}
.opi-cart-status{margin:8px 0;min-height:20px}
.opi-cart-shop-section{
  margin-top:clamp(46px,6vw,76px);
  padding-top:clamp(32px,4vw,52px);
}
.opi-cart-section-heading{margin-bottom:22px}
.opi-cart-section-heading h2{
  max-width:760px;
  font-size:clamp(34px,4.1vw,56px);
}
.opi-recommendation-grid{
  grid-template-columns:minmax(280px,430px);
}
.opi-cart-explore{
  padding-top:0;
  border-top:0;
}
.opi-cart-explore details{
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  background:#0c0c0e;
}
.opi-cart-explore summary{
  display:flex;
  min-height:94px;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px 26px;
  cursor:pointer;
  list-style:none;
}
.opi-cart-explore summary::-webkit-details-marker{display:none}
.opi-cart-explore summary small,.opi-cart-explore summary strong{display:block}
.opi-cart-explore summary small{
  margin-bottom:5px;
  color:#ff7b86;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.opi-cart-explore summary strong{color:#fff;font-size:clamp(22px,2.4vw,32px)}
.opi-cart-explore summary>b{
  display:grid;
  width:38px;
  height:38px;
  flex:0 0 38px;
  place-items:center;
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
  color:#fff;
  font-size:24px;
  transition:transform .2s ease;
}
.opi-cart-explore details[open] summary>b{transform:rotate(45deg)}
.opi-cart-explore-content{
  padding:0 26px 28px;
  border-top:1px solid rgba(255,255,255,.11);
}
.opi-cart-explore-content>p{
  display:inline-block;
  max-width:720px;
  margin:22px 20px 24px 0;
  color:#b8b8bf;
}
.opi-cart-explore-content>.btn{border-radius:6px}
.opi-shop-group:first-child{margin-top:18px}

@media(max-width:900px){
  .opi-cart-page{padding-bottom:56px}
  .opi-cart-heading{align-items:flex-start}
  .opi-cart-layout{grid-template-columns:1fr}
  .opi-cart-summary{position:static}
}
@media(max-width:680px){
  .opi-checkout-progress{grid-template-columns:1fr}
  .opi-checkout-progress li{min-height:66px;border-right:0;border-bottom:1px solid rgba(255,255,255,.11)}
  .opi-checkout-progress li:last-child{border-bottom:0}
  .opi-checkout-progress li::after{display:none}
  .opi-checkout-assurance{display:grid}
  .opi-cart-line{grid-template-columns:1fr}
  .opi-cart-line-price{white-space:normal}
  .opi-cart-quantity{grid-column:auto}
}
@media(max-width:560px){
  .opi-cart-heading h1{font-size:42px}
  .opi-cart-heading>.btn{width:100%;text-align:center}
  .opi-cart-summary{padding:22px 18px}
  .opi-cart-explore summary{padding:18px}
  .opi-cart-explore-content{padding:0 18px 22px}
}
