/* AvlixBD Phase 9.4.1 — smooth header cart control */
html body .gce-header .gce-cart-action{
    position:relative!important;
    min-width:126px!important;
    height:50px!important;
    padding:6px 10px 6px 7px!important;
    gap:9px!important;
    display:flex!important;
    align-items:center!important;
    border:1px solid transparent!important;
    border-radius:12px!important;
    background:transparent!important;
    color:#172033!important;
    transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
html body .gce-header .gce-cart-action:hover{
    background:#f8fafc!important;
    border-color:#e5e7eb!important;
    box-shadow:0 6px 18px rgba(15,23,42,.06)!important;
}
html body .gce-header .gce-cart-action>svg{
    width:36px!important;
    height:36px!important;
    flex:0 0 36px!important;
    padding:8px!important;
    box-sizing:border-box!important;
    border-radius:10px!important;
    background:#f3f0ff!important;
    color:#5b21b6!important;
    stroke-width:1.9!important;
}
html body .gce-header .gce-cart-action>span{
    min-width:48px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:3px!important;
    line-height:1!important;
}
html body .gce-header .gce-cart-action small{
    color:#667085!important;
    font-size:10px!important;
    font-weight:600!important;
    white-space:nowrap!important;
}
html body .gce-header .gce-cart-action strong{
    color:#172033!important;
    font-size:13px!important;
    font-weight:800!important;
    line-height:1.1!important;
    white-space:nowrap!important;
}
html body .gce-header .gce-cart-action>em{
    position:absolute!important;
    left:31px!important;
    top:1px!important;
    right:auto!important;
    min-width:20px!important;
    height:20px!important;
    padding:0 5px!important;
    display:grid!important;
    place-items:center!important;
    border:2px solid #fff!important;
    border-radius:999px!important;
    background:#f97316!important;
    color:#fff!important;
    font-size:10px!important;
    font-style:normal!important;
    font-weight:850!important;
    line-height:1!important;
    box-shadow:0 2px 6px rgba(249,115,22,.22)!important;
}
@media(max-width:800px){
    html body .gce-header .gce-cart-action{min-width:44px!important;width:44px!important;height:44px!important;padding:4px!important;border:0!important;background:transparent!important;box-shadow:none!important}
    html body .gce-header .gce-cart-action>svg{width:36px!important;height:36px!important;padding:8px!important}
    html body .gce-header .gce-cart-action>span{display:none!important}
    html body .gce-header .gce-cart-action>em{left:27px!important;top:-1px!important}
}
