@keyframes shineSweep{0%{left:-100%}20%{left:100%}to{left:100%}}@keyframes itemFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes pulseGlow{0%{box-shadow:0 0 #1d8a7466}70%{box-shadow:0 0 0 10px #1d8a7400}to{box-shadow:0 0 #1d8a7400}}.custom-cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:2147483647;visibility:hidden;transition:visibility .5s ease;font-family:inherit}.custom-cart-drawer.is-open{visibility:visible}.custom-cart-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .5s ease}.custom-cart-drawer.is-open .custom-cart-drawer__overlay{opacity:1}.custom-cart-drawer__inner{position:absolute;top:0;right:0;width:100%;max-width:440px;height:100%;background-color:#fdfbf7;color:#2c2c2c;box-shadow:-10px 0 30px #00000014;transform:translate(100%);transition:transform .5s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column}.custom-cart-drawer.is-open .custom-cart-drawer__inner{transform:translate(0)}.custom-cart-drawer__body::-webkit-scrollbar{width:6px}.custom-cart-drawer__body::-webkit-scrollbar-track{background:transparent}.custom-cart-drawer__body::-webkit-scrollbar-thumb{background:#dcdcdc;border-radius:10px}.custom-cart-drawer__body::-webkit-scrollbar-thumb:hover{background:silver}.custom-cart-drawer__header{padding:24px;border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center;background:#fff;z-index:10}.custom-cart-drawer__title{margin:0;font-size:15px;letter-spacing:1.5px;font-weight:800;text-transform:uppercase;color:#1a1a1a}.custom-cart-drawer__close{background:none;border:none;cursor:pointer;color:#2c2c2c;padding:4px;transition:transform .3s ease}.custom-cart-drawer__close:hover{transform:rotate(90deg);color:#1d8a74}.custom-cart-drawer__body{flex:1;overflow-y:auto;display:flex;flex-direction:column;overflow-x:hidden}.custom-cart-drawer__empty{padding:60px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;color:#888}.custom-cart-drawer__empty svg{animation:gentleFloat 4s ease-in-out infinite;color:#dcdcdc}.custom-cart-drawer__items{padding:24px}.custom-cart-drawer__item{display:flex;gap:16px;margin-bottom:20px;padding:16px;background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000008;border:1px solid rgba(0,0,0,.02);opacity:0;animation:itemFadeIn .6s cubic-bezier(.2,.8,.2,1) forwards}.custom-cart-drawer__item:nth-child(1){animation-delay:.1s}.custom-cart-drawer__item:nth-child(2){animation-delay:.2s}.custom-cart-drawer__item:nth-child(3){animation-delay:.3s}.custom-cart-drawer__item:nth-child(4){animation-delay:.4s}.custom-cart-drawer__item-image img{width:85px;height:100px;border-radius:8px;object-fit:cover;border:1px solid rgba(0,0,0,.03)}.custom-cart-drawer__item-details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.custom-cart-drawer__item-title-row{display:flex;justify-content:space-between;align-items:flex-start}.custom-cart-drawer__item-title{font-weight:700;text-decoration:none;color:#2c2c2c;font-size:14px;line-height:1.3;transition:color .2s}.custom-cart-drawer__item-title:hover{color:#1d8a74}.custom-cart-drawer__badge{background-color:#1d8a74;color:#fff;font-size:9px;padding:4px 8px;border-radius:20px;font-weight:700;letter-spacing:.5px;animation:pulseGlow 2s infinite}.custom-cart-drawer__item-variant{font-size:12px;color:#888;margin:4px 0 12px}.custom-cart-drawer__item-price-row{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto}.custom-cart-drawer__qty-selector{display:inline-flex;border:1px solid #e5e5e5;border-radius:20px;height:32px;align-items:center;background:#faf9f6;transition:border-color .3s}.custom-cart-drawer__qty-selector:hover{border-color:#1d8a74}.custom-cart-drawer__qty-selector button{background:transparent;border:none;width:32px;cursor:pointer;color:#2c2c2c;font-size:16px;transition:color .2s}.custom-cart-drawer__qty-selector button:hover{color:#1d8a74}.custom-cart-drawer__qty-selector input{width:30px;text-align:center;border:none;background:transparent;font-size:13px;font-weight:600;padding:0;color:#1a1a1a;pointer-events:none}.custom-cart-drawer__qty-static{font-size:13px;color:#666;font-weight:600}.custom-cart-drawer__remove{background:none;border:none;color:#a0a0a0;font-size:11px;text-decoration:underline;cursor:pointer;padding:0;margin-top:8px;text-align:left;transition:color .2s}.custom-cart-drawer__remove:hover{color:#ff4d4f}.custom-cart-drawer__price{font-weight:800;font-size:14px;color:#1a1a1a}.custom-cart-drawer__price--free{color:#1d8a74;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.custom-cart-drawer__rewards{background-color:#fff;border:1px solid rgba(0,0,0,.05);border-radius:12px;padding:20px;margin:0 24px 24px;box-shadow:0 4px 20px #00000008}.free-gift-rewards__message{font-size:13px;font-weight:700;text-align:center;margin:0 0 20px;color:#333}.free-gift-rewards__progress-container{position:relative;width:100%;padding:0 16px 28px;box-sizing:border-box}.free-gift-rewards__progress-bar{position:relative;height:8px;background-color:#f0f0f0;border-radius:10px;width:100%;box-shadow:inset 0 1px 3px #0000000d}.free-gift-rewards__progress-fill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#1d8a74,#29ad93,#1d8a74);background-size:200% 100%;border-radius:10px;transition:width .8s cubic-bezier(.2,.8,.2,1);width:0%}.free-gift-rewards__milestone{position:absolute;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}.free-gift-rewards__dot{width:14px;height:14px;background-color:#fff;border:3px solid #e0e0e0;border-radius:50%;z-index:2;transition:all .4s ease}.free-gift-rewards__milestone.is-reached .free-gift-rewards__dot{border-color:#1d8a74;background-color:#1d8a74;box-shadow:0 0 10px #1d8a7466}.free-gift-rewards__label{position:absolute;top:20px;font-size:9px;font-weight:800;color:#999;white-space:nowrap;left:50%;transform:translate(-50%);letter-spacing:.5px;transition:color .4s ease}.free-gift-rewards__milestone.is-reached .free-gift-rewards__label{color:#1d8a74}.free-gift-rewards__milestone--gift .free-gift-rewards__label{left:auto;right:-12px;transform:none}.free-gift-rewards__selector{margin-top:20px;padding-top:20px;border-top:1px dashed rgba(0,0,0,.08);animation:itemFadeIn .5s ease forwards}.free-gift-rewards__selector-title{text-align:center;font-size:13px;font-weight:800;color:#1d8a74;margin:0 0 16px}.free-gift-rewards__grid{display:flex;gap:10px;justify-content:center}.free-gift-rewards__card{flex:1;border:1px solid rgba(0,0,0,.05);border-radius:8px;padding:10px;text-align:center;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:space-between;transition:all .3s ease;box-shadow:0 2px 8px #00000005}.free-gift-rewards__card:hover{border-color:#1d8a74;box-shadow:0 4px 12px #1d8a741a;transform:translateY(-2px)}.free-gift-rewards__card img{width:100%;height:auto;max-width:60px;margin-bottom:10px;border-radius:6px;mix-blend-mode:multiply}.free-gift-rewards__card-title{font-size:10px;line-height:1.3;color:#333;margin-bottom:12px;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.free-gift-rewards__add-btn{background-color:#fff;color:#1d8a74;border:1px solid #1d8a74;padding:6px 12px;font-size:10px;border-radius:20px;cursor:pointer;font-weight:800;width:100%;text-transform:uppercase;transition:all .3s}.free-gift-rewards__add-btn:hover{background-color:#1d8a74;color:#fff}.free-gift-rewards__unlocked{margin-top:20px;border-top:1px dashed rgba(0,0,0,.08);background:#1d8a740a;border-radius:8px;padding:16px;border:1px solid rgba(29,138,116,.1);animation:itemFadeIn .5s ease forwards}.free-gift-rewards__unlocked-content{display:flex;align-items:center;gap:12px}.free-gift-rewards__gift-icon{font-size:18px;color:#fff;background:#1d8a74;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;box-shadow:0 2px 8px #1d8a744d}.free-gift-rewards__gift-title{font-size:11px;font-weight:800;color:#1d8a74;margin:0;text-transform:uppercase;letter-spacing:.5px}.free-gift-rewards__gift-name{font-size:13px;font-weight:600;color:#333;margin:2px 0 0}.custom-cart-drawer__footer{padding:24px;background:#fff;box-shadow:0 -4px 20px #00000008;z-index:10;position:relative}.custom-cart-drawer__note textarea{width:100%;border:1px solid #e5e5e5;border-radius:8px;padding:12px;font-family:inherit;margin-top:8px;resize:none;font-size:13px;background:#faf9f6;transition:border-color .3s}.custom-cart-drawer__note textarea:focus{outline:none;border-color:#1d8a74;background:#fff}.custom-cart-drawer__note label{font-size:13px;font-weight:700;color:#333}.custom-cart-drawer__subtotal-row{display:flex;justify-content:space-between;align-items:center;margin:20px 0 8px;font-weight:600;font-size:14px;color:#555}.custom-cart-drawer__shipping-row{display:flex;justify-content:space-between;align-items:center;margin:0 0 16px;font-weight:600;font-size:14px;color:#555}.custom-cart-drawer__total-row{display:flex;justify-content:space-between;align-items:center;padding-top:16px;margin-bottom:24px;border-top:1px dashed rgba(0,0,0,.1);font-weight:900;font-size:20px;color:#1a1a1a}.custom-cart-drawer__btn{display:block;width:100%;padding:18px;text-align:center;text-decoration:none;font-weight:800;border-radius:8px;cursor:pointer;border:none;font-size:14px;letter-spacing:1px;transition:all .3s ease;position:relative;overflow:hidden}.custom-cart-drawer__btn--solid{background-color:#1d8a74;color:#fff;box-shadow:0 4px 15px #1d8a7440}.custom-cart-drawer__btn--solid:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,#fff0,#ffffff4d,#fff0);transform:skew(-25deg);animation:shineSweep 4s infinite}.custom-cart-drawer__btn--solid:hover{background-color:#166e5c;box-shadow:0 6px 20px #1d8a7466;transform:translateY(-2px)}.custom-cart-drawer__view-cart{display:block;text-align:center;margin-top:16px;font-size:13px;font-weight:600;color:#888;text-decoration:underline;transition:color .2s}.custom-cart-drawer__view-cart:hover{color:#1d8a74}
/*# sourceMappingURL=/cdn/shop/t/14/assets/cart-drawer.css.map */
