.ajax-woo-slider-wrapper{display:flex;align-items:center;width:100%}
.cats{display:flex;gap:6px;overflow-x:auto;flex:1;scrollbar-width:none}
.cats::-webkit-scrollbar{display:none}
.cats button{border:0;background:none;font-size:13px;padding:4px 6px;cursor:pointer;position:relative}
.cats button.active{font-weight:700;color:#e91e63}
.cats button.active:after{content:'';height:3px;background:#e91e63;width:100%;position:absolute;left:0;bottom:-2px}
.arrow{cursor:pointer;font-size:20px;padding:0 8px}
#scroll-sentinel{height:1px}
#loader{text-align:center;display:none;padding:20px}
.ajax-woo-cat-title{margin:25px 0 10px;font-size:18px;font-weight:700;border-bottom:2px solid #eee;padding-bottom:5px}
.ajax-woo-list-item{display:flex;gap:14px;border-bottom:1px solid #eee;padding:14px 0}
.ajax-woo-list-item .thumb img{max-width:120px}
.ajax-woo-list-item .info h4{margin:0 0 4px;font-size:15px}
.ajax-woo-list-item .desc{font-size:12px;color:#666;line-height:1.4;margin-bottom:6px}
.ajax-woo-list-item .price{font-weight:700;margin-bottom:6px}

/* vCard style (CSS-only, safe) */
.ajax-woo-vcard-style .product{
    display:flex;
    gap:15px;
    align-items:flex-start;
    width:100% !important;
}
.ajax-woo-vcard-style .product .woocommerce-LoopProduct-link{
    display:flex;
    gap:15px;
    width:100%;
}
.ajax-woo-vcard-style .product img{
    max-width:120px;
    height:auto;
}
.ajax-woo-vcard-style .product .price{
    margin-top:8px;
}
