.ow-cart{position:fixed;inset:0 0 0 auto;width:440px;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:0;border:0;background:#fff;color:#505356;font-family:Radomir-Tinkov-Gilroy-Regular,sans-serif;overflow:hidden;box-shadow:-2px 0 4px #0002}.ow-cart[open]{display:flex;flex-direction:column;animation:ow-cart-enter .3s ease-out}.ow-cart::backdrop{background:#0009}.ow-cart header{height:46px;flex-shrink:0;border-bottom:1px solid #ddd;display:flex;align-items:center;justify-content:space-between;padding:0 26px}.ow-cart h2{margin:0;font-family:Radomir-Tinkov-Gilroy-Bold,sans-serif;font-size:20px;line-height:1}.ow-cart header button{border:0;background:none;font-size:35px;color:inherit;padding:0 5px;cursor:pointer}.ow-cart__scroll{overflow-y:auto;flex:1;min-height:0;padding:0 13px}.ow-cart__line{position:relative;display:grid;grid-template-columns:90px 1fr;gap:13px;padding:12px 0 28px;border-bottom:1px solid #ddd;min-height:160px}.ow-cart__image{align-self:center}.ow-cart__image img{width:90px;height:90px;object-fit:contain}.ow-cart__info{padding-right:15px}.ow-cart__title{display:block;font-family:Radomir-Tinkov-Gilroy-Bold,sans-serif;font-size:12px;line-height:17px;color:#000;text-decoration:none;margin-bottom:9px}.ow-cart__option{font-size:12px;line-height:19px;color:#8b8b8b;margin:0}.ow-cart__remove{position:absolute;right:0;top:4px;border:0;background:none;font-size:23px;font-weight:400;color:#999;cursor:pointer}.ow-cart__row{display:flex;align-items:center;justify-content:space-between;margin-top:6px;gap:12px}.ow-cart__qty{display:flex;border-bottom:1px solid #555;align-items:center;height:20px;gap:9px;font-size:12px}.ow-cart__qty button{border:0;background:none;color:#505356;padding:0;font-size:17px;cursor:pointer}.ow-cart__price{font-family:Radomir-Tinkov-Gilroy-Bold,sans-serif;font-size:12px;text-align:right;white-space:nowrap}.ow-cart__price s{font-size:10px;color:#3e4b98;display:block}.ow-cart__promotion{font-family:Radomir-Tinkov-Gilroy-Bold,sans-serif;font-size:10px;color:#3e4b98;margin:3px 0}.ow-cart__bottom{flex-shrink:0;padding:14px 13px 9px;border-top:1px solid #ddd;background:#fff}.ow-cart__subtotal{display:flex;justify-content:space-between;font-family:Radomir-Tinkov-Gilroy-Bold,sans-serif;font-size:14px;margin:9px 0 15px}.ow-cart__bottom form button{height:46px;width:100%;border:0;border-radius:999px;background:#4b4c4e;color:#fff;font-family:Radomir-Tinkov-Gilroy-Bold,sans-serif;font-size:14px;cursor:pointer}.ow-cart__bottom>a{display:block;text-align:center;font-size:11px;color:inherit;margin:7px 0 0}.ow-cart__discount{display:flex;justify-content:space-between;color:#3e4b98;font-family:Radomir-Tinkov-Gilroy-Bold,sans-serif;font-size:10px}.ow-cart__error{color:#b43336;font-size:12px;margin:0 0 8px}.ow-cart__empty{padding:40px 20px;text-align:center}.ow-cart button:disabled{opacity:.5;cursor:wait}.ow-cart__recommend-heading{text-align:center;font-size:14px;padding:22px 0 10px}.ow-cart__recommend-card{display:grid;grid-template-columns:75px 1fr;gap:8px;align-items:center;margin:0 35px 38px;border-radius:18px;background:#eee;padding:18px 12px}.ow-cart__recommend-card img{width:75px;height:60px;object-fit:contain}.ow-cart__recommend-card strong{font-family:Radomir-Tinkov-Gilroy-Bold,sans-serif;font-size:11px;color:#000}.ow-cart__recommend-card p{font-size:12px;margin:6px 0}.ow-cart__recommend-card button{background:none;border:0;border-bottom:1px solid #555;font:inherit;font-size:12px;color:#505356;padding:0;cursor:pointer}@keyframes ow-cart-enter{0%{transform:translate(100%)}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.ow-cart[open]{animation:none}}.ow-cart [hidden]{display:none!important}.ow-cart.is-closing{animation:ow-cart-exit .25s ease-in forwards}.ow-cart__recommend-carousel{display:grid;grid-template-columns:30px 1fr 30px;gap:5px;align-items:center;padding:0 10px 38px}.ow-cart__recommend-carousel .ow-cart__recommend-card{margin:0;min-width:0}.ow-cart__recommend-card p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:175px}.ow-cart__recommend-arrow{border:0;background:none;color:#505356;font-size:29px;cursor:pointer}@keyframes ow-cart-exit{to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.ow-cart.is-closing{animation:none}}.ow-cart{width:min(100vw,448px)}@media(min-width:768px){.ow-cart{width:max(448px,30%)}}.ow-cart[open]{animation:ow-cart-enter .2s ease-in-out}.ow-cart.is-closing{animation:ow-cart-exit .2s ease-in-out forwards}.ow-cart header{height:49px;margin-top:32px;padding:0 32px 16px}.ow-cart h2{font-size:24px;line-height:32px}.ow-cart header button{width:32px;height:32px;display:grid;place-items:center;padding:0;line-height:1}.ow-cart__scroll{padding:0 16px;margin-top:8px}.ow-cart__line{grid-template-columns:96px minmax(0,1fr);gap:16px;padding:0 0 12px 16px;min-height:165px;margin-bottom:12px}.ow-cart__image img{width:96px;height:96px}.ow-cart__title{font-size:16px;line-height:24px;margin-bottom:8px}.ow-cart__option{font-size:14px;line-height:20px;margin:0 0 4px}.ow-cart__row{margin-top:8px;margin-bottom:16px}.ow-cart__qty{width:60px;font-size:14px;justify-content:center;gap:0;border-color:#969696}.ow-cart__qty span{min-width:24px;text-align:center}.ow-cart__qty button{width:18px}.ow-cart__price{font-size:14px}.ow-cart__price s,.ow-cart__promotion{font-size:12px}.ow-cart__remove{top:0;font-size:24px}.ow-cart__recommend-heading{font-size:16px;margin:15px 0 5px;padding:0}.ow-cart__recommend-carousel{grid-template-columns:30px 70% 30px;justify-content:center;gap:5px;padding:5px}.ow-cart__recommend-card{grid-template-columns:100px minmax(0,1fr);gap:0;border-radius:20px;background:#eaeaea;padding:10px}.ow-cart__recommend-card img{width:100px;height:100px}.ow-cart__recommend-card strong{font-size:13px}.ow-cart__recommend-card p,.ow-cart__recommend-card button{font-size:14px}.ow-cart__recommend-card p{margin:3px 0}.ow-cart__bottom{padding:16px}.ow-cart__subtotal{font-size:18px;margin:0 0 16px}.ow-cart__bottom form button{height:56px;font-size:16px}@media(max-width:767px){.ow-cart__recommend-card p,.ow-cart__recommend-card button{font-size:12px}}.ow-cart__row{align-items:flex-start}.ow-cart__price{line-height:20px;margin-bottom:8px}.ow-cart__subtotal{line-height:28px}.ow-cart[open]{animation:ow-cart-enter .2s cubic-bezier(.4,0,.2,1)}.ow-cart.is-closing{animation:ow-cart-exit .2s cubic-bezier(.4,0,.2,1) forwards}@media(prefers-reduced-motion:reduce){.ow-cart[open],.ow-cart.is-closing{animation:none}}.ow-cart__empty-links{padding:16px 0}.ow-cart__empty-links a{display:flex;align-items:center;justify-content:center;width:210px;height:50px;box-sizing:border-box;margin:0 auto 14px;padding:0 5px;border:3px solid #4b4c4e;border-radius:50px;background:#4b4c4e;color:#fff;fill:#fff;text-decoration:none;font:700 16px/11px Radomir-Tinkov-Gilroy-Bold,sans-serif}.ow-cart__scroll:has(.ow-cart__empty-links){padding-top:0}.ow-cart__empty-links a,.ow-cart,.ow-cart h2,.ow-cart__title,.ow-cart__price,.ow-cart__subtotal,.ow-cart strong{font-weight:500}.ow-cart__scroll:has(.ow-cart__empty-links){margin-top:0}.ow-cart header button svg{display:block;width:32px;height:32px}.ow-cart{color:#4b4c4e}.ow-cart__option{color:#4f5459}.ow-cart__qty button{width:16px;height:16px;color:#000;display:flex;align-items:center;justify-content:center}.ow-cart__qty button svg{display:block;width:16px;height:16px}.ow-cart__info{padding-right:0}.ow-cart__scroll{scrollbar-width:thin;scrollbar-color:rgba(156,163,175,.5) transparent}.ow-cart__scroll::-webkit-scrollbar{width:6px}.ow-cart__scroll::-webkit-scrollbar-thumb{background:#9ca3af80}.ow-cart__scroll::-webkit-scrollbar-track{background:transparent}.ow-cart__remove{width:12px;height:12px;padding:0;font-size:0;color:#000}.ow-cart__remove:before,.ow-cart__remove:after{content:"";position:absolute;left:50%;top:50%;width:140%;height:1px;background:#4b4c4e;transform:translate(-50%,-50%) rotate(45deg)}.ow-cart__remove:after{transform:translate(-50%,-50%) rotate(-45deg)}.ow-cart__recommend-heading{width:max-content;margin:15px auto 5px;font-size:16px;line-height:24px}.ow-cart__recommend-carousel .ow-cart__recommend-card{margin:4px;width:calc(100% - 8px);align-items:start}.ow-cart__recommend-card strong{display:block;font-size:13px;line-height:19.5px;font-weight:500}.ow-cart__recommend-card p{white-space:normal;overflow:visible;text-overflow:clip;max-width:none;margin:0;padding:3px 0;font-size:12px;line-height:16px}.ow-cart__recommend-action{height:24px;padding-top:5px;box-sizing:border-box}.ow-cart__recommend-action button{display:block;font-size:12px;line-height:16px;height:17px;box-sizing:border-box}@media(min-width:768px){.ow-cart__recommend-card p,.ow-cart__recommend-action button{font-size:14px;line-height:20px}.ow-cart__recommend-action button{height:21px}.ow-cart__recommend-action{height:28px}}.ow-cart__recommend-carousel{position:relative;display:block;padding:5px}.ow-cart__recommend-viewport{width:70%;margin:0 auto;overflow:hidden;touch-action:pan-y}.ow-cart__recommend-track{display:flex;width:calc(100% + 16px);margin-left:-16px;will-change:transform;align-items:start}.ow-cart__recommend-slide{flex:0 0 100%;min-width:0;padding-left:16px;box-sizing:border-box}.ow-cart__recommend-slide .ow-cart__recommend-card{margin:4px;width:calc(100% - 8px)}.ow-cart__recommend-arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;color:#000}.ow-cart__recommend-arrow:first-child{left:calc(15% - 44.5px)}.ow-cart__recommend-arrow:last-child{right:calc(15% - 44.5px)}.ow-cart__recommend-arrow:first-child{left:var(--cart-arrow-inset)}.ow-cart__recommend-arrow:last-child{right:var(--cart-arrow-inset)}.ow-cart__recommend-arrow:disabled{cursor:default;pointer-events:none}.ow-cart{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}[data-ow-cart-recommendations]:not([hidden]){display:flex;flex-direction:column;align-items:center;justify-content:center}.ow-cart__recommend-carousel{width:100%}.ow-cart__recommend-slide .ow-cart__recommend-card{display:flex}.ow-cart__recommend-card img{flex-shrink:0}.ow-cart__recommend-card>div{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;align-self:stretch;min-width:0}.ow-cart__recommend-card strong{max-width:100%}@media(min-width:768px){[data-ow-cart-recommendations]{width:calc(100% + 10px)}.ow-cart__recommend-action{height:24px;padding-top:2px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/owala-cart.css.map */
