.cart-product-card{position:relative;display:grid;grid-template-columns:9rem minmax(0,1fr) auto 2.5rem;gap:1.25rem;align-items:center;margin-bottom:1rem;padding:1.2rem;border:1px solid #d5e7f3;border-radius:1.1rem;background:#fff;box-shadow:0 .5rem 1.5rem #254c790f;text-align:left}.cart-product-image{display:grid;width:9rem;height:7.5rem;place-items:center;overflow:hidden;border-radius:.85rem;background:linear-gradient(145deg,#f4fbfe,#e9f6fc);color:#60778e;font-size:.7rem;text-align:center}.cart-product-image img{max-width:90%;max-height:90%;object-fit:contain;mix-blend-mode:multiply}.cart-product-kicker{display:block;margin-bottom:.25rem;color:var(--aqua-blue);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cart-product-copy h2{margin:0 0 .65rem;color:#173454;font-size:1.05rem;font-weight:800}.cart-lens-summary{display:flex;flex-wrap:wrap;gap:.8rem 1.5rem;margin:0 0 .65rem}.cart-lens-summary div{min-width:8rem}.cart-lens-summary dt{color:#60778e;font-size:.65rem;font-weight:600}.cart-lens-summary dd{margin:.1rem 0 0;color:#173454;font-size:.78rem;font-weight:700}.cart-contact-summary{color:#60778e;font-size:.8rem}.cart-edit-lenses{display:inline-flex;align-items:center;gap:.4rem;color:var(--primary);font-size:.75rem;font-weight:750;text-decoration:none}.cart-edit-lenses:hover{color:var(--primary-dark);text-decoration:underline}.cart-product-price{min-width:14rem;text-align:right}.cart-product-price s,.cart-product-price strong,.cart-product-price span{display:block}.cart-product-price s{color:#71869a;font-size:.8rem}.cart-product-price strong{color:var(--primary-dark);font-size:1.3rem}.cart-product-price .cart-product-breakdown{margin-top:.15rem;color:#60778e;font-size:.68rem;line-height:1.35;white-space:nowrap}.cart-product-delete{display:grid;width:2.4rem;height:2.4rem;place-items:center;border:0;border-radius:50%;background:transparent;color:#73889c;transition:color .15s ease,background-color .15s ease}.cart-product-delete:hover{background:#fff0ef;color:#bb3f38}.cart-product-delete:focus-visible,.cart-edit-lenses:focus-visible{outline:3px solid var(--ring);outline-offset:3px}@media(max-width:767px){.cart-product-card{grid-template-columns:6.5rem minmax(0,1fr) 2.25rem;gap:.85rem;padding:.9rem}.cart-product-image{width:6.5rem;height:6.5rem}.cart-product-delete{align-self:start}.cart-product-price{grid-column:2 / 4;min-width:0;padding-top:.7rem;border-top:1px solid #e5eff5;text-align:left}.cart-product-price span{max-width:none}.cart-product-price .cart-product-breakdown{white-space:normal}.cart-lens-summary{display:grid;gap:.4rem}}
