/* Header cart dropdown, Figma HOME > basket (node 537:28819). */
.ct-header-cart .ct-cart-content{width:509px!important;max-width:calc(100vw - 32px)!important;box-sizing:border-box!important;padding:16px!important;background:var(--zb-black-20,#fff)!important;border:none!important;border-radius:16px!important;box-shadow:0 4px 16px rgba(0,0,0,.2)!important;direction:rtl}
.zb-mini-cart{display:flex;flex-direction:column;color:var(--zb-black-1000,#202020)}
.zb-mc-head{display:flex;align-items:center;justify-content:space-between;padding:12px 0}
.zb-mc-title{font-size:16px;font-weight:500;line-height:28px;color:var(--zb-black-1000,#202020)}
.zb-mc-head-link{display:inline-flex;color:var(--zb-black-1000,#202020)!important}
.zb-mc-list{list-style:none!important;margin:0!important;padding:0!important;max-height:60vh;overflow-y:auto}
.zb-mc-item{display:flex!important;align-items:stretch;gap:16px;margin:0!important;padding:12px 0!important;border-bottom:.5px solid var(--zb-black-100,#daddd5)}
.zb-mc-thumb{flex:0 0 93px;height:120px;display:flex;align-items:center;justify-content:center;padding:6px 0;box-sizing:border-box;border-radius:4px;overflow:hidden}
.zb-mc-thumb img{width:100%!important;height:100%!important;object-fit:contain;margin:0!important;border-radius:4px}
.zb-mc-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:8px}
.zb-mc-name{font-size:14px;font-weight:500;line-height:24px;color:var(--zb-black-1000,#202020)!important;text-decoration:none!important}
.zb-mc-body dl.variation{margin:0;font-size:12px;line-height:20px;color:var(--zb-black-700,#5c5b5e)}
.zb-mc-row{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}
.zb-mc-stepper{display:flex;align-items:center;gap:8px}
.zb-mc-qty-btn{width:32px;height:32px;min-width:32px;padding:0!important;display:inline-flex;align-items:center;justify-content:center;background:var(--zb-pink-50,#ffd8df)!important;color:var(--zb-pink-500,#e5003b)!important;border:none!important;border-radius:4px!important;cursor:pointer}
.zb-mc-qty-btn:hover:not(:disabled){background:var(--zb-pink-100,#ffaebb)!important;color:var(--zb-black-20,#fff)!important}
.zb-mc-qty-btn:focus-visible{outline:2px solid var(--zb-pink-300,#f45170);outline-offset:2px}
.zb-mc-qty-btn:disabled{color:var(--zb-pink-100,#ffaebb)!important;cursor:not-allowed}
.zb-mini-cart.is-loading .zb-mc-qty-btn{pointer-events:none;opacity:.6}
.zb-mc-qty{min-width:20px;text-align:center;font-size:16px;font-weight:500;line-height:28px;color:var(--zb-black-1000,#202020)}
.zb-mc-price{display:flex;flex-direction:column;align-items:flex-end}
.zb-mc-price-top,.zb-mc-new{display:flex;align-items:center;gap:8px}
.zb-mc-new{gap:4px}
.zb-mc-badge{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:32px;box-sizing:border-box;padding:4px;background:var(--zb-red-500,#e5484d);color:var(--zb-black-20,#fff);border-radius:8px;font-size:14px;font-weight:500;line-height:24px}
.zb-mc-old{font-size:14px;font-weight:500;line-height:24px;color:var(--zb-black-700,#5c5b5e);text-decoration:line-through}
.zb-mc-amount{font-size:16px;font-weight:500;line-height:28px;color:var(--zb-black-1000,#202020)}
.zb-mc-currency{font-size:14px;font-weight:500;line-height:24px;color:var(--zb-black-1000,#202020)}
.zb-mc-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0 0}
.zb-mc-total{display:flex;flex-direction:column}
.zb-mc-total-label{font-size:12px;font-weight:500;line-height:24px;color:var(--zb-black-700,#5c5b5e)}
.zb-mc-total-amount,.zb-mc-total-amount .woocommerce-Price-amount{font-size:16px;font-weight:500;line-height:28px;color:var(--zb-black-1000,#202020)}
.zb-mc-checkout{display:inline-flex;align-items:center;justify-content:center;min-width:133px;height:40px;box-sizing:border-box;padding:4px 22px;background:var(--zb-pink-500,#e5003b);color:var(--zb-black-20,#fff)!important;border-radius:12px;font-size:14px;font-weight:500;line-height:24px;text-decoration:none!important}
.zb-mc-checkout:hover{background:var(--zb-pink-100,#ffaebb)}
.zb-mc-checkout:active{background:var(--zb-pink-800,#ae0038)}
.zb-mc-checkout:focus-visible{background:var(--zb-pink-300,#f45170);outline:2px solid var(--zb-pink-300,#f45170);outline-offset:2px}
.zb-mc-empty{margin:0;padding:24px 0;text-align:center;font-size:14px;line-height:24px;color:var(--zb-black-700,#5c5b5e)}
