/* =====================================================
   Fix compressed/narrow columns in all product sliders
   (NEW ARRIVALS, SPECIALS, BESTSELLERS, etc.)
   ===================================================== */
.tt-carousel-products .tt-col-item,
.tt-carousel-products .centerBoxContentsSpecials,
.tt-carousel-products .centerBoxContentsNew,
.tt-carousel-products .centerBoxContentsFeatured,
.tt-carousel-products .centerBoxContentsBestSellers,
.tt-carousel-products .centerBoxContentsTopRated {
    width: auto !important;
    flex: 0 0 auto !important;
    max-width: none !important;
}

/* Ensure the inner product card respects the column width */
.tt-carousel-products .tt-product {
    width: 100% !important;
}

/* Get rid of Large Category Icon */
.categoryIcon, .category-banner img, #categoryImgListing img {
    display: none;
}

/* Get rid of In Stock button */
.stock-wrapper {
    display: none;
}