/* Item D 2026-08-04: Chair Spot website-5 CSS (from website.custom_code_head) */
div[data-snippet="s_share"] {
    display: none !important;
}
.tp-product-details-tab {
    display: none !important;
}
#add_to_cart_wrap .btn-primary,
#add_to_cart_wrap a {
    color: #ffffff !important;
}
#product_option_block ~ .o_add_compare_dyn {
    display: none !important;
}


/* Fix 5: Chevron rotation via cs-open class toggled by onclick */
.filter-header .fa-chevron-down {
    transform: rotate(0deg) !important;
    transition: transform 0.3s ease;
}
.filter-header.cs-open .fa-chevron-down {
    transform: rotate(180deg) !important;
}


/* Hide filter options showing zero results - 2026-04-27 */
.filter-option.child-category:has(.filter-count) {
  /* keep visible by default */
}



/* Filter gray-out: incompatible options when a filter is active */
.filter-option.child-category.cs-grayed {
    opacity: 0.35 !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
}
.filter-option.child-category.cs-grayed label {
    color: #aaa !important;
    cursor: not-allowed !important;
}


/* Gray-out incompatible filter options */
.filter-option.child-category.cs-grayed {
    opacity: 0.35 !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
}
.filter-option.child-category.cs-grayed label {
    color: #aaa !important;
    cursor: not-allowed !important;
}
/* Task6 2026-05-18: Active nav highlight */.cs-nav-link.active,.cs-nav-link.active:hover{color:#b01e23 !important;font-weight:700 !important;border-bottom:2px solid #b01e23;padding-bottom:2px;}/* Task6 2026-05-19: Sort link styles replace select dropdown */.chairspot-sort-dropdown{display:flex;align-items:center;gap:8px;}.cs-sort-label{font-size:13px;color:#666;white-space:nowrap;}.cs-sort-links{display:flex;gap:6px;flex-wrap:wrap;}.cs-sort-link{font-size:12px;padding:4px 10px;border:1px solid #ddd;border-radius:4px;color:#555;text-decoration:none;white-space:nowrap;}.cs-sort-link:hover{background:#f5f5f5;border-color:#b01e23;color:#b01e23;}.cs-sort-link.active{background:#b01e23;border-color:#b01e23;color:#fff !important;font-weight:600;}
