/* Zeynab Custom Changes v1.6 — unified responsive Elementor header widget */
.zcc-elementor-header-actions{
    --zcc-eha-accent:#ff7a00;
    --zcc-eha-soft:#f5f6f8;
    --zcc-eha-icon:#344054;
    --zcc-eha-text:#111827;
    --zcc-eha-muted:#667085;
    --zcc-eha-border:#eaecf0;
    --zcc-eha-radius:10px;
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:8px;
    direction:rtl;
    font-family:inherit;
    line-height:1;
    max-width:100%;
}
.zcc-elementor-header-actions,.zcc-elementor-header-actions *{box-sizing:border-box}
.elementor-widget-zcc-header-actions,.elementor-widget-zcc-header-actions>.elementor-widget-container{overflow:visible!important}

.zcc-eha-account{
    display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;
    min-height:46px!important;padding:0 15px!important;margin:0!important;white-space:nowrap!important;
    border:1.5px solid var(--zcc-eha-accent)!important;border-radius:var(--zcc-eha-radius)!important;
    background:#fff!important;color:var(--zcc-eha-accent)!important;text-decoration:none!important;box-shadow:none!important;
    transition:background-color .16s ease,transform .16s ease,border-color .16s ease!important;
}
.zcc-eha-account:hover{background:#fff7ef!important;color:var(--zcc-eha-accent)!important;transform:translateY(-1px)}
.zcc-eha-account__text{font-size:13px!important;font-weight:800!important;line-height:1.45!important;color:inherit!important}
.zcc-eha-account__icon{display:inline-flex!important;width:18px!important;height:18px!important;color:inherit!important;flex:0 0 auto!important}
.zcc-eha-account__icon svg,.zcc-eha-cart svg{display:block;width:100%;height:100%}

.zcc-eha-cart-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}
.zcc-eha-cart{
    position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
    width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;padding:0!important;margin:0!important;
    border:1px solid #eceff3!important;border-radius:var(--zcc-eha-radius)!important;background:var(--zcc-eha-soft)!important;
    color:var(--zcc-eha-icon)!important;box-shadow:none!important;cursor:pointer!important;
    transition:background-color .16s ease,border-color .16s ease,transform .16s ease!important;
}
.zcc-eha-cart:hover,.zcc-eha-cart[aria-expanded="true"]{background:#eef0f3!important;border-color:#e3e7ec!important;transform:translateY(-1px)}
.zcc-eha-cart svg{width:20px!important;height:20px!important}
.zcc-eha-cart-count{
    position:absolute!important;top:-7px!important;right:-7px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
    min-width:20px!important;height:20px!important;padding:0 5px!important;border:2px solid #fff!important;border-radius:999px!important;
    background:#ef233c!important;color:#fff!important;font-size:10px!important;font-weight:800!important;line-height:1!important;font-family:inherit!important;z-index:4!important;
}
.zcc-eha-cart-count.is-empty{display:none!important}

/* Popup is positioned by JS from the exact horizontal center of the cart trigger. */
.zcc-eha-mini-cart{
    position:fixed!important;z-index:9999999!important;width:370px!important;max-width:calc(100vw - 24px)!important;
    visibility:hidden!important;opacity:0!important;pointer-events:none!important;
    transform:translate(-50%,8px) scale(.99)!important;transform-origin:top center!important;
    transition:opacity .15s ease,transform .15s ease,visibility .15s ease!important;
}
.zcc-eha-cart-wrap.is-open .zcc-eha-mini-cart{visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:translate(-50%,0) scale(1)!important}
.zcc-eha-mini-cart:before{
    content:"";position:absolute;top:-6px;left:50%;width:12px;height:12px;background:#fff;border-left:1px solid #edf0f3;border-top:1px solid #edf0f3;
    transform:translateX(-50%) rotate(45deg);z-index:2;
}
.zcc-eha-mini-cart__content{direction:rtl!important;overflow:hidden!important;background:#fff!important;border:1px solid #edf0f3!important;border-radius:18px!important;box-shadow:0 20px 55px rgba(17,24,39,.16)!important;color:var(--zcc-eha-text)!important}

.zcc-cartbox__head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:18px 18px 14px!important;border-bottom:1px solid #f0f1f3!important;background:#fff!important}
.zcc-cartbox__head-main{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important}
.zcc-cartbox__head-icon{display:none!important}
.zcc-cartbox__head-main>div{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}
.zcc-cartbox__title{margin:0!important;color:#101828!important;font-size:15px!important;font-weight:900!important;line-height:1.5!important}
.zcc-cartbox__count{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:38px!important;height:28px!important;padding:0 10px!important;border-radius:999px!important;background:#f7f8fa!important;color:#98a2b3!important;font-size:10.5px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important}
.zcc-cartbox__close{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:30px!important;padding:0!important;margin:0!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#98a2b3!important;box-shadow:none!important;cursor:pointer!important}
.zcc-cartbox__close:hover{background:#f5f6f8!important;color:#344054!important}.zcc-cartbox__close svg{width:16px!important;height:16px!important}

.zcc-cartbox__items{display:flex!important;flex-direction:column!important;max-height:min(48vh,345px)!important;margin:0!important;padding:0 16px!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:thin!important}
.zcc-cart-item{position:relative!important;display:grid!important;grid-template-columns:58px minmax(0,1fr) 34px!important;grid-template-areas:"thumb info remove"!important;align-items:center!important;column-gap:10px!important;min-height:82px!important;padding:11px 0!important;margin:0!important;border:0!important;border-bottom:1px solid #f0f1f3!important;background:#fff!important;box-shadow:none!important}
.zcc-cart-item:last-child{border-bottom:0!important}
.zcc-cart-item__thumb{grid-area:thumb!important;display:flex!important;align-items:center!important;justify-content:center!important;width:58px!important;height:58px!important;padding:4px!important;border:1px solid #edf0f3!important;border-radius:12px!important;background:#fafafa!important;overflow:hidden!important;text-decoration:none!important}
.zcc-cart-item__thumb img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;margin:0!important;padding:0!important;object-fit:contain!important;border:0!important;border-radius:8px!important;box-shadow:none!important}
.zcc-cart-item__info{grid-area:info!important;display:flex!important;flex-direction:column!important;gap:4px!important;min-width:0!important;text-align:right!important;overflow:hidden!important}
.zcc-cart-item__name{display:-webkit-box!important;overflow:hidden!important;margin:0!important;padding:0!important;color:#101828!important;font-size:11.5px!important;font-weight:800!important;line-height:1.65!important;text-decoration:none!important;white-space:normal!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;word-break:break-word!important}
.zcc-cart-item__meta{margin:-1px 0 0!important;color:#98a2b3!important;font-size:9.5px!important;line-height:1.5!important;overflow:hidden!important}
.zcc-cart-item__meta dl,.zcc-cart-item__meta p{display:flex!important;flex-wrap:wrap!important;gap:2px 5px!important;margin:0!important;padding:0!important}.zcc-cart-item__meta dt,.zcc-cart-item__meta dd{margin:0!important;padding:0!important;float:none!important;color:inherit!important;font-size:inherit!important;line-height:inherit!important}
.zcc-cart-item__price{display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;padding:3px 7px!important;border-radius:7px!important;background:#f7f8fa!important;color:#667085!important;font-size:10px!important;font-weight:700!important;line-height:1.45!important;white-space:nowrap!important}
.zcc-cart-item__price .amount{color:#344054!important;font-size:10px!important;font-weight:900!important}
.zcc-cart-item__remove.remove_from_cart_button{grid-area:remove!important;position:static!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;margin:0!important;padding:0!important;border:1px solid #ffd76a!important;border-radius:10px!important;background:#fff7d8!important;color:#9a6b00!important;font-size:0!important;line-height:1!important;text-decoration:none!important;box-shadow:none!important;transition:transform .14s ease,background-color .14s ease!important}
.zcc-cart-item__remove.remove_from_cart_button:hover{background:#ffeaa2!important;color:#6f4e00!important;transform:scale(1.04)!important}.zcc-cart-item__remove svg{width:15px!important;height:15px!important;pointer-events:none!important}

.zcc-cartbox__summary{padding:14px 16px 16px!important;background:#fff!important;border-top:1px solid #f0f1f3!important}
.zcc-cartbox__subtotal{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin:0 0 12px!important;color:#667085!important;font-size:11px!important;line-height:1.6!important}
.zcc-cartbox__subtotal-label{font-weight:600!important}.zcc-cartbox__subtotal-value{color:#ff681a!important;font-size:12.5px!important;font-weight:900!important;white-space:nowrap!important}
.zcc-cartbox__actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
.zcc-cartbox__action{display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:0 10px!important;border:1px solid #e4e7ec!important;border-radius:11px!important;background:#fff!important;color:#344054!important;font-size:11px!important;font-weight:800!important;line-height:1.4!important;text-decoration:none!important;box-shadow:none!important}
.zcc-cartbox__action:hover{background:#f9fafb!important;color:#101828!important}.zcc-cartbox__action--primary{border-color:var(--zcc-eha-accent)!important;background:var(--zcc-eha-accent)!important;color:#fff!important}.zcc-cartbox__action--primary:hover{filter:brightness(.98);color:#fff!important}

.zcc-cartbox__empty{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-height:200px!important;padding:34px 22px 30px!important;text-align:center!important;background:#fff!important}
.zcc-cartbox__empty-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:52px!important;height:52px!important;border-radius:16px!important;background:#fff1e8!important;color:#111827!important;margin-bottom:16px!important}.zcc-cartbox__empty-icon svg{width:25px!important;height:25px!important}
.zcc-cartbox__empty-title{margin:0 0 8px!important;color:#344054!important;font-size:13px!important;font-weight:900!important;line-height:1.7!important}.zcc-cartbox__empty-text{margin:0!important;color:#98a2b3!important;font-size:10.5px!important;font-weight:500!important;line-height:1.8!important}
.zcc-cartbox__empty+.zcc-cartbox__summary{border-top:1px solid #f0f1f3!important}

@media(max-width:767px){
    .zcc-elementor-header-actions{gap:6px}
    .zcc-eha-account{min-height:42px!important;padding:0 11px!important;gap:6px!important}.zcc-eha-account__text{font-size:11.5px!important}.zcc-eha-account__icon{width:16px!important;height:16px!important}
    .zcc-eha-cart{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important}.zcc-eha-cart svg{width:18px!important;height:18px!important}.zcc-eha-cart-count{top:-6px!important;right:-6px!important}
    .zcc-eha-mini-cart{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;left:50vw!important;top:auto!important;bottom:10px!important;transform:translate(-50%,12px) scale(.99)!important}
    .zcc-eha-cart-wrap.is-open .zcc-eha-mini-cart{transform:translate(-50%,0) scale(1)!important}
    .zcc-eha-mini-cart:before{display:none!important}
    .zcc-eha-mini-cart__content{border-radius:20px!important;max-height:calc(100vh - 20px)!important;display:flex!important;flex-direction:column!important}.zcc-cartbox__items{max-height:48vh!important}
}
@media(max-width:390px){.zcc-eha-account__text{max-width:90px;overflow:hidden;text-overflow:ellipsis}.zcc-cartbox__actions{grid-template-columns:1fr!important}}
/* v1.6 finishing alignment */
.zcc-cartbox__head-main{width:100%!important;justify-content:space-between!important}
.zcc-cartbox__head-main>div{width:100%!important;justify-content:space-between!important}
.zcc-cartbox__close{display:none!important}
.zcc-cartbox__actions--empty{grid-template-columns:1fr!important}
