.custom-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;width:100%;height:100%;background:#000000b3;z-index:99999;display:flex;flex-direction:column;padding:24px;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility 0s linear .2s}.custom-cart-drawer--active{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s ease,visibility 0s}.custom-cart-drawer-box{width:480px;background:#000;border-radius:16px;flex:1;margin-left:auto;display:flex;flex-direction:column;overflow:auto;transition:.2s opacity,.2s transform;opacity:0;transform:translate(40px)}.custom-cart-drawer--active .custom-cart-drawer-box{transform:none;opacity:1}.custom-cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:24px;font-family:SequelSans-Medium,sans-serif;border-bottom:1px solid #2b2b2b}.custom-cart-drawer-header-left{display:flex;align-items:center;gap:10px}.custom-cart-drawer-header-left h2{font-family:SequelSans-Semibold,sans-serif;font-weight:600;font-size:20px;color:#fff;letter-spacing:.5px}.custom-cart-drawer-header-count{background-color:#1a86b1;color:#fff;font-family:SequelSans-Medium,sans-serif;font-size:13px;font-weight:500;padding:2px 10px;border-radius:999px;line-height:1}.custom-cart-drawer-header-close{background:none;border:none;cursor:pointer;color:#fff;padding:4px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.custom-cart-drawer-header-close:hover{opacity:.7}.custom-cart-drawer-form{flex:1;display:flex;flex-direction:column}.custom-cart-drawer-items{padding:24px}.custom-cart-drawer-item{display:flex;align-items:center;border:1px solid #333;border-radius:12px;background:#1c1c1c;overflow:hidden}.custom-cart-drawer-item+.custom-cart-drawer-item{margin-top:12px}.custom-cart-drawer-item-image{width:120px;background:#000}.custom-cart-drawer-item-image img{width:120px;height:120px;object-fit:cover}.custom-cart-drawer-item-main{flex:1;padding:0 24px}.custom-cart-drawer-item-main-flex{display:flex;align-items:center;gap:20px}.custom-cart-drawer-item-main-flex{align-items:flex-start!important}.custom-cart-drawer-item-main-flex-left{flex:1}.custom-cart-drawer-item-main-flex-left h3{font-family:SequelSans-Medium,sans-serif;font-size:15px;font-weight:500;margin-bottom:4px}.custom-cart-drawer-item-main-flex-left h3 a{color:#fff;text-decoration:none}.custom-cart-drawer-item-main-flex-left span{color:#999;font-family:HelveticaNeue-Light,sans-serif;font-size:13px}.cart-item-price{font-family:SequelSans-Medium,sans-serif;font-size:14px;font-weight:500;color:#fff}.custom-cart-drawer-qty-remove{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin-top:10px}.cart-item-quantity-box{font-family:SequelSans-Medium,sans-serif;font-size:13px;color:#fff;border:1px solid #444;border-radius:4px;padding:4px 8px;background-color:#111}.cart-item-remove{display:inline-block;font-size:13px;background:none;border:none;color:#fff;text-decoration:underline;cursor:pointer;padding:0;font-family:HelveticaNeue-Light,sans-serif}.cart-item-remove:hover{color:#fff}.custom-cart-drawer-quantity-selector{display:inline-flex;border:1px solid #2b2b2b;border-radius:4px;margin-top:10px}.custom-cart-drawer-quantity-selector button{width:28px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;background:transparent;border:none;color:#fff;font-family:SequelSans-Medium,sans-serif}.custom-cart-drawer-quantity-selector input{width:28px;background:transparent;border:none;font-size:13px;color:#fff;text-align:center;line-height:24px;pointer-events:none;font-family:SequelSans-Medium,sans-serif}.custom-cart-drawer-empty{text-align:center;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 32px;gap:0;max-width:340px}.custom-cart-drawer-empty-icon{width:88px;height:88px;border-radius:50%;background:#1a86b114;border:1px solid rgba(26,134,177,.25);display:flex;align-items:center;justify-content:center;color:#1a86b1;margin-bottom:22px}.custom-cart-drawer-empty-title{font-family:SequelSans-Semibold,sans-serif;font-weight:600;font-size:20px;color:#fff;letter-spacing:.3px;margin:0 0 8px}.custom-cart-drawer-empty-sub{font-family:HelveticaNeue-Light,sans-serif;font-weight:300;font-size:14px;color:#999;line-height:1.5;margin:0 0 24px}@keyframes ccdEmptyFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.custom-cart-drawer .custom-cart-drawer-empty.ccd-fading-in{animation:ccdEmptyFadeIn .3s ease forwards}.custom-cart-drawer-box.ccd-removing-state{overflow:hidden!important}.custom-cart-drawer-footer{padding:24px;margin-top:auto;border-top:1px solid #2b2b2b}.custom-cart-drawer-footer-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.custom-cart-drawer-footer-row:last-of-type{margin-bottom:16px}.custom-cart-drawer-footer-row h3{font-family:HelveticaNeue-Light,sans-serif;font-weight:300;color:#aaa;font-size:14px}.custom-cart-drawer-footer-row span{font-family:SequelSans-Medium,sans-serif;font-weight:500;color:#fff;font-size:14px}.cart-drawer-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;font-family:SequelSans-Medium,sans-serif;font-weight:500;background-color:#1a86b1;color:#fff;line-height:46px;font-size:16px;border-radius:8px;border:none;cursor:pointer;transition:transform .2s ease}.cart-drawer-button:hover{transform:scale(1.05)}.bl-icon{width:18px;height:18px;fill:#fff}.custom-cart-drawer-item-main-flex-right{background-color:#000!important;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px;border-radius:8px;gap:6px;width:70px;height:100%}.custom-cart-drawer-item-main-flex-right{align-self:flex-start}.cart-item-quantity-box{width:32px;height:32px;font-size:14px;color:#fff;border:1px solid #444;border-radius:4px;background-color:#000!important;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:500;margin:0 auto;font-family:SequelSans-Medium,sans-serif}.cart-item-remove{font-size:13px;color:#fff;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0;margin-top:2px;text-align:center;font-family:HelveticaNeue-Light,sans-serif}.cart-item-remove:hover{color:#a2a2a2}.custom-cart-drawer-item{background-color:#000!important;border:none!important;border-radius:0!important;box-shadow:none!important;padding:0}@media(max-width:640px){html,body{overflow-x:hidden!important}.custom-cart-drawer{width:100vw!important;max-width:100vw!important;overflow-x:hidden!important;padding:0!important}.custom-cart-drawer-box{width:100vw!important;max-width:100vw!important;box-sizing:border-box;padding:0 16px 24px!important}.custom-cart-drawer-items{padding:24px 0 0!important}.custom-cart-drawer-item{width:100%!important;margin:0 auto 16px;box-sizing:border-box}.custom-cart-drawer-item-main-flex{flex-wrap:wrap;justify-content:space-between;align-items:center}.custom-cart-drawer-item-main-flex-left{max-width:70%;flex:1}.custom-cart-drawer-item-main-flex-right{max-width:30%;display:flex;align-items:center;justify-content:flex-end;gap:8px}.cart-item-quantity-box,.cart-item-remove{font-size:13px!important}.cart-item-quantity-box{padding:4px 8px;text-align:center;min-width:30px}.cart-item-remove{white-space:nowrap}.custom-cart-drawer-item-image,.custom-cart-drawer-item-image img{width:102px!important}.custom-cart-drawer-item-image img{height:102px!important}}.custom-cart-drawer{transition:opacity .3s ease;pointer-events:auto}.cart-drawer-closing{opacity:0!important;pointer-events:none}.custom-cart-drawer-box{transition:transform .3s ease,opacity .3s ease;transform:translate(0);opacity:1}.cart-drawer-closing .custom-cart-drawer-box{transform:translate(40px);opacity:0;pointer-events:none}@keyframes cartDrawerFadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes cartDrawerFadeInBox{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.cart-drawer-animate-in{animation:cartDrawerFadeInOverlay .3s ease forwards}.cart-drawer-animate-in .custom-cart-drawer-box{animation:cartDrawerFadeInBox .4s ease forwards}.custom-cart-drawer.cart-drawer-updating{animation:none!important;transition:none!important}.cart-rating{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px}.cart-rating img{height:16px;width:auto;display:block}.cart-rating-text{color:#fff;font-size:13px;font-family:SequelSans-Medium,sans-serif;font-weight:500;letter-spacing:.4px;line-height:1}.list-payment{display:flex;flex-wrap:wrap;justify-content:center;gap:3px;margin-top:8px;padding:0;list-style:none}.list-payment__item svg{width:20px;height:auto}.empty-cart-button{background-color:#1a86b1;color:#fff;padding:10px 20px;border-radius:8px;font-weight:500;font-family:SequelSans-Medium,sans-serif;text-decoration:none;font-size:15px;transition:transform .2s ease}.empty-cart-button:hover{transform:scale(1.04)}.custom-cart-drawer-item-main .price,.custom-cart-drawer-item-main span.price,.custom-cart-drawer-item-main-flex-left .price{letter-spacing:-.04em!important}.cart-item-variant-price{display:flex!important;flex-direction:column!important;gap:2px!important;align-items:flex-start!important;white-space:normal!important}.cart-item-variant-price .variant-title{flex:0 1 auto!important;min-width:0!important}.cart-item-variant-price .bullet-separator{display:none!important}.cart-item-variant-price .price{flex:0 0 auto!important;margin-left:0!important}.custom-cart-drawer-item-image{overflow:visible!important}.custom-cart-drawer-item-image img{border-radius:12px}.cart-freebies{padding:18px 24px 20px;border-top:1px solid #2b2b2b;background:transparent}.cart-freebies-label{display:flex;align-items:center;gap:8px;margin-bottom:14px;flex-wrap:wrap;line-height:1}.cart-freebies-gift-icon{width:18px;height:18px;margin-right:7px;color:#1a86b1;flex-shrink:0;position:relative;top:-2.5px}.cart-freebies-label-main{font-family:SequelSans-Medium,sans-serif;font-weight:500;font-size:14px;text-transform:uppercase;letter-spacing:0;color:#1a86b1;display:inline-flex;align-items:center;line-height:1}.cart-freebies-label-dot{font-size:12px;color:#555;line-height:1;display:inline-flex;align-items:center}.cart-freebies-label-sub{font-family:HelveticaNeue-Light,sans-serif;font-weight:300;font-size:13px;text-transform:none;letter-spacing:0;color:#999;line-height:1;display:inline-flex;align-items:center}.cart-freebies-carousel-wrap{position:relative}.cart-freebies-track{display:flex;gap:14px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding-bottom:4px;scroll-behavior:smooth;scroll-padding-right:40px}.cart-freebies-track::-webkit-scrollbar{display:none}.cart-freebie-item{flex:0 0 calc((100% - 14px * 2.8) / 2.8);max-width:140px;display:flex;flex-direction:column;align-items:center;gap:6px}.cart-freebie-item img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:6px;box-shadow:0 1px 4px #0006;border:1px solid rgba(255,255,255,.06);display:block}.cart-freebie-title{font-family:HelveticaNeue-Light,sans-serif;font-weight:300;font-size:11px;color:#999;text-align:center;line-height:1.3;letter-spacing:.02em}.cart-freebies-arrow{position:absolute;top:50%;transform:translateY(-50%);margin-top:-10px;z-index:2;width:32px;height:32px;border-radius:50%;border:1px solid #ffffff;background:#0d0d0d;color:#fff;font-family:Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:300;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .28s ease,box-shadow .28s ease;backface-visibility:hidden;will-change:transform}.cart-freebies-arrow.is-visible{opacity:.85;pointer-events:auto}.cart-freebies-arrow:hover{opacity:1;transform:translateY(-50%) scale(1.12);box-shadow:0 0 10px #ffffff40}.cart-freebies-arrow-prev{left:-6px}.cart-freebies-arrow-next{right:-6px}@media(max-width:640px){.cart-freebies{padding:14px 16px 16px}.cart-freebie-item{flex:0 0 102px;max-width:102px}.cart-freebies-arrow{display:none}}@keyframes ccdItemFadeOut{0%{opacity:1;max-height:200px;margin-bottom:12px;padding-top:0;padding-bottom:0}40%{opacity:0;max-height:200px;margin-bottom:12px;padding-top:0;padding-bottom:0}to{opacity:0;max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0}}@keyframes ccdFreebiesFadeOut{0%{opacity:1}to{opacity:0}}.custom-cart-drawer .custom-cart-drawer-items{overflow-x:hidden}.custom-cart-drawer .custom-cart-drawer-item.ccd-removing{animation:ccdItemFadeOut .45s ease forwards;pointer-events:none;overflow:hidden}.custom-cart-drawer .cart-freebies.ccd-fading-out{animation:ccdFreebiesFadeOut .3s ease forwards;animation-delay:.15s;pointer-events:none}.custom-cart-drawer .custom-cart-drawer-footer.ccd-fading-out{animation:ccdFreebiesFadeOut .3s ease forwards;animation-delay:.22s;pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/28/assets/custom-cart-drawer.css.map */
