/*
Theme Name: Allimedia Child Theme
Theme URI: https://allimedia.cz/
Template: hello-elementor
Author: Allimedia.cz
Author URI: https://allimedia.cz/
Description: Odlehčená šablona s vlastní identitou. Optimalizováno pro vývoj v Elementoru, čistý start bez balastu. Kompletní kontrola nad styly, šablonami a rozložením.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1745583531
Updated: 2025-04-25 14:18:51

*/

/* =============================================
   HUSKY Filter – accordion
   ============================================= */

.woof_block_html_items {
    border-bottom: 1px solid #E5E5E5;
}

/* Nadpis sekce */
.woof_block_html_items h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    margin: 0 !important;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1A1A1A;
    cursor: pointer;
    user-select: none;
}

/* Šipka */
.woof_block_html_items h4::after {
    content: '+';
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    flex-shrink: 0;
    margin-left: 8px;
}

.woof_block_html_items:not(.pws-closed) h4::after {
    content: '−';
}

/* Obsah sekce – sbalený */
.woof_block_html_items.pws-closed .woof_items_overflow,
.woof_block_html_items.pws-closed ul {
    display: none !important;
}

/* Seznam položek */
.woof_block_html_items ul {
    list-style: none !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    max-height: 220px;
    overflow-y: auto;
}

.woof_block_html_items ul li {
    padding: 4px 0;
}

/* Label s checkboxem */
.woof_block_html_items ul li label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}

/* Počet produktů */
.woof_label_count {
    margin-left: auto;
    color: #999;
    font-size: 13px;
}

/* Checkbox */
.woof_block_html_items ul li input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #1A1A1A;
    cursor: pointer;
    flex-shrink: 0;
}