@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.announcement-bar-section{z-index:3}header{height:77px;padding-top:7.5px;padding-bottom:7.5px;box-sizing:border-box;position:relative}.header-mobile-menu{top:77px;width:100%;position:absolute;background-color:#ead4c1;padding:30px;display:flex;flex-direction:column;gap:20px;box-sizing:border-box;right:100%;transition:.4s}.header-mobile-menu.active{right:0;transition:.4s}.header-mobile-menu a{font-size:18px;color:#f74d25;text-decoration:none}header .page-width{height:100%;display:flex;justify-content:space-between}.header-logo,.header-logo img{height:100%}.header-left{display:flex;align-items:center;gap:30px;flex:1}.header-mobile-hamburger-container{display:none}.header-left a{color:#1a1a1a;font-family:ABCDiatype-Regular-Trial;font-size:16px;font-weight:500;text-decoration:none;text-transform:uppercase}.header-left a:hover{text-decoration:underline}.header-right{display:flex;flex:1;gap:10px;align-items:center;justify-content:flex-end}.header-icon{height:42px;width:42px;background-color:#ede1d4;border-radius:100%;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.header-icon img{height:50%;width:50%}.header-quantity-bubble{position:absolute;height:14px;width:14px;bottom:6px;right:6px;background-color:#121212;border-radius:100%;display:flex;align-items:center;justify-content:center;transition:.4s}.header-quantity-bubble .text{font-size:9px;margin-left:1px}@media screen and (max-width: 900px){.header-left{display:none}.header-mobile-hamburger-container{display:flex;flex:1;align-items:center}.header-mobile-hamburger-container img{width:25px;height:25px}.header-right{gap:7px}.header-icon{height:34px;width:34px}.header-quantity-bubble{bottom:2px;right:2px}}.age-overlay{position:fixed;z-index:10000000;background-color:#ffffffd9;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:5%;box-sizing:border-box;opacity:0;pointer-events:none}.age-overlay.active{opacity:1;pointer-events:unset}.age-popup{width:350px;max-width:100%;padding:20px;box-sizing:border-box;background-color:#f74d26}.age-popup .text{line-height:1.2;text-align:center;color:#fff}.age-overlay .button-container{display:flex;justify-content:center;gap:10px;margin-top:20px}.age-overlay .age-button{width:100px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;border:1px white solid;cursor:pointer;text-decoration:none}.age-overlay .age-button:hover{background-color:#fff;color:#f74d26}.cart-drawer-new{position:fixed;width:100%;height:100%;top:0;left:0;z-index:10000;opacity:0;transition:.4s;pointer-events:none}.cart-drawer-new.active{opacity:1;transition:.4s;pointer-events:unset}.cart-drawer-background{position:absolute;display:block!important;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;z-index:101}.cart-drawer-new .cart-drawer-sidebar{position:absolute;z-index:102;top:0;right:-540px;height:100%;width:540px;background-color:#fff;display:flex;flex-direction:column;transition:.4s;border:1px rgba(18,18,18,.2) solid}.cart-drawer-new.active .cart-drawer-sidebar{transition:.4s;right:0}.cart-drawer-top-bar{height:62px;background-color:#fff;padding:16px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;border-bottom:1px rgba(0,0,0,.5) solid}.cart-drawer-top-bar-text{color:#121212;font-size:24px;font-weight:700;text-transform:uppercase}.cart-drawer-close{height:23px;width:23px;cursor:pointer}.cart-drawer-middle{flex:1;display:block!important;overflow:auto}.cart-drawer-discount-container{padding:10px 50px;background-color:#f74d26;box-sizing:border-box;overflow:hidden}.cart-drawer-discount-text{font-size:19px;font-weight:700;color:#fff;line-height:1.1;text-align:center;text-transform:uppercase}.cart-drawer-discount-progress{display:flex;margin-top:15px;margin-bottom:30px;width:100%;align-items:center}.cart-drawer-discount-bag{height:40px;width:40px;position:relative}.cart-drawer-discount-bag-image{width:100%;height:100%;object-fit:cover}.cart-drawer-discount-bag-text{position:absolute;bottom:-24px;width:200px;text-align:center;left:50%;margin-left:-100px;color:#fff;font-family:Gooper-condensed-regular;font-size:13px;font-weight:600;text-transform:uppercase}.cart-drawer-progress-bar{height:8px;flex:1;background-color:#fff}.cart-drawer-progress-fill{display:block!important;height:100%;width:0;background-color:#f8b54a!important;transition:.4s}.cart-drawer-items-container{margin-top:5px}.cart-drawer-item-row{background-color:#ffedde;height:150px;border-bottom:1px rgba(0,0,0,.5) solid;display:flex}.cart-drawer-item-details{display:flex;flex:1;justify-content:space-between;align-items:center;padding-left:15px;padding-right:30px}.cart-drawer-item-image{height:100%;width:auto;aspect-ratio:1;object-fit:cover}.cart-drawer-item-right{width:100px;display:flex;flex-direction:column;align-items:flex-end}cart-drawer-item-left{flex:1}.cart-drawer-item-title{color:#121212;font-family:Inter,sans-serif;font-size:22px;font-weight:700;text-transform:uppercase;line-height:1.1}.cart-drawer-quantity-container{width:127px;height:40px;margin-top:6px;background-color:#fff;border:1px rgb(18,18,18) solid;display:flex}.cart-drawer-quantity-step{height:100%;width:auto;aspect-ratio:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#121212}.cart-drawer-quantity-number{flex:1;display:flex;align-items:center;justify-content:center}.cart-drawer-quantity-text{color:#121212;font-size:16px}.cart-drawer-quantity-loading{width:15px;height:15px;animation:spin 1.5s linear infinite;display:none}.cart-drawer-item-trash{width:15px;height:15px;cursor:pointer}.cart-drawer-trash-loading{width:15px;height:15px;animation:spin 1.5s linear infinite;display:none}.cart-drawer-item-price{color:#121212;font-family:Gooper-condensed-regular;font-size:25px}.cart-drawer-footer{padding:16px;box-sizing:border-box;border-top:1px rgba(18,18,18,.2) solid}.cart-drawer-review-container{background-color:#ead4c1;padding:16px;box-sizing:border-box}.cart-drawer-review-text{color:#121212;line-height:1.1;font-family:Gooper-condensed-regular;font-size:14px}.cart-drawer-review-bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:5px}.cart-drawer-review-bottom-left{display:flex;flex-direction:column}.cart-drawer-review-stars{color:#121212}.cart-drawer-review-bottom-image{width:55px;height:55px}.cart-drawer-review-name{color:#121212;font-family:pirelli-bold,pirelli-bold-B,pirelli-bold-C;font-size:13px;margin-top:-2px}.cart-drawer-review-customer{color:#121212;font-family:Gooper-condensed-regular;font-size:10px;margin-top:-2px}.cart-drawer-subtotal-container{display:flex;justify-content:space-between;align-items:center;margin-top:7px}.cart-drawer-subtotal-text{color:#121212;font-size:16px;font-weight:700}.cart-drawer-subtotal-amount{color:#121212;font-family:Gooper-condensed-regular;font-size:18px;font-weight:700;display:flex}.cart-drawer-subtotal-discount-amount{color:red;margin-left:10px}.cart-drawer-shipping-container{display:flex;gap:5px;align-items:center;margin-bottom:15px}.cart-drawer-shipping-text{color:#121212;font-family:Gooper-condensed-regular;font-size:12px;font-weight:700;text-transform:uppercase}.cart-drawer-shipping-bar{flex:1;height:28px;border-radius:50px;background-color:#d9d9d9;overflow:hidden;position:relative}.cart-drawer-shipping-bar-fill{display:block!important;height:100%}.cart-drawer-shipping-bar-text{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Gooper-condensed-regular;font-size:18px;font-weight:600;text-transform:uppercase}.cart-drawer-free-shipping-text{color:#121212;font-family:Gooper-condensed-regular;font-size:10.5px}.cart-drawer-bottom-bar-container{display:flex;justify-content:space-between}.cart-drawer-bottom-text-group{display:flex;gap:5px;align-items:center}.cart-drawer-bottom-image{height:15px}.cart-drawer-bottom-text{color:#121212;font-family:Gooper-condensed-regular;font-size:12px}.cart-drawer-checkout-container{overflow:hidden;transition:.4s;height:91.6px}.cart-drawer-checkout-button{border-radius:41px;height:60px;border:1px rgb(18,18,18) solid;background-color:#f74d26;padding-left:30px;padding-right:30px;cursor:pointer;display:flex;align-items:center;justify-content:center}.checkout-button-holder{display:flex;align-items:center;justify-content:space-between;width:100%}.checkout-button-loading{animation:spin 1.5s linear infinite;height:50%;display:none;margin-left:auto;margin-right:auto}.cart-drawer-checkout-text{font-size:20px;color:#fff;text-transform:uppercase;font-weight:700}.cart-drawer-checkout-action-container{width:52px;height:31px;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:100px}.cart-drawer-checkout-action-image{width:18px}.cart-drawer-money-back-guarantee-container{margin-top:5px;margin-bottom:5px;display:flex;justify-content:center;gap:5px;align-items:center}.cart-drawer-money-back-image{height:15px}.cart-drawer-money-back-text{color:#121212;font-family:Gooper-condensed-regular;font-size:12px}@media screen and (max-width: 600px){.cart-drawer-sidebar{max-width:100%}.cart-drawer-discount-container{padding:10px 25px}.cart-drawer-discount-text{font-size:17px}.cart-drawer-discount-bag-text{font-size:10px}.cart-drawer-item-row{height:85px}.cart-drawer-item-title{font-size:13px}.cart-drawer-quantity-container{height:33px;width:102px}.cart-drawer-item-price{font-size:18px}.cart-drawer-review-container{padding:10px}.cart-drawer-shipping-bar-text{font-size:12px}.cart-drawer-checkout-container{height:62.2px}.cart-drawer-checkout-button{height:36px}.cart-drawer-checkout-text{font-size:14px}.cart-drawer-checkout-action-container{width:36px;height:20px}.cart-drawer-checkout-action-image{width:12px}.cart-drawer-money-back-text{font-size:9px}.cart-drawer-bottom-image{height:11px}.cart-drawer-bottom-text{font-size:9px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/header-new.css.map */
