.cart-drawer{display:flex;position:fixed;top:40px;right:40px;bottom:40px;padding:32px;border-radius:24px;background:#fff;box-shadow:0 0 10px #0003;z-index:99;will-change:translate;translate:calc(100% + 80px) 0;transition-timing-function:cubic-bezier(.85,0,.25,1);transition-duration:.5s;max-width:500px;flex-direction:column;align-items:start;gap:16px}.cartWidget.active .cart-drawer{translate:0 0}.cart-drawer-filter{position:fixed;top:0;left:0;right:0;bottom:0;background:#161616;z-index:98;opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none}.cartWidget.active .cart-drawer-filter{pointer-events:unset;-webkit-user-select:unset;user-select:unset;opacity:.5}body:has(.cartWidget.active){overflow:hidden}body.js-ajax-cart-request-in-progress .cart-drawer>*{opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}.cart-drawer .head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:32px}.cart-drawer .head h2{font-size:36px}.cart-drawer .head i{font-size:24px;cursor:pointer}.cart-drawer .almost-free-shipping{background:#e4eef4;color:#0066a5;padding:4px 16px;border-radius:6px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;animation-name:almostFreeShipping;animation-duration:.5s;animation-timing-function:cubic-bezier(.85,0,.25,1)}.cart-drawer .almost-free-shipping:hover{scale:101%}@keyframes almostFreeShipping{0%{scale:120%}to{scale:100%}}.cart-drawer .items{flex:1;overflow:scroll;display:flex;flex-direction:column;gap:16px}.cart-drawer .item{display:flex;gap:20px;align-items:center}.cart-drawer .item img{width:80px;height:80px;object-fit:cover;border-radius:6px}.cart-drawer .item .content{display:flex;flex-direction:column;gap:8px}.cart-drawer .item h3{font-size:20px}.cart-drawer .item .properties{display:flex;gap:4px 20px;align-items:center;flex-wrap:wrap}.cart-drawer .item .property{font-size:14px;color:#515151}.cart-drawer .item .property strong{font-weight:500}.cart-drawer .item .info{display:flex;gap:4px 24px;align-items:center;flex-wrap:wrap}.cart-drawer .item .price{font-size:16px;font-weight:500}.cart-drawer .item .quantity{display:flex;gap:6px;align-items:center;padding:2px 4px;border-radius:6px}.cart-drawer .item .quantity input{vertical-align:middle;font-size:14px;line-height:1;width:1em;text-align:center;background:none;outline:none;border:none;padding:0;margin:0}.cart-drawer .item .quantity input::-webkit-outer-spin-button,.cart-drawer .item .quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer .item .quantity input[type=number]{-moz-appearance:textfield}.cart-drawer .item .quantity i{font-size:14px}.cart-drawer .item .quantity:hover{scale:120%;background-color:#0000000d}.cart-drawer .foot{width:100%}.cart-drawer .foot .subtotal{font-size:20px;font-weight:500;margin-bottom:12px;display:flex;align-items:center;gap:4px 24px;flex-wrap:wrap}.cart-drawer .foot .free-shipping{background:#e6f7e5;color:#04a600;padding:4px 16px;border-radius:6px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;animation-name:freeShipping;animation-duration:.5s;animation-timing-function:cubic-bezier(.85,0,.25,1)}@keyframes freeShipping{0%{scale:120%}to{scale:100%}}.cart-drawer .foot .cta{display:block;width:100%;text-align:center;padding:16px 24px;background:#161616;font-weight:500;color:#fff;border-radius:6px;cursor:pointer;will-change:translate,background}.cart-drawer .foot .cta:hover{translate:0px -2px}.cart-drawer .foot .cta:active{translate:0px 1px;background:#000}@media (max-width: 500px){.cart-drawer{display:flex;position:fixed;top:10%;right:0;left:0;bottom:0;padding:24px;border-radius:24px 24px 0 0;background:#fff;box-shadow:0 0 10px #0003;z-index:99;will-change:translate;translate:0 calc(100% + 80px);transition-timing-function:cubic-bezier(.85,0,.25,1);transition-duration:.5s;flex-direction:column;align-items:start;gap:16px}.cartWidget.active .cart-drawer{translate:0 0}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/cart-drawer.css.map */
