
/* OWNLUXE PHASE 1 — premium conversion components */
.ol-cd-overlay{position:fixed;inset:0;background:rgba(0,0,0,.52);z-index:9997;opacity:0;transition:opacity .25s ease}.ol-cd-overlay.is-open{opacity:1}.ol-cd{position:fixed;top:0;right:0;width:min(480px,100%);height:100dvh;background:#fff;color:#111;z-index:9998;transform:translateX(102%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(0,0,0,.16)}.ol-cd.is-open{transform:none}.ol-cd__head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid #e6e6e6}.ol-cd__head h2{margin:2px 0 0;font-size:25px}.ol-cd__eyebrow{font-size:10px;font-weight:800;letter-spacing:.18em;color:#d60000}.ol-cd__close{border:1px solid #ddd;background:#fff;width:42px;height:42px;font-size:29px;cursor:pointer}.ol-cd__shipping{padding:14px 22px;background:#f7f7f7}.ol-cd__shipping p{margin:0 0 9px;font-size:13px;font-weight:700}.ol-cd__progress{height:7px;background:#ddd;overflow:hidden}.ol-cd__progress span{display:block;height:100%;background:#d60000;width:0;transition:width .3s}.ol-cd__body{padding:18px 22px;overflow:auto;flex:1}.ol-cd__item{display:grid;grid-template-columns:82px 1fr auto;gap:13px;padding:0 0 16px;margin-bottom:16px;border-bottom:1px solid #eee}.ol-cd__item img{width:82px;height:102px;object-fit:cover;background:#f5f5f5}.ol-cd__item h3{font-size:14px;line-height:1.35;margin:0 0 5px}.ol-cd__item h3 a{color:#111;text-decoration:none}.ol-cd__variant{font-size:12px;color:#666;margin:0 0 9px}.ol-cd__qty{display:inline-flex;border:1px solid #ccc}.ol-cd__qty button,.ol-cd__qty span{width:30px;height:30px;border:0;background:#fff;display:grid;place-items:center}.ol-cd__qty button{cursor:pointer}.ol-cd__remove{border:0;background:none;text-decoration:underline;font-size:11px;cursor:pointer;padding:4px 0}.ol-cd__price{font-size:13px;font-weight:800;white-space:nowrap}.ol-cd__empty{text-align:center;padding:50px 15px}.ol-cd__empty a{display:inline-flex;margin-top:15px;background:#111;color:#fff;padding:12px 20px;text-decoration:none}.ol-cd__foot{border-top:1px solid #ddd;padding:17px 22px;background:#fff}.ol-cd__subtotal{display:flex;justify-content:space-between;font-size:17px}.ol-cd__foot p{font-size:11px;color:#666}.ol-cd__checkout,.ol-cd__view-cart{display:flex;justify-content:center;padding:14px;text-decoration:none;font-weight:800}.ol-cd__checkout{background:#d60000;color:#fff}.ol-cd__view-cart{color:#111;text-decoration:underline;padding-bottom:2px}.ol-cd__upsells{padding:14px 22px;border-top:1px solid #eee;max-height:245px;overflow:auto}.ol-cd__upsells h3{font-size:15px;margin:0 0 12px}.ol-cd__upsell-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ol-cd__upsell{border:1px solid #ddd;padding:8px}.ol-cd__upsell a{display:grid;grid-template-columns:54px 1fr;gap:8px;color:#111;text-decoration:none;font-size:11px}.ol-cd__upsell img{width:54px;height:66px;object-fit:cover;grid-row:span 2}.ol-cd__upsell strong{font-size:11px}.ol-cd__upsell button{width:100%;margin-top:7px;border:0;background:#111;color:#fff;padding:8px;font-weight:800;cursor:pointer}.ol-cd__upsell button:disabled{opacity:.5}.ol-sticky-atc{position:fixed;left:50%;bottom:18px;transform:translate(-50%,130%);width:min(920px,calc(100% - 28px));z-index:9990;background:#fff;border:1px solid #ddd;box-shadow:0 12px 38px rgba(0,0,0,.2);padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:transform .25s}.ol-sticky-atc.is-visible{transform:translate(-50%,0)}.ol-sticky-atc__product{display:flex;align-items:center;gap:11px;min-width:0}.ol-sticky-atc__product img{width:48px;height:58px;object-fit:cover}.ol-sticky-atc__product div{display:grid;min-width:0}.ol-sticky-atc__product strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ol-sticky-atc__product span{font-size:13px;color:#d60000;font-weight:800}.ol-sticky-atc button{border:0;background:#d60000;color:#fff;padding:13px 28px;font-weight:800;cursor:pointer;white-space:nowrap}.ol-rv{padding:55px 0;background:#f7f7f7}.ol-rv__head span{font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:#d60000;font-weight:800}.ol-rv__head h2{margin:5px 0 20px}.ol-rv__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ol-rv__card{background:#fff;border:1px solid #e2e2e2}.ol-rv__card a{color:#111;text-decoration:none}.ol-rv__card img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}.ol-rv__card div{padding:12px}.ol-rv__card strong{display:block;font-size:13px;line-height:1.35}.ol-rv__card span{display:block;margin-top:7px;color:#d60000;font-weight:800;font-size:13px}.ol-quick-add{position:absolute;left:10px;right:10px;bottom:10px;z-index:9;border:0;background:rgba(17,17,17,.94);color:#fff;padding:11px;font-weight:800;cursor:pointer;opacity:0;transform:translateY(5px);transition:.2s}.ol-product-card__image:hover .ol-quick-add,.ol-quick-add:focus{opacity:1;transform:none}
@media(max-width:749px){.ol-cd__upsells{display:none}.ol-sticky-atc{bottom:8px}.ol-sticky-atc__product img{display:none}.ol-sticky-atc__product strong{max-width:145px}.ol-sticky-atc button{padding:12px 16px}.ol-rv{padding:38px 0}.ol-rv__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ol-quick-add{opacity:1;transform:none;padding:9px;font-size:12px}}
