/* VF STORE — cart system */
.cart-trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:1px solid #d8d8d2;cursor:pointer;transition:.2s}
.cart-trigger:hover{background:#111;color:#fff;border-color:#111}
.cart-trigger svg{width:18px;height:18px;stroke:#111}
.cart-trigger:hover svg{stroke:#fff}
.cart-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;background:#111;color:#fff;font-size:10px;font-weight:700;display:none;align-items:center;justify-content:center;line-height:1;border:2px solid #f7f7f3}
.add-cart-btn{margin-top:14px;display:block;width:100%;text-align:left;background:transparent;color:#111;border:1px solid #111;padding:10px 12px;font-size:12px;font-weight:600;font-family:'Noto Sans Thai',sans-serif;cursor:pointer;transition:.2s}
.add-cart-btn:hover{background:#111;color:#fff}.add-cart-btn:active{transform:scale(.98)}.add-cart-btn.added{background:#6d765f;color:#fff;border-color:#6d765f}
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.42);opacity:0;pointer-events:none;transition:opacity .3s;z-index:90}.cart-overlay.active{opacity:1;pointer-events:auto}
.cart-drawer{position:fixed;top:0;right:0;height:100%;width:100%;max-width:420px;background:#f7f7f3;z-index:100;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .35s;box-shadow:-18px 0 50px -28px rgba(0,0,0,.5)}.cart-drawer.active{transform:translateX(0)}
.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #d8d8d2}.cart-drawer-head h3{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:500;color:#111}
.cart-close{background:none;border:none;font-size:18px;color:#111;cursor:pointer;width:32px;height:32px}.cart-items{flex:1;overflow-y:auto;padding:12px 24px}.cart-empty{color:#777;font-size:14px;text-align:center;padding:50px 10px}
.cart-item{display:flex;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #d8d8d2}.cart-item-img{width:68px;height:84px;overflow:hidden;flex-shrink:0;background:#e9e9e4}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1;min-width:0}.cart-item-code{font-size:11px;color:#777;letter-spacing:1px;margin-bottom:3px}.cart-item-price{font-size:14px;font-weight:700;color:#111;margin-bottom:7px}.cart-item-qty{display:flex;align-items:center;gap:10px;font-size:13px}.cart-item-qty span{min-width:16px;text-align:center;font-weight:600}
.qty-btn{width:24px;height:24px;border:1px solid #d8d8d2;background:#fff;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;color:#111}.qty-btn:hover{background:#111;color:#fff;border-color:#111}
.cart-item-remove{background:none;border:none;color:#999;font-size:13px;cursor:pointer;width:26px;height:26px}.cart-item-remove:hover{color:#111}
.cart-drawer-foot{padding:20px 24px 26px;border-top:1px solid #d8d8d2}.cart-total-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:600;margin-bottom:14px}#cartTotalText{font-size:18px}.cart-checkout-btn{width:100%;text-align:center;border:none!important;background:#e9dfd2!important;color:#171411!important;padding:14px!important;font-family:'Noto Sans Thai',sans-serif!important}
@media(max-width:480px){.cart-drawer{max-width:100%}}
