﻿/* Smartphone Italia â€” category / listing pages UI (20260704-brand-green) */

body#category,
body#search,
body#manufacturer,
body#new-products,
body#prices-drop,
body#best-sales {
    --si-cat-green: var(--si-accent, #39b54a);
    --si-cat-green-dark: var(--si-accent-hover, #0d8224);
    --si-cat-ink: var(--si-text, #1d1d1f);
    --si-cat-muted: var(--si-text-secondary, #6e6e73);
    --si-cat-line: var(--si-line, rgba(0, 0, 0, 0.08));
    --si-cat-bg: var(--si-bg-alt, #f5f5f7);
    --si-cat-radius: var(--si-radius, 18px);
    --si-cat-shadow: var(--si-shadow, 0 2px 12px rgba(0, 0, 0, 0.04));
    --si-cat-shadow-hover: var(--si-shadow-hover, 0 8px 28px rgba(0, 0, 0, 0.08));
    background: var(--si-bg, #ffffff);
    font-family: var(--si-font, -apple-system, BlinkMacSystemFont, system-ui, sans-serif);
}

/* â”€â”€ 1. Breadcrumb â”€â”€ */
body#category #wrapper .breadcrumb,
body#search #wrapper .breadcrumb,
body#manufacturer #wrapper .breadcrumb,
body#new-products #wrapper .breadcrumb,
body#prices-drop #wrapper .breadcrumb,
body#best-sales #wrapper .breadcrumb {
    margin: 0 0 12px;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid var(--si-cat-line);
    border-radius: 8px;
    font-size: 0.8125rem;
    line-height: 1.4;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

body#category #wrapper .breadcrumb::-webkit-scrollbar,
body#search #wrapper .breadcrumb::-webkit-scrollbar,
body#manufacturer #wrapper .breadcrumb::-webkit-scrollbar,
body#new-products #wrapper .breadcrumb::-webkit-scrollbar,
body#prices-drop #wrapper .breadcrumb::-webkit-scrollbar,
body#best-sales #wrapper .breadcrumb::-webkit-scrollbar {
    display: none;
}

body#category #wrapper .breadcrumb a,
body#search #wrapper .breadcrumb a,
body#manufacturer #wrapper .breadcrumb a,
body#new-products #wrapper .breadcrumb a,
body#prices-drop #wrapper .breadcrumb a,
body#best-sales #wrapper .breadcrumb a {
    color: var(--si-cat-muted);
    text-decoration: none;
}

body#category #wrapper .breadcrumb li:last-child a,
body#search #wrapper .breadcrumb li:last-child a,
body#manufacturer #wrapper .breadcrumb li:last-child a,
body#new-products #wrapper .breadcrumb li:last-child a,
body#prices-drop #wrapper .breadcrumb li:last-child a,
body#best-sales #wrapper .breadcrumb li:last-child a {
    color: var(--si-cat-ink);
    font-weight: 600;
}

/* â”€â”€ 2. Category header â”€â”€ */
body#category .block-category.tv-category-block-wrapper,
body#category .tv-category-block-wrapper {
    margin: 0 0 20px;
    padding: 20px 20px 16px;
    background: #fff;
    border: 1px solid var(--si-cat-line);
    border-radius: var(--si-cat-radius);
    box-shadow: var(--si-cat-shadow);
    border-top: none;
}

body#category .tv-category-cover {
    margin: -20px -20px 16px;
    border-radius: var(--si-cat-radius) var(--si-cat-radius) 0 0;
    overflow: hidden;
    max-height: 200px;
}

body#category .tv-category-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body#category .tv-all-page-main-title-wrapper {
    margin: 0 0 8px;
}

body#category .tv-all-page-main-title {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 700;
    color: var(--si-cat-ink);
    line-height: 1.25;
}

body#category #category-description {
    margin: 0;
    color: var(--si-cat-muted);
    font-size: 0.9375rem;
    line-height: 1.55;
}

body#category #category-description h1 {
    margin: 0 0 8px;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 700;
    color: var(--si-cat-ink);
    line-height: 1.25;
}

body#category #category-description p {
    margin: 0 0 6px;
}

body#category #category-description p:last-child {
    margin-bottom: 0;
}

body#category #main {
    padding-top: 4px;
}

/* â”€â”€ 3. Subcategories â”€â”€ */
body#category .tv-category-main-div {
    margin: 0 0 24px;
    padding: 16px;
    background: var(--si-cat-bg);
    border: 1px solid var(--si-cat-line);
    border-radius: var(--si-cat-radius);
}

body#category .tv-sub-category-title-wrapper {
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--si-cat-line);
}

body#category .tv-sub-category-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--si-cat-ink);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body#category .tvcategory-name-image {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

body#category .tv-sub-category-wrapper {
    flex: 0 0 auto;
    width: 120px;
    max-width: 120px;
}

body#category .tv-sub-category-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 10px 8px;
    background: #fff;
    border: 1px solid var(--si-cat-line);
    border-radius: 10px;
    box-shadow: var(--si-cat-shadow);
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    height: 100%;
}

body#category .tv-sub-category-inner:hover {
    border-color: var(--si-cat-green);
    box-shadow: var(--si-cat-shadow-hover);
    transform: translateY(-2px);
}

body#category .tv-category-image {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    overflow: hidden;
    background: #f8faf9;
}

body#category .tv-category-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body#category .tvcategory-name .category-name {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--si-cat-ink);
    text-align: center;
    line-height: 1.3;
    text-decoration: none;
}

body#category .tvcategory-name .category-name:hover {
    color: var(--si-cat-green-dark);
}

@media (min-width: 768px) {
    body#category .tvcategory-name-image {
        flex-wrap: wrap;
        overflow-x: visible;
        justify-content: flex-start;
    }

    body#category .tv-sub-category-wrapper {
        width: calc(25% - 9px);
        max-width: calc(25% - 9px);
    }
}

@media (min-width: 992px) {
    body#category .tv-sub-category-wrapper {
        width: calc(20% - 10px);
        max-width: calc(20% - 10px);
    }
}

/* â”€â”€ 4. Toolbar (sort, count, view) â”€â”€ */
body#category #js-product-list-top.products-selection,
body#search #js-product-list-top.products-selection,
body#manufacturer #js-product-list-top.products-selection,
body#new-products #js-product-list-top.products-selection,
body#prices-drop #js-product-list-top.products-selection,
body#best-sales #js-product-list-top.products-selection {
    margin: 0 0 16px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid var(--si-cat-line);
    border-radius: 10px;
    box-shadow: var(--si-cat-shadow);
}

body#category .tv-left-search-totle-product,
body#search .tv-left-search-totle-product,
body#manufacturer .tv-left-search-totle-product,
body#new-products .tv-left-search-totle-product,
body#prices-drop .tv-left-search-totle-product,
body#best-sales .tv-left-search-totle-product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

body#category .tv-total-product-number,
body#search .tv-total-product-number,
body#manufacturer .tv-total-product-number,
body#new-products .tv-total-product-number,
body#prices-drop .tv-total-product-number,
body#best-sales .tv-total-product-number {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--si-cat-muted);
}

body#category .tvcmsproduct-grid-list,
body#search .tvcmsproduct-grid-list,
body#manufacturer .tvcmsproduct-grid-list,
body#new-products .tvcmsproduct-grid-list,
body#prices-drop .tvcmsproduct-grid-list,
body#best-sales .tvcmsproduct-grid-list {
    display: flex;
    align-items: center;
    gap: 4px;
}

body#category .tvproduct-view,
body#search .tvproduct-view,
body#manufacturer .tvproduct-view,
body#new-products .tvproduct-view,
body#prices-drop .tvproduct-view,
body#best-sales .tvproduct-view {
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    opacity: 0.55;
    transition: opacity 0.15s ease, background 0.15s ease;
}

body#category .tvproduct-view.active,
body#search .tvproduct-view.active,
body#manufacturer .tvproduct-view.active,
body#new-products .tvproduct-view.active,
body#prices-drop .tvproduct-view.active,
body#best-sales .tvproduct-view.active {
    opacity: 1;
    background: rgba(57, 181, 74, 0.08);
    border-radius: 8px;
}

body#category .tvproduct-view span,
body#search .tvproduct-view span,
body#manufacturer .tvproduct-view span,
body#new-products .tvproduct-view span,
body#prices-drop .tvproduct-view span,
body#best-sales .tvproduct-view span {
    display: none;
}

body#category .products-sort-order .select-title,
body#search .products-sort-order .select-title,
body#manufacturer .products-sort-order .select-title,
body#new-products .products-sort-order .select-title,
body#prices-drop .products-sort-order .select-title,
body#best-sales .products-sort-order .select-title {
    min-height: 40px;
    border-radius: 8px;
    border-color: var(--si-cat-line);
    font-size: 0.8125rem;
}

/* ThemeVolty Grid / Grid-2 / List toggles â€” replaced by .si-mobile-view-toggle (all viewports) */
body#category #js-product-list-top .tv-grid-list-all-wrapper,
body#search #js-product-list-top .tv-grid-list-all-wrapper,
body#manufacturer #js-product-list-top .tv-grid-list-all-wrapper,
body#new-products #js-product-list-top .tv-grid-list-all-wrapper,
body#prices-drop #js-product-list-top .tv-grid-list-all-wrapper,
body#best-sales #js-product-list-top .tv-grid-list-all-wrapper,
body#category .tvcmsproduct-grid-list,
body#search .tvcmsproduct-grid-list,
body#manufacturer .tvcmsproduct-grid-list,
body#new-products .tvcmsproduct-grid-list,
body#prices-drop .tvcmsproduct-grid-list,
body#best-sales .tvcmsproduct-grid-list,
body#category .tvproduct-view,
body#search .tvproduct-view,
body#manufacturer .tvproduct-view,
body#new-products .tvproduct-view,
body#prices-drop .tvproduct-view,
body#best-sales .tvproduct-view,
body#category .tvmobile-view-grid-list,
body#search .tvmobile-view-grid-list,
body#manufacturer .tvmobile-view-grid-list,
body#new-products .tvmobile-view-grid-list,
body#prices-drop .tvmobile-view-grid-list,
body#best-sales .tvmobile-view-grid-list {
    display: none !important;
}

@media (min-width: 992px) {
    body#category #js-product-list-top.products-selection,
    body#search #js-product-list-top.products-selection,
    body#manufacturer #js-product-list-top.products-selection,
    body#new-products #js-product-list-top.products-selection,
    body#prices-drop #js-product-list-top.products-selection,
    body#best-sales #js-product-list-top.products-selection {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px 16px;
        float: none;
    }

    body#category #js-product-list-top .tv-left-search-totle-product,
    body#search #js-product-list-top .tv-left-search-totle-product,
    body#manufacturer #js-product-list-top .tv-left-search-totle-product,
    body#new-products #js-product-list-top .tv-left-search-totle-product,
    body#prices-drop #js-product-list-top .tv-left-search-totle-product,
    body#best-sales #js-product-list-top .tv-left-search-totle-product,
    body#category #js-product-list-top .tvall-page-shortby,
    body#search #js-product-list-top .tvall-page-shortby,
    body#manufacturer #js-product-list-top .tvall-page-shortby,
    body#new-products #js-product-list-top .tvall-page-shortby,
    body#prices-drop #js-product-list-top .tvall-page-shortby,
    body#best-sales #js-product-list-top .tvall-page-shortby {
        flex: 0 1 auto;
        width: auto;
        max-width: none;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    body#category #js-product-list-top .tv-left-search-totle-product,
    body#search #js-product-list-top .tv-left-search-totle-product,
    body#manufacturer #js-product-list-top .tv-left-search-totle-product,
    body#new-products #js-product-list-top .tv-left-search-totle-product,
    body#prices-drop #js-product-list-top .tv-left-search-totle-product,
    body#best-sales #js-product-list-top .tv-left-search-totle-product {
        flex: 1 1 auto;
        justify-content: flex-start;
        gap: 12px;
    }

    body#category #js-product-list-top .tvall-page-shortby,
    body#search #js-product-list-top .tvall-page-shortby,
    body#manufacturer #js-product-list-top .tvall-page-shortby,
    body#new-products #js-product-list-top .tvall-page-shortby,
    body#prices-drop #js-product-list-top .tvall-page-shortby,
    body#best-sales #js-product-list-top .tvall-page-shortby {
        flex: 0 1 400px;
        max-width: 440px;
        margin-left: auto;
    }

    body#category #js-product-list-top .sort-by-row,
    body#search #js-product-list-top .sort-by-row,
    body#manufacturer #js-product-list-top .sort-by-row,
    body#new-products #js-product-list-top .sort-by-row,
    body#prices-drop #js-product-list-top .sort-by-row,
    body#best-sales #js-product-list-top .sort-by-row {
        margin: 0;
    }

    body#category #js-product-list-top .products-sort-order,
    body#search #js-product-list-top .products-sort-order,
    body#manufacturer #js-product-list-top .products-sort-order,
    body#new-products #js-product-list-top .products-sort-order,
    body#prices-drop #js-product-list-top .products-sort-order,
    body#best-sales #js-product-list-top .products-sort-order {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    /* Filters live in left sidebar on desktop */
    body#category .tv_search_filter_wrapper,
    body#search .tv_search_filter_wrapper,
    body#manufacturer .tv_search_filter_wrapper,
    body#new-products .tv_search_filter_wrapper,
    body#prices-drop .tv_search_filter_wrapper,
    body#best-sales .tv_search_filter_wrapper {
        display: none !important;
    }

    /* Single card toolbar â€” drop legacy ThemeVolty double borders */
    body#category #js-product-list-top.tvcenter-block-product-section,
    body#search #js-product-list-top.tvcenter-block-product-section,
    body#manufacturer #js-product-list-top.tvcenter-block-product-section,
    body#new-products #js-product-list-top.tvcenter-block-product-section,
    body#prices-drop #js-product-list-top.tvcenter-block-product-section,
    body#best-sales #js-product-list-top.tvcenter-block-product-section {
        border: 1px solid var(--si-cat-line);
        border-radius: 10px;
        box-shadow: var(--si-cat-shadow);
        margin-bottom: 16px;
        padding: 12px 14px;
        background: #fff;
    }

    body#category .tvleft-penal-product-top > #search_filters_wrapper,
    body#search .tvleft-penal-product-top > #search_filters_wrapper,
    body#manufacturer .tvleft-penal-product-top > #search_filters_wrapper,
    body#new-products .tvleft-penal-product-top > #search_filters_wrapper,
    body#prices-drop .tvleft-penal-product-top > #search_filters_wrapper,
    body#best-sales .tvleft-penal-product-top > #search_filters_wrapper {
        display: none !important;
    }
}

/* Active filter chips above grid */
body#category #js-active-search-filters.active_filters,
body#search #js-active-search-filters.active_filters,
body#manufacturer #js-active-search-filters.active_filters,
body#new-products #js-active-search-filters.active_filters,
body#prices-drop #js-active-search-filters.active_filters,
body#best-sales #js-active-search-filters.active_filters {
    margin: 0 0 12px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid var(--si-cat-line);
    border-radius: 10px;
}

/* â”€â”€ 5. Sidebar filters (desktop left column) â”€â”€ */
body#category #left-column #search_filters_wrapper,
body#search #left-column #search_filters_wrapper,
body#manufacturer #left-column #search_filters_wrapper,
body#new-products #left-column #search_filters_wrapper,
body#prices-drop #left-column #search_filters_wrapper,
body#best-sales #left-column #search_filters_wrapper {
    background: #fff;
    border: 1px solid var(--si-cat-line);
    border-radius: var(--si-cat-radius);
    box-shadow: var(--si-cat-shadow);
    overflow: hidden;
}

body#category #left-column #search_filters,
body#search #left-column #search_filters,
body#manufacturer #left-column #search_filters,
body#new-products #left-column #search_filters,
body#prices-drop #left-column #search_filters,
body#best-sales #left-column #search_filters {
    padding: 0 12px 12px;
}

body#category #left-column #search_filters .tvleft-right-title-wrapper,
body#search #left-column #search_filters .tvleft-right-title-wrapper,
body#manufacturer #left-column #search_filters .tvleft-right-title-wrapper,
body#new-products #left-column #search_filters .tvleft-right-title-wrapper,
body#prices-drop #left-column #search_filters .tvleft-right-title-wrapper,
body#best-sales #left-column #search_filters .tvleft-right-title-wrapper {
    margin: 0 -12px 12px;
    padding: 14px 16px 12px;
    background: var(--si-cat-bg);
    border-bottom: 1px solid var(--si-cat-line);
}

body#category #left-column #search_filters .tvleft-right-title,
body#search #left-column #search_filters .tvleft-right-title,
body#manufacturer #left-column #search_filters .tvleft-right-title,
body#new-products #left-column #search_filters .tvleft-right-title,
body#prices-drop #left-column #search_filters .tvleft-right-title,
body#best-sales #left-column #search_filters .tvleft-right-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--si-cat-ink);
}

body#category #left-column #search_filters .tvfacet-accordion,
body#search #left-column #search_filters .tvfacet-accordion,
body#manufacturer #left-column #search_filters .tvfacet-accordion,
body#new-products #left-column #search_filters .tvfacet-accordion,
body#prices-drop #left-column #search_filters .tvfacet-accordion,
body#best-sales #left-column #search_filters .tvfacet-accordion {
    border-bottom: 1px solid var(--si-cat-line);
}

body#category #left-column #search_filters .tvfacet-accordion:last-child,
body#search #left-column #search_filters .tvfacet-accordion:last-child,
body#manufacturer #left-column #search_filters .tvfacet-accordion:last-child,
body#new-products #left-column #search_filters .tvfacet-accordion:last-child,
body#prices-drop #left-column #search_filters .tvfacet-accordion:last-child,
body#best-sales #left-column #search_filters .tvfacet-accordion:last-child {
    border-bottom: none;
}

body#category #left-column #search_filters .tvactive-filters-wrapper,
body#search #left-column #search_filters .tvactive-filters-wrapper,
body#manufacturer #left-column #search_filters .tvactive-filters-wrapper,
body#new-products #left-column #search_filters .tvactive-filters-wrapper,
body#prices-drop #left-column #search_filters .tvactive-filters-wrapper,
body#best-sales #left-column #search_filters .tvactive-filters-wrapper {
    margin-top: 0;
    border-color: var(--si-cat-line);
}

/* â”€â”€ 6. Product grid cards â”€â”€ */
body#category #js-product-list,
body#search #js-product-list,
body#manufacturer #js-product-list,
body#new-products #js-product-list,
body#prices-drop #js-product-list,
body#best-sales #js-product-list {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
}

body#category #js-product-list .product-miniature,
body#search #js-product-list .product-miniature,
body#manufacturer #js-product-list .product-miniature,
body#new-products #js-product-list .product-miniature,
body#prices-drop #js-product-list .product-miniature,
body#best-sales #js-product-list .product-miniature {
    margin-bottom: 14px;
}

/*
 * ThemeVolty renders grid, grid-2, list and catalog layouts in the same DOM;
 * theme.css toggles visibility via #products.grid â€” do NOT style all wrappers.
 */
body#category #js-product-list .tvproduct-wrapper.grid-2,
body#category #js-product-list .tvproduct-wrapper.list,
body#category #js-product-list .tvproduct-wrapper.list-2,
body#category #js-product-list .tvproduct-wrapper.catelog,
body#search #js-product-list .tvproduct-wrapper.grid-2,
body#search #js-product-list .tvproduct-wrapper.list,
body#search #js-product-list .tvproduct-wrapper.list-2,
body#search #js-product-list .tvproduct-wrapper.catelog,
body#manufacturer #js-product-list .tvproduct-wrapper.grid-2,
body#manufacturer #js-product-list .tvproduct-wrapper.list,
body#manufacturer #js-product-list .tvproduct-wrapper.list-2,
body#manufacturer #js-product-list .tvproduct-wrapper.catelog,
body#new-products #js-product-list .tvproduct-wrapper.grid-2,
body#new-products #js-product-list .tvproduct-wrapper.list,
body#new-products #js-product-list .tvproduct-wrapper.list-2,
body#new-products #js-product-list .tvproduct-wrapper.catelog,
body#prices-drop #js-product-list .tvproduct-wrapper.grid-2,
body#prices-drop #js-product-list .tvproduct-wrapper.list,
body#prices-drop #js-product-list .tvproduct-wrapper.list-2,
body#prices-drop #js-product-list .tvproduct-wrapper.catelog,
body#best-sales #js-product-list .tvproduct-wrapper.grid-2,
body#best-sales #js-product-list .tvproduct-wrapper.list,
body#best-sales #js-product-list .tvproduct-wrapper.list-2,
body#best-sales #js-product-list .tvproduct-wrapper.catelog {
    display: none !important;
}

body#category #js-product-list .tvproduct-wrapper.grid,
body#search #js-product-list .tvproduct-wrapper.grid,
body#manufacturer #js-product-list .tvproduct-wrapper.grid,
body#new-products #js-product-list .tvproduct-wrapper.grid,
body#prices-drop #js-product-list .tvproduct-wrapper.grid,
body#best-sales #js-product-list .tvproduct-wrapper.grid {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--si-cat-line);
    border-radius: var(--si-cat-radius);
    box-shadow: var(--si-cat-shadow);
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

body#category #js-product-list .tvproduct-wrapper.grid:hover,
body#search #js-product-list .tvproduct-wrapper.grid:hover,
body#manufacturer #js-product-list .tvproduct-wrapper.grid:hover,
body#new-products #js-product-list .tvproduct-wrapper.grid:hover,
body#prices-drop #js-product-list .tvproduct-wrapper.grid:hover,
body#best-sales #js-product-list .tvproduct-wrapper.grid:hover {
    box-shadow: var(--si-cat-shadow-hover);
    transform: translateY(-2px);
}

body#category #js-product-list .tvproduct-image,
body#search #js-product-list .tvproduct-image,
body#manufacturer #js-product-list .tvproduct-image,
body#new-products #js-product-list .tvproduct-image,
body#prices-drop #js-product-list .tvproduct-image,
body#best-sales #js-product-list .tvproduct-image {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #f8faf9;
}

body#category #js-product-list .tvproduct-image .product-thumbnail,
body#category #js-product-list .tvproduct-image img.tvproduct-defult-img,
body#search #js-product-list .tvproduct-image .product-thumbnail,
body#search #js-product-list .tvproduct-image img.tvproduct-defult-img,
body#manufacturer #js-product-list .tvproduct-image .product-thumbnail,
body#manufacturer #js-product-list .tvproduct-image img.tvproduct-defult-img,
body#new-products #js-product-list .tvproduct-image .product-thumbnail,
body#new-products #js-product-list .tvproduct-image img.tvproduct-defult-img,
body#prices-drop #js-product-list .tvproduct-image .product-thumbnail,
body#prices-drop #js-product-list .tvproduct-image img.tvproduct-defult-img,
body#best-sales #js-product-list .tvproduct-image .product-thumbnail,
body#best-sales #js-product-list .tvproduct-image img.tvproduct-defult-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body#category #js-product-list .tvproduct-info-box-wrapper,
body#search #js-product-list .tvproduct-info-box-wrapper,
body#manufacturer #js-product-list .tvproduct-info-box-wrapper,
body#new-products #js-product-list .tvproduct-info-box-wrapper,
body#prices-drop #js-product-list .tvproduct-info-box-wrapper,
body#best-sales #js-product-list .tvproduct-info-box-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

body#category #js-product-list .product-description,
body#search #js-product-list .product-description,
body#manufacturer #js-product-list .product-description,
body#new-products #js-product-list .product-description,
body#prices-drop #js-product-list .product-description,
body#best-sales #js-product-list .product-description {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 12px 14px 14px;
}

body#category #js-product-list .tvproduct-cat-name,
body#search #js-product-list .tvproduct-cat-name,
body#manufacturer #js-product-list .tvproduct-cat-name,
body#new-products #js-product-list .tvproduct-cat-name,
body#prices-drop #js-product-list .tvproduct-cat-name,
body#best-sales #js-product-list .tvproduct-cat-name {
    display: none;
}

body#category #js-product-list .tvproduct-name,
body#search #js-product-list .tvproduct-name,
body#manufacturer #js-product-list .tvproduct-name,
body#new-products #js-product-list .tvproduct-name,
body#prices-drop #js-product-list .tvproduct-name,
body#best-sales #js-product-list .tvproduct-name {
    margin: 0 0 8px;
    min-height: 2.75rem;
}

body#category #js-product-list .tvproduct-name h6,
body#search #js-product-list .tvproduct-name h6,
body#manufacturer #js-product-list .tvproduct-name h6,
body#new-products #js-product-list .tvproduct-name h6,
body#prices-drop #js-product-list .tvproduct-name h6,
body#best-sales #js-product-list .tvproduct-name h6 {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--si-cat-ink);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body#category #js-product-list .tv-product-price,
body#search #js-product-list .tv-product-price,
body#manufacturer #js-product-list .tv-product-price,
body#new-products #js-product-list .tv-product-price,
body#prices-drop #js-product-list .tv-product-price,
body#best-sales #js-product-list .tv-product-price {
    min-height: 2.5rem;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}

body#category #js-product-list .product-price-and-shipping .price,
body#search #js-product-list .product-price-and-shipping .price,
body#manufacturer #js-product-list .product-price-and-shipping .price,
body#new-products #js-product-list .product-price-and-shipping .price,
body#prices-drop #js-product-list .product-price-and-shipping .price,
body#best-sales #js-product-list .product-price-and-shipping .price {
    font-size: 1.0625rem !important;
    font-weight: 700 !important;
    color: var(--si-cat-green-dark) !important;
}

body#category #js-product-list .si-b2b-price-guest,
body#search #js-product-list .si-b2b-price-guest,
body#manufacturer #js-product-list .si-b2b-price-guest,
body#new-products #js-product-list .si-b2b-price-guest,
body#prices-drop #js-product-list .si-b2b-price-guest,
body#best-sales #js-product-list .si-b2b-price-guest {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.45;
}

body#category #js-product-list .si-b2b-price-guest a,
body#search #js-product-list .si-b2b-price-guest a,
body#manufacturer #js-product-list .si-b2b-price-guest a,
body#new-products #js-product-list .si-b2b-price-guest a,
body#prices-drop #js-product-list .si-b2b-price-guest a,
body#best-sales #js-product-list .si-b2b-price-guest a {
    color: var(--si-cat-green-dark) !important;
    font-weight: 700;
    text-decoration: none !important;
}

body#category #js-product-list .si-b2b-price-guest a:hover,
body#search #js-product-list .si-b2b-price-guest a:hover,
body#manufacturer #js-product-list .si-b2b-price-guest a:hover,
body#new-products #js-product-list .si-b2b-price-guest a:hover,
body#prices-drop #js-product-list .si-b2b-price-guest a:hover,
body#best-sales #js-product-list .si-b2b-price-guest a:hover {
    text-decoration: underline !important;
}

body#category #js-product-list .tvproduct-cart-qty-row,
body#search #js-product-list .tvproduct-cart-qty-row,
body#manufacturer #js-product-list .tvproduct-cart-qty-row,
body#new-products #js-product-list .tvproduct-cart-qty-row,
body#prices-drop #js-product-list .tvproduct-cart-qty-row,
body#best-sales #js-product-list .tvproduct-cart-qty-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
}

body#category #js-product-list .tvproduct-cart-quentity-wrapper,
body#search #js-product-list .tvproduct-cart-quentity-wrapper,
body#manufacturer #js-product-list .tvproduct-cart-quentity-wrapper,
body#new-products #js-product-list .tvproduct-cart-quentity-wrapper,
body#prices-drop #js-product-list .tvproduct-cart-quentity-wrapper,
body#best-sales #js-product-list .tvproduct-cart-quentity-wrapper {
    display: flex !important;
    justify-content: center;
}

body#category #js-product-list .tv-product-cart-quentity-inner,
body#search #js-product-list .tv-product-cart-quentity-inner,
body#manufacturer #js-product-list .tv-product-cart-quentity-inner,
body#new-products #js-product-list .tv-product-cart-quentity-inner,
body#prices-drop #js-product-list .tv-product-cart-quentity-inner,
body#best-sales #js-product-list .tv-product-cart-quentity-inner {
    display: inline-flex !important;
    align-items: stretch;
    border: 1px solid var(--si-cat-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

body#category #js-product-list .tvproduct-cart-quentity-decrement,
body#category #js-product-list .tvproduct-cart-quentity-increment,
body#search #js-product-list .tvproduct-cart-quentity-decrement,
body#search #js-product-list .tvproduct-cart-quentity-increment,
body#manufacturer #js-product-list .tvproduct-cart-quentity-decrement,
body#manufacturer #js-product-list .tvproduct-cart-quentity-increment,
body#new-products #js-product-list .tvproduct-cart-quentity-decrement,
body#new-products #js-product-list .tvproduct-cart-quentity-increment,
body#prices-drop #js-product-list .tvproduct-cart-quentity-decrement,
body#prices-drop #js-product-list .tvproduct-cart-quentity-increment,
body#best-sales #js-product-list .tvproduct-cart-quentity-decrement,
body#best-sales #js-product-list .tvproduct-cart-quentity-increment {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: none;
    background: var(--si-cat-green) !important;
    color: #fff !important;
    cursor: pointer;
    transition: background 0.15s ease;
}

body#category #js-product-list .tvproduct-cart-quentity-decrement:hover,
body#category #js-product-list .tvproduct-cart-quentity-increment:hover,
body#search #js-product-list .tvproduct-cart-quentity-decrement:hover,
body#search #js-product-list .tvproduct-cart-quentity-increment:hover,
body#manufacturer #js-product-list .tvproduct-cart-quentity-decrement:hover,
body#manufacturer #js-product-list .tvproduct-cart-quentity-increment:hover,
body#new-products #js-product-list .tvproduct-cart-quentity-decrement:hover,
body#new-products #js-product-list .tvproduct-cart-quentity-increment:hover,
body#prices-drop #js-product-list .tvproduct-cart-quentity-decrement:hover,
body#prices-drop #js-product-list .tvproduct-cart-quentity-increment:hover,
body#best-sales #js-product-list .tvproduct-cart-quentity-decrement:hover,
body#best-sales #js-product-list .tvproduct-cart-quentity-increment:hover {
    background: var(--si-cat-green-dark) !important;
}

body#category #js-product-list .tvproduct-cart-quentity-decrement i,
body#category #js-product-list .tvproduct-cart-quentity-increment i,
body#search #js-product-list .tvproduct-cart-quentity-decrement i,
body#search #js-product-list .tvproduct-cart-quentity-increment i,
body#manufacturer #js-product-list .tvproduct-cart-quentity-decrement i,
body#manufacturer #js-product-list .tvproduct-cart-quentity-increment i,
body#new-products #js-product-list .tvproduct-cart-quentity-decrement i,
body#new-products #js-product-list .tvproduct-cart-quentity-increment i,
body#prices-drop #js-product-list .tvproduct-cart-quentity-decrement i,
body#prices-drop #js-product-list .tvproduct-cart-quentity-increment i,
body#best-sales #js-product-list .tvproduct-cart-quentity-decrement i,
body#best-sales #js-product-list .tvproduct-cart-quentity-increment i {
    font-size: 20px;
    line-height: 1;
    color: #fff !important;
}

body#category #js-product-list .tvproduct-cart-quentity,
body#search #js-product-list .tvproduct-cart-quentity,
body#manufacturer #js-product-list .tvproduct-cart-quentity,
body#new-products #js-product-list .tvproduct-cart-quentity,
body#prices-drop #js-product-list .tvproduct-cart-quentity,
body#best-sales #js-product-list .tvproduct-cart-quentity {
    display: block !important;
    width: 48px;
    min-height: 44px;
    padding: 0 4px;
    border: none;
    border-left: 1px solid var(--si-cat-line);
    border-right: 1px solid var(--si-cat-line);
    text-align: center;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--si-cat-ink);
    background: #fff;
    -moz-appearance: textfield;
}

body#category #js-product-list .tvproduct-cart-btn,
body#search #js-product-list .tvproduct-cart-btn,
body#manufacturer #js-product-list .tvproduct-cart-btn,
body#new-products #js-product-list .tvproduct-cart-btn,
body#prices-drop #js-product-list .tvproduct-cart-btn,
body#best-sales #js-product-list .tvproduct-cart-btn {
    margin-top: 0;
}

body#category #js-product-list .tvproduct-cart-btn .tvproduct-add-to-cart,
body#search #js-product-list .tvproduct-cart-btn .tvproduct-add-to-cart,
body#manufacturer #js-product-list .tvproduct-cart-btn .tvproduct-add-to-cart,
body#new-products #js-product-list .tvproduct-cart-btn .tvproduct-add-to-cart,
body#prices-drop #js-product-list .tvproduct-cart-btn .tvproduct-add-to-cart,
body#best-sales #js-product-list .tvproduct-cart-btn .tvproduct-add-to-cart {
    width: 100%;
    min-height: 40px;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 700;
    background: var(--si-cat-green) !important;
    border-color: var(--si-cat-green) !important;
}

body#category #js-product-list .tvproduct-cart-btn .tvproduct-add-to-cart:hover:not(.disable),
body#search #js-product-list .tvproduct-cart-btn .tvproduct-add-to-cart:hover:not(.disable),
body#manufacturer #js-product-list .tvproduct-cart-btn .tvproduct-add-to-cart:hover:not(.disable),
body#new-products #js-product-list .tvproduct-cart-btn .tvproduct-add-to-cart:hover:not(.disable),
body#prices-drop #js-product-list .tvproduct-cart-btn .tvproduct-add-to-cart:hover:not(.disable),
body#best-sales #js-product-list .tvproduct-cart-btn .tvproduct-add-to-cart:hover:not(.disable) {
    background: var(--si-cat-green-dark) !important;
    border-color: var(--si-cat-green-dark) !important;
}

/* Uniform card height + badge styling (grid view only) */
body#category #js-product-list .tvproduct-wrapper.grid .tvproduct-flags .product-flag.new,
body#search #js-product-list .tvproduct-wrapper.grid .tvproduct-flags .product-flag.new,
body#manufacturer #js-product-list .tvproduct-wrapper.grid .tvproduct-flags .product-flag.new,
body#new-products #js-product-list .tvproduct-wrapper.grid .tvproduct-flags .product-flag.new,
body#prices-drop #js-product-list .tvproduct-wrapper.grid .tvproduct-flags .product-flag.new,
body#best-sales #js-product-list .tvproduct-wrapper.grid .tvproduct-flags .product-flag.new {
    background: var(--si-cat-green);
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

body#category #js-product-list .product-miniature .thumbnail-container,
body#search #js-product-list .product-miniature .thumbnail-container,
body#manufacturer #js-product-list .product-miniature .thumbnail-container,
body#new-products #js-product-list .product-miniature .thumbnail-container,
body#prices-drop #js-product-list .product-miniature .thumbnail-container,
body#best-sales #js-product-list .product-miniature .thumbnail-container {
    height: 100%;
}

/* Grid columns: 1 / 2 / 3 / 4 */
@media (min-width: 1200px) {
    body#category #js-product-list .products .product-miniature,
    body#search #js-product-list .products .product-miniature,
    body#manufacturer #js-product-list .products .product-miniature,
    body#new-products #js-product-list .products .product-miniature,
    body#prices-drop #js-product-list .products .product-miniature,
    body#best-sales #js-product-list .products .product-miniature {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        width: 25% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body#category #js-product-list .products .product-miniature,
    body#search #js-product-list .products .product-miniature,
    body#manufacturer #js-product-list .products .product-miniature,
    body#new-products #js-product-list .products .product-miniature,
    body#prices-drop #js-product-list .products .product-miniature,
    body#best-sales #js-product-list .products .product-miniature {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
        width: 33.333% !important;
    }
}

/* â”€â”€ 7. Pagination â”€â”€ */
body#category .pagination.tvcms-all-pagination,
body#search .pagination.tvcms-all-pagination,
body#manufacturer .pagination.tvcms-all-pagination,
body#new-products .pagination.tvcms-all-pagination,
body#prices-drop .pagination.tvcms-all-pagination,
body#best-sales .pagination.tvcms-all-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 24px 0 8px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--si-cat-line);
    border-radius: 10px;
}

body#category .pagination .tv-pagination-result,
body#search .pagination .tv-pagination-result,
body#manufacturer .pagination .tv-pagination-result,
body#new-products .pagination .tv-pagination-result,
body#prices-drop .pagination .tv-pagination-result,
body#best-sales .pagination .tv-pagination-result,
body#category .pagination .tv-pagination-number,
body#search .pagination .tv-pagination-number,
body#manufacturer .pagination .tv-pagination-number,
body#new-products .pagination .tv-pagination-number,
body#prices-drop .pagination .tv-pagination-number,
body#best-sales .pagination .tv-pagination-number {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
    padding: 0 !important;
    text-align: center;
}

body#category .pagination .tv-pagination-content,
body#search .pagination .tv-pagination-content,
body#manufacturer .pagination .tv-pagination-content,
body#new-products .pagination .tv-pagination-content,
body#prices-drop .pagination .tv-pagination-content,
body#best-sales .pagination .tv-pagination-content {
    font-size: 0.8125rem;
    color: var(--si-cat-muted);
}

body#category .pagination .tv-pagination-wrapper,
body#search .pagination .tv-pagination-wrapper,
body#manufacturer .pagination .tv-pagination-wrapper,
body#new-products .pagination .tv-pagination-wrapper,
body#prices-drop .pagination .tv-pagination-wrapper,
body#best-sales .pagination .tv-pagination-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body#category .pagination .tv-pagination-wrapper li a,
body#search .pagination .tv-pagination-wrapper li a,
body#manufacturer .pagination .tv-pagination-wrapper li a,
body#new-products .pagination .tv-pagination-wrapper li a,
body#prices-drop .pagination .tv-pagination-wrapper li a,
body#best-sales .pagination .tv-pagination-wrapper li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0 10px;
    border-radius: 8px;
    border: 1px solid var(--si-cat-line);
    background: #fff;
    color: var(--si-cat-ink);
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

body#category .pagination .tv-pagination-wrapper li.current a,
body#search .pagination .tv-pagination-wrapper li.current a,
body#manufacturer .pagination .tv-pagination-wrapper li.current a,
body#new-products .pagination .tv-pagination-wrapper li.current a,
body#prices-drop .pagination .tv-pagination-wrapper li.current a,
body#best-sales .pagination .tv-pagination-wrapper li.current a,
body#category .pagination .tv-pagination-wrapper li a:hover,
body#search .pagination .tv-pagination-wrapper li a:hover,
body#manufacturer .pagination .tv-pagination-wrapper li a:hover,
body#new-products .pagination .tv-pagination-wrapper li a:hover,
body#prices-drop .pagination .tv-pagination-wrapper li a:hover,
body#best-sales .pagination .tv-pagination-wrapper li a:hover {
    background: var(--si-cat-green);
    border-color: var(--si-cat-green);
    color: #fff;
}

@media (max-width: 767px) {
    body#category .pagination.tvcms-all-pagination,
    body#search .pagination.tvcms-all-pagination,
    body#manufacturer .pagination.tvcms-all-pagination,
    body#new-products .pagination.tvcms-all-pagination,
    body#prices-drop .pagination.tvcms-all-pagination,
    body#best-sales .pagination.tvcms-all-pagination {
        flex-direction: column;
    }

    body#category .pagination .tv-pagination-result,
    body#search .pagination .tv-pagination-result,
    body#manufacturer .pagination .tv-pagination-result,
    body#new-products .pagination .tv-pagination-result,
    body#prices-drop .pagination .tv-pagination-result,
    body#best-sales .pagination .tv-pagination-result {
        order: 2;
    }

    body#category .pagination .tv-pagination-number,
    body#search .pagination .tv-pagination-number,
    body#manufacturer .pagination .tv-pagination-number,
    body#new-products .pagination .tv-pagination-number,
    body#prices-drop .pagination .tv-pagination-number,
    body#best-sales .pagination .tv-pagination-number {
        order: 1;
        width: 100%;
    }
}

/* â”€â”€ 8. View toggle (Griglia / Listino) â€” mobile + desktop â”€â”€ */
body#category .si-mobile-view-toggle,
body#search .si-mobile-view-toggle,
body#manufacturer .si-mobile-view-toggle,
body#new-products .si-mobile-view-toggle,
body#prices-drop .si-mobile-view-toggle,
body#best-sales .si-mobile-view-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    padding: 3px;
    background: var(--si-cat-bg);
    border: 1px solid var(--si-cat-line);
    border-radius: 8px;
}

body.scvm-listino-mode .si-mobile-view-toggle {
    display: none !important;
}

.si-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 44px;
    min-height: 40px;
    padding: 6px 10px;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: var(--si-cat-muted);
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.si-view-btn svg {
    flex-shrink: 0;
}

.si-view-btn__label {
    font-size: 0.75rem;
    font-weight: 600;
}

.si-view-btn--active {
    background: #fff;
    color: var(--si-cat-green-dark);
    box-shadow: 0 1px 3px rgba(23, 35, 60, 0.08);
}

.si-view-btn:focus-visible {
    outline: 2px solid var(--si-cat-green);
    outline-offset: 2px;
}

@media (min-width: 992px) {
    body#category .si-mobile-view-toggle,
    body#search .si-mobile-view-toggle,
    body#manufacturer .si-mobile-view-toggle,
    body#new-products .si-mobile-view-toggle,
    body#prices-drop .si-mobile-view-toggle,
    body#best-sales .si-mobile-view-toggle {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    body#category .tv-left-search-totle-product,
    body#search .tv-left-search-totle-product,
    body#manufacturer .tv-left-search-totle-product,
    body#new-products .tv-left-search-totle-product,
    body#prices-drop .tv-left-search-totle-product,
    body#best-sales .tv-left-search-totle-product {
        width: 100%;
        justify-content: space-between;
    }

    /* Default + grid-2: 2 columns, .grid wrapper only (qty preserved) */
    body#category:not(.si-view-list) #js-product-list .products .product-miniature,
    body#search:not(.si-view-list) #js-product-list .products .product-miniature,
    body#manufacturer:not(.si-view-list) #js-product-list .products .product-miniature,
    body#new-products:not(.si-view-list) #js-product-list .products .product-miniature,
    body#prices-drop:not(.si-view-list) #js-product-list .products .product-miniature,
    body#best-sales:not(.si-view-list) #js-product-list .products .product-miniature,
    body#category.si-view-grid-2 #js-product-list .products .product-miniature,
    body#search.si-view-grid-2 #js-product-list .products .product-miniature,
    body#manufacturer.si-view-grid-2 #js-product-list .products .product-miniature,
    body#new-products.si-view-grid-2 #js-product-list .products .product-miniature,
    body#prices-drop.si-view-grid-2 #js-product-list .products .product-miniature,
    body#best-sales.si-view-grid-2 #js-product-list .products .product-miniature {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }

    body#category:not(.si-view-list) #js-product-list .tvproduct-wrapper.grid:hover,
    body#search:not(.si-view-list) #js-product-list .tvproduct-wrapper.grid:hover,
    body#manufacturer:not(.si-view-list) #js-product-list .tvproduct-wrapper.grid:hover,
    body#new-products:not(.si-view-list) #js-product-list .tvproduct-wrapper.grid:hover,
    body#prices-drop:not(.si-view-list) #js-product-list .tvproduct-wrapper.grid:hover,
    body#best-sales:not(.si-view-list) #js-product-list .tvproduct-wrapper.grid:hover {
        transform: none;
    }

    body#category:not(.si-view-list) #js-product-list .tvproduct-name,
    body#search:not(.si-view-list) #js-product-list .tvproduct-name,
    body#manufacturer:not(.si-view-list) #js-product-list .tvproduct-name,
    body#new-products:not(.si-view-list) #js-product-list .tvproduct-name,
    body#prices-drop:not(.si-view-list) #js-product-list .tvproduct-name,
    body#best-sales:not(.si-view-list) #js-product-list .tvproduct-name {
        min-height: 2.4rem;
    }

    body#category:not(.si-view-list) #js-product-list .tvproduct-name h6,
    body#search:not(.si-view-list) #js-product-list .tvproduct-name h6,
    body#manufacturer:not(.si-view-list) #js-product-list .tvproduct-name h6,
    body#new-products:not(.si-view-list) #js-product-list .tvproduct-name h6,
    body#prices-drop:not(.si-view-list) #js-product-list .tvproduct-name h6,
    body#best-sales:not(.si-view-list) #js-product-list .tvproduct-name h6 {
        font-size: 0.8125rem;
    }
}

/* Listino row â€” .grid wrapper (mobile + desktop) */
body#category.si-view-list #js-product-list .products,
body#search.si-view-list #js-product-list .products,
body#manufacturer.si-view-list #js-product-list .products,
body#new-products.si-view-list #js-product-list .products,
body#prices-drop.si-view-list #js-product-list .products,
body#best-sales.si-view-list #js-product-list .products {
        display: flex;
        flex-direction: column;
        background: #fff;
        border: 1px solid #ebebeb;
        border-radius: 12px;
        overflow: hidden;
}

body#category.si-view-list #js-product-list .products .product-miniature,
body#search.si-view-list #js-product-list .products .product-miniature,
body#manufacturer.si-view-list #js-product-list .products .product-miniature,
body#new-products.si-view-list #js-product-list .products .product-miniature,
body#prices-drop.si-view-list #js-product-list .products .product-miniature,
body#best-sales.si-view-list #js-product-list .products .product-miniature {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 0;
}

body#category.si-view-list #js-product-list .tvproduct-wrapper.grid,
body#search.si-view-list #js-product-list .tvproduct-wrapper.grid,
body#manufacturer.si-view-list #js-product-list .tvproduct-wrapper.grid,
body#new-products.si-view-list #js-product-list .tvproduct-wrapper.grid,
body#prices-drop.si-view-list #js-product-list .tvproduct-wrapper.grid,
body#best-sales.si-view-list #js-product-list .tvproduct-wrapper.grid {
        display: grid !important;
        grid-template-columns: 80px minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
        align-items: center;
        column-gap: 10px;
        row-gap: 2px;
        padding: 8px 12px;
        min-height: 84px;
        border: none;
        border-bottom: 1px solid #f0f0f0;
        border-radius: 0;
        box-shadow: none;
        transform: none;
}

body#category.si-view-list #js-product-list .product-miniature:last-child .tvproduct-wrapper.grid,
body#search.si-view-list #js-product-list .product-miniature:last-child .tvproduct-wrapper.grid,
body#manufacturer.si-view-list #js-product-list .product-miniature:last-child .tvproduct-wrapper.grid,
body#new-products.si-view-list #js-product-list .product-miniature:last-child .tvproduct-wrapper.grid,
body#prices-drop.si-view-list #js-product-list .product-miniature:last-child .tvproduct-wrapper.grid,
body#best-sales.si-view-list #js-product-list .product-miniature:last-child .tvproduct-wrapper.grid {
        border-bottom: none;
}

body#category.si-view-list #js-product-list .tvproduct-image,
body#search.si-view-list #js-product-list .tvproduct-image,
body#manufacturer.si-view-list #js-product-list .tvproduct-image,
body#new-products.si-view-list #js-product-list .tvproduct-image,
body#prices-drop.si-view-list #js-product-list .tvproduct-image,
body#best-sales.si-view-list #js-product-list .tvproduct-image {
        grid-column: 1;
        grid-row: 1 / 3;
        align-self: center;
        width: 80px;
        min-width: 80px;
        aspect-ratio: unset;
        height: auto;
        max-height: none;
        padding: 4px;
        border-radius: 10px;
        border: 1px solid #e8e8e8;
        background: #fff;
}

body#category.si-view-list #js-product-list .tvproduct-image .product-thumbnail,
body#search.si-view-list #js-product-list .tvproduct-image .product-thumbnail,
body#manufacturer.si-view-list #js-product-list .tvproduct-image .product-thumbnail,
body#new-products.si-view-list #js-product-list .tvproduct-image .product-thumbnail,
body#prices-drop.si-view-list #js-product-list .tvproduct-image .product-thumbnail,
body#best-sales.si-view-list #js-product-list .tvproduct-image .product-thumbnail,
body#category.si-view-list #js-product-list .tvproduct-image img.tvproduct-defult-img,
body#search.si-view-list #js-product-list .tvproduct-image img.tvproduct-defult-img,
body#manufacturer.si-view-list #js-product-list .tvproduct-image img.tvproduct-defult-img,
body#new-products.si-view-list #js-product-list .tvproduct-image img.tvproduct-defult-img,
body#prices-drop.si-view-list #js-product-list .tvproduct-image img.tvproduct-defult-img,
body#best-sales.si-view-list #js-product-list .tvproduct-image img.tvproduct-defult-img {
        width: 100%;
        height: 62px;
        object-fit: contain;
}

body#category.si-view-list #js-product-list .tvproduct-info-box-wrapper,
body#search.si-view-list #js-product-list .tvproduct-info-box-wrapper,
body#manufacturer.si-view-list #js-product-list .tvproduct-info-box-wrapper,
body#new-products.si-view-list #js-product-list .tvproduct-info-box-wrapper,
body#prices-drop.si-view-list #js-product-list .tvproduct-info-box-wrapper,
body#best-sales.si-view-list #js-product-list .tvproduct-info-box-wrapper {
        display: contents;
}

body#category.si-view-list #js-product-list .product-description,
body#search.si-view-list #js-product-list .product-description,
body#manufacturer.si-view-list #js-product-list .product-description,
body#new-products.si-view-list #js-product-list .product-description,
body#prices-drop.si-view-list #js-product-list .product-description,
body#best-sales.si-view-list #js-product-list .product-description {
        display: contents;
}

body#category.si-view-list #js-product-list .tvproduct-name,
body#search.si-view-list #js-product-list .tvproduct-name,
body#manufacturer.si-view-list #js-product-list .tvproduct-name,
body#new-products.si-view-list #js-product-list .tvproduct-name,
body#prices-drop.si-view-list #js-product-list .tvproduct-name,
body#best-sales.si-view-list #js-product-list .tvproduct-name {
        grid-column: 2;
        grid-row: 1;
        margin: 0;
        min-height: 0;
        align-self: end;
        padding-right: 4px;
}

body#category.si-view-list #js-product-list .tvproduct-name h6,
body#search.si-view-list #js-product-list .tvproduct-name h6,
body#manufacturer.si-view-list #js-product-list .tvproduct-name h6,
body#new-products.si-view-list #js-product-list .tvproduct-name h6,
body#prices-drop.si-view-list #js-product-list .tvproduct-name h6,
body#best-sales.si-view-list #js-product-list .tvproduct-name h6 {
        font-size: 0.8125rem;
        font-weight: 600;
        line-height: 1.3;
        -webkit-line-clamp: 2;
}

body#category.si-view-list #js-product-list .tv-product-price,
body#search.si-view-list #js-product-list .tv-product-price,
body#manufacturer.si-view-list #js-product-list .tv-product-price,
body#new-products.si-view-list #js-product-list .tv-product-price,
body#prices-drop.si-view-list #js-product-list .tv-product-price,
body#best-sales.si-view-list #js-product-list .tv-product-price {
        grid-column: 2;
        grid-row: 2;
        margin: 0;
        min-height: 0;
        align-self: start;
        padding-right: 4px;
}

body#category.si-view-list #js-product-list .product-price-and-shipping .price,
body#search.si-view-list #js-product-list .product-price-and-shipping .price,
body#manufacturer.si-view-list #js-product-list .product-price-and-shipping .price,
body#new-products.si-view-list #js-product-list .product-price-and-shipping .price,
body#prices-drop.si-view-list #js-product-list .product-price-and-shipping .price,
body#best-sales.si-view-list #js-product-list .product-price-and-shipping .price {
        font-size: 1rem !important;
}

body#category.si-view-list #js-product-list .tvproduct-cart-qty-row,
body#search.si-view-list #js-product-list .tvproduct-cart-qty-row,
body#manufacturer.si-view-list #js-product-list .tvproduct-cart-qty-row,
body#new-products.si-view-list #js-product-list .tvproduct-cart-qty-row,
body#prices-drop.si-view-list #js-product-list .tvproduct-cart-qty-row,
body#best-sales.si-view-list #js-product-list .tvproduct-cart-qty-row {
        grid-column: 3;
        grid-row: 1 / 3;
        align-self: center;
        margin: 0;
        gap: 0;
}

body#category.si-view-list #js-product-list .tvproduct-cart-btn,
body#search.si-view-list #js-product-list .tvproduct-cart-btn,
body#manufacturer.si-view-list #js-product-list .tvproduct-cart-btn,
body#new-products.si-view-list #js-product-list .tvproduct-cart-btn,
body#prices-drop.si-view-list #js-product-list .tvproduct-cart-btn,
body#best-sales.si-view-list #js-product-list .tvproduct-cart-btn {
        display: none !important;
}

body#category.si-view-list #js-product-list .tvproduct-cart-quentity-decrement,
body#category.si-view-list #js-product-list .tvproduct-cart-quentity-increment,
body#search.si-view-list #js-product-list .tvproduct-cart-quentity-decrement,
body#search.si-view-list #js-product-list .tvproduct-cart-quentity-increment,
body#manufacturer.si-view-list #js-product-list .tvproduct-cart-quentity-decrement,
body#manufacturer.si-view-list #js-product-list .tvproduct-cart-quentity-increment,
body#new-products.si-view-list #js-product-list .tvproduct-cart-quentity-decrement,
body#new-products.si-view-list #js-product-list .tvproduct-cart-quentity-increment,
body#prices-drop.si-view-list #js-product-list .tvproduct-cart-quentity-decrement,
body#prices-drop.si-view-list #js-product-list .tvproduct-cart-quentity-increment,
body#best-sales.si-view-list #js-product-list .tvproduct-cart-quentity-decrement,
body#best-sales.si-view-list #js-product-list .tvproduct-cart-quentity-increment {
        min-width: 36px;
        min-height: 36px;
}

body#category.si-view-list #js-product-list .tvproduct-cart-quentity,
body#search.si-view-list #js-product-list .tvproduct-cart-quentity,
body#manufacturer.si-view-list #js-product-list .tvproduct-cart-quentity,
body#new-products.si-view-list #js-product-list .tvproduct-cart-quentity,
body#prices-drop.si-view-list #js-product-list .tvproduct-cart-quentity,
body#best-sales.si-view-list #js-product-list .tvproduct-cart-quentity {
        width: 40px;
        min-height: 36px;
}

body#category.si-view-list #js-product-list .tvproduct-btn-color,
body#search.si-view-list #js-product-list .tvproduct-btn-color,
body#manufacturer.si-view-list #js-product-list .tvproduct-btn-color,
body#new-products.si-view-list #js-product-list .tvproduct-btn-color,
body#prices-drop.si-view-list #js-product-list .tvproduct-btn-color,
body#best-sales.si-view-list #js-product-list .tvproduct-btn-color,
body#category.si-view-list #js-product-list .tvproduct-color,
body#search.si-view-list #js-product-list .tvproduct-color,
body#manufacturer.si-view-list #js-product-list .tvproduct-color,
body#new-products.si-view-list #js-product-list .tvproduct-color,
body#prices-drop.si-view-list #js-product-list .tvproduct-color,
body#best-sales.si-view-list #js-product-list .tvproduct-color,
body#category.si-view-list #js-product-list .tvall-product-star-icon,
body#search.si-view-list #js-product-list .tvall-product-star-icon,
body#manufacturer.si-view-list #js-product-list .tvall-product-star-icon,
body#new-products.si-view-list #js-product-list .tvall-product-star-icon,
body#prices-drop.si-view-list #js-product-list .tvall-product-star-icon,
body#best-sales.si-view-list #js-product-list .tvall-product-star-icon {
        display: none !important;
}

body#category.si-view-list #js-product-list .tvproduct-flags,
body#search.si-view-list #js-product-list .tvproduct-flags,
body#manufacturer.si-view-list #js-product-list .tvproduct-flags,
body#new-products.si-view-list #js-product-list .tvproduct-flags,
body#prices-drop.si-view-list #js-product-list .tvproduct-flags,
body#best-sales.si-view-list #js-product-list .tvproduct-flags {
    transform: scale(0.85);
    transform-origin: top left;
}

@media (min-width: 992px) {
    body#category.si-view-list #js-product-list .tvproduct-wrapper.grid,
    body#search.si-view-list #js-product-list .tvproduct-wrapper.grid,
    body#manufacturer.si-view-list #js-product-list .tvproduct-wrapper.grid,
    body#new-products.si-view-list #js-product-list .tvproduct-wrapper.grid,
    body#prices-drop.si-view-list #js-product-list .tvproduct-wrapper.grid,
    body#best-sales.si-view-list #js-product-list .tvproduct-wrapper.grid {
        grid-template-columns: 96px minmax(0, 1fr) auto;
        column-gap: 16px;
        padding: 10px 16px;
        min-height: 92px;
    }

    body#category.si-view-list #js-product-list .tvproduct-image,
    body#search.si-view-list #js-product-list .tvproduct-image,
    body#manufacturer.si-view-list #js-product-list .tvproduct-image,
    body#new-products.si-view-list #js-product-list .tvproduct-image,
    body#prices-drop.si-view-list #js-product-list .tvproduct-image,
    body#best-sales.si-view-list #js-product-list .tvproduct-image {
        width: 96px;
        min-width: 96px;
    }

    body#category.si-view-list #js-product-list .tvproduct-image .product-thumbnail,
    body#search.si-view-list #js-product-list .tvproduct-image .product-thumbnail,
    body#manufacturer.si-view-list #js-product-list .tvproduct-image .product-thumbnail,
    body#new-products.si-view-list #js-product-list .tvproduct-image .product-thumbnail,
    body#prices-drop.si-view-list #js-product-list .tvproduct-image .product-thumbnail,
    body#best-sales.si-view-list #js-product-list .tvproduct-image .product-thumbnail,
    body#category.si-view-list #js-product-list .tvproduct-image img.tvproduct-defult-img,
    body#search.si-view-list #js-product-list .tvproduct-image img.tvproduct-defult-img,
    body#manufacturer.si-view-list #js-product-list .tvproduct-image img.tvproduct-defult-img,
    body#new-products.si-view-list #js-product-list .tvproduct-image img.tvproduct-defult-img,
    body#prices-drop.si-view-list #js-product-list .tvproduct-image img.tvproduct-defult-img,
    body#best-sales.si-view-list #js-product-list .tvproduct-image img.tvproduct-defult-img {
        height: 72px;
    }
}

@media (max-width: 767px) {
    .si-view-btn__label {
        display: none;
    }
}

/* â”€â”€ In-cart qty badge (grid cards) â”€â”€ */
/* In-cart highlight (SLP-inspired: green tint + left accent + badge) */
body#category #js-product-list,
body#search #js-product-list,
body#manufacturer #js-product-list,
body#new-products #js-product-list,
body#prices-drop #js-product-list,
body#best-sales #js-product-list {
    --si-in-cart-bg: #e8f5e9;
    --si-in-cart-accent: var(--si-cat-green, #39b54a);
    --si-in-cart-glow: rgba(57, 181, 74, 0.22);
}

body#category #js-product-list .tvproduct-wrapper.grid.si-in-cart,
body#search #js-product-list .tvproduct-wrapper.grid.si-in-cart,
body#manufacturer #js-product-list .tvproduct-wrapper.grid.si-in-cart,
body#new-products #js-product-list .tvproduct-wrapper.grid.si-in-cart,
body#prices-drop #js-product-list .tvproduct-wrapper.grid.si-in-cart,
body#best-sales #js-product-list .tvproduct-wrapper.grid.si-in-cart {
    background: var(--si-in-cart-bg) !important;
    border-color: rgba(57, 181, 74, 0.45) !important;
    box-shadow: 0 0 14px var(--si-in-cart-glow), inset 4px 0 0 var(--si-in-cart-accent);
    position: relative;
    z-index: 1;
}

body#category.si-view-list #js-product-list .tvproduct-wrapper.grid.si-in-cart,
body#search.si-view-list #js-product-list .tvproduct-wrapper.grid.si-in-cart,
body#manufacturer.si-view-list #js-product-list .tvproduct-wrapper.grid.si-in-cart,
body#new-products.si-view-list #js-product-list .tvproduct-wrapper.grid.si-in-cart,
body#prices-drop.si-view-list #js-product-list .tvproduct-wrapper.grid.si-in-cart,
body#best-sales.si-view-list #js-product-list .tvproduct-wrapper.grid.si-in-cart {
    box-shadow: inset 4px 0 0 var(--si-in-cart-accent);
    border-bottom-color: rgba(57, 181, 74, 0.2) !important;
}

body#category #js-product-list .tvproduct-wrapper.grid .si-in-cart-badge,
body#search #js-product-list .tvproduct-wrapper.grid .si-in-cart-badge,
body#manufacturer #js-product-list .tvproduct-wrapper.grid .si-in-cart-badge,
body#new-products #js-product-list .tvproduct-wrapper.grid .si-in-cart-badge,
body#prices-drop #js-product-list .tvproduct-wrapper.grid .si-in-cart-badge,
body#best-sales #js-product-list .tvproduct-wrapper.grid .si-in-cart-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 6px 0 4px;
    padding: 3px 10px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(51, 165, 68, 0.45);
    color: var(--si-cat-green-dark, #0d8224);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.01em;
    width: fit-content;
    max-width: 100%;
    box-shadow: 0 1px 4px rgba(57, 181, 74, 0.12);
}

body#category.si-view-list #js-product-list .tvproduct-image .si-in-cart-badge,
body#search.si-view-list #js-product-list .tvproduct-image .si-in-cart-badge,
body#manufacturer.si-view-list #js-product-list .tvproduct-image .si-in-cart-badge,
body#new-products.si-view-list #js-product-list .tvproduct-image .si-in-cart-badge,
body#prices-drop.si-view-list #js-product-list .tvproduct-image .si-in-cart-badge,
body#best-sales.si-view-list #js-product-list .tvproduct-image .si-in-cart-badge {
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: 4;
    margin: 0;
    padding: 2px 4px;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    border-radius: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* â”€â”€ Sold-out / terminato â”€â”€ */
body#category #js-product-list .tvproduct-wrapper.si-product--soldout,
body#search #js-product-list .tvproduct-wrapper.si-product--soldout,
body#manufacturer #js-product-list .tvproduct-wrapper.si-product--soldout,
body#new-products #js-product-list .tvproduct-wrapper.si-product--soldout,
body#prices-drop #js-product-list .tvproduct-wrapper.si-product--soldout,
body#best-sales #js-product-list .tvproduct-wrapper.si-product--soldout {
    opacity: 0.72;
    pointer-events: auto;
}

body#category #js-product-list .tvproduct-wrapper.si-product--soldout:hover,
body#search #js-product-list .tvproduct-wrapper.si-product--soldout:hover,
body#manufacturer #js-product-list .tvproduct-wrapper.si-product--soldout:hover,
body#new-products #js-product-list .tvproduct-wrapper.si-product--soldout:hover,
body#prices-drop #js-product-list .tvproduct-wrapper.si-product--soldout:hover,
body#best-sales #js-product-list .tvproduct-wrapper.si-product--soldout:hover {
    transform: none;
    box-shadow: var(--si-cat-shadow);
}

body#category #js-product-list .si-soldout-badge,
body#search #js-product-list .si-soldout-badge,
body#manufacturer #js-product-list .si-soldout-badge,
body#new-products #js-product-list .si-soldout-badge,
body#prices-drop #js-product-list .si-soldout-badge,
body#best-sales #js-product-list .si-soldout-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 6px;
    background: #ff3b30;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
    box-shadow: 0 2px 8px rgba(255, 59, 48, 0.35);
}

body#category #js-product-list .si-product--soldout .tvproduct-image img,
body#search #js-product-list .si-product--soldout .tvproduct-image img,
body#manufacturer #js-product-list .si-product--soldout .tvproduct-image img,
body#new-products #js-product-list .si-product--soldout .tvproduct-image img,
body#prices-drop #js-product-list .si-product--soldout .tvproduct-image img,
body#best-sales #js-product-list .si-product--soldout .tvproduct-image img {
    filter: grayscale(0.35);
    opacity: 0.85;
}

body#category #js-product-list .si-product--soldout .product-price-and-shipping .price,
body#search #js-product-list .si-product--soldout .product-price-and-shipping .price,
body#manufacturer #js-product-list .si-product--soldout .product-price-and-shipping .price,
body#new-products #js-product-list .si-product--soldout .product-price-and-shipping .price,
body#prices-drop #js-product-list .si-product--soldout .product-price-and-shipping .price,
body#best-sales #js-product-list .si-product--soldout .product-price-and-shipping .price {
    color: var(--si-cat-muted) !important;
}

body#category #js-product-list .si-product--soldout .tvproduct-cart-quentity-decrement,
body#category #js-product-list .si-product--soldout .tvproduct-cart-quentity-increment,
body#search #js-product-list .si-product--soldout .tvproduct-cart-quentity-decrement,
body#search #js-product-list .si-product--soldout .tvproduct-cart-quentity-increment,
body#manufacturer #js-product-list .si-product--soldout .tvproduct-cart-quentity-decrement,
body#manufacturer #js-product-list .si-product--soldout .tvproduct-cart-quentity-increment,
body#new-products #js-product-list .si-product--soldout .tvproduct-cart-quentity-decrement,
body#new-products #js-product-list .si-product--soldout .tvproduct-cart-quentity-increment,
body#prices-drop #js-product-list .si-product--soldout .tvproduct-cart-quentity-decrement,
body#prices-drop #js-product-list .si-product--soldout .tvproduct-cart-quentity-increment,
body#best-sales #js-product-list .si-product--soldout .tvproduct-cart-quentity-decrement,
body#best-sales #js-product-list .si-product--soldout .tvproduct-cart-quentity-increment,
body#category #js-product-list .tvproduct-cart-quentity-decrement.si-qty--disabled,
body#category #js-product-list .tvproduct-cart-quentity-increment.si-qty--disabled,
body#search #js-product-list .tvproduct-cart-quentity-decrement.si-qty--disabled,
body#search #js-product-list .tvproduct-cart-quentity-increment.si-qty--disabled,
body#manufacturer #js-product-list .tvproduct-cart-quentity-decrement.si-qty--disabled,
body#manufacturer #js-product-list .tvproduct-cart-quentity-increment.si-qty--disabled,
body#new-products #js-product-list .tvproduct-cart-quentity-decrement.si-qty--disabled,
body#new-products #js-product-list .tvproduct-cart-quentity-increment.si-qty--disabled,
body#prices-drop #js-product-list .tvproduct-cart-quentity-decrement.si-qty--disabled,
body#prices-drop #js-product-list .tvproduct-cart-quentity-increment.si-qty--disabled,
body#best-sales #js-product-list .tvproduct-cart-quentity-decrement.si-qty--disabled,
body#best-sales #js-product-list .tvproduct-cart-quentity-increment.si-qty--disabled {
    background: #c7c7cc !important;
    color: #fff !important;
    cursor: not-allowed !important;
    opacity: 0.65;
}

body#category #js-product-list .si-product--soldout .tvproduct-cart-quentity-decrement:hover,
body#category #js-product-list .si-product--soldout .tvproduct-cart-quentity-increment:hover,
body#search #js-product-list .si-product--soldout .tvproduct-cart-quentity-decrement:hover,
body#search #js-product-list .si-product--soldout .tvproduct-cart-quentity-increment:hover,
body#manufacturer #js-product-list .si-product--soldout .tvproduct-cart-quentity-decrement:hover,
body#manufacturer #js-product-list .si-product--soldout .tvproduct-cart-quentity-increment:hover,
body#new-products #js-product-list .si-product--soldout .tvproduct-cart-quentity-decrement:hover,
body#new-products #js-product-list .si-product--soldout .tvproduct-cart-quentity-increment:hover,
body#prices-drop #js-product-list .si-product--soldout .tvproduct-cart-quentity-decrement:hover,
body#prices-drop #js-product-list .si-product--soldout .tvproduct-cart-quentity-increment:hover,
body#best-sales #js-product-list .si-product--soldout .tvproduct-cart-quentity-decrement:hover,
body#best-sales #js-product-list .si-product--soldout .tvproduct-cart-quentity-increment:hover,
body#category #js-product-list .tvproduct-cart-quentity-decrement.si-qty--disabled:hover,
body#category #js-product-list .tvproduct-cart-quentity-increment.si-qty--disabled:hover,
body#search #js-product-list .tvproduct-cart-quentity-decrement.si-qty--disabled:hover,
body#search #js-product-list .tvproduct-cart-quentity-increment.si-qty--disabled:hover,
body#manufacturer #js-product-list .tvproduct-cart-quentity-decrement.si-qty--disabled:hover,
body#manufacturer #js-product-list .tvproduct-cart-quentity-increment.si-qty--disabled:hover,
body#new-products #js-product-list .tvproduct-cart-quentity-decrement.si-qty--disabled:hover,
body#new-products #js-product-list .tvproduct-cart-quentity-increment.si-qty--disabled:hover,
body#prices-drop #js-product-list .tvproduct-cart-quentity-decrement.si-qty--disabled:hover,
body#prices-drop #js-product-list .tvproduct-cart-quentity-increment.si-qty--disabled:hover,
body#best-sales #js-product-list .tvproduct-cart-quentity-decrement.si-qty--disabled:hover,
body#best-sales #js-product-list .tvproduct-cart-quentity-increment.si-qty--disabled:hover {
    background: #c7c7cc !important;
}

body#category #js-product-list .si-product--soldout .tvproduct-cart-quentity,
body#search #js-product-list .si-product--soldout .tvproduct-cart-quentity,
body#manufacturer #js-product-list .si-product--soldout .tvproduct-cart-quentity,
body#new-products #js-product-list .si-product--soldout .tvproduct-cart-quentity,
body#prices-drop #js-product-list .si-product--soldout .tvproduct-cart-quentity,
body#best-sales #js-product-list .si-product--soldout .tvproduct-cart-quentity {
    color: var(--si-cat-muted);
    background: #f5f5f7;
}

/* ── 9. Final desktop toolbar enforcement (20260705-search-listing-fix) ── */
@media (min-width: 992px) {
    body#category #js-product-list-top .tv-grid-list-all-wrapper,
    body#search #js-product-list-top .tv-grid-list-all-wrapper,
    body#manufacturer #js-product-list-top .tv-grid-list-all-wrapper,
    body#new-products #js-product-list-top .tv-grid-list-all-wrapper,
    body#prices-drop #js-product-list-top .tv-grid-list-all-wrapper,
    body#best-sales #js-product-list-top .tv-grid-list-all-wrapper,
    body#category #js-product-list-top .tvcmsproduct-grid-list,
    body#search #js-product-list-top .tvcmsproduct-grid-list,
    body#manufacturer #js-product-list-top .tvcmsproduct-grid-list,
    body#new-products #js-product-list-top .tvcmsproduct-grid-list,
    body#prices-drop #js-product-list-top .tvcmsproduct-grid-list,
    body#best-sales #js-product-list-top .tvcmsproduct-grid-list {
        display: none !important;
    }
}
