/* PATCH 06 - extracted from resources/views/pages/user/shop/partials/ui-cleanup-style.blade.php. Static CSS only; kept for compatibility. */
/* PATCH 5.1: đồng bộ UX/UI shop detail theo code datxe_233.
   Chỉ khóa lại container, 2 cột, card/sidebar và responsive; không đổi URL/DB/taxonomy. */
.ct5-shop-page{
    --alo-shop-line:#e5e7eb;
    --alo-shop-card:#ffffff;
    --alo-shop-text:#111827;
    --alo-shop-muted:#64748b;
}

@media (min-width: 992px){
    .ct5-shop-page{
        padding-top:12px!important;
    }

    .ct5-shop-page .ct5-container{
        width:min(var(--w11-container,1280px), calc(100% - 32px))!important;
        max-width:var(--w11-container,1280px)!important;
        margin-left:auto!important;
        margin-right:auto!important;
        padding-left:0!important;
        padding-right:0!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page .ct5-container > .ct5-shop-banner,
    .ct5-shop-page .ct5-container > .ct5-breadcrumb,
    .ct5-shop-page .ct5-container > .ct5-shop-hero,
    .ct5-shop-page .ct5-container > .ct5-shop-tabs,
    .ct5-shop-page .ct5-container > .ct5-shop-layout,
    .ct5-shop-page .ct5-shop-banner-wrap,
    .ct5-shop-page .ct5-shop-top-banner,
    .ct5-shop-page .ct5-shop-bottom-banner,
    .ct5-shop-page .ct5-shop-banner,
    .ct5-shop-page .ct5-breadcrumb,
    .ct5-shop-page .ct5-shop-hero,
    .ct5-shop-page .ct5-shop-tabs,
    .ct5-shop-page .ct5-shop-layout{
        width:100%!important;
        max-width:100%!important;
        margin-left:0!important;
        margin-right:0!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page .ct5-shop-layout{
        display:grid!important;
        grid-template-columns:minmax(0, 860px) 400px!important;
        gap:16px!important;
        justify-content:flex-start!important;
        align-items:start!important;
        margin-top:16px!important;
    }

    .ct5-shop-page .ct5-shop-layout > main,
    .ct5-shop-page .ct5-shop-layout > aside{
        min-width:0!important;
        width:100%!important;
        max-width:100%!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page .ct5-sticky-side{
        position:sticky!important;
        top:78px!important;
        display:grid!important;
        gap:12px!important;
    }

    .ct5-shop-page .ct5-panel,
    .ct5-shop-page .ct5-seller-card,
    .ct5-shop-page .ct5-shop-card,
    .ct5-shop-page .ct5-ad-card,
    .ct5-shop-page .ct5-contextual-links,
    .ct5-shop-page .ct5-shop-money-page-boost,
    .ct5-shop-page .ct5-shop-sidebar-banner-card{
        box-sizing:border-box!important;
        max-width:100%!important;
    }

    .ct5-shop-page .ct5-shop-sidebar-banner-card{
        width:100%!important;
        margin:0 0 12px!important;
        padding:0!important;
        overflow:hidden!important;
        border-radius:10px!important;
        background:#fff!important;
    }

    .ct5-shop-page .ct5-shop-sidebar-banner-card .front-banner,
    .ct5-shop-page .ct5-shop-sidebar-banner-card a,
    .ct5-shop-page .ct5-shop-sidebar-banner-card picture,
    .ct5-shop-page .ct5-shop-sidebar-banner-card img{
        width:100%!important;
        max-width:100%!important;
        min-width:0!important;
        display:block!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page .ct5-shop-listing-grid{
        display:grid!important;
        grid-template-columns:repeat(4,minmax(0,1fr))!important;
        gap:14px!important;
        width:100%!important;
    }

    .ct5-shop-page #ct5-shop-listings .dtx-card,
    .ct5-shop-page #ct5-shop-listings .ct5-shop-listing-grid article{
        height:100%!important;
        border-radius:12px!important;
        overflow:hidden!important;
    }
}

/* Contact card/form giữ nhẹ, không phá layout compact của datxe_233 */
.ct5-shop-page .ct5-shop-contact-card-v23,
.ct5-shop-page .ct5-shop-lead-form-card-v23{
    background:#fff!important;
    border:1px solid rgba(0,0,0,.04)!important;
    border-radius:var(--ct5-radius,12px)!important;
    box-shadow:var(--ct5-shadow,0 2px 12px rgba(0,0,0,.06))!important;
    overflow:hidden!important;
}
.ct5-shop-page .ct5-shop-contact-card-v23{padding:14px!important;}
.ct5-shop-page .ct5-shop-contact-head-v23{padding:0!important;background:#fff!important;border-bottom:0!important;}
.ct5-shop-page .ct5-shop-contact-head-v23 .ct5-avatar{width:54px!important;height:54px!important;border-radius:50%!important;}

/* PATCH LOGO SIDEBAR V24: ảnh logo trong card liên hệ không dùng hiệu ứng lazy opacity toàn site. */
.ct5-shop-page .ct5-shop-contact-head-v23 .ct5-contact-shop-avatar{
    background:#fff!important;
    overflow:hidden!important;
    border:1px solid #e5e7eb!important;
}
.ct5-shop-page .ct5-shop-contact-head-v23 .ct5-contact-shop-avatar > img,
.ct5-shop-page .ct5-shop-contact-head-v23 .ct5-contact-logo-img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-width:100%!important;
    min-height:100%!important;
    max-width:none!important;
    max-height:none!important;
    opacity:1!important;
    visibility:visible!important;
    object-fit:cover!important;
    object-position:center!important;
    background:transparent!important;
    filter:none!important;
    mix-blend-mode:normal!important;
}
.ct5-shop-page .ct5-shop-contact-head-v23 h2{font-size:18px!important;margin:0 0 4px!important;font-weight:900!important;color:#111827!important;}
.ct5-shop-page .ct5-contact-status-v23{display:none!important;}
.ct5-shop-page .ct5-contact-primary-v23{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;padding:12px 0 0!important;}
.ct5-shop-page .ct5-contact-main-v23{display:flex!important;align-items:center!important;justify-content:center!important;height:42px!important;border-radius:8px!important;text-decoration:none!important;font-weight:900!important;box-shadow:none!important;}
.ct5-shop-page .ct5-contact-main-v23 > span{display:inline-flex!important;margin-right:7px!important;}
.ct5-shop-page .ct5-contact-main-v23 small{display:none!important;}
.ct5-shop-page .ct5-contact-main-v23 strong{font-size:14px!important;line-height:1!important;}
.ct5-shop-page .ct5-contact-main-call-v23{background:#22c55e!important;border-color:#22c55e!important;color:#fff!important;}
.ct5-shop-page .ct5-contact-main-zalo-v23{background:#0068ff!important;border-color:#0068ff!important;color:#fff!important;}
.ct5-shop-page .ct5-contact-meta-v23{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:13px 0!important;color:#555!important;line-height:1.4!important;}
.ct5-shop-page .ct5-contact-meta-v23 span{width:100%!important;font-size:14px!important;display:flex!important;align-items:center!important;gap:7px!important;}
.ct5-shop-page .ct5-contact-trust-v23{display:none!important;}
.ct5-shop-page .ct5-contact-secondary-v23{padding:0!important;}
.ct5-shop-page .ct5-contact-secondary-v23 .ct5-social-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;}
.ct5-shop-page .ct5-contact-secondary-v23 .ct5-btn{height:42px!important;border-radius:8px!important;font-weight:800!important;}

.ct5-shop-page .ct5-shop-lead-form-card-v23{padding:0!important;}
.ct5-shop-page .ct5-shop-lead-form-card-v23 .agr-lead-form{border:0!important;border-radius:0!important;box-shadow:none!important;}
.ct5-shop-page .ct5-shop-lead-form-card-v23 .agr-lead-form__head{padding:14px 16px!important;background:linear-gradient(135deg,#0f766e,#0891b2)!important;}
.ct5-shop-page .ct5-shop-lead-form-card-v23 .agr-lead-form__head h3{font-size:19px!important;line-height:1.2!important;}
.ct5-shop-page .ct5-shop-lead-form-card-v23 .agr-lead-form__body{padding:14px!important;gap:10px!important;}
.ct5-shop-page .ct5-shop-lead-form-card-v23 .agr-lead-grid--two{grid-template-columns:1fr!important;}
.ct5-shop-page .ct5-shop-lead-form-card-v23 input,
.ct5-shop-page .ct5-shop-lead-form-card-v23 select,
.ct5-shop-page .ct5-shop-lead-form-card-v23 textarea{border-radius:10px!important;min-height:42px!important;}

/* Mobile giữ 2 cột listing và đưa sidebar về dạng bình thường, giống datxe_233 */
@media (max-width: 991.98px){
    .ct5-shop-page .ct5-container{
        width:100%!important;
        max-width:100%!important;
        padding-left:12px!important;
        padding-right:12px!important;
        box-sizing:border-box!important;
    }
    .ct5-shop-page .ct5-shop-layout{
        display:block!important;
        width:100%!important;
        max-width:100%!important;
        margin-top:12px!important;
    }
    .ct5-shop-page .ct5-sticky-side{
        position:relative!important;
        top:auto!important;
        display:grid!important;
        gap:12px!important;
    }
    .ct5-shop-page .ct5-shop-listing-grid{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:10px!important;
    }
    .ct5-shop-page .ct5-shop-side-actions,
    .ct5-shop-page .ct5-side-actions{grid-template-columns:1fr 1fr!important;gap:8px!important;}
    .ct5-shop-page .ct5-contact-primary-v23{grid-template-columns:1fr 1fr!important;}
    .ct5-shop-page .ct5-shop-mobile-cta-v23{display:grid!important;}
    body{padding-bottom:74px!important;}
}

@media (max-width: 575.98px){
    .ct5-shop-page .ct5-container{padding-left:8px!important;padding-right:8px!important;}
    .ct5-shop-page .ct5-shop-contact-card-v23{padding:12px!important;}
    .ct5-shop-page .ct5-shop-lead-form-card-v23 .agr-lead-form__head{padding:13px 14px!important;}
    .ct5-shop-page .ct5-shop-lead-form-card-v23 .agr-lead-form__body{padding:12px!important;}
}


/* PATCH 5.3: sửa đúng chuẩn container shop detail theo datxe_233 final
   - Container PC: 1280px
   - Cột trái/phải: 860px + 20px + 400px
   - Ảnh bìa vẫn full container, không tự co về 1180px
   - 4 nút Zalo/Gọi/Messenger/Facebook hiện đúng khi có dữ liệu liên hệ */
@media (min-width: 992px){
    .ct5-shop-page .ct5-container{
        width:min(1280px, calc(100% - 32px))!important;
        max-width:1280px!important;
        margin-left:auto!important;
        margin-right:auto!important;
        padding-left:0!important;
        padding-right:0!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page .ct5-container > .ct5-shop-banner,
    .ct5-shop-page .ct5-container > .ct5-breadcrumb,
    .ct5-shop-page .ct5-container > .ct5-shop-hero,
    .ct5-shop-page .ct5-container > .ct5-shop-tabs,
    .ct5-shop-page .ct5-container > .ct5-shop-layout,
    .ct5-shop-page .ct5-shop-banner-wrap,
    .ct5-shop-page .ct5-shop-top-banner,
    .ct5-shop-page .ct5-shop-bottom-banner,
    .ct5-shop-page .ct5-shop-banner,
    .ct5-shop-page .ct5-breadcrumb,
    .ct5-shop-page .ct5-shop-hero,
    .ct5-shop-page .ct5-shop-tabs,
    .ct5-shop-page .ct5-shop-layout{
        width:100%!important;
        max-width:100%!important;
        margin-left:0!important;
        margin-right:0!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page .ct5-shop-layout{
        display:grid!important;
        grid-template-columns:minmax(0, 860px) 400px!important;
        gap:20px!important;
        justify-content:flex-start!important;
        align-items:start!important;
        margin-top:16px!important;
    }

    .ct5-shop-page .ct5-shop-layout > main{
        min-width:0!important;
        width:860px!important;
        max-width:860px!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page .ct5-shop-layout > aside{
        min-width:0!important;
        width:400px!important;
        max-width:400px!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page .ct5-shop-cover,
    .ct5-shop-page .ct5-shop-cover img{
        width:100%!important;
        max-width:100%!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page .ct5-shop-cover img{
        height:320px!important;
        object-fit:cover!important;
        object-position:center center;
    }

    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-profile-row{
        display:grid!important;
        grid-template-columns:86px minmax(0,1fr) 360px!important;
        align-items:end!important;
        gap:16px!important;
        padding:0 16px 16px!important;
        margin-top:-34px!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-logo-wrap{
        width:86px!important;
        height:86px!important;
        min-width:86px!important;
    }

    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-logo,
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-logo-wrap img{
        width:86px!important;
        height:86px!important;
        border-radius:50%!important;
        object-fit:cover!important;
    }

    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-info{
        min-width:0!important;
        width:100%!important;
        max-width:100%!important;
    }

    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions.ct5-side-actions-grid{
        display:grid!important;
        grid-template-columns:1fr!important;
        grid-template-rows:auto auto!important;
        gap:8px!important;
        width:360px!important;
        max-width:360px!important;
        min-width:0!important;
        align-self:end!important;
        margin:0!important;
    }

    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions.ct5-side-actions-grid > .ct5-social-row{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:8px!important;
        width:100%!important;
        max-width:100%!important;
    }

    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions.ct5-side-actions-grid > .ct5-social-row:empty{
        display:none!important;
    }

    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions.ct5-side-actions-grid .ct5-btn{
        display:inline-flex!important;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        height:42px!important;
        padding:0 12px!important;
        border-radius:8px!important;
        align-items:center!important;
        justify-content:center!important;
        gap:8px!important;
        white-space:nowrap!important;
        font-size:14px!important;
        font-weight:900!important;
        line-height:1!important;
        text-decoration:none!important;
        box-shadow:none!important;
    }

    .ct5-shop-page .ct5-shop-tabs-customer{
        min-height:52px!important;
        padding:0 14px!important;
        margin:0!important;
    }

    .ct5-shop-page .ct5-shop-tabs-customer .ct5-shop-tabs-links > a{
        min-height:52px!important;
        padding:0 18px!important;
    }
}

@media (min-width: 992px) and (max-width: 1320px){
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions.ct5-side-actions-grid{
        width:360px!important;
        max-width:360px!important;
    }
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions.ct5-side-actions-grid .ct5-btn{
        font-size:13px!important;
        padding:0 10px!important;
    }
}

@media (max-width: 991.98px){
    .ct5-shop-page .ct5-shop-cover img{
        height:190px!important;
        object-fit:cover!important;
    }
}

/* Nút liên hệ cột phải: chỉ hiện kênh có dữ liệu, nhưng không bị CSS cũ ẩn Facebook/Messenger */
.ct5-shop-page .ct5-contact-primary-v23,
.ct5-shop-page .ct5-contact-secondary-v23 .ct5-social-row{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
}
.ct5-shop-page .ct5-contact-secondary-v23,
.ct5-shop-page .ct5-contact-secondary-v23 .ct5-btn,
.ct5-shop-page .ct5-contact-main-v23{
    visibility:visible!important;
    opacity:1!important;
}
.ct5-shop-page .ct5-contact-secondary-v23 .ct5-btn,
.ct5-shop-page .ct5-contact-main-v23{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
}
.ct5-shop-page .ct5-contact-secondary-v23 .ct5-social-row:empty{
    display:none!important;
}

/* Thanh sticky khi cuộn: đủ Zalo / Messenger / Facebook / Gọi nếu shop có URL tương ứng */
.ct5-shop-page #ct5StickyTabs .ct5-top-actions{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
}
.ct5-shop-page #ct5StickyTabs .ct5-top-zalo,
.ct5-shop-page #ct5StickyTabs .ct5-top-messenger,
.ct5-shop-page #ct5StickyTabs .ct5-top-facebook,
.ct5-shop-page #ct5StickyTabs .ct5-top-call{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    min-width:86px!important;
    height:38px!important;
    padding:0 12px!important;
    border-radius:10px!important;
    text-decoration:none!important;
    font-weight:900!important;
    white-space:nowrap!important;
}
@media (max-width: 991.98px){
    .ct5-shop-page #ct5StickyTabs .ct5-top-actions{display:none!important;}
}


/* PATCH 5.4: chốt lại UX giống datxe_233 nhưng giữ container chuẩn 1280.
   Sửa các vùng khoanh đỏ: hero identity row, nút liên hệ trống, tabs action và khối thống kê money page. */
@media (min-width: 992px){
    .ct5-shop-page .ct5-container{
        width:min(1280px, calc(100% - 32px))!important;
        max-width:1280px!important;
        margin-left:auto!important;
        margin-right:auto!important;
        padding-left:0!important;
        padding-right:0!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page .ct5-shop-layout{
        display:grid!important;
        grid-template-columns:minmax(0,860px) 400px!important;
        gap:20px!important;
        align-items:start!important;
        margin-top:16px!important;
    }
    .ct5-shop-page .ct5-shop-layout > main{width:860px!important;max-width:860px!important;min-width:0!important;}
    .ct5-shop-page .ct5-shop-layout > aside{width:400px!important;max-width:400px!important;min-width:0!important;}

    .ct5-shop-page .ct5-shop-hero{margin:0!important;padding:0!important;border-radius:18px 18px 0 0!important;overflow:hidden!important;background:#fff!important;}
    .ct5-shop-page .ct5-shop-cover{margin:0!important;padding:0!important;line-height:0!important;border-radius:18px 18px 0 0!important;overflow:hidden!important;background:#f8fafc!important;}
    .ct5-shop-page .ct5-shop-cover img{
        display:block!important;
        width:100%!important;
        max-width:100%!important;
        height:320px!important;
        margin:0!important;
        border-radius:18px 18px 0 0!important;
        object-fit:cover!important;
        vertical-align:bottom!important;
    }

    .ct5-shop-page .ct5-shop-sticky-customer-head{
        margin:-1px 0 16px!important;
        border-radius:0 0 18px 18px!important;
        border-top:0!important;
        overflow:visible!important;
        background:#fff!important;
        box-shadow:0 10px 30px rgba(15,23,42,.08)!important;
    }
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-profile-row{
        display:grid!important;
        grid-template-columns:56px minmax(0,1fr) auto!important;
        align-items:center!important;
        gap:12px!important;
        min-height:76px!important;
        margin:0!important;
        padding:10px 14px!important;
        border-bottom:1px solid #f1f5f9!important;
        background:#fff!important;
        box-sizing:border-box!important;
    }
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-profile-row.ct5-no-contact-actions{
        grid-template-columns:56px minmax(0,1fr)!important;
    }
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-logo-wrap{
        width:48px!important;
        height:48px!important;
        min-width:48px!important;
        margin:0!important;
        padding:0!important;
        position:relative!important;
        z-index:1!important;
    }
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-logo,
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-logo-wrap img{
        width:48px!important;
        height:48px!important;
        min-width:48px!important;
        min-height:48px!important;
        max-width:48px!important;
        max-height:48px!important;
        border-radius:8px!important;
        border:0!important;
        box-shadow:none!important;
        display:block!important;
        object-fit:cover!important;
    }
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-info{
        min-width:0!important;
        display:block!important;
        width:100%!important;
        max-width:100%!important;
    }
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-title-line{
        display:block!important;
        min-width:0!important;
        margin:0!important;
        padding:0!important;
    }
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-title-line h1{
        display:block!important;
        max-width:100%!important;
        margin:0 0 4px!important;
        padding:0!important;
        white-space:nowrap!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
        font-size:17px!important;
        line-height:1.25!important;
        font-weight:900!important;
        color:#111827!important;
    }
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-title-line .ct5-shop-status,
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-info p,
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-meta-line{
        display:none!important;
    }
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-info:after{
        content:'Liên hệ';
        display:block!important;
        color:#e11d48!important;
        font-size:15px!important;
        line-height:1.2!important;
        font-weight:900!important;
    }
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions.ct5-side-actions-grid{
        display:flex!important;
        grid-template-columns:none!important;
        grid-template-rows:none!important;
        align-items:center!important;
        justify-content:flex-end!important;
        gap:8px!important;
        width:auto!important;
        max-width:none!important;
        min-width:max-content!important;
        align-self:center!important;
        margin:0!important;
    }
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions.ct5-side-actions-grid > .ct5-social-row{display:contents!important;}
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions.ct5-side-actions-grid > .ct5-social-row:empty{display:none!important;}
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions.ct5-side-actions-grid .ct5-btn{
        width:auto!important;
        min-width:126px!important;
        max-width:none!important;
        height:42px!important;
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        gap:8px!important;
        padding:0 16px!important;
        border-radius:8px!important;
        border:1px solid transparent!important;
        box-shadow:none!important;
        font-size:14px!important;
        font-weight:900!important;
        line-height:1!important;
        text-decoration:none!important;
        white-space:nowrap!important;
    }
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions .ct5-btn-zalo{background:#0068ff!important;color:#fff!important;border-color:#0068ff!important;}
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions .ct5-btn-facebook{background:#1877f2!important;color:#fff!important;border-color:#1877f2!important;}
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions .ct5-btn-messenger{background:#f1f5ff!important;color:#0958d9!important;border-color:#dbe7ff!important;}
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions .ct5-btn-call,
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions .ct5-btn-call-green{background:#22c55e!important;color:#fff!important;border-color:#22c55e!important;}

    .ct5-shop-page .ct5-shop-tabs-customer{
        display:flex!important;
        align-items:center!important;
        justify-content:flex-start!important;
        min-height:52px!important;
        padding:0 14px!important;
        margin:0!important;
        border-top:0!important;
        border-bottom:0!important;
        box-shadow:none!important;
        overflow:hidden!important;
        border-radius:0 0 18px 18px!important;
    }
    .ct5-shop-page .ct5-shop-tabs-customer .ct5-shop-tabs-links{
        flex:1 1 auto!important;
        width:100%!important;
        justify-content:space-between!important;
        overflow-x:auto!important;
        scrollbar-width:none!important;
    }
    .ct5-shop-page .ct5-shop-tabs-customer .ct5-shop-tabs-links::-webkit-scrollbar{display:none!important;}
    .ct5-shop-page .ct5-shop-tabs-customer .ct5-shop-tabs-links > a{
        min-height:52px!important;
        padding:0 18px!important;
        font-size:14px!important;
        font-weight:900!important;
        color:#334155!important;
        text-decoration:none!important;
        white-space:nowrap!important;
    }
    .ct5-shop-page .ct5-shop-tabs-customer .ct5-shop-tabs-actions,
    .ct5-shop-page .ct5-shop-tabs-customer .ct5-shop-tabs-actions .is-soft-disabled{
        display:none!important;
    }
}
@media (min-width: 992px) and (max-width: 1320px){
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions.ct5-side-actions-grid .ct5-btn{
        min-width:104px!important;
        padding:0 12px!important;
        font-size:13px!important;
    }
}
@media (max-width: 991.98px){
    .ct5-shop-page .ct5-shop-cover,
    .ct5-shop-page .ct5-shop-cover img{border-radius:16px 16px 0 0!important;}
    .ct5-shop-page .ct5-shop-sticky-customer-head{margin:-1px 0 12px!important;border-radius:0 0 16px 16px!important;}
    .ct5-shop-page .ct5-shop-tabs-customer .ct5-shop-tabs-actions{display:none!important;}
}

/* PATCH 5.4: khối thống kê money-page không hiển thị số 0 / đang cập nhật thô. */
.ct5-shop-page .ct5-mp-statbox{display:none!important;}
.ct5-shop-page .ct5-mp-hero{grid-template-columns:1fr!important;}
.ct5-shop-page .ct5-mp-quickline{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    margin-top:14px!important;
}
.ct5-shop-page .ct5-mp-quickline span{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    border:1px solid #e2e8f0!important;
    background:#fff!important;
    border-radius:999px!important;
    padding:8px 11px!important;
    color:#334155!important;
    font-size:13px!important;
    font-weight:900!important;
}
.ct5-shop-page .ct5-mp-quickline i{color:#f97316!important;}

/* PATCH 5.4: cột phải gọn như datxe, không để khung liên hệ phình hoặc trống nút. */
.ct5-shop-page .ct5-contact-primary-v23:empty{display:none!important;}
.ct5-shop-page .ct5-contact-secondary-v23 .ct5-social-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}
.ct5-shop-page .ct5-contact-secondary-v23 .ct5-social-row .ct5-btn:only-child{grid-column:1 / -1!important;}
.ct5-shop-page .ct5-shop-contact-card-v23{padding:16px!important;border-radius:14px!important;}
.ct5-shop-page .ct5-contact-meta-v23 span{
    min-height:42px!important;
    padding:0 12px!important;
    border:1px solid #eef2f7!important;
    border-radius:10px!important;
    background:#fff!important;
    box-sizing:border-box!important;
}

/* PATCH: avatar mặc định và bộ kênh liên hệ đồng nhất với thanh liên hệ nổi. */
.ct5-shop-page .ct5-shop-logo,
.ct5-shop-page .ct5-avatar img{background:#eef2f7!important;object-fit:cover!important;}
.ct5-shop-page .ct5-channel-icon{
    width:30px!important;height:30px!important;min-width:30px!important;border-radius:50%!important;
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    color:#fff!important;overflow:hidden!important;flex:0 0 30px!important;
}
.ct5-shop-page .ct5-channel-icon svg{width:18px!important;height:18px!important;display:block!important;}
.ct5-shop-page .ct5-channel-icon strong{font-size:9px!important;line-height:1!important;color:#fff!important;font-weight:900!important;}
.ct5-shop-page .ct5-channel-icon--phone{background:#20b038!important;}
.ct5-shop-page .ct5-channel-icon--zalo{background:#0068ff!important;}
.ct5-shop-page .ct5-channel-icon--sms{background:#0f766e!important;}
.ct5-shop-page .ct5-channel-icon--messenger{background:linear-gradient(135deg,#00b2ff,#006aff,#a033ff,#ff5280)!important;}
.ct5-shop-page .ct5-channel-icon--facebook{background:#1877f2!important;}
.ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions.ct5-side-actions-grid{
    width:min(430px,42vw)!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;
}
.ct5-shop-page .ct5-shop-actions .ct5-social-row{display:contents!important;}
.ct5-shop-page .ct5-shop-actions .ct5-btn,
.ct5-shop-page .ct5-contact-secondary-v23 .ct5-btn{
    min-width:0!important;height:44px!important;padding:5px 10px!important;border-radius:12px!important;
    display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;
    background:#fff!important;color:#172033!important;border:1px solid #e2e8f0!important;box-shadow:0 3px 10px rgba(15,23,42,.05)!important;
    font-size:13px!important;font-weight:850!important;white-space:nowrap!important;
}
.ct5-shop-page .ct5-contact-primary-v23 .ct5-contact-main-v23{min-height:76px!important;border-radius:14px!important;}
.ct5-shop-page .ct5-contact-primary-v23 .ct5-channel-icon{width:36px!important;height:36px!important;min-width:36px!important;flex-basis:36px!important;}
.ct5-shop-page .ct5-contact-primary-v23 .ct5-channel-icon svg{width:21px!important;height:21px!important;}
.ct5-shop-page .ct5-contact-secondary-v23 .ct5-social-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
.ct5-shop-page .ct5-mp-actions a{min-height:44px!important;padding:7px 13px!important;box-sizing:border-box!important;}
.ct5-shop-page .ct5-mp-actions .ct5-channel-icon{width:30px!important;height:30px!important;}

@media(max-width:991px){
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions.ct5-side-actions-grid{
        width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-top:12px!important;
    }
    .ct5-shop-page .ct5-shop-actions .ct5-btn{height:42px!important;font-size:12px!important;padding:5px 8px!important;}
    .ct5-shop-page .ct5-shop-actions .ct5-channel-icon{width:28px!important;height:28px!important;min-width:28px!important;flex-basis:28px!important;}
    .ct5-shop-page .ct5-contact-secondary-v23 .ct5-social-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
    .ct5-shop-page .ct5-mp-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;}
    .ct5-shop-page .ct5-mp-actions a{width:100%!important;min-width:0!important;font-size:12px!important;padding:6px 8px!important;}
}

/* PATCH 3: một chuẩn duy nhất cho cặp CTA Zalo / Gọi điện. */
.ct5-shop-page .ct5-standard-contact-pair{
    display:grid!important;grid-template-columns:repeat(2,140px)!important;gap:10px!important;
    align-items:center!important;justify-content:end!important;width:auto!important;
}
.ct5-shop-page .ct5-standard-contact-pair > a,
.ct5-shop-page .ct5-mp-actions > .ct5-mp-zalo,
.ct5-shop-page .ct5-mp-actions > .ct5-mp-call{
    width:140px!important;min-width:140px!important;max-width:140px!important;height:48px!important;min-height:48px!important;
    margin:0!important;padding:0 14px!important;border:0!important;border-radius:9px!important;box-sizing:border-box!important;
    display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;
    color:#fff!important;font-size:15px!important;font-weight:800!important;line-height:1!important;text-decoration:none!important;
    white-space:nowrap!important;box-shadow:0 8px 18px rgba(15,23,42,.12)!important;overflow:hidden!important;
}
.ct5-shop-page .ct5-standard-contact-pair > .ct5-btn-zalo,
.ct5-shop-page .ct5-standard-contact-pair > .ct5-contact-main-zalo-v23,
.ct5-shop-page .ct5-mp-actions > .ct5-mp-zalo{background:#0878f9!important;}
.ct5-shop-page .ct5-standard-contact-pair > .ct5-btn-call,
.ct5-shop-page .ct5-standard-contact-pair > .ct5-contact-main-call-v23,
.ct5-shop-page .ct5-mp-actions > .ct5-mp-call{background:#22c55e!important;}
.ct5-shop-page .ct5-standard-contact-pair .ct5-channel-icon,
.ct5-shop-page .ct5-mp-actions > .ct5-mp-zalo .ct5-channel-icon,
.ct5-shop-page .ct5-mp-actions > .ct5-mp-call .ct5-channel-icon{
    display:inline-flex!important;width:20px!important;height:20px!important;min-width:20px!important;flex:0 0 20px!important;
    padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#fff!important;
}
.ct5-shop-page .ct5-standard-contact-pair .ct5-channel-icon svg,
.ct5-shop-page .ct5-mp-actions > .ct5-mp-zalo .ct5-channel-icon svg,
.ct5-shop-page .ct5-mp-actions > .ct5-mp-call .ct5-channel-icon svg{display:block!important;width:20px!important;height:20px!important;}
.ct5-shop-page .ct5-standard-contact-pair .ct5-contact-label,
.ct5-shop-page .ct5-mp-actions .ct5-contact-label{display:inline!important;margin:0!important;padding:0!important;font:inherit!important;color:inherit!important;line-height:1!important;}
.ct5-shop-page .ct5-shop-actions .ct5-standard-contact-pair{padding:0!important;border:0!important;background:transparent!important;}
.ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;justify-content:flex-start!important;}
.ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair > a{width:100%!important;min-width:0!important;max-width:none!important;}
@media(max-width:991px){
    .ct5-shop-page .ct5-standard-contact-pair{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;justify-content:flex-start!important;}
    .ct5-shop-page .ct5-standard-contact-pair > a,
    .ct5-shop-page .ct5-mp-actions > .ct5-mp-zalo,
    .ct5-shop-page .ct5-mp-actions > .ct5-mp-call{width:100%!important;min-width:0!important;max-width:none!important;height:46px!important;min-height:46px!important;font-size:14px!important;}
}
@media(max-width:420px){
    .ct5-shop-page .ct5-contact-secondary-v23 .ct5-social-row{grid-template-columns:1fr!important;}
    .ct5-shop-page .ct5-mp-actions{grid-template-columns:1fr!important;}
}

/* PATCH 2: CTA ngắn, màu đặc và kích thước theo cụm nút sticky được duyệt. */
@media(min-width:992px){
    .ct5-shop-page .ct5-btn-sms{display:none!important;}
    .ct5-shop-page .ct5-shop-actions .ct5-social-row-secondary{display:none!important;}
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions.ct5-side-actions-grid{
        display:block!important;width:520px!important;max-width:42vw!important;
    }
    .ct5-shop-page .ct5-shop-actions .ct5-social-row-primary{
        display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;
        padding:14px!important;border:1px solid #fed7aa!important;border-radius:20px!important;background:#fffaf5!important;
    }
}
.ct5-shop-page .ct5-shop-actions .ct5-social-row-primary .ct5-btn,
.ct5-shop-page .ct5-contact-primary-v23 .ct5-contact-main-v23{
    height:56px!important;min-height:56px!important;border:0!important;border-radius:10px!important;
    padding:0 20px!important;display:flex!important;align-items:center!important;justify-content:center!important;
    gap:10px!important;color:#fff!important;box-shadow:none!important;font-size:16px!important;font-weight:900!important;
}
.ct5-shop-page .ct5-shop-actions .ct5-btn-call,
.ct5-shop-page .ct5-contact-primary-v23 .ct5-contact-main-call-v23{background:#22c55e!important;}
.ct5-shop-page .ct5-shop-actions .ct5-btn-zalo,
.ct5-shop-page .ct5-contact-primary-v23 .ct5-contact-main-zalo-v23{background:#0878f9!important;}
.ct5-shop-page .ct5-shop-actions .ct5-social-row-primary .ct5-channel-icon,
.ct5-shop-page .ct5-contact-primary-v23 .ct5-channel-icon{
    width:24px!important;height:24px!important;min-width:24px!important;flex:0 0 24px!important;
    background:transparent!important;border-radius:0!important;
}
.ct5-shop-page .ct5-shop-actions .ct5-social-row-primary .ct5-channel-icon svg,
.ct5-shop-page .ct5-contact-primary-v23 .ct5-channel-icon svg{width:22px!important;height:22px!important;}
.ct5-shop-page .ct5-shop-actions .ct5-social-row-primary .ct5-channel-icon strong,
.ct5-shop-page .ct5-contact-primary-v23 .ct5-channel-icon strong{font-size:10px!important;}
.ct5-shop-page .ct5-contact-primary-v23{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
.ct5-shop-page .ct5-contact-primary-v23 .ct5-contact-main-v23 strong{font-size:15px!important;line-height:1.2!important;}
.ct5-shop-page .ct5-contact-primary-v23 .ct5-contact-main-v23 small{display:none!important;}
.ct5-shop-page .ct5-contact-secondary-v23 .ct5-btn{
    height:44px!important;border:0!important;border-radius:10px!important;color:#fff!important;
    justify-content:center!important;box-shadow:none!important;padding:0 12px!important;
}
.ct5-shop-page .ct5-contact-secondary-v23 .ct5-btn-sms{background:#0f766e!important;}
.ct5-shop-page .ct5-contact-secondary-v23 .ct5-btn-messenger{background:linear-gradient(135deg,#00b2ff,#006aff,#a033ff)!important;}
.ct5-shop-page .ct5-contact-secondary-v23 .ct5-btn-facebook{background:#1877f2!important;}
.ct5-shop-page .ct5-contact-secondary-v23 .ct5-btn-form-v23{background:#dc2626!important;}
.ct5-shop-page .ct5-contact-secondary-v23 .ct5-channel-icon{background:transparent!important;width:22px!important;height:22px!important;min-width:22px!important;flex-basis:22px!important;border-radius:0!important;}
.ct5-shop-page .ct5-mp-actions .ct5-mp-call,
.ct5-shop-page .ct5-mp-actions .ct5-mp-zalo{
    height:48px!important;border-radius:999px!important;color:#fff!important;padding:0 18px!important;
}
.ct5-shop-page .ct5-mp-actions .ct5-mp-call{background:#16a34a!important;}
.ct5-shop-page .ct5-mp-actions .ct5-mp-zalo{background:#0878f9!important;}
.ct5-shop-page .ct5-mp-actions .ct5-mp-call .ct5-channel-icon,
.ct5-shop-page .ct5-mp-actions .ct5-mp-zalo .ct5-channel-icon{background:transparent!important;width:22px!important;height:22px!important;min-width:22px!important;}
@media(max-width:991px){
    .ct5-shop-page .ct5-shop-actions .ct5-social-row-primary,
    .ct5-shop-page .ct5-shop-actions .ct5-social-row-secondary{display:contents!important;}
    .ct5-shop-page .ct5-shop-actions .ct5-social-row-primary .ct5-btn{height:48px!important;min-height:48px!important;font-size:14px!important;padding:0 12px!important;}
    .ct5-shop-page .ct5-shop-actions .ct5-social-row-secondary .ct5-btn{height:44px!important;}
}


/* FINAL CTA OVERRIDE: luôn đặt cuối để vô hiệu các style CTA cũ. */
.ct5-shop-page .ct5-shop-actions .ct5-standard-contact-pair,
.ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,140px))!important;gap:10px!important;
    width:auto!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;
}
.ct5-shop-page .ct5-standard-contact-pair > a,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-zalo,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-call{
    width:140px!important;min-width:140px!important;max-width:140px!important;height:48px!important;min-height:48px!important;
    padding:0 14px!important;margin:0!important;border:0!important;border-radius:9px!important;
    display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;
    color:#fff!important;font-size:15px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important;box-shadow:0 8px 18px rgba(15,23,42,.12)!important;
}
.ct5-shop-page .ct5-standard-contact-pair > .ct5-btn-zalo,
.ct5-shop-page .ct5-standard-contact-pair > .ct5-contact-main-zalo-v23,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-zalo{background:#0878f9!important;}
.ct5-shop-page .ct5-standard-contact-pair > .ct5-btn-call,
.ct5-shop-page .ct5-standard-contact-pair > .ct5-contact-main-call-v23,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-call{background:#22c55e!important;}
.ct5-shop-page .ct5-standard-contact-pair .ct5-channel-icon,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-zalo .ct5-channel-icon,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-call .ct5-channel-icon{
    width:20px!important;height:20px!important;min-width:20px!important;flex:0 0 20px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;
}
.ct5-shop-page .ct5-standard-contact-pair .ct5-channel-icon svg,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-zalo svg,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-call svg{width:20px!important;height:20px!important;display:block!important;}
.ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;}
.ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair > a{width:100%!important;min-width:0!important;max-width:none!important;}
@media(max-width:991px){
    .ct5-shop-page .ct5-shop-actions .ct5-standard-contact-pair,
    .ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;}
    .ct5-shop-page .ct5-standard-contact-pair > a,
    .ct5-shop-page .ct5-mp-actions > a.ct5-mp-zalo,
    .ct5-shop-page .ct5-mp-actions > a.ct5-mp-call{width:100%!important;min-width:0!important;max-width:none!important;height:46px!important;min-height:46px!important;font-size:14px!important;}
}
/* FINAL CTA V4: compact và dùng icon PNG trong /upload/icon/contact. */
.ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions.ct5-side-actions-grid{
    width:auto!important;max-width:none!important;display:block!important;margin:0!important;padding:0!important;
}
.ct5-shop-page .ct5-shop-actions .ct5-standard-contact-pair,
.ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair{
    display:grid!important;grid-template-columns:repeat(2,122px)!important;gap:12px!important;
    width:auto!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;
}
.ct5-shop-page .ct5-standard-contact-pair > a,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-zalo,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-call{
    width:122px!important;min-width:122px!important;max-width:122px!important;height:42px!important;min-height:42px!important;
    padding:0 14px!important;margin:0!important;border:0!important;border-radius:8px!important;
    display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;
    font-size:14px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important;
    box-shadow:0 5px 14px rgba(15,23,42,.10)!important;
}
.ct5-shop-page .ct5-standard-contact-pair .ct5-channel-icon,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-zalo .ct5-channel-icon,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-call .ct5-channel-icon{
    width:18px!important;height:18px!important;min-width:18px!important;flex:0 0 18px!important;
    display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;
    border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important;
}
.ct5-shop-page .ct5-standard-contact-pair .ct5-channel-icon img,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-zalo .ct5-channel-icon img,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-call .ct5-channel-icon img{
    display:block!important;width:18px!important;height:18px!important;max-width:18px!important;object-fit:contain!important;
}
.ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;}
.ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair > a{width:100%!important;min-width:0!important;max-width:none!important;}
@media(max-width:991px){
    .ct5-shop-page .ct5-shop-actions .ct5-standard-contact-pair,
    .ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;gap:10px!important;}
    .ct5-shop-page .ct5-standard-contact-pair > a,
    .ct5-shop-page .ct5-mp-actions > a.ct5-mp-zalo,
    .ct5-shop-page .ct5-mp-actions > a.ct5-mp-call{width:100%!important;min-width:0!important;max-width:none!important;height:40px!important;min-height:40px!important;font-size:13px!important;gap:10px!important;}
}
/* FINAL CTA V5: cân icon PNG và loại bỏ lớp trang trí CTA cũ. */
.ct5-shop-page .ct5-standard-contact-pair > a::before,
.ct5-shop-page .ct5-standard-contact-pair > a::after,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-zalo::before,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-zalo::after,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-call::before,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-call::after{content:none!important;display:none!important;}
.ct5-shop-page .ct5-standard-contact-pair > a,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-zalo,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-call{
    width:118px!important;min-width:118px!important;max-width:118px!important;height:40px!important;min-height:40px!important;
    padding:0 12px!important;gap:9px!important;border-radius:8px!important;font-size:13px!important;
    background-image:none!important;box-shadow:0 4px 12px rgba(15,23,42,.10)!important;
}
.ct5-shop-page .ct5-standard-contact-pair > .ct5-btn-zalo,
.ct5-shop-page .ct5-standard-contact-pair > .ct5-contact-main-zalo-v23,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-zalo{background-color:#0878f9!important;}
.ct5-shop-page .ct5-standard-contact-pair > .ct5-btn-call,
.ct5-shop-page .ct5-standard-contact-pair > .ct5-contact-main-call-v23,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-call{background-color:#22c55e!important;}
.ct5-shop-page .ct5-standard-contact-pair .ct5-channel-icon,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-zalo .ct5-channel-icon,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-call .ct5-channel-icon{
    width:24px!important;height:24px!important;min-width:24px!important;flex:0 0 24px!important;
    padding:4px!important;border-radius:50%!important;background:#fff!important;box-sizing:border-box!important;overflow:hidden!important;
}
.ct5-shop-page .ct5-standard-contact-pair .ct5-channel-icon img,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-zalo .ct5-channel-icon img,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-call .ct5-channel-icon img{
    width:16px!important;height:16px!important;max-width:16px!important;object-fit:contain!important;
}
.ct5-shop-page .ct5-shop-actions .ct5-standard-contact-pair{grid-template-columns:repeat(2,118px)!important;gap:10px!important;}
.ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
.ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair > a{width:100%!important;min-width:0!important;max-width:none!important;}
@media(max-width:991px){
    .ct5-shop-page .ct5-standard-contact-pair > a,
    .ct5-shop-page .ct5-mp-actions > a.ct5-mp-zalo,
    .ct5-shop-page .ct5-mp-actions > a.ct5-mp-call{width:100%!important;min-width:0!important;max-width:none!important;height:40px!important;min-height:40px!important;}
}

/* FINAL CTA V6: chuẩn datxe.net, đúng kích thước theo vị trí và không còn icon đỏ theo theme. */
.ct5-shop-page{
    --ct5-shop-cta-zalo:#0878f9;
    --ct5-shop-cta-zalo-hover:#0068e8;
    --ct5-shop-cta-call:#22c55e;
    --ct5-shop-cta-call-hover:#16a34a;
    --ct5-shop-cta-icon-hover:#facc15;
}

.ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions.ct5-side-actions-grid{
    width:auto!important;
    max-width:none!important;
    margin:10px 0!important;
    padding:0!important;
}

.ct5-shop-page .ct5-shop-actions .ct5-standard-contact-pair{
    display:grid!important;
    grid-template-columns:repeat(2,160px)!important;
    gap:12px!important;
    width:auto!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
}

.ct5-shop-page .ct5-shop-actions .ct5-standard-contact-pair > a{
    width:160px!important;
    min-width:160px!important;
    max-width:160px!important;
    height:52px!important;
    min-height:52px!important;
    padding:0 18px!important;
    border:1px solid transparent!important;
    border-radius:9px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    color:#fff!important;
    font-size:15px!important;
    font-weight:900!important;
    line-height:1!important;
    box-shadow:0 6px 16px rgba(15,23,42,.10)!important;
    transition:background-color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease!important;
}

.ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
    margin:16px 0 14px!important;
    padding:0!important;
}

.ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair > a{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:54px!important;
    min-height:54px!important;
    padding:0 16px!important;
    border:1px solid transparent!important;
    border-radius:10px!important;
    gap:9px!important;
    color:#fff!important;
    font-size:15px!important;
    font-weight:900!important;
    box-shadow:0 6px 16px rgba(15,23,42,.09)!important;
}

.ct5-shop-page .ct5-standard-contact-pair > .ct5-btn-zalo,
.ct5-shop-page .ct5-standard-contact-pair > .ct5-contact-main-zalo-v23{
    background:var(--ct5-shop-cta-zalo)!important;
    border-color:var(--ct5-shop-cta-zalo)!important;
    color:#fff!important;
}

.ct5-shop-page .ct5-standard-contact-pair > .ct5-btn-call,
.ct5-shop-page .ct5-standard-contact-pair > .ct5-contact-main-call-v23{
    background:var(--ct5-shop-cta-call)!important;
    border-color:var(--ct5-shop-cta-call)!important;
    color:#fff!important;
}

.ct5-shop-page .ct5-standard-contact-pair > .ct5-btn-zalo:hover,
.ct5-shop-page .ct5-standard-contact-pair > .ct5-btn-zalo:focus-visible,
.ct5-shop-page .ct5-standard-contact-pair > .ct5-contact-main-zalo-v23:hover,
.ct5-shop-page .ct5-standard-contact-pair > .ct5-contact-main-zalo-v23:focus-visible{
    background:var(--ct5-shop-cta-zalo-hover)!important;
    border-color:var(--ct5-shop-cta-zalo-hover)!important;
    color:#fff!important;
}

.ct5-shop-page .ct5-standard-contact-pair > .ct5-btn-call:hover,
.ct5-shop-page .ct5-standard-contact-pair > .ct5-btn-call:focus-visible,
.ct5-shop-page .ct5-standard-contact-pair > .ct5-contact-main-call-v23:hover,
.ct5-shop-page .ct5-standard-contact-pair > .ct5-contact-main-call-v23:focus-visible{
    background:var(--ct5-shop-cta-call-hover)!important;
    border-color:var(--ct5-shop-cta-call-hover)!important;
    color:#fff!important;
}

.ct5-shop-page .ct5-standard-contact-pair .ct5-channel-icon{
    width:20px!important;
    height:20px!important;
    min-width:20px!important;
    flex:0 0 20px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#fff!important;
    overflow:visible!important;
}

.ct5-shop-page .ct5-standard-contact-pair .ct5-channel-icon svg{
    display:block!important;
    width:20px!important;
    height:20px!important;
    color:inherit!important;
    fill:currentColor!important;
    transition:color .18s ease!important;
}

.ct5-shop-page #ct5-shop-profile-contact .ct5-standard-contact-pair > a:hover .ct5-channel-icon,
.ct5-shop-page #ct5-shop-profile-contact .ct5-standard-contact-pair > a:focus-visible .ct5-channel-icon,
.ct5-shop-page #ct5-shop-contact-box .ct5-standard-contact-pair > a:hover .ct5-channel-icon,
.ct5-shop-page #ct5-shop-contact-box .ct5-standard-contact-pair > a:focus-visible .ct5-channel-icon{
    color:var(--ct5-shop-cta-icon-hover)!important;
}

.ct5-shop-page .ct5-shop-tabs-actions,
.ct5-shop-page #ct5StickyTabs .ct5-top-actions{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
}

.ct5-shop-page .ct5-shop-tabs-actions a,
.ct5-shop-page #ct5StickyTabs .ct5-top-actions a{
    height:44px!important;
    min-height:44px!important;
    padding:0 15px!important;
    border-radius:9px!important;
    gap:8px!important;
    font-size:14px!important;
    font-weight:900!important;
    border:1px solid transparent!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
}

.ct5-shop-page .ct5-shop-tabs-actions .ct5-top-zalo,
.ct5-shop-page #ct5StickyTabs .ct5-top-zalo{
    background:var(--ct5-shop-cta-zalo)!important;
    border-color:var(--ct5-shop-cta-zalo)!important;
    color:#fff!important;
}

.ct5-shop-page .ct5-shop-tabs-actions .ct5-top-facebook,
.ct5-shop-page #ct5StickyTabs .ct5-top-facebook{
    background:#1877f2!important;
    border-color:#1877f2!important;
    color:#fff!important;
}

.ct5-shop-page .ct5-shop-tabs-actions .ct5-top-messenger,
.ct5-shop-page #ct5StickyTabs .ct5-top-messenger{
    background:#eef5ff!important;
    border-color:#d6e6ff!important;
    color:#0b5ed7!important;
}

.ct5-shop-page .ct5-shop-tabs-actions .ct5-top-call,
.ct5-shop-page #ct5StickyTabs .ct5-top-call{
    background:var(--ct5-shop-cta-call)!important;
    border-color:var(--ct5-shop-cta-call)!important;
    color:#fff!important;
}

.ct5-shop-page .ct5-shop-tabs-actions a > i,
.ct5-shop-page #ct5StickyTabs .ct5-top-actions a > i,
.ct5-shop-page .ct5-shop-mobile-cta-v23 a > i{
    color:currentColor!important;
    font-size:18px!important;
    line-height:1!important;
    transition:color .18s ease!important;
}

.ct5-shop-page #ct5-shop-profile-contact .ct5-shop-tabs-actions a:hover > i,
.ct5-shop-page #ct5-shop-profile-contact .ct5-shop-tabs-actions a:focus-visible > i,
.ct5-shop-page #ct5StickyTabs .ct5-top-actions a:hover > i,
.ct5-shop-page #ct5StickyTabs .ct5-top-actions a:focus-visible > i,
.ct5-shop-page #ct5-shop-mobile-contact a:hover > i,
.ct5-shop-page #ct5-shop-mobile-contact a:focus-visible > i{
    color:var(--ct5-shop-cta-icon-hover)!important;
}

@media(max-width:991px){
    .ct5-shop-page .ct5-shop-sticky-customer-head .ct5-shop-actions.ct5-side-actions-grid{
        width:100%!important;
        margin:12px 0 6px!important;
    }

    .ct5-shop-page .ct5-shop-actions .ct5-standard-contact-pair{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:9px!important;
        width:100%!important;
    }

    .ct5-shop-page .ct5-shop-actions .ct5-standard-contact-pair > a{
        width:100%!important;
        min-width:0!important;
        max-width:none!important;
        height:48px!important;
        min-height:48px!important;
        padding:0 12px!important;
        font-size:14px!important;
    }

    .ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        margin:14px 0 12px!important;
    }

    .ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair > a{
        height:50px!important;
        min-height:50px!important;
        font-size:14px!important;
    }

    .ct5-shop-page .ct5-shop-mobile-cta-v23 .ct5-btn{
        min-height:48px!important;
        height:48px!important;
        border-radius:10px!important;
        font-size:13px!important;
        font-weight:900!important;
        color:#fff!important;
    }
}

/* FINAL CTA V7: shop dùng cùng SVG trực tiếp và cùng kích thước đã duyệt ở listing. */
.ct5-shop-page a .ct5-listing-cta-icon,
.ct5-shop-page a .ct5-listing-cta-icon path,
.ct5-shop-page a:is(:hover,:focus-visible) .ct5-listing-cta-icon,
.ct5-shop-page a:is(:hover,:focus-visible) .ct5-listing-cta-icon path{
    color:inherit!important;
    fill:currentColor!important;
    -webkit-text-fill-color:currentColor!important;
}

.ct5-shop-page .ct5-shop-actions .ct5-standard-contact-pair{
    grid-template-columns:repeat(2,150px)!important;
    gap:10px!important;
}

.ct5-shop-page .ct5-shop-actions .ct5-standard-contact-pair > a{
    width:150px!important;
    min-width:150px!important;
    max-width:150px!important;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    padding:0 14px!important;
    border-radius:9px!important;
    gap:8px!important;
    font-size:14px!important;
    box-sizing:border-box!important;
}

.ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair > a{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    padding:0 12px!important;
    border-radius:9px!important;
    gap:8px!important;
    font-size:14px!important;
    box-sizing:border-box!important;
}

.ct5-shop-page .ct5-mp-actions > a.ct5-mp-zalo,
.ct5-shop-page .ct5-mp-actions > a.ct5-mp-call{
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    padding:0 14px!important;
    border-radius:9px!important;
    box-sizing:border-box!important;
}

@media(max-width:991px){
    .ct5-shop-page .ct5-shop-actions .ct5-standard-contact-pair{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        width:100%!important;
    }

    .ct5-shop-page .ct5-shop-actions .ct5-standard-contact-pair > a,
    .ct5-shop-page .ct5-contact-primary-v23.ct5-standard-contact-pair > a,
    .ct5-shop-page .ct5-shop-mobile-cta-v23 .ct5-btn{
        width:100%!important;
        min-width:0!important;
        max-width:none!important;
        height:44px!important;
        min-height:44px!important;
        max-height:44px!important;
        font-size:13px!important;
    }
}

/* FINAL CTA V8: khóa riêng hai cụm CTA được duyệt trên shop desktop. */
@media(min-width:992px){
    #ct5-shop-profile-contact .ct5-shop-profile-row .ct5-shop-actions.ct5-side-actions-grid{
        width:auto!important;
        min-width:0!important;
        max-width:none!important;
        margin:8px 0!important;
        padding:0!important;
    }

    #ct5-shop-profile-contact .ct5-shop-profile-row .ct5-shop-actions.ct5-side-actions-grid > .ct5-social-row-primary.ct5-standard-contact-pair{
        display:grid!important;
        grid-template-columns:repeat(2,120px)!important;
        grid-template-rows:40px!important;
        gap:8px!important;
        width:auto!important;
        margin:0!important;
        padding:0!important;
    }

    #ct5-shop-profile-contact .ct5-shop-profile-row .ct5-shop-actions.ct5-side-actions-grid > .ct5-social-row-primary.ct5-standard-contact-pair > a.ct5-btn{
        display:inline-flex!important;
        flex-direction:row!important;
        align-items:center!important;
        justify-content:center!important;
        width:120px!important;
        min-width:120px!important;
        max-width:120px!important;
        height:40px!important;
        min-height:40px!important;
        max-height:40px!important;
        margin:0!important;
        padding:0 11px!important;
        gap:7px!important;
        border-radius:8px!important;
        font-size:13px!important;
        line-height:1!important;
        box-sizing:border-box!important;
        transform:none!important;
    }

    #ct5-shop-profile-contact .ct5-shop-profile-row .ct5-shop-actions .ct5-standard-contact-pair > a.ct5-btn .ct5-listing-cta-icon{
        display:block!important;
        width:17px!important;
        height:17px!important;
        min-width:17px!important;
        max-width:17px!important;
        flex:0 0 17px!important;
        align-self:center!important;
        margin:0!important;
        transform:none!important;
    }
}

#ct5-shop-contact-box .ct5-contact-primary-v23.ct5-standard-contact-pair > a.ct5-contact-main-v23{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:center!important;
    position:relative!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    margin:0!important;
    padding:0 12px!important;
    gap:8px!important;
    text-align:center!important;
    line-height:1!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    transform:none!important;
}

#ct5-shop-contact-box .ct5-contact-primary-v23.ct5-standard-contact-pair > a.ct5-contact-main-v23:is(:hover,:focus-visible,:active){
    transform:none!important;
}

#ct5-shop-contact-box .ct5-contact-primary-v23.ct5-standard-contact-pair > a.ct5-contact-main-v23 .ct5-listing-cta-icon{
    display:block!important;
    position:static!important;
    inset:auto!important;
    order:0!important;
    align-self:center!important;
    width:18px!important;
    height:18px!important;
    min-width:18px!important;
    max-width:18px!important;
    flex:0 0 18px!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
}

#ct5-shop-contact-box .ct5-contact-primary-v23.ct5-standard-contact-pair > a.ct5-contact-main-v23 > .ct5-contact-label{
    display:inline-flex!important;
    position:static!important;
    inset:auto!important;
    order:1!important;
    align-items:center!important;
    align-self:center!important;
    margin:0!important;
    padding:0!important;
    color:inherit!important;
    font:inherit!important;
    line-height:1!important;
    white-space:nowrap!important;
    transform:none!important;
}

/* FINAL CTA V9: badge hoạt động xanh hoàn toàn và cụm CTA trên không còn viền vàng. */
#ct5-shop-profile-contact .ct5-shop-title-line .ct5-shop-status,
#ct5-shop-profile-contact .ct5-shop-title-line .ct5-shop-status i,
#ct5-shop-profile-contact .ct5-shop-title-line .ct5-shop-status i::before{
    color:#16a34a!important;
    -webkit-text-fill-color:#16a34a!important;
}

#ct5-shop-profile-contact .ct5-shop-title-line .ct5-shop-status i{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0 5px 0 0!important;
    line-height:1!important;
}

#ct5-shop-profile-contact .ct5-shop-profile-row .ct5-shop-actions.ct5-side-actions-grid,
#ct5-shop-profile-contact .ct5-shop-profile-row .ct5-shop-actions.ct5-side-actions-grid > .ct5-social-row-primary.ct5-standard-contact-pair{
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    background:transparent!important;
}

#ct5-shop-profile-contact .ct5-shop-profile-row .ct5-shop-actions.ct5-side-actions-grid > .ct5-social-row-primary.ct5-standard-contact-pair > a.ct5-btn,
#ct5-shop-profile-contact .ct5-shop-profile-row .ct5-shop-actions.ct5-side-actions-grid > .ct5-social-row-primary.ct5-standard-contact-pair > a.ct5-btn:is(:hover,:focus,:focus-visible,:active){
    outline:0!important;
    outline-offset:0!important;
    box-shadow:none!important;
    text-decoration:none!important;
}

#ct5-shop-profile-contact .ct5-shop-profile-row .ct5-shop-actions.ct5-side-actions-grid > .ct5-social-row-primary.ct5-standard-contact-pair > a.ct5-btn-zalo,
#ct5-shop-profile-contact .ct5-shop-profile-row .ct5-shop-actions.ct5-side-actions-grid > .ct5-social-row-primary.ct5-standard-contact-pair > a.ct5-btn-zalo:is(:hover,:focus,:focus-visible,:active){
    border:0!important;
    border-color:transparent!important;
    background:#0878f9!important;
}

#ct5-shop-profile-contact .ct5-shop-profile-row .ct5-shop-actions.ct5-side-actions-grid > .ct5-social-row-primary.ct5-standard-contact-pair > a.ct5-btn-call,
#ct5-shop-profile-contact .ct5-shop-profile-row .ct5-shop-actions.ct5-side-actions-grid > .ct5-social-row-primary.ct5-standard-contact-pair > a.ct5-btn-call:is(:hover,:focus,:focus-visible,:active){
    border:0!important;
    border-color:transparent!important;
    background:#22c55e!important;
}

#ct5-shop-profile-contact .ct5-shop-profile-row .ct5-shop-actions.ct5-side-actions-grid > .ct5-social-row-primary.ct5-standard-contact-pair > a.ct5-btn::before,
#ct5-shop-profile-contact .ct5-shop-profile-row .ct5-shop-actions.ct5-side-actions-grid > .ct5-social-row-primary.ct5-standard-contact-pair > a.ct5-btn::after{
    content:none!important;
    display:none!important;
}

/* MOBILE PROFILE V10: bố cục cover/avatar/title theo mẫu profile người dùng gửi.
   Scope riêng <= 767px và đặt cuối file để chặn toàn bộ mobile rule cũ. */
@media (max-width:767.98px){
    .ct5-shop-page .ct5-container{
        padding-left:12px!important;
        padding-right:12px!important;
        box-sizing:border-box!important;
    }

    /* Cover chạy sát hai mép màn hình, thấp gọn theo đúng tỷ lệ profile mobile. */
    .ct5-shop-page .ct5-container > .ct5-shop-hero{
        width:calc(100% + 24px)!important;
        max-width:none!important;
        margin:0 -12px!important;
        padding:0!important;
        border:0!important;
        border-radius:0!important;
        background:#e5e7eb!important;
        box-shadow:none!important;
        overflow:hidden!important;
    }

    .ct5-shop-page .ct5-shop-hero .ct5-shop-cover,
    .ct5-shop-page .ct5-shop-hero .ct5-shop-cover > img{
        display:block!important;
        width:100%!important;
        max-width:100%!important;
        height:clamp(138px,36vw,168px)!important;
        min-height:clamp(138px,36vw,168px)!important;
        max-height:clamp(138px,36vw,168px)!important;
        margin:0!important;
        padding:0!important;
        border:0!important;
        border-radius:0!important;
        object-fit:cover!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page .ct5-shop-hero .ct5-shop-cover > img{
        object-position:center var(--ct5-shop-cover-y,50%)!important;
    }

    .ct5-shop-page .ct5-shop-hero .ct5-shop-cover::before{
        background:linear-gradient(180deg,rgba(15,23,42,0) 66%,rgba(15,23,42,.12) 100%)!important;
    }

    /* Ghép profile vào ngay dưới cover thay vì để thành một card rời. */
    .ct5-shop-page #ct5-shop-profile-contact.ct5-shop-sticky-customer-head{
        position:relative!important;
        top:auto!important;
        z-index:3!important;
        width:calc(100% + 24px)!important;
        max-width:none!important;
        margin:-1px -12px 12px!important;
        padding:0!important;
        border:0!important;
        border-radius:0!important;
        background:#fff!important;
        box-shadow:0 1px 0 rgba(15,23,42,.08)!important;
        overflow:visible!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-profile-row,
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-profile-row.ct5-no-contact-actions{
        display:grid!important;
        grid-template-columns:96px minmax(0,1fr)!important;
        grid-template-rows:auto auto auto auto!important;
        column-gap:14px!important;
        row-gap:0!important;
        align-items:start!important;
        width:100%!important;
        min-height:0!important;
        margin:0!important;
        padding:0 16px 14px!important;
        border:0!important;
        border-bottom:1px solid #eef0f2!important;
        background:#fff!important;
        box-shadow:none!important;
        box-sizing:border-box!important;
    }

    /* Avatar tròn chồng nhẹ lên cover giống mẫu, không méo ở ảnh ngang/dọc. */
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-logo-wrap{
        grid-column:1!important;
        grid-row:1!important;
        align-self:start!important;
        position:relative!important;
        z-index:5!important;
        display:block!important;
        width:96px!important;
        height:96px!important;
        min-width:96px!important;
        min-height:96px!important;
        max-width:96px!important;
        max-height:96px!important;
        margin:-38px 0 0!important;
        padding:0!important;
        border-radius:50%!important;
        transform:none!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-logo,
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-logo-wrap > img{
        display:block!important;
        width:96px!important;
        height:96px!important;
        min-width:96px!important;
        min-height:96px!important;
        max-width:96px!important;
        max-height:96px!important;
        aspect-ratio:1/1!important;
        margin:0!important;
        padding:0!important;
        border:4px solid #fff!important;
        border-radius:50%!important;
        background:#fff!important;
        object-fit:cover!important;
        object-position:center!important;
        box-shadow:0 2px 8px rgba(15,23,42,.18)!important;
        transform:none!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-logo-editor{
        right:-2px!important;
        bottom:2px!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-logo-editor label{
        width:32px!important;
        height:32px!important;
        min-width:32px!important;
        min-height:32px!important;
        padding:0!important;
        border:3px solid #fff!important;
        border-radius:50%!important;
    }

    /* display:contents cho phép title/meta đứng bên phải avatar và mô tả chạy đủ ngang. */
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-info{
        display:contents!important;
        width:auto!important;
        max-width:none!important;
        min-width:0!important;
        margin:0!important;
        padding:0!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-title-line{
        grid-column:2!important;
        grid-row:1!important;
        align-self:start!important;
        display:flex!important;
        flex-direction:column!important;
        align-items:flex-start!important;
        justify-content:flex-start!important;
        gap:5px!important;
        width:100%!important;
        min-width:0!important;
        margin:0!important;
        padding:14px 0 0!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-title-line h1,
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-info h1{
        display:-webkit-box!important;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        max-height:none!important;
        margin:0!important;
        padding:0!important;
        overflow:hidden!important;
        -webkit-box-orient:vertical!important;
        -webkit-line-clamp:2!important;
        white-space:normal!important;
        text-overflow:ellipsis!important;
        text-align:left!important;
        font-size:clamp(21px,5.8vw,25px)!important;
        font-weight:900!important;
        line-height:1.16!important;
        letter-spacing:-.025em!important;
        color:#111827!important;
    }

    /* Tick hoạt động luôn xanh, gọn như một dòng trạng thái thay vì badge lớn. */
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-title-line .ct5-shop-status{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:flex-start!important;
        gap:5px!important;
        width:auto!important;
        max-width:100%!important;
        margin:0!important;
        padding:0!important;
        border:0!important;
        border-radius:0!important;
        background:transparent!important;
        box-shadow:none!important;
        color:#16a34a!important;
        -webkit-text-fill-color:#16a34a!important;
        font-size:12px!important;
        font-weight:800!important;
        line-height:1.25!important;
        white-space:normal!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-title-line .ct5-shop-status i,
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-title-line .ct5-shop-status i::before{
        color:#16a34a!important;
        -webkit-text-fill-color:#16a34a!important;
        margin:0!important;
    }

    /* Meta nằm ngay dưới title và vẫn giữ khoảng thở khi địa chỉ dài. */
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-meta-line{
        grid-column:2!important;
        grid-row:2!important;
        display:flex!important;
        flex-wrap:wrap!important;
        align-items:center!important;
        justify-content:flex-start!important;
        gap:5px 10px!important;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        margin:6px 0 0!important;
        padding:0!important;
        color:#60646c!important;
        font-size:12.5px!important;
        font-weight:600!important;
        line-height:1.35!important;
        text-align:left!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-meta-line span{
        display:inline-flex!important;
        align-items:flex-start!important;
        gap:4px!important;
        min-width:0!important;
        max-width:100%!important;
        margin:0!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-meta-line i{
        flex:0 0 auto!important;
        margin-top:1px!important;
    }

    /* Mô tả chạy toàn chiều ngang dưới avatar, đúng nhịp đọc của mẫu. */
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-info > p{
        grid-column:1 / -1!important;
        grid-row:3!important;
        display:block!important;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        margin:12px 0 0!important;
        padding:0!important;
        color:#30343b!important;
        font-size:15px!important;
        font-weight:400!important;
        line-height:1.48!important;
        letter-spacing:0!important;
        text-align:left!important;
        white-space:normal!important;
        overflow-wrap:anywhere!important;
    }

    /* Hai CTA bằng nhau, không viền vàng và icon khóa chính giữa. */
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-actions.ct5-side-actions-grid{
        grid-column:1 / -1!important;
        grid-row:4!important;
        display:block!important;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        margin:14px 0 0!important;
        padding:0!important;
        border:0!important;
        outline:0!important;
        border-radius:0!important;
        background:transparent!important;
        box-shadow:none!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-actions .ct5-standard-contact-pair{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:10px!important;
        width:100%!important;
        margin:0!important;
        padding:0!important;
        border:0!important;
        background:transparent!important;
        box-shadow:none!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-actions .ct5-standard-contact-pair > a.ct5-btn{
        display:inline-flex!important;
        flex-direction:row!important;
        align-items:center!important;
        justify-content:center!important;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        height:44px!important;
        min-height:44px!important;
        max-height:44px!important;
        margin:0!important;
        padding:0 12px!important;
        gap:8px!important;
        border:0!important;
        outline:0!important;
        border-radius:10px!important;
        box-shadow:none!important;
        font-size:14px!important;
        font-weight:900!important;
        line-height:1!important;
        text-decoration:none!important;
        white-space:nowrap!important;
        transform:none!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-actions .ct5-standard-contact-pair > a.ct5-btn .ct5-listing-cta-icon{
        position:static!important;
        display:block!important;
        width:18px!important;
        height:18px!important;
        min-width:18px!important;
        max-width:18px!important;
        flex:0 0 18px!important;
        margin:0!important;
        padding:0!important;
        align-self:center!important;
        transform:none!important;
    }

    /* Tab gọn, cuộn ngang tự nhiên và nối liền với phần profile. */
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-tabs-customer{
        position:relative!important;
        top:auto!important;
        z-index:2!important;
        display:flex!important;
        align-items:center!important;
        width:100%!important;
        min-height:48px!important;
        margin:0!important;
        padding:0 10px!important;
        border:0!important;
        border-radius:0!important;
        background:#fff!important;
        box-shadow:none!important;
        overflow:hidden!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-tabs-links{
        display:flex!important;
        flex:1 1 auto!important;
        align-items:stretch!important;
        gap:0!important;
        width:100%!important;
        min-width:0!important;
        margin:0!important;
        padding:0!important;
        overflow-x:auto!important;
        overscroll-behavior-x:contain!important;
        scrollbar-width:none!important;
        -webkit-overflow-scrolling:touch!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-tabs-links::-webkit-scrollbar{
        display:none!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-tabs-links > a{
        flex:0 0 auto!important;
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        min-width:auto!important;
        min-height:48px!important;
        height:48px!important;
        margin:0!important;
        padding:0 14px!important;
        border-bottom-width:3px!important;
        font-size:14px!important;
        font-weight:800!important;
        line-height:1!important;
        white-space:nowrap!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-tabs-actions{
        display:none!important;
    }
}

@media (max-width:389.98px){
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-profile-row,
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-profile-row.ct5-no-contact-actions{
        grid-template-columns:88px minmax(0,1fr)!important;
        column-gap:12px!important;
        padding-left:14px!important;
        padding-right:14px!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-logo-wrap,
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-logo,
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-logo-wrap > img{
        width:88px!important;
        height:88px!important;
        min-width:88px!important;
        min-height:88px!important;
        max-width:88px!important;
        max-height:88px!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-logo-wrap{
        margin-top:-26px!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-title-line h1,
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-info h1{
        font-size:21px!important;
    }

    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-actions .ct5-standard-contact-pair > a.ct5-btn{
        padding:0 9px!important;
        gap:7px!important;
        font-size:13px!important;
    }
}

/* MOBILE PROFILE V11: banner gọn sát mép, deal nằm giữa banner và cover, avatar hạ thấp. */
@media (max-width:767.98px){
    /* Dùng order chỉ trong container mobile: không đổi thứ tự desktop và không render deal hai lần. */
    .ct5-shop-page .ct5-container{
        display:flex!important;
        flex-direction:column!important;
        align-items:stretch!important;
    }

    .ct5-shop-page .ct5-shop-banner-top{
        order:-30!important;
    }

    .ct5-shop-page .alo-aff-slot[data-aff-slot="shop.detail.after_info"]{
        order:-20!important;
    }

    .ct5-shop-page .ct5-container > .ct5-shop-hero{
        order:-10!important;
    }

    /* Banner trên thấp hơn và loại bỏ toàn bộ khoảng trắng/padding bốn phía. */
    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height{
        --ct5-shop-mobile-banner-height:clamp(104px,28vw,118px);
        display:block!important;
        width:calc(100% + 24px)!important;
        max-width:none!important;
        height:var(--ct5-shop-mobile-banner-height)!important;
        min-height:var(--ct5-shop-mobile-banner-height)!important;
        max-height:var(--ct5-shop-mobile-banner-height)!important;
        margin:0 -12px 4px!important;
        padding:0!important;
        border:0!important;
        border-radius:0!important;
        background:#fff!important;
        box-shadow:none!important;
        line-height:0!important;
        overflow:hidden!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height .front-banner,
    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height .front-banner-image,
    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height .front-banner-script,
    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height a,
    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height picture,
    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height img{
        display:block!important;
        width:100%!important;
        max-width:100%!important;
        height:var(--ct5-shop-mobile-banner-height)!important;
        min-height:var(--ct5-shop-mobile-banner-height)!important;
        max-height:var(--ct5-shop-mobile-banner-height)!important;
        margin:0!important;
        padding:0!important;
        border:0!important;
        border-radius:0!important;
        background:transparent!important;
        object-fit:cover!important;
        line-height:0!important;
        overflow:hidden!important;
        box-sizing:border-box!important;
    }

    /* Deal chuyển lên trên cover, vẫn giữ card gọn và bỏ riêng dòng mô tả phụ. */
    .ct5-shop-page .alo-aff-slot[data-aff-slot="shop.detail.after_info"]{
        display:block!important;
        width:calc(100% + 24px)!important;
        max-width:none!important;
        margin:0 -12px 5px!important;
        padding:0 8px!important;
        background:#fff!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page .alo-aff-slot[data-aff-slot="shop.detail.after_info"] > .alogiare-taxonomy-deal-panel{
        width:100%!important;
        max-width:100%!important;
        margin:4px 0!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page .alo-aff-slot[data-aff-slot="shop.detail.after_info"] .alogiare-taxonomy-deal-head p{
        display:none!important;
        visibility:hidden!important;
        width:0!important;
        height:0!important;
        min-height:0!important;
        margin:0!important;
        padding:0!important;
        overflow:hidden!important;
    }

    .ct5-shop-page .alo-aff-slot[data-aff-slot="shop.detail.after_info"] .alogiare-taxonomy-deal-head{
        align-items:center!important;
        padding-top:10px!important;
        padding-bottom:10px!important;
    }

    /* Hạ avatar thêm 10px so với V10 để bớt ăn sâu vào ảnh bìa. */
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-logo-wrap{
        margin-top:-28px!important;
    }
}

@media (max-width:389.98px){
    .ct5-shop-page #ct5-shop-profile-contact .ct5-shop-logo-wrap{
        margin-top:-24px!important;
    }
}

/* MOBILE BANNER V12: banner 1 cách đều viewport 2px, bo góc nhẹ 3px. */
@media (max-width:767.98px){
    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height{
        width:calc(100vw - 4px)!important;
        max-width:calc(100vw - 4px)!important;
        margin:2px calc(50% - 50vw + 2px) 2px!important;
        border:0!important;
        border-radius:3px!important;
    }

    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height .front-banner,
    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height .front-banner-image,
    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height .front-banner-script,
    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height a,
    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height picture,
    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height img{
        border:0!important;
        border-radius:3px!important;
    }
}


/* ALOVN SHOP MOBILE TOP/BREADCRUMB/AFF POLISH 2026-07-14
   Đồng bộ với trang listing detail:
   - Banner shop mobile dính sát mép trên, full viewport, không bo góc.
   - Breadcrumb hiển thị full mép trái/phải ngay dưới banner.
   - AFF shop giữ giá bán + giá gạch một dòng, tăng chữ giá vừa đủ dễ đọc. */
@media(max-width:991.98px){
    html body .ct5-shop-page,
    html body main.w11-pro-main .ct5-shop-page,
    html body .ct5-page.ct5-shop-page{
        margin-top:0!important;
        padding-top:0!important;
    }

    html body #alogiare-global-navbar-root,
    html body .alogiare-global-navbar-root,
    html body #alogiare-global-navbar-root > .alogiare-mobile-app-header,
    html body .alogiare-global-navbar-root > .alogiare-mobile-app-header,
    html body .alogiare-mobile-app-header,
    html body .alogiare-mobile-appbar{
        margin-bottom:0!important;
        padding-bottom:0!important;
    }

    .ct5-shop-page .ct5-container{
        padding-top:0!important;
    }

    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height{
        order:-40!important;
        width:100vw!important;
        max-width:100vw!important;
        min-width:100vw!important;
        margin:0 calc(50% - 50vw) 0!important;
        padding:0!important;
        border:0!important;
        border-radius:0!important;
        box-shadow:none!important;
        background:#fff!important;
        line-height:0!important;
        overflow:hidden!important;
    }

    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height .front-banner,
    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height .front-banner-image,
    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height .front-banner-script,
    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height a,
    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height picture,
    .ct5-shop-page .ct5-shop-banner-top.ct5-shop-banner-admin-height img{
        width:100%!important;
        max-width:100%!important;
        margin:0!important;
        padding:0!important;
        border:0!important;
        border-radius:0!important;
        box-shadow:none!important;
        display:block!important;
        object-fit:cover!important;
        line-height:0!important;
        vertical-align:bottom!important;
    }

    .ct5-shop-page .ct5-breadcrumb,
    .ct5-shop-page .ct5-container > .ct5-breadcrumb{
        order:-35!important;
        display:flex!important;
        align-items:center!important;
        gap:8px!important;
        width:100vw!important;
        max-width:100vw!important;
        min-width:100vw!important;
        margin:0 calc(50% - 50vw) 8px!important;
        padding:12px 14px!important;
        border-radius:0!important;
        border-left:0!important;
        border-right:0!important;
        border-top:0!important;
        border-bottom:1px solid #eef2f7!important;
        box-shadow:none!important;
        background:#fff!important;
        overflow-x:auto!important;
        overflow-y:hidden!important;
        white-space:nowrap!important;
        scrollbar-width:none!important;
        box-sizing:border-box!important;
    }

    .ct5-shop-page .ct5-breadcrumb::-webkit-scrollbar{display:none!important;}
    .ct5-shop-page .ct5-breadcrumb a,
    .ct5-shop-page .ct5-breadcrumb span{
        flex:0 0 auto!important;
        font-size:14px!important;
        line-height:1.25!important;
        text-decoration:none!important;
    }
    .ct5-shop-page .ct5-breadcrumb a{color:#64748b!important;font-weight:700!important;}
    .ct5-shop-page .ct5-breadcrumb span{color:#111827!important;font-weight:900!important;}
    .ct5-shop-page .ct5-breadcrumb i{flex:0 0 auto!important;color:#ef4444!important;font-size:13px!important;}

    .ct5-shop-page .alo-aff-slot[data-aff-slot^="shop."] .alo-quick-deal-price-row,
    .ct5-shop-page .alo-aff-slot[data-aff-slot^="shop."] .alo-aff-placement-panel[data-aff-mobile-cols="3"] .alo-quick-deal-price-row{
        display:flex!important;
        align-items:baseline!important;
        flex-wrap:nowrap!important;
        gap:3px!important;
        width:100%!important;
        max-width:100%!important;
        min-width:0!important;
        white-space:nowrap!important;
        overflow:hidden!important;
        margin-top:7px!important;
    }

    .ct5-shop-page .alo-aff-slot[data-aff-slot^="shop."] .alo-quick-deal-body,
    .ct5-shop-page .alo-aff-slot[data-aff-slot^="shop."] .alo-aff-placement-panel[data-aff-mobile-cols="3"] .alo-quick-deal-body{
        padding-left:5px!important;
        padding-right:5px!important;
    }

    .ct5-shop-page .alo-aff-slot[data-aff-slot^="shop."] .alo-quick-deal-price,
    .ct5-shop-page .alo-aff-slot[data-aff-slot^="shop."] .alo-aff-placement-panel[data-aff-mobile-cols="3"] .alo-quick-deal-price{
        flex:0 1 auto!important;
        min-width:0!important;
        max-width:none!important;
        font-size:clamp(10px,2.75vw,11.2px)!important;
        line-height:1.12!important;
        letter-spacing:-.045em!important;
        white-space:nowrap!important;
        overflow:visible!important;
        text-overflow:clip!important;
    }

    .ct5-shop-page .alo-aff-slot[data-aff-slot^="shop."] .alo-quick-deal-compare,
    .ct5-shop-page .alo-aff-slot[data-aff-slot^="shop."] .alo-aff-placement-panel[data-aff-mobile-cols="3"] .alo-quick-deal-compare{
        flex:1 1 auto!important;
        min-width:0!important;
        font-size:clamp(8.4px,2.25vw,9.8px)!important;
        line-height:1.12!important;
        letter-spacing:-.05em!important;
        white-space:nowrap!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
    }
}



/* ALO STICKY CONTACT COMPACT V1
   Mobile: Zalo + Messenger + Gọi. Desktop: Zalo + Messenger + Facebook + Gọi ngay. */
.ct5-shop-page #ct5StickyTabs .ct5-sticky-label-mobile{display:none!important;}
.ct5-shop-page #ct5StickyTabs .ct5-top-actions a,
.ct5-shop-page #ct5StickyTabs .ct5-top-actions a *{box-sizing:border-box!important;}

@media (min-width:992px){
    .ct5-shop-page #ct5StickyTabs .ct5-sticky-top-row{
        height:56px!important;min-height:56px!important;gap:12px!important;padding:0!important;
    }
    .ct5-shop-page #ct5StickyTabs .ct5-mini-product{
        flex:1 1 auto!important;max-width:calc(100% - 410px)!important;gap:8px!important;padding:0!important;
    }
    .ct5-shop-page #ct5StickyTabs .ct5-mini-product img{
        width:40px!important;height:40px!important;flex:0 0 40px!important;border-radius:7px!important;
    }
    .ct5-shop-page #ct5StickyTabs .ct5-mini-product strong{
        max-width:100%!important;font-size:14px!important;line-height:1.18!important;
    }
    .ct5-shop-page #ct5StickyTabs .ct5-mini-product span{
        margin-top:2px!important;font-size:12.5px!important;line-height:1.12!important;
    }
    .ct5-shop-page #ct5StickyTabs .ct5-top-actions{
        display:flex!important;align-items:center!important;justify-content:flex-end!important;
        flex:0 0 auto!important;gap:6px!important;min-width:0!important;
    }
    .ct5-shop-page #ct5StickyTabs .ct5-top-actions a{
        display:inline-flex!important;align-items:center!important;justify-content:center!important;
        flex:0 0 auto!important;min-width:92px!important;width:auto!important;
        height:36px!important;min-height:36px!important;max-height:36px!important;
        padding:0 10px!important;gap:5px!important;border-radius:8px!important;
        font-size:12.5px!important;line-height:1!important;white-space:nowrap!important;
    }
    .ct5-shop-page #ct5StickyTabs .ct5-top-actions .ct5-listing-cta-icon{
        width:16px!important;height:16px!important;min-width:16px!important;flex-basis:16px!important;
    }
    .ct5-shop-page #ct5StickyTabs .ct5-top-facebook{display:inline-flex!important;}
}

@media (max-width:991.98px){
    .ct5-shop-page #ct5StickyTabs .ct5-scrollbar-inner{
        grid-template-rows:52px 42px!important;padding:0 8px!important;
    }
    .ct5-shop-page #ct5StickyTabs .ct5-sticky-top-row{
        height:52px!important;min-height:52px!important;display:flex!important;
        align-items:center!important;justify-content:flex-start!important;gap:6px!important;
        padding:0!important;margin:0!important;
    }
    .ct5-shop-page #ct5StickyTabs .ct5-mini-product{
        flex:0 1 102px!important;width:102px!important;max-width:102px!important;min-width:78px!important;
        gap:6px!important;padding:4px 0!important;margin:0!important;
    }
    .ct5-shop-page #ct5StickyTabs .ct5-mini-product img{
        width:34px!important;height:34px!important;flex:0 0 34px!important;border-radius:7px!important;
    }
    .ct5-shop-page #ct5StickyTabs .ct5-mini-product div{min-width:0!important;overflow:hidden!important;}
    .ct5-shop-page #ct5StickyTabs .ct5-mini-product strong{
        max-width:100%!important;font-size:11.5px!important;line-height:1.12!important;
        white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
    }
    .ct5-shop-page #ct5StickyTabs .ct5-mini-product span{
        margin-top:2px!important;font-size:10.5px!important;line-height:1.05!important;
        white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
    }
    .ct5-shop-page #ct5StickyTabs .ct5-top-actions{
        display:flex!important;align-items:center!important;justify-content:flex-end!important;
        flex:1 1 0!important;min-width:0!important;max-width:none!important;gap:4px!important;
        padding:0!important;margin:0!important;overflow:visible!important;
    }
    .ct5-shop-page #ct5StickyTabs .ct5-top-actions a{
        display:inline-flex!important;align-items:center!important;justify-content:center!important;
        flex:1 1 0!important;min-width:0!important;width:auto!important;max-width:none!important;
        height:32px!important;min-height:32px!important;max-height:32px!important;
        padding:0 4px!important;gap:3px!important;border-radius:7px!important;
        font-size:10.5px!important;line-height:1!important;white-space:nowrap!important;
        overflow:hidden!important;text-overflow:ellipsis!important;box-shadow:none!important;
    }
    .ct5-shop-page #ct5StickyTabs .ct5-top-actions .ct5-listing-cta-icon{
        width:14px!important;height:14px!important;min-width:14px!important;flex-basis:14px!important;
    }
    .ct5-shop-page #ct5StickyTabs .ct5-top-facebook{display:none!important;}
    .ct5-shop-page #ct5StickyTabs .ct5-sticky-label-desktop{display:none!important;}
    .ct5-shop-page #ct5StickyTabs .ct5-sticky-label-mobile{display:inline!important;}
    .ct5-shop-page #ct5StickyTabs .ct5-sticky-label{
        min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;
    }
}

@media (max-width:374.98px){
    .ct5-shop-page #ct5StickyTabs .ct5-mini-product{flex-basis:88px!important;width:88px!important;max-width:88px!important;}
    .ct5-shop-page #ct5StickyTabs .ct5-mini-product img{width:31px!important;height:31px!important;flex-basis:31px!important;}
    .ct5-shop-page #ct5StickyTabs .ct5-top-actions a{font-size:9.8px!important;padding-inline:3px!important;gap:2px!important;}
    .ct5-shop-page #ct5StickyTabs .ct5-top-actions .ct5-listing-cta-icon{width:13px!important;height:13px!important;min-width:13px!important;flex-basis:13px!important;}
}
