.open-drawer{overflow:hidden}.cart-drawer-wrapper{position:fixed;right:0;top:0;background:#fff;z-index:9999;max-width:540px;width:calc(100% - 16px);height:100%;max-height:100vh;overflow-x:hidden;overflow-y:auto;transform:translate(100%);transition:.3s}.open-drawer .cart-drawer-wrapper{transform:translate(0)}.overlay-box{position:fixed;top:0;right:0;left:0;background:#0009;display:block;bottom:0;cursor:pointer;opacity:0;visibility:hidden;z-index:1;pointer-events:none;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.open-drawer .overlay-box{z-index:9998;visibility:visible;pointer-events:auto;cursor:pointer;opacity:1}.cart-drawer-wrapper .cd-head{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid #D8D8D8}.cart-drawer-wrapper .cd-head h2{margin:0}.cart-drawer-wrapper .cart-drawer-close svg path{fill:var(--color-text-light)}.cart-drawer-wrapper .cart-form{height:calc(100% - 87px)}.cart-drawer-wrapper .cart-wrapper{height:100%;display:flex;flex-direction:column}.cart-drawer-wrapper .cd-left{flex:1;padding:24px 32px 32px}.cart-drawer-wrapper .item-list{display:flex;flex-direction:column;gap:24px}.cart-drawer-wrapper .item-row{display:flex;align-items:flex-start;gap:24px;padding-bottom:24px;border-bottom:1px solid #D8D8D8;border-radius:3px}.cart-drawer-wrapper .item-left{flex:0 0 112px}.cart-drawer-wrapper .item-left img{width:100%;height:100%;object-fit:cover;border-radius:3px;aspect-ratio:2 / 1.199}.cart-drawer-wrapper .cd-var{font-size:12px;line-height:19px;display:block;margin-bottom:2px}.cart-drawer-wrapper .cd-item-title{font-size:16px;font-weight:700;line-height:24px;padding-bottom:0;margin:0 0 2px}.cart-drawer-wrapper .cd-item-title a{text-decoration:none;color:initial}.cart-drawer-wrapper .cd-price:has(.compare-price){display:flex;align-items:center;gap:5px}.cart-drawer-wrapper .cd-price span{font-size:16px;font-weight:700;line-height:24px;color:var(--color-black)}.cart-drawer-wrapper .cd-price span.compare-price{text-decoration:line-through;font-size:12px;font-weight:400;line-height:19px;color:#767676}.cart-drawer-wrapper .cd-stock li{color:var(--color-success);font-size:14px;line-height:22px;padding-left:11px;position:relative}.cart-drawer-wrapper .cd-stock li:before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;width:6px;height:6px;border-radius:100%;background:var(--color-success)}.cart-drawer-wrapper .cd-stock li.false{color:var(--color-orange)}.cart-drawer-wrapper .cd-stock li.false:before{background:var(--color-orange)}.cart-drawer-wrapper .cd-qty-wrap{padding:18px 0 0;display:flex;align-items:center;gap:16px}.cart-drawer-wrapper .cd-qty-wrap p{font-size:16px;font-weight:700;line-height:24px;padding-bottom:10px}.cart-drawer-wrapper .ci_qtybox{position:relative;border:1px solid #D8D8D8;border-radius:3px;height:40px;max-width:max-content;align-items:center;list-style:none;padding:2px 30px 2px 11px;margin:0;display:flex}.cart-drawer-wrapper .ci_input{max-width:30px;min-width:20px;text-align:left;font-size:var(--body-text-large);font-weight:700;border:none;padding:0;background:transparent}.cart-drawer-wrapper .ci_btn{position:absolute;right:4px;background:#e2e2e2;border-radius:3px;overflow:hidden}.cart-drawer-wrapper .ci_btn.ci_minus{bottom:3.7px}.cart-drawer-wrapper .ci_btn.ci_plus{top:3.7px}.cart-drawer-wrapper .ci_btn a{display:flex;align-items:center;justify-content:center;transition:.33s ease;padding:3px 2px}.cart-drawer-wrapper .ci_btn:hover{background:#ececec}.cart-drawer-wrapper .ci_btn svg{color:var(--color-disabled)}.cart-drawer-wrapper .item-right{flex:1 1 auto}.cart-drawer-wrapper .cart_qty{border:0;width:100%;padding:0}.cart-drawer-wrapper .unit-label-text{margin-right:8px;color:#090302}.cart-drawer-wrapper .cd-item-btm{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.cart-drawer-wrapper .cd-item-btm p{font-size:16px;line-height:24px;margin:0;font-weight:700}.cart-drawer-wrapper .item-remove{width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:100%;background:#d8d8d8}.cart-drawer-wrapper .item-remove svg{width:10px;height:10px}.cart-drawer-wrapper .sticky-m-checkout{position:sticky;bottom:0;left:0;width:100%;background:#fff;border-top:1px solid var(--color-search-category-background);padding:24px 32px;display:flex;flex-direction:column;gap:5px;box-shadow:0 -2px 8px #2b2b2a14;z-index:999}.cart-drawer-wrapper .cd-total-wrap{display:flex;justify-content:space-between;gap:10px;padding-bottom:5px}.cart-drawer-wrapper .cd-subtotal{font-size:16px;font-weight:700;line-height:24px;margin:0;display:flex;flex-direction:column}.cart-drawer-wrapper .cd-subtotal span{font-weight:400;font-size:14px;line-height:22px}.cart-drawer-wrapper .update-total{font-size:20px;font-weight:700;line-height:28px;margin:0}.cart-drawer-wrapper .cd-view-btn{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;line-height:22px}.cart-drawer-wrapper .cd-view-btn span{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.cart-drawer-wrapper:has(.empty-drawer){display:flex;flex-direction:column}.cart-drawer-wrapper .empty-drawer{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px}.cart-drawer-wrapper .empty-drawer .button{display:flex;align-items:center;gap:16px;padding:13px 27px}.cart-drawer-wrapper .cart-ordernote-btn{display:inline-block;text-decoration:underline;cursor:pointer}.cart-drawer-wrapper .cart-ordernote.hide-drawer-note{display:none}.cart-drawer-wrapper .cart-ordernote-btn+.cart-ordernote .form-field{max-width:100%}.cart-drawer-wrapper .cart-checkout-button.button-secondary{margin-top:11px;padding:12px 20px;font-size:16px;line-height:24px;border-radius:3px}.cart-drawer-wrapper .cd-view-btn.button-primary{text-align:center;padding:12px 20px;font-size:16px;line-height:24px;border-radius:3px}.cart-drawer-wrapper .sticky-m-checkout .cart-ordernote-heading{margin:0 0 10px}.cart-drawer-wrapper .cd-item-totalprice{flex:1;justify-content:flex-end}.cart-drawer-wrapper .item-right .cd-item-sku{margin:0;font-size:12px;line-height:19px}.cart-drawer-wrapper .cd-price .unit-label-text{font-size:12px;font-weight:400;line-height:19px;color:#484848}.cart-complementary-products{margin-top:24px;margin-bottom:52px}.cart-complementary-products .cart-complementary-title{font-size:20px;line-height:28px;font-weight:600;margin-bottom:8px}.cart-complementary-products .complementary-item{display:grid;grid-template-columns:80px 1fr 54px;align-items:center;gap:8px;padding:12px;background:#f6f6f6;border-radius:10px;margin-right:8px}.cart-complementary-products .comp-image img{width:80px;height:80px;object-fit:cover;border-radius:3px}.cart-complementary-products .comp-code{font-size:12px;color:#777;margin-bottom:5px}.cart-complementary-products .comp-code{font-size:14px;line-height:22px;margin-bottom:4px}.cart-complementary-products .comp-title{font-size:16px;font-weight:700}.cart-complementary-products .comp-price{font-size:16px;line-height:24px;font-weight:700;margin-top:4px}.cart-complementary-products .comp-add-btn{background:#ef4f11;color:#fff;border:0;padding:8px 16px;border-radius:3px;cursor:pointer;font-weight:700;font-size:12px;line-height:19px}.cart-complementary-products .comp-add-btn:hover{background:#d94d1d}.cart-complementary-products .comp-info{padding-left:8px;max-width:166px}.cart-complementary-products .comp-add{display:flex;justify-content:end;height:100%;flex-direction:column}.cart-complementary-products .complementary-slider .flickity-button.flickity-prev-next-button{position:absolute;top:-22px;right:0;left:auto;width:24px;height:24px;background:#ef4f11;opacity:1;display:flex;align-items:center;justify-content:center}.cart-complementary-products .complementary-slider .flickity-button.flickity-prev-next-button.previous{right:30px}.cart-complementary-products .complementary-slider .flickity-button.flickity-prev-next-button .flickity-button-icon{width:10px;height:10px;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff}.cart-complementary-products .complementary-slider .flickity-button.flickity-prev-next-button[disabled]{background:#f5f5f5}.cart-complementary-products .complementary-slider .flickity-button.flickity-prev-next-button[disabled] .flickity-button-icon{color:#d8d8d8}.complementary-slider:after{background:linear-gradient(270deg,#fff .1%,#fff0 81.96%);width:70px;height:100%;content:"";position:absolute;right:0;top:0;z-index:1}.empty-drawer h4.h6{margin:0}@media only screen and (max-width:679px){.cart-drawer-wrapper .cd-head{padding:24px 20px}.cart-drawer-wrapper .cd-left{padding:25px 20px}.cart-drawer-wrapper .cd-price span{font-size:14px;line-height:22px}.cart-drawer-wrapper .cd-qty-wrap{padding-top:16px}.cart-drawer-wrapper .cd-item-btm p{font-size:14px;line-height:22px}.cart-complementary-products .cart-complementary-title{font-size:18px;line-height:26px}.cart-drawer-wrapper .sticky-m-checkout{padding:24px 20px}.cart-drawer-wrapper .cd-subtotal{font-size:14px;line-height:22px}.cart-drawer-wrapper .update-total{font-size:18px;line-height:26px}.cart-drawer-wrapper .cart-checkout-button.button-secondary{font-size:14px;line-height:22px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cart-drawer.css.map */
