.sg-cart-drawer{position:fixed;top:0;right:0;width:100vw;height:100vh;height:100dvh;z-index:10000;display:flex;justify-content:flex-end;pointer-events:none;visibility:hidden;transition:visibility .4s ease}.sg-cart-drawer.is-active{pointer-events:auto;visibility:visible}#sg-overlay{display:block!important;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;z-index:9999;cursor:pointer;pointer-events:none}#sg-overlay.is-active{opacity:1;visibility:visible;pointer-events:auto}.sg-cart-drawer__inner{position:relative;width:100%;max-width:var(--sg-drawer-width, 450px);height:100%;max-height:100dvh;background:var(--sg-drawer-bg, #ffffff);z-index:2;transform:translate(100%);transition:transform .25s cubic-bezier(.25,.46,.45,.94);will-change:transform;display:flex;flex-direction:column;box-shadow:-5px 0 30px #0000001a}.sg-cart-drawer.is-active .sg-cart-drawer__inner{transform:translate(0)}.sg-cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 20px;flex-shrink:0}.sg-cart-drawer__title{margin:0;font-size:var(--sg-title-size, 20px);color:var(--sg-text-color, #000)}.sg-cart-drawer__close{background:none;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;color:#666}.sg-cart-drawer__close:hover{opacity:.7}.sg-cart-drawer__close svg{width:14px;height:14px;stroke-width:1.5px}#cart-progress-wrapper{flex-shrink:0}.sg-cart-drawer__items-wrapper{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0;display:flex;flex-direction:column}.sg-cart-item{display:flex;gap:15px;position:relative;padding:24px;border-bottom:1px solid #eeeeee}.sg-cart-item__image{width:80px;height:80px;object-fit:cover;border-radius:4px}.sg-cart-item__details{flex:1;display:flex;flex-direction:column}.sg-cart-item__title{font-size:var(--sg-product-size, 14px);font-weight:600;color:var(--sg-text-color, #000);text-decoration:none;margin-bottom:4px;display:block;line-height:1.4;padding-right:30px}.sg-cart-item__title:hover{text-decoration:underline}.sg-cart-item__variant{font-size:12px;color:#666;margin-bottom:10px}.sg-cart-item__price{font-size:var(--sg-price-size, 14px);color:var(--sg-text-color, #000)}.sg-cart-item__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.sg-cart-item__quantity{display:flex;align-items:center;border:1px solid #ddd;border-radius:20px;height:38px;width:100px;overflow:hidden}.sg-cart-item__qty-btn{background:none;border:none;flex:1;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#000;transition:background .2s}.sg-cart-item__qty-btn:hover{background:#0000000d}.sg-cart-item__qty-input{width:40px;border:none;text-align:center;font-size:14px;font-weight:500;webkit-appearance:none;margin:0;padding:0}.sg-cart-item__qty-input::-webkit-outer-spin-button,.sg-cart-item__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sg-cart-item__remove{background:none;border:none;cursor:pointer;color:#666;position:absolute;top:24px;right:24px;padding:0}.sg-cart-item__remove:hover{color:#ff4d4f}.sg-cart-item__remove svg{width:16px;height:16px}.sg-recommendations{padding:24px;border-top:1px solid #eeeeee;background-color:#f9f9f9}.sg-recommendations__header{font-size:15px;font-weight:700;margin-bottom:20px;color:var(--sg-text-color, #000);text-transform:none;letter-spacing:0}.sg-recommendation-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-top:1px solid rgba(0,0,0,.05)}.sg-recommendation-item:first-child{border-top:none;padding-top:0}.sg-rec-main{display:flex;align-items:center;gap:15px;flex:1}.sg-rec-image-link{flex-shrink:0}.sg-rec-image{width:64px;height:64px;object-fit:cover;border-radius:4px;display:block}.sg-rec-info{display:flex;flex-direction:column;gap:4px}.sg-rec-title{font-size:13px;font-weight:600;line-height:1.4;color:var(--sg-text-color, #000);text-decoration:none}.sg-rec-title:hover{text-decoration:underline}.sg-rec-price{font-size:13px;display:flex;gap:8px;align-items:center}.sg-rec-price--compare{text-decoration:line-through;color:#999}.sg-rec-price--regular{color:var(--sg-text-color, #000);font-weight:500}.sg-rec-add{background:var(--sg-button-bg, #2A2A2A);color:var(--sg-button-text, #fff);border:none;border-radius:20px;padding:8px 24px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0;margin-left:15px}.sg-rec-add:hover{opacity:.9;transform:scale(1.02)}.sg-cart-drawer__footer{padding:24px;background:#fff;border-top:1px solid #eeeeee;flex-shrink:0}.sg-cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.sg-cart-drawer__subtotal-label{font-weight:600;font-size:15px;color:var(--sg-text-color, #000)}.sg-cart-drawer__subtotal-price{font-weight:600;font-size:16px;color:var(--sg-text-color, #000)}.sg-cart-drawer__tax-note{font-size:12px;color:#666;margin-bottom:20px}.sg-cart-drawer__checkout{display:block;width:100%;background:var(--sg-button-bg, #2A2A2A);color:var(--sg-button-text, #fff);text-align:center;text-decoration:none;padding:16px;font-size:15px;font-weight:600;border-radius:var(--sg-button-radius, 8px);margin-bottom:15px;cursor:pointer;border:none;transition:opacity .3s}.sg-cart-drawer__checkout:hover{opacity:.9}.sg-cart-drawer__continue{display:block;text-align:center;text-decoration:none;color:var(--sg-text-color, #000);font-size:14px;font-weight:600}.sg-cart-drawer__continue:hover{text-decoration:underline}.sg-loading{pointer-events:none}.sg-cart-drawer__empty{text-align:center;padding:60px 20px}.sg-cart-drawer__empty p{margin-bottom:20px;color:#666}.sg-cart-drawer__empty .sg-cart-drawer__checkout{margin-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/73/assets/cart-drawer.css.map */
