:root{--ov-cream: #f5f0e8;--ov-stone: #e7e2da;--ov-navy: #111d2e;--ov-line: #e6e3de;--ov-ink: #1a1a1a;--ov-muted: #6f6a62;--ov-green: #16a34a;--ov-green-dark: #166534;--ov-green-bg: #dcfce7}cart-drawer .drawer{width:100%}cart-drawer .drawer__inner{width:480px;max-width:calc(100vw - 24px);background:#fff;padding:0;display:flex;flex-direction:column}cart-drawer .drawer__header{padding:20px 22px 16px;margin:0;align-items:center}cart-drawer .drawer__heading{font-size:22.4px;font-weight:700;letter-spacing:-.02em;color:var(--ov-ink);margin:0}.ov-cart__count{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#3b78f0;color:#fff;font-size:11.5px;font-weight:700;line-height:1;vertical-align:6px;margin-left:2px}cart-drawer .drawer__close{position:static;flex:none;min-width:40px;min-height:40px;width:40px;height:40px;border:1px solid var(--ov-line);border-radius:50%;display:grid;place-items:center;transition:background .15s ease}cart-drawer .drawer__close:hover{background:var(--ov-cream)}.ov-cart__banner{position:relative;display:flex;align-items:center;min-height:86px;padding:16px 22px;background-color:var(--ov-navy);background-size:cover;background-position:right center;color:#fff;overflow:hidden}.ov-cart__banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#143057d1,#14305773,#14305700)}.ov-cart__banner-copy{position:relative;max-width:72%}.ov-cart__banner-title{margin:0;font-size:16.8px;font-weight:700;line-height:1.25;text-shadow:0 1px 6px rgba(0,0,0,.25)}.ov-cart__banner-sub{margin:3px 0 0;font-size:12.5px;opacity:.95;line-height:1.3;text-shadow:0 1px 6px rgba(0,0,0,.25)}.ov-cart__reserve{display:flex;align-items:center;justify-content:center;gap:7px;padding:10px 18px;background:#f4f6f9;color:#47505e;font-size:13.8px;font-weight:500;line-height:1.2;text-align:center}.ov-cart__reserve b{font-weight:700;font-size:15.7px;font-variant-numeric:tabular-nums}.ov-cart__reserve svg{flex-shrink:0}.ov-cart__reserve b{color:var(--ov-ink)}.ov-cart__reserve[data-ov-expired]{background:#f4f6f9;color:#6f6a62}.ov-cart__ship{margin:14px 22px 6px;padding:0;background:transparent}.ov-cart__ship-head{text-align:center}.ov-cart__ship-text{margin:0;font-size:14px;font-weight:500;color:var(--ov-ink);line-height:1.3}.ov-cart__ship-text b{font-weight:700}.ov-cart__ship-bar{position:relative;height:5px;margin:16px 10px 0;border-radius:999px;background:#dfe4e1}.ov-cart__ship-fill{display:block;height:100%;border-radius:999px;background:var(--ov-green);transition:width .5s cubic-bezier(.4,0,.2,1)}.ov-cart__ship-marker{position:absolute;top:50%;left:clamp(16px,var(--ov-ship-progress),calc(100% - 16px));width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--ov-green);color:#fff;box-shadow:0 0 0 4px #fff;transform:translate(-50%,-50%)}.ov-cart__ship-meta{display:flex;align-items:center;justify-content:flex-end;margin:15px 0 0;font-size:11.5px;line-height:1.2;color:var(--ov-muted)}.ov-cart__ship-meta strong{color:var(--ov-ink);font-weight:600}cart-drawer .drawer__contents,cart-drawer .drawer__cart-items-wrapper{width:100%;padding:0 22px}cart-drawer .cart-items,cart-drawer .cart-items tbody{display:block;width:100%}cart-drawer .cart-items thead{display:none}cart-drawer .cart-items td,cart-drawer .cart-items th{border:0;padding:0}cart-drawer .cart-item{display:grid!important;grid-template-columns:96px minmax(0,1fr) auto!important;grid-auto-rows:min-content;column-gap:16px;row-gap:4px;align-items:start;padding:24px 0;border-bottom:1px solid var(--ov-line)}cart-drawer .cart-item>.cart-item__media{grid-column:1!important;grid-row:1 / span 2!important}cart-drawer .cart-item>.cart-item__details{grid-column:2!important;grid-row:1!important}cart-drawer .cart-item>.cart-item__totals{grid-column:2!important;grid-row:2!important}cart-drawer .cart-item>.cart-item__quantity{grid-column:3!important;grid-row:1 / span 2!important}cart-drawer .cart-item:last-child{border-bottom:0}cart-drawer .cart-item__media{width:84px;align-self:start}cart-drawer .cart-item__image{width:100%;height:auto;aspect-ratio:1;object-fit:contain;border-radius:8px;background:var(--ov-cream);padding:6px}cart-drawer .cart-item__details{min-width:0}cart-drawer .cart-item__name{font-size:15.2px;font-weight:700;color:var(--ov-ink);text-decoration:none;line-height:1.25;display:block}cart-drawer .cart-item__name:hover{text-decoration:underline}cart-drawer .product-option{font-size:12.2px;color:var(--ov-muted);line-height:1.35}cart-drawer .cart-item__totals{text-align:left!important;min-width:0}cart-drawer .cart-item__price-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:2px;font-size:15.2px}cart-drawer .cart-item__final-price,cart-drawer .cart-item__regular-price{font-size:16px;font-weight:700;color:var(--ov-ink)}cart-drawer .cart-item__old-price{color:var(--ov-muted);font-size:12.8px;font-weight:400;text-decoration:line-through}cart-drawer .unit-price{font-size:12px;color:var(--ov-muted)}cart-drawer .discounts,cart-drawer .cart-item__discounted-prices{display:flex;flex-wrap:wrap;gap:5px;margin-top:4px;list-style:none;padding:0}cart-drawer .discounts__discount{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;background:var(--ov-cream);color:var(--ov-ink);font-size:11.5px;font-weight:600;line-height:1.4}cart-drawer .cart-item__quantity{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:10px;height:100%}cart-drawer .cart-item__quantity-wrapper{display:block}cart-drawer .quantity{position:relative;display:block;width:66px;min-height:42px;height:42px;border:1px solid var(--ov-line);border-radius:8px;overflow:hidden;background:#fff}cart-drawer .quantity__input{width:100%;height:100%;padding:0 20px 0 6px;text-align:center;font-size:14.7px;font-weight:600;color:var(--ov-ink);border:0;background:transparent}cart-drawer .quantity__button{position:absolute;right:0;width:21px;height:50%;min-height:0;padding:0;display:grid;place-items:center;color:var(--ov-ink);background:transparent;border:0;border-left:1px solid var(--ov-line)}cart-drawer .quantity__button[name=plus]{top:0;border-bottom:1px solid var(--ov-line)}cart-drawer .quantity__button[name=minus]{bottom:0}cart-drawer .quantity__button:hover{background:var(--ov-cream)}cart-drawer .quantity__button svg{width:9px;height:9px}cart-drawer cart-remove-button{display:block;text-align:right}cart-drawer cart-remove-button a,cart-drawer cart-remove-button .button{font-size:12.5px;color:var(--ov-muted);text-decoration:underline;min-width:0;min-height:0;padding:0}cart-drawer cart-remove-button a:hover{color:var(--ov-ink)}cart-drawer cart-remove-button .icon-remove{display:none}cart-drawer .drawer__footer{border-top:1px solid var(--ov-line);background:#fff;padding:20px 22px 22px;box-shadow:0 -6px 20px #0000000a}cart-drawer .totals{display:flex;align-items:baseline;justify-content:space-between;margin:0 0 16px}cart-drawer .totals__total,cart-drawer .totals__total-value{font-size:18px;font-weight:700;color:var(--ov-ink);margin:0}.ov-cart__delivery{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:14.5px;margin-bottom:14px}.ov-cart__delivery-label{color:var(--ov-ink)}.ov-cart__delivery-label b{font-weight:600}.ov-cart__delivery-free{color:var(--ov-green);font-weight:700}.ov-cart__delivery-cost{color:var(--ov-ink);font-weight:700}cart-drawer .tax-note,cart-drawer .cart__dynamic-checkout-buttons{display:none}cart-drawer .cart__checkout-button{width:100%;min-height:58px;border-radius:10px;background:#3b78f0;color:#fff;font-size:15.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:9px;box-shadow:0 6px 16px #3b78f047;transition:transform .15s ease,background .15s ease}cart-drawer .cart__checkout-button:before,cart-drawer .cart__checkout-button:after{content:none}cart-drawer .cart__checkout-button:hover{background:#2f63d1;transform:translateY(-1px)}.ov-cart__pay{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px;margin-top:14px}.ov-cart__pay svg{height:27px;width:auto;max-width:38px;border-radius:3px}.ov-cart__trust{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px 12px;margin-top:14px}.ov-cart__trust-item{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:500;color:var(--ov-muted);line-height:1.25;white-space:normal;min-width:0;overflow-wrap:anywhere}.ov-cart__trust-item:last-child{text-align:right;justify-content:flex-end}.ov-cart__trust-item svg{flex-shrink:0;opacity:.75}.ov-cart-list{list-style:none;margin:0;padding:0}.ov-ci__media{grid-column:1;grid-row:1 / span 2;display:block;width:96px}.ov-ci__media img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:10px;background:#f5f5f7;display:block}.ov-ci__info{grid-column:2;grid-row:1;min-width:0;display:flex;flex-direction:column;gap:4px}.ov-ci__title{font-size:16.5px;font-weight:700;color:var(--ov-ink);text-decoration:none;line-height:1.25;display:block}.ov-ci__title:hover{text-decoration:underline}.ov-ci__meta{margin:0;font-size:13.5px;color:var(--ov-muted);line-height:1.35}.ov-ci__prices{display:flex;flex-direction:column;gap:3px;margin-top:4px}.ov-ci__price-row{display:flex;align-items:center;gap:7px}.ov-ci__pct{color:var(--ov-green);font-weight:700;font-size:16.5px}.ov-ci__price{font-size:17px;font-weight:700;color:var(--ov-ink)}.ov-ci__price-detail{display:flex;align-items:center;flex-wrap:wrap;gap:5px 10px}.ov-ci__was{font-size:13.5px;color:var(--ov-muted);text-decoration:line-through}.ov-ci__unit{font-size:13.5px;color:var(--ov-muted)}.ov-ci__discounts{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:5px}.ov-ci__discounts li{display:inline-flex;gap:5px}.ov-badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:12.5px;font-weight:600;line-height:1.4;white-space:nowrap}.ov-badge--hl{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.ov-badge--save{background:#ea580c;color:#fff}.ov-ci__qty{grid-column:3;grid-row:1 / span 2;display:flex;align-items:flex-start;justify-content:flex-end}cart-drawer .ov-qty{display:grid;grid-template-columns:34px 32px 34px;width:100px;height:38px;min-height:38px;border:1px solid var(--ov-line);border-radius:999px;overflow:hidden;background:#fff}.ov-qty .ov-qty__input{width:32px;height:100%;padding:0;text-align:center;font-size:14px;font-weight:600;color:var(--ov-ink);border:0;background:transparent;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.ov-qty__input::-webkit-outer-spin-button,.ov-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ov-qty .ov-qty__btn{position:static;width:auto;height:auto;min-height:0;min-width:0;padding:0;display:grid;place-items:center;color:var(--ov-ink);background:transparent;border:0;cursor:pointer}.ov-qty .ov-qty__btn[name=plus]{border:0}.ov-qty .ov-qty__btn:hover{background:var(--ov-cream)}.ov-qty__btn>*{pointer-events:none}.ov-ci__upgrade{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding:13px 16px;border:1px solid #b9e3c6;background:#f2faf4;border-radius:12px;font-size:14px;font-weight:600;color:var(--ov-green-dark);line-height:1.35;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease}.ov-ci__upgrade:hover{background:#e7f6ec;border-color:#93d5a8}.ov-ci__upgrade-cta{flex:none;padding:8px 16px;border-radius:999px;background:var(--ov-green);color:#fff;font-size:13px;font-weight:700;letter-spacing:.01em;box-shadow:0 3px 10px #16a34a40}.ov-ci__error{grid-column:2 / span 2}.ov-ci__error small:empty{display:none}@media screen and (max-width:749px){.ov-ci__media{width:80px}}.ov-buy__cta .loading__spinner.hidden{display:none}.ov-buy__cta .loading__spinner{display:inline-flex;align-items:center}.ov-spinner__path{stroke-dasharray:90 60;animation:ov-rotate 1s linear infinite;transform-origin:center}@keyframes ov-rotate{to{transform:rotate(360deg)}}.product-form__error-message-wrapper{margin-bottom:10px;padding:10px 12px;border-radius:8px;background:#fee2e2;color:#991b1b;font-size:13.6px}.product-form__error-message-wrapper[hidden]{display:none}@media screen and (max-width:749px){cart-drawer .drawer__close{min-width:32px;min-height:32px;width:32px;height:32px;border:0;border-radius:6px;color:#737983;background:transparent}cart-drawer .drawer__close .svg-wrapper{width:16px;height:16px}cart-drawer .drawer__close:hover{color:var(--ov-ink);background:#f4f5f6}.ov-cart__banner{padding:13px 18px}.ov-cart__ship{margin:10px 16px 2px;padding:12px}cart-drawer .drawer__header{padding:16px 18px 12px}cart-drawer .drawer__contents,cart-drawer .drawer__cart-items-wrapper{padding:0 18px}cart-drawer .drawer__footer{padding:14px 18px 18px}cart-drawer .cart-item{grid-template-columns:80px minmax(0,1fr) auto;column-gap:12px}cart-drawer .cart-item__media{width:80px}.ov-cart__trust-item{font-size:11.8px}.ov-cart__pay svg{height:21px}}@media screen and (max-width:749px){cart-drawer .drawer__header{padding:14px 16px 10px}cart-drawer .drawer__heading{font-size:19px}.ov-cart__count{min-width:18px;height:18px;font-size:10.5px;vertical-align:5px}.ov-cart__banner{min-height:64px;padding:12px 16px}.ov-cart__banner-title{font-size:14.5px}.ov-cart__banner-sub{font-size:11.5px}.ov-cart__reserve{font-size:12.5px;padding:8px 14px}.ov-cart__reserve b{font-size:14px}cart-drawer .drawer__contents{padding:0 16px}cart-drawer .drawer__cart-items-wrapper{padding:0}cart-drawer .cart-item{grid-template-columns:64px minmax(0,1fr) auto!important;column-gap:12px;row-gap:6px;margin:0;padding:14px 0;border:0;border-bottom:1px solid var(--ov-line);border-radius:0;background:transparent}.ov-ci__media{width:64px;grid-row:1 / span 2}.ov-ci__media img{border-radius:9px;background:#fff}.ov-ci__info{gap:3px}.ov-ci__title{font-size:14.5px;line-height:1.2}.ov-ci__meta{font-size:12.5px;line-height:1.3}.ov-ci__prices{gap:3px;margin-top:6px}.ov-ci__price-row{gap:7px;min-height:21px}.ov-ci__pct{padding:2px 7px;border-radius:999px;background:#e7f6ec;font-size:12px;line-height:1.35}.ov-ci__price{font-size:15.5px}.ov-ci__price-detail{justify-content:flex-start;gap:6px 10px}.ov-ci__was{font-size:11.5px}.ov-ci__unit{font-size:11.5px;font-weight:500;color:#4b5563;white-space:nowrap}.ov-ci__qty{grid-column:3;grid-row:1 / span 2;justify-content:flex-end;align-items:flex-end}cart-drawer .ov-qty{grid-template-columns:28px 28px 28px;width:84px;height:36px;min-height:36px}.ov-qty .ov-qty__input{width:28px;font-size:13px}.ov-ci__upgrade{font-size:12px;padding:8px 10px;margin-top:4px;gap:8px;background:#edf8f1}.ov-ci__upgrade-cta{font-size:11px;padding:5px 11px}cart-drawer .drawer__footer{padding:12px 16px 14px}cart-drawer .totals__total,cart-drawer .totals__total-value{font-size:16px}.ov-cart__delivery{font-size:13px;margin-bottom:10px}cart-drawer .cart__checkout-button{min-height:52px;font-size:13.5px;letter-spacing:.04em;border-radius:9px}.ov-cart__pay{margin-top:10px;gap:3px}.ov-cart__pay svg{height:22px;max-width:34px}.ov-cart__trust{margin-top:10px;gap:8px}.ov-cart__trust-item{font-size:11.5px;white-space:normal}}@media screen and (max-width:749px){cart-drawer .drawer__inner{position:absolute;bottom:0;left:0;right:0;width:auto;max-width:none;height:auto;max-height:86dvh;border:0;border-radius:18px 18px 0 0;transform:translateY(100%)}cart-drawer .drawer.active .drawer__inner{transform:translateY(0)}cart-drawer cart-drawer-items{flex:0 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}cart-drawer .drawer__contents{flex-grow:0}cart-drawer .drawer__footer{padding-bottom:calc(14px + env(safe-area-inset-bottom))}cart-drawer .drawer__inner-empty{height:auto;min-height:320px}}cart-drawer .drawer__inner{display:flex;flex-direction:column}cart-drawer cart-drawer-items{flex:1 1 auto!important;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}cart-drawer .drawer__footer{flex:0 0 auto!important;margin-top:auto;position:sticky;bottom:0;z-index:2;background:#fff;border-top:1px solid #EDEAE5;padding-bottom:calc(14px + env(safe-area-inset-bottom))}
/*# sourceMappingURL=/cdn/shop/t/6/assets/orvik-cart.css.map */
