.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:auto;background-color:#fff;z-index:1000;max-width:480px;width:100%;transform:translate(100%);transition:transform .3s ease-in-out}.cart-drawer--open{transform:translate(0)}.cart-drawer__overlay{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:999;opacity:0;transition:opacity .3s ease-in-out;visibility:hidden;pointer-events:none}.cart-drawer--open+.cart-drawer__overlay{opacity:1;visibility:visible;pointer-events:auto}.cart-drawer__container{height:100%;display:flex;flex-direction:column;position:relative;background-color:#fff;overflow:auto}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:8px 20px;color:#fff;background-color:#000;position:sticky;top:0;z-index:1}.cart-drawer__header button{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-drawer__header h2{font-family:Unna;font-weight:400;font-size:24px;line-height:1;letter-spacing:0;margin:0}.cart-drawer__item-count{font-family:Pontano Sans;font-weight:600;font-size:16px;line-height:28px;letter-spacing:0;color:#fff;border:1px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;height:28px;aspect-ratio:1 / 1}.cart-drawer__content{display:flex;flex-direction:column;flex:1;padding:20px 20px 60px}.cart-drawer__items-container{flex:1}.cart-drawer__items{display:flex;flex-direction:column;gap:20px}.cart-drawer__item{display:flex}.cart-drawer__item-info{display:flex;flex-direction:column;width:100%}.cart-drawer__item-image{width:88px;height:110px;overflow:hidden;border-radius:8px;margin-right:16px;flex-shrink:0}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-title{flex:1;display:flex;justify-content:space-between;align-items:center;font-family:Unna;font-weight:400;font-size:20px;line-height:1;letter-spacing:0;margin-bottom:4px}.cart-drawer__applied-options{flex:1;margin:0 0 16px;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:8px}.cart-drawer__applied-options li{font-family:Pontano Sans;font-weight:500;font-size:14px;line-height:18px;letter-spacing:0;text-transform:capitalize}.cart-drawer__qty-price{display:flex;align-items:center;gap:8px}.cart-drawer__qty-price quantity-selector{margin-right:8px}.cart-drawer__qty-price .product-price{margin-bottom:0}.cart-drawer__qty-price .product-price--sale,.cart-drawer__qty-price .product-price--regular{font-size:18px}.cart-drawer__footer{position:sticky;bottom:0;padding:20px 20px 32px;border-top:1px solid #d7d7d7;background-color:#fff}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-family:Pontano Sans;font-weight:600;font-size:16px;line-height:28px;letter-spacing:0}.cart-drawer__subtotal .product-price{margin-bottom:0}.cart-drawer__subtotal .product-price--sale{font-size:18px;color:#000;margin-bottom:0}.cart-drawer__checkout-button{width:100%;font-family:Pontano Sans;font-weight:700;font-size:16px;line-height:1;letter-spacing:0;text-transform:uppercase;border-radius:100px;background-color:#c68415;color:#fff;display:block;padding:13px 26px;text-align:center;margin-bottom:16px}.cart-drawer__checkout-button:hover{background-color:#b37313;color:#fff}.cart-drawer__continue-shopping{width:100%;font-family:Pontano Sans;font-weight:500;font-style:Medium;font-size:16px;line-height:24px;letter-spacing:0;text-transform:capitalize;text-decoration:underline;text-decoration-style:solid;background-color:transparent;color:#383838;display:block;padding:0;margin:0;text-align:center}.cart-drawer__free-product{display:flex;align-items:center;gap:12px;margin-top:12px;margin-bottom:28px;padding:8px;border-radius:16px;border:1px solid #38383833}.cart-drawer__free-product-image{width:76px;height:66px}.cart-drawer__free-product-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.cart-drawer__free-product .buy-buttons button[type=submit]{font-size:12px;padding:6px 18px;background-color:#000;font-family:Pontano Sans;font-weight:700;font-size:16px;line-height:1;letter-spacing:0;color:#fff;border-radius:100px;text-transform:capitalize}.cart-drawer__free-product .buy-buttons button[type=submit]:disabled{background-color:#d7d7d7;cursor:default}.cart-drawer__free-product-title{font-family:Unna;font-weight:700;font-size:16px;line-height:22px;letter-spacing:0;text-transform:capitalize;margin-bottom:8px}.cart-drawer__free-product-description{font-family:Pontano Sans;font-weight:500;font-size:13px;line-height:16px;letter-spacing:0;text-transform:capitalize;color:#383838}.cart-drawer__free-shipping-progress-bar{padding:20px 20px 0}.cart-drawer__free-shipping-progress-bar-title{font-family:Pontano Sans;font-weight:500;font-size:16px;line-height:24px;letter-spacing:0;margin-bottom:8px}.cart-drawer__free-shipping-progress-bar-container{position:relative;background-color:#f5f5f5;height:5px;width:calc(100% - 24px);margin:20px 0 30px;border-radius:100px}.cart-drawer__free-shipping-progress-bar-state{position:absolute;top:0;left:0;height:100%;width:0;background-color:#000;max-width:100%;transition:width .3s ease-in-out;border-radius:100px}.cart-drawer__free-shipping-progress-bar-icon{position:absolute;right:0;top:50%;transform:translateY(-50%);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;color:#000;transition:background-color .3s .15s ease-in-out,color .3s .15s ease-in-out}.cart-drawer__free-shipping-progress-bar-text{position:absolute;right:-24px;top:calc(100% + 18px);width:74px;height:24px;color:#000;font-family:Pontano Sans;font-weight:500;font-size:12px;line-height:12px;letter-spacing:0;text-align:center;vertical-align:middle}.cart-drawer__free-shipping-progress-bar-icon--filled{color:#fff;background-color:#000}.cart-drawer__upsell-products{padding:30px 0 0;margin-top:auto}.cart-drawer__upsell-products-title{font-family:Unna;font-weight:400;font-size:20px;line-height:1;letter-spacing:0;color:#000;margin-bottom:16px}.cart-drawer__upsell-products-container{display:flex;gap:8px;justify-content:center}.cart-drawer__upsell-product{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:8px;padding-bottom:8px;background-color:#f3f3f3;border-radius:4px}.cart-drawer__upsell-product-image{width:90px;height:90px;margin:0 8px 10px}.cart-drawer__upsell-product-image img{border-radius:8px;width:100%;height:100%;object-fit:cover}.cart-drawer__upsell-product-title{width:90px;min-width:0;margin:0 auto}.cart-drawer__upsell-product-title a{display:block;width:100%;height:1lh;overflow:hidden;text-overflow:ellipsis;font-family:Unna;font-weight:700;font-size:14px;line-height:18px;letter-spacing:0;text-align:center;text-transform:capitalize;text-decoration:none;color:#000;margin-bottom:4px}.cart-drawer__upsell-product-price{font-family:Pontano Sans;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;text-align:center;vertical-align:middle;text-transform:capitalize;color:#383838;margin-bottom:10px}.cart-drawer__upsell-product-action{width:100%}.cart-drawer__upsell-product-action .buy-buttons button[type=submit]{display:block;font-family:Pontano Sans;font-weight:400;font-size:14px;line-height:1;letter-spacing:0;border:1px solid #c68415;background-color:transparent;border-radius:100px;padding:7px 14px;margin:0 auto;width:calc(100% - 6px);text-align:center;text-transform:capitalize;color:#000;transition:background-color .3s ease-in-out}.cart-drawer__upsell-product-action .buy-buttons button[type=submit]:not(:disabled):hover{background-color:#c6841524}.cart-drawer__upsell-product-action .buy-buttons button[type=submit]:disabled{opacity:.6;cursor:default}.cart-drawer__upsell-product-action .desktop{display:none}.cart-drawer__empty{text-align:center}.cart-drawer__newsletter{margin-top:28px;margin-bottom:28px}.cart-drawer__newsletter.hidden{display:none}.cart-drawer__newsletter label{display:inline-flex;align-items:center;gap:16px;font-family:Unna;font-weight:400;font-size:20px;line-height:1;letter-spacing:0}.cart-drawer__newsletter label strong{font-weight:700}.cart-drawer__newsletter-checkbox{accent-color:#000000;width:18px!important;height:18px!important}.cart-drawer__newsletter .klaviyo-form{display:none}.cart-drawer__newsletter:has(.cart-drawer__newsletter-checkbox:checked) .klaviyo-form{display:block}@media screen and (min-width: 768px){.cart-drawer__upsell-product-action .desktop{display:inline}.cart-drawer__upsell-product-action .mobile{display:none}.cart-drawer__upsell-product-title{width:110px}.cart-drawer__upsell-product-title a{font-size:16px;line-height:22px}.cart-drawer__upsell-product{padding-top:16px;padding-bottom:16px}.cart-drawer__upsell-product-image{margin:0 16px 10px}.cart-drawer__upsell-product-image{width:110px;height:110px}.cart-drawer__free-product{gap:20px;padding:16px}.cart-drawer__free-product-image{width:100px;height:86px}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/component-cart-drawer.css.map */
