/* ACE CART DRAWER V1 START */
body.ace-cart-drawer-open { overflow: hidden; }
.ace-cart-drawer[hidden] { display: none !important; }
.ace-cart-drawer { position: fixed; inset: 0; z-index: 10020; font-family: inherit; }
.ace-cart-drawer-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(2, 7, 5, .72); opacity: 0; cursor: default; transition: opacity .24s ease; }
.ace-cart-drawer-panel { position: absolute; top: 0; right: 0; width: min(430px, 100vw); height: 100%; display: flex; flex-direction: column; background: #f8faf8; color: #07110b; box-shadow: -24px 0 70px rgba(0, 0, 0, .34); transform: translateX(100%); transition: transform .24s ease; outline: 0; }
.ace-cart-drawer.is-open .ace-cart-drawer-backdrop { opacity: 1; }
.ace-cart-drawer.is-open .ace-cart-drawer-panel { transform: translateX(0); }
.ace-cart-drawer-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; background: #07110b; color: #fff; border-bottom: 3px solid #eaff00; }
.ace-cart-drawer-header h2 { margin: 0; color: #fff; font-size: 22px; font-weight: 900; line-height: 1.2; }
.ace-cart-drawer-close { width: 42px; height: 42px; flex: 0 0 42px; padding: 0; border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; background: rgba(255, 255, 255, .08); color: #fff; font-size: 30px; font-weight: 400; line-height: 36px; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.ace-cart-drawer-close:hover, .ace-cart-drawer-close:focus-visible { border-color: #eaff00; background: #eaff00; color: #07110b; outline: 0; }
.ace-cart-drawer-content { min-height: 0; flex: 1 1 auto; overflow-y: auto; padding: 20px 22px 28px; }
.ace-cart-drawer-items { display: grid; gap: 14px; }
.ace-cart-drawer-item { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 14px; align-items: center; padding: 12px; border: 1px solid #dce4de; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(7, 17, 11, .06); }
.ace-cart-drawer-item-image { width: 86px; height: 86px; display: grid; place-items: center; overflow: hidden; border-radius: 12px; background: #f2f5f3; color: #07110b; font-size: 13px; font-weight: 900; text-decoration: none; }
.ace-cart-drawer-item-image img { width: 100%; height: 100%; display: block; object-fit: contain; }
.ace-cart-drawer-item-details { min-width: 0; }
.ace-cart-drawer-item-name { display: -webkit-box; overflow: hidden; color: #07110b; font-size: 14px; font-weight: 800; line-height: 1.35; text-decoration: none; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ace-cart-drawer-item-name:hover, .ace-cart-drawer-item-name:focus-visible { color: #3c5700; text-decoration: underline; }
.ace-cart-drawer-item-meta { margin-top: 7px; color: #5f6d64; font-size: 12px; font-weight: 700; }
.ace-cart-drawer-item-price { margin-top: 5px; color: #07110b; font-size: 15px; font-weight: 900; }
.ace-cart-drawer-more { margin: 13px 0 0; color: #5f6d64; font-size: 12px; text-align: center; }
.ace-cart-drawer-summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; padding: 18px; border-radius: 16px; background: #07110b; color: #fff; }
.ace-cart-drawer-summary span { font-size: 14px; font-weight: 700; }
.ace-cart-drawer-summary strong { color: #eaff00; font-size: 20px; font-weight: 900; text-align: right; }
.ace-cart-drawer-actions { display: grid; gap: 10px; margin-top: 14px; }
.ace-cart-drawer-viewcart, .ace-cart-drawer-checkout, .ace-cart-drawer-continue { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 12px 18px; border-radius: 12px; font-size: 14px; font-weight: 900; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; }
.ace-cart-drawer-viewcart { border: 2px solid #07110b; background: #fff; color: #07110b; }
.ace-cart-drawer-checkout, .ace-cart-drawer-continue { border: 2px solid #eaff00; background: #eaff00; color: #07110b; box-shadow: 0 10px 24px rgba(190, 215, 0, .24); }
.ace-cart-drawer-viewcart:hover, .ace-cart-drawer-viewcart:focus-visible { background: #07110b; color: #fff; text-decoration: none; outline: 0; }
.ace-cart-drawer-checkout:hover, .ace-cart-drawer-checkout:focus-visible, .ace-cart-drawer-continue:hover, .ace-cart-drawer-continue:focus-visible { border-color: #07110b; background: #07110b; color: #fff; text-decoration: none; outline: 0; }
.ace-cart-drawer-empty { min-height: calc(100vh - 150px); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px 10px; text-align: center; }
.ace-cart-drawer-empty-icon { width: 82px; height: 82px; display: grid; place-items: center; margin-bottom: 18px; border: 2px solid #eaff00; border-radius: 50%; background: #07110b; font-size: 34px; box-shadow: 0 12px 28px rgba(7, 17, 11, .2); }
.ace-cart-drawer-empty strong { color: #07110b; font-size: 21px; font-weight: 900; }
.ace-cart-drawer-empty p { max-width: 310px; margin: 10px auto 20px; color: #5f6d64; font-size: 14px; line-height: 1.55; }
.ace-cart-drawer-continue { width: min(100%, 280px); }
@media (max-width: 480px) {
    .ace-cart-drawer-panel { width: 100vw; }
    .ace-cart-drawer-header { min-height: 68px; padding: 14px 16px; }
    .ace-cart-drawer-header h2 { font-size: 19px; }
    .ace-cart-drawer-content { padding: 16px; }
    .ace-cart-drawer-item { grid-template-columns: 74px minmax(0, 1fr); gap: 11px; padding: 10px; }
    .ace-cart-drawer-item-image { width: 74px; height: 74px; }
    .ace-cart-drawer-summary { padding: 15px; }
    .ace-cart-drawer-summary strong { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
    .ace-cart-drawer-backdrop, .ace-cart-drawer-panel, .ace-cart-drawer-close { transition: none; }
}
/* ACE CART DRAWER V1 END */
