.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none;opacity:0;transition:opacity .3s ease}.cart-drawer.is-open{pointer-events:auto;opacity:1}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080}.cart-drawer__container{position:absolute;right:0;top:0;bottom:0;width:100%;max-width:400px;background-color:var(--color-background);transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow:hidden}.cart-drawer.is-open .cart-drawer__container{transform:translate(0)}.cart-drawer__header{position:relative;padding:1.5rem;border-bottom:1px solid var(--color-border);text-align:center;background:#000000f2;opacity:1;z-index:2}.cart-drawer__header h2{margin:0;font-size:1.25rem}.cart-drawer__close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--color-foreground-secondary);border-radius:4px;transition:all .2s ease;z-index:10}.cart-drawer__close:hover{background-color:var(--color-background-secondary, #f5f5f5);color:#000}.cart-drawer__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow-y:auto;padding:5.7rem 1.5rem 12rem}.cart-drawer__items{list-style:none;padding:0;margin:0}.cart-drawer__item{padding:0;margin-bottom:1rem}.cart-drawer__item:last-child{margin-bottom:0}.cart-drawer__item-header{display:flex;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:.75rem}.cart-drawer__item-backdrop{padding:16px 18px;background:#caa7eb0d;border:1px solid rgba(202,167,235,.2);border-radius:12px;width:100%}.cart-drawer__item-body{display:grid;grid-template-columns:120px 1fr;gap:16px;align-items:start}.cart-drawer__item-image{position:relative;width:120px;height:120px;border-radius:8px;overflow:hidden;background-color:var(--color-background-secondary, #f5f5f5);display:flex;align-items:center;justify-content:center}.cart-drawer__item-image img{width:100%;height:100%;object-fit:contain}.cart-drawer__item-details{display:flex;flex-direction:column;gap:.75rem;padding-top:0}.cart-item__no-naloxone-banner{position:absolute;top:4px;left:4px;right:4px;z-index:2;display:block;padding:2px 4px;background:gold;color:#000;font-size:8px;font-weight:600;border-radius:3px;border:1px solid #FFA500;text-align:center;line-height:1.1;box-shadow:0 1px 2px #0000004d;width:auto}.cart-drawer__item-title{font-size:1rem;font-weight:600;margin:0;line-height:1.4;flex:1;padding-right:.5rem}.cart-drawer__item-variant-info{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:8px}.cart-variant-item{font-size:10px;font-weight:600;color:var(--color-foreground-secondary);text-transform:uppercase;letter-spacing:.5px}.cart-drawer__item-price-row{display:flex;align-items:center;justify-content:flex-start;margin-top:8px}.cart-drawer__item-price-container{display:flex;align-items:center;gap:8px;line-height:1}.cart-drawer__item-price-label{font-size:10px;font-weight:600;color:var(--color-foreground-secondary);text-transform:uppercase;letter-spacing:.5px;line-height:1}.cart-drawer__item-price-container .price-value{font-size:14px;font-weight:600;color:#caa7eb;line-height:1}.price-loading-spinner{display:inline-block;width:12px;height:12px;margin-left:6px;border:2px solid rgba(202,167,235,.3);border-radius:50%;border-top-color:#caa7eb;animation:price-spinner .8s linear infinite;vertical-align:middle}@keyframes price-spinner{to{transform:rotate(360deg)}}.cart-drawer__item-title a{text-decoration:none;color:var(--color-foreground)}.cart-drawer__item-title a:hover{text-decoration:underline}.cart-drawer__item-details .quantity-selector{display:flex;align-items:center;width:160px;flex-shrink:0}.cart-drawer__item-original-price{display:block;color:var(--color-foreground-secondary);font-size:.875rem;font-weight:400;margin-top:.25rem}.cart-drawer__item-remove{background:none;border:none;cursor:pointer;color:var(--color-foreground-secondary);padding:.25rem;border-radius:4px;transition:all .2s ease}.cart-drawer__item-remove:hover{background-color:var(--color-background-secondary, #f5f5f5);color:#000}.cart-drawer__empty{text-align:center;padding:3rem 0}.cart-drawer__footer{position:relative;border-top:1px solid var(--color-border);padding:1rem 1.5rem;background:#0d0f14;opacity:.96;display:flex;flex-direction:column;gap:.5rem;z-index:2}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:700;padding:.5rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.cart-drawer__taxes{font-size:.75rem;color:var(--color-foreground-secondary);text-align:center;margin:0}.cart-drawer__buttons{display:flex;flex-direction:column;gap:.5rem}.cart-drawer__checkout{width:100%;padding:12px 24px;text-align:center;text-decoration:none;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;margin:0;background:#caa7eb;color:#000;position:relative;overflow:hidden;min-height:52px;line-height:1}.cart-drawer__checkout:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.cart-drawer__checkout:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.cart-drawer__checkout:hover{background:#b897d8;transform:translateY(-2px);box-shadow:0 10px 30px #caa7eb4d}.cart-drawer__checkout:hover:before{left:100%}.cart-drawer__checkout:hover:after{width:300px;height:300px}.cart-drawer__checkout:active{transform:scale(.98)}.button{cursor:pointer}[data-theme=light] .cart-drawer__item-backdrop{background:#caa7eb14;border:1px solid rgba(202,167,235,.25)}@media (prefers-color-scheme: light){.cart-drawer__item-remove:hover{color:var(--color-foreground)}.cart-drawer__item-backdrop{background:#caa7eb14;border:1px solid rgba(202,167,235,.25)}.cart-drawer__item-details .qty-input{background-color:#00000014!important}}@media (max-width: 425px){.cart-drawer__container{max-width:100%}.cart-drawer__header{padding:1rem 1.5rem}.cart-drawer__content{padding:1rem 1.5rem;overflow-x:hidden}.cart-drawer__footer{padding:.75rem 1.25rem}.cart-drawer__item{padding:1rem 0}.cart-drawer__item-top{grid-template-columns:60px 1fr 30px;gap:.75rem}.cart-drawer__item-image{width:60px;height:60px;flex-shrink:0}.cart-drawer__item-details{gap:.5rem;min-width:0;overflow:hidden}.cart-drawer__item-bottom{flex-direction:column;align-items:flex-start;gap:.75rem}.cart-drawer__item-quantity-wrapper,.cart-drawer__item-price-wrapper{width:100%;justify-content:space-between}.cart-drawer__item-details .quantity-selector{max-width:120px}.cart-drawer__item-details .qty-controls{height:32px}.cart-drawer__item-details .qty-btn{width:44px;height:44px;font-size:.875rem}.cart-drawer__item-details .qty-input{width:clamp(28px,6vw,32px);height:clamp(28px,6vw,32px);font-size:clamp(.75rem,2vw,.875rem);line-height:1.2}.cart-drawer__checkout{padding:.875rem 1rem}.cart-drawer__item-remove{padding:.5rem;margin:-.5rem -.5rem 0 0}}@media (max-width: 768px){.cart-drawer{width:100%;max-width:100%}.cart-drawer__container{width:90%;max-width:400px;right:0}.cart-drawer__header{padding:1.25rem}.cart-drawer__header h2{font-size:20px}.cart-drawer__close{top:.75rem;right:.75rem;padding:.5rem}.cart-drawer__content{position:absolute;top:4.5rem;bottom:10rem;left:0;right:0;padding:1rem 1.5rem;overflow-y:auto;overflow-x:hidden}.cart-drawer__item-body{display:grid;grid-template-columns:120px 1fr;gap:16px;align-items:start;width:100%;padding-bottom:4px}.cart-drawer__item-image{width:120px;height:120px;flex-shrink:0}.cart-drawer__item-details{display:flex;flex-direction:column;align-items:stretch;gap:10px;width:100%;padding:0}.cart-drawer__item-details .quantity-selector{width:100%;max-width:140px;margin:0}.cart-drawer__item-details .qty-controls{display:flex;justify-content:space-between;width:100%}.cart-drawer__item-details .qty-btn{width:44px;height:44px;flex-shrink:0}.cart-drawer__item-details .qty-input{flex:1;text-align:center;min-width:60px;background-color:#ffffff14!important}.cart-drawer__item-variant-info{gap:8px;margin-bottom:6px}.cart-variant-item,.cart-drawer__item-price-label{font-size:9px}.cart-drawer__item-price-container .price-value{font-size:12px}.cart-drawer__item-price-container{gap:6px}.cart-item__no-naloxone-banner{align-self:flex-start;margin:4px 0}.cart-drawer__footer{position:absolute;bottom:0;left:0;right:0;z-index:10;padding:1rem 1.5rem}.cart-item{padding:1rem;gap:12px}.cart-item__image{width:80px;height:80px}.cart-item__info h3{font-size:14px;line-height:1.3}.cart-item__info p{font-size:12px}.cart-item__price{font-size:14px}.cart-item__quantity{gap:8px}.cart-item__quantity-btn{min-width:44px;min-height:44px;font-size:16px}.cart-item__quantity-value{font-size:14px;min-width:30px}.cart-drawer__subtotal{font-size:.9rem;padding:.4rem 0}.cart-drawer__taxes{font-size:.7rem;margin:0}.cart-drawer__checkout{padding:10px 20px;font-size:14px}.cart-empty{padding:2rem 1rem}.cart-empty h3{font-size:18px}.cart-empty p{font-size:14px}}@media (max-width: 375px){.cart-drawer__item-top{grid-template-columns:50px 1fr 24px;gap:.5rem}.cart-drawer__item-image{width:50px;height:50px}.cart-drawer__item-title{font-size:.8125rem}.cart-drawer__item-details .qty-btn{width:20px;font-size:.75rem}.cart-drawer__item-details .qty-input{width:clamp(24px,5vw,28px);height:clamp(24px,5vw,28px);font-size:clamp(.625rem,1.5vw,.75rem)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/cart-drawer.css.map */
