.cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;min-height:100svh;background:#0009;z-index:99999;display:flex;justify-content:flex-end;transition:opacity .3s ease-in-out;font-family:Helvetica,sans-serif;visibility:hidden;pointer-events:none;opacity:0;overflow:hidden;transform:translateZ(0);will-change:transform;isolation:isolate;touch-action:none;-webkit-overflow-scrolling:touch}.cart-drawer--active{opacity:1;visibility:visible;pointer-events:all;touch-action:none}.cart-drawer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:-1;touch-action:none}body.cart-drawer-open{position:fixed!important;overflow:hidden!important;width:100%!important;top:0!important;left:0!important;right:0!important;height:100%!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:none!important;touch-action:none!important}.cart-drawer-box{width:90%;max-width:600px;height:100vh;height:100dvh;min-height:100svh;background:#fff;box-shadow:-2px 0 10px #0003;display:flex;flex-direction:column;position:relative;transform:translate(100%);transition:transform .3s ease-in-out;overflow:hidden}@supports (height: 100svh){.cart-drawer,.cart-drawer-box{height:100svh}}@supports (height: 100dvh){.cart-drawer,.cart-drawer-box{height:100dvh;min-height:100dvh}}.cart-drawer--active .cart-drawer-box{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:5px 0 5px 15px;font-size:20px;font-weight:700;border-bottom:1px solid #e0e0e0;flex-shrink:0;background:#fff;z-index:11;height:60px}.cart-drawer-header h2{margin:0;color:#2e4c22;font-size:24px;letter-spacing:2px;line-height:1;display:flex;align-items:center;height:100%}.cart-drawer-header-right{display:flex;align-items:center;gap:8px;height:100%}.cart-drawer-header-right-items{font-size:14px;color:#2e4c22;margin-top:0;margin-right:-30px;display:flex;align-items:center;height:100%}.cart-drawer-header-right-close{font-size:45px;color:#2e4c22;background:none;border:none;cursor:pointer;padding:3px 15px 0 0;line-height:.8;display:flex;align-items:flex-start;justify-content:flex-end;width:80px;height:100%;font-weight:100;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin-top:0}.cart-drawer-header-right-close:hover{color:#8b0000}.cart-drawer-form{height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden}.cart-drawer-items{height:calc(100svh - 140px);padding:15px;padding-bottom:var(--cart-checkout-height, 180px);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.cart-drawer-items::-webkit-scrollbar{display:none}.cart-drawer-item{display:flex;margin-bottom:10px;padding:10px;border-bottom:1px solid #e0e0e0;min-height:min-content;position:relative}.cart-drawer-item:last-child{margin-bottom:0;border-bottom:none}.cart-drawer-item-image img{width:160px;height:200px;object-fit:cover;border-radius:0}.cart-drawer-item-main{flex:1;margin-left:12px;padding-right:30px}.cart-drawer-item-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px;position:relative;width:100%}.cart-drawer-item-info{flex:1;margin-right:15px}.cart-drawer-item-info h3{font-size:18px;color:#2e4c22;margin:0 0 5px}.cart-drawer-item-variant{font-size:14px;color:#2e4c22;display:block;margin-bottom:8px}.cart-drawer-item-price-group{min-width:80px;display:flex;flex-direction:column;align-items:flex-end;text-align:right;position:absolute;right:0;top:0;padding-right:8px;margin-left:0;margin-top:2px}.cart-drawer-item-price{font-size:18px;font-weight:700;color:#2e4c22}.cart-drawer-item-price-original{font-size:15px;color:#8b0000;text-decoration:line-through;display:block}.cart-drawer-item-price-discounted{font-size:18px;font-weight:700;color:#2e4c22;display:block}.cart-drawer-item-discount-badge{background:#2e4c22;color:#fff;padding:4px 8px;border-radius:999px;font-size:12px;margin-top:4px;display:inline-block;font-weight:500;letter-spacing:.5px}.cart-drawer-quantity-selector{display:flex;align-items:center;margin-top:10px}.quantity-controls{display:flex;align-items:center;background:#f5f5f5;border-radius:999px;padding:0 2px;width:fit-content;border:1px solid #2E4C22;height:34px}.cart-drawer-quantity-selector button{width:26px;height:26px;border:none;background:transparent;border-radius:0;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;color:#2e4c22;transition:background .2s,color .2s;padding:0;margin:0;line-height:1}.cart-drawer-quantity-selector button:hover:not(:disabled){background:transparent;color:#2e4c22;border-radius:0}.cart-drawer-quantity-selector button:disabled{opacity:.5;cursor:not-allowed}.cart-drawer-quantity-selector input{width:28px;text-align:center;border:none;background:transparent;font-size:16px;color:#2e4c22;padding:0 2px;margin:0 1px;-moz-appearance:textfield;line-height:1}.cart-drawer-quantity-selector input::-webkit-outer-spin-button,.cart-drawer-quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.max-quantity-message{font-size:12px;color:#8b0000;margin-top:16px;font-style:italic}.cart-drawer-item-remove{background:none;border:none;color:#2e4c22;font-size:15px;text-decoration:underline;cursor:pointer;margin-left:10px;padding:0 4px;transition:color .2s;height:34px;display:flex;align-items:center;margin-top:6px}.cart-drawer-item-remove:hover{color:#8b0000;text-decoration:underline}.cart-drawer-footer{padding:15px;background:#f8f8f8;border-top:1px solid #e0e0e0;position:absolute;bottom:0;left:0;right:0;width:100%;max-width:none;z-index:999;box-sizing:border-box;margin:0}.cart-drawer-footer-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.cart-drawer-footer-row h3{font-size:16px;font-weight:700;margin:0;color:#2e4c22}.cart-drawer-footer-row span{color:#2e4c22;font-weight:700}.cart-drawer-button{width:100%;padding:12px;font-size:18px;color:#fff;background:#2e4c22;border:none;border-radius:999px;cursor:pointer;transition:background .3s ease-in-out;display:block;text-align:center;margin:0 auto}.cart-drawer-button:hover{background:#1c3415}.cart-drawer-empty{text-align:center;font-size:16px;color:#2e4c22;margin:auto;padding:40px 20px}@media(max-width:768px){.cart-drawer-box{width:100%}.cart-drawer-footer{position:absolute;width:100%;max-width:none;padding:15px 10px}.cart-drawer-button{font-size:16px;padding:12px}.cart-drawer-item{padding:10px 0}.cart-drawer-item-image{margin-left:-10px}.cart-drawer-item-image img{width:120px;height:160px}.cart-drawer-item-main{margin-left:15px;padding-right:5px}.cart-drawer-item-top{flex-direction:column}.cart-drawer-item-price-group{text-align:left;margin-top:8px}.cart-drawer-item-bottom{flex-wrap:wrap;gap:10px}.cart-drawer-quantity-selector{margin-top:10px}.max-quantity-message{font-size:11px}}.loading{position:relative;pointer-events:none}.loading:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffb3;z-index:10}.cart-drawer-footer.loading span,.cart-drawer-footer.loading .cart-drawer-button{opacity:.5}@keyframes loading-pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.loading:after{animation:loading-pulse 1s infinite}.cart-drawer-item-title>div[style*="display: flex"]{align-items:center!important}.cart-drawer-item-meta{margin:4px 0 8px;font-size:14px;line-height:1.4}.cart-drawer-item-meta-label{font-weight:700;color:#2e4c22}.cart-drawer-item-meta-value{font-weight:400;color:#2e4c22}.cart-drawer-item-meta-label+.cart-drawer-item-meta-value+br{line-height:2.2;content:" ";display:block;margin-bottom:4px}.cart-drawer-quantity-selector-minus{margin-top:-2px}.cart-drawer-free-gift{border:1px dashed #2E4C22;border-radius:0;padding:8px 15px;background:#fff;margin:0 0 5px;text-align:center}.cart-drawer-free-gift-message{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:0;padding:0;background:none;border-radius:0;text-align:center;justify-content:center}.cart-drawer-free-gift-message p{margin:0;font-weight:700;color:#2e4c22;font-size:18px;text-transform:uppercase;letter-spacing:.5px;text-align:center;line-height:1.2}.cart-drawer-free-gift-icon{font-size:24px}.cart-drawer-free-gift-item{border-radius:8px;margin-bottom:0;background:#fff;position:relative;z-index:2}.cart-drawer-free-gift-item .cart-drawer-item-image{width:160px;height:200px;overflow:hidden}.cart-drawer-free-gift-item .cart-drawer-item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer-free-gift-item .cart-drawer-item-meta-label,.cart-drawer-free-gift-item .cart-drawer-item-price{color:#1b365d;font-weight:600}.scrunchie-color-options{display:flex;gap:8px;margin-top:8px}.scrunchie-color-option{width:40px;height:40px;padding:0;border:2px solid #e0e0e0;background:none;cursor:pointer;transition:border-color .2s;display:flex;align-items:center;justify-content:center}.scrunchie-color-option img{width:100%;height:100%;object-fit:cover}.scrunchie-color-option:hover{border-color:#1b365d}.scrunchie-color-option.active{border-color:#1b365d;border-width:2px}.cart-drawer-free-gift-button{display:inline-block;padding:10px 24px;background-color:#2e4c22;color:#fff;text-decoration:none;border-radius:50px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;transition:all .3s ease;border:2px solid #2E4C22;font-size:14px;margin:0}.cart-drawer-free-gift-button:hover{background-color:#fff;color:#2e4c22}.cart-drawer .cart-drawer-overlay-checkout{position:fixed!important;bottom:0!important;left:0;right:0;z-index:100000;background:#f9f8f4;padding:16px 22px;border-top:1px solid #2e4c22;box-shadow:0 -2px 8px #0000000f;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;width:100%!important;max-width:600px;margin-left:auto;margin-right:0;--cart-checkout-height: 180px}.cart-drawer .cart-drawer-overlay-checkout .cart-drawer-overlay-row{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:12px!important;text-transform:uppercase!important;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-weight:700!important;letter-spacing:.4px!important;color:#2e4c22!important}.cart-drawer .cart-drawer-overlay-checkout .cart-drawer-overlay-row h3{margin:0!important;font-size:15px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.4px!important;color:#2e4c22!important}.cart-drawer .cart-drawer-overlay-checkout .cart-drawer-overlay-row span{font-size:17px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.4px!important;color:#2e4c22!important}.cart-drawer .cart-drawer-overlay-checkout .cart-drawer-overlay-button,.cart-drawer .cart-drawer-overlay-checkout .cart-drawer-overlay-button:visited,.cart-drawer .cart-drawer-overlay-checkout .cart-drawer-overlay-button:active,.cart-drawer .cart-drawer-overlay-checkout .cart-drawer-overlay-button:focus{all:unset!important;display:block!important;width:100%!important;background-color:#2e4c22!important;color:#fff!important;text-align:center!important;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-weight:700!important;text-transform:uppercase!important;font-size:16px!important;border-radius:100px!important;padding:12px 0!important;cursor:pointer!important;transition:background-color .2s ease,transform .1s ease!important;z-index:99999!important}.cart-drawer .cart-drawer-overlay-checkout .cart-drawer-overlay-button:hover{background-color:#1c3415!important;transform:translateY(-1px)!important}@supports (padding-bottom: env(safe-area-inset-bottom)){.cart-drawer .cart-drawer-overlay-checkout{padding-bottom:calc(24px + env(safe-area-inset-bottom))!important}}@media(max-width:768px){.cart-drawer{height:100vh;height:100dvh;height:100svh;min-height:100vh;min-height:100dvh;min-height:100svh}.cart-drawer-box{height:100vh;height:100dvh;height:100svh}.cart-drawer--active{height:100vh;height:100dvh;height:100svh;min-height:100vh;min-height:100dvh;min-height:100svh}}.cart-drawer--active{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;height:100dvh!important;z-index:99999!important}
/*# sourceMappingURL=/cdn/shop/t/15/assets/cart-drawer.css.map */
