/*.custom-subcat-wrapper {*/
/*    width: 100%;*/
/*    max-width: 1664px;*/
/*    margin: 0 auto;*/
/*    padding: 0 20px;*/
/*    box-sizing: border-box;*/
/*}*/

/*.custom-subcat-section {*/
/*    margin: 48px 128px;*/
/*}*/

/*!* Hlavička sekcie *!*/
/*.custom-subcat-header {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    margin-bottom: 12px;*/
/*    padding-bottom: 8px;*/
/*    margin-left: 0;*/
/*    margin-right: 0;*/
/*}*/

/*.custom-subcat-header-title {*/
/*    font-family: 'Inter', sans-serif;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    font-size: 32px;*/
/*    line-height: 40px;*/
/*    text-transform: uppercase;*/
/*    color: #14141F;*/
/*    text-decoration: none;*/
/*}*/

/*.custom-subcat-header-all {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 16px 26px;*/
/*    gap: 10px;*/
/*    width: 233px;*/
/*    height: 48px;*/
/*    min-height: 36px;*/
/*    border-radius: 999px;*/
/*    font-family: 'Inter', sans-serif;*/
/*    font-weight: 700;*/
/*    font-size: 16px;*/
/*    line-height: 22px;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    color: #CD0E1D;*/
/*    text-decoration: none;*/
/*    flex: none;*/
/*    flex-grow: 0;*/
/*    white-space: nowrap;*/
/*}*/

/*.custom-subcat-header-all:hover {*/
/*    text-decoration: underline;*/
/*}*/

/*!* ── Telo: banner + grid ── *!*/
/*.custom-subcat-body {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: flex-start;*/
/*    align-items: flex-start;*/
/*    gap: 32px;*/
/*    height: 432px;*/
/*}*/

/*!* ── Banner vľavo ── *!*/
/*.custom-subcat-banner {*/
/*    position: relative;*/
/*    flex: none;*/
/*    width: 412px;*/
/*    height: 432px;*/
/*    border-radius: 24px;*/
/*    overflow: hidden;*/
/*    display: block;*/
/*    text-decoration: none;*/
/*    align-self: flex-start;*/
/*    flex-grow: 0;*/
/*    order: 0;*/
/*}*/

/*.custom-subcat-banner-img {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    object-fit: cover;*/
/*    display: block;*/
/*}*/

/*.custom-subcat-banner-overlay {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    justify-content: flex-end;*/
/*    padding: 24px;*/
/*    box-sizing: border-box;*/
/*    z-index: 1;*/
/*    gap: 12px;*/
/*}*/

/*.custom-subcat-banner-heading {*/
/*    font-family: 'Inter', sans-serif;*/
/*    font-weight: 700;*/
/*    font-size: 24px;*/
/*    line-height: 32px;*/
/*    text-transform: uppercase;*/
/*    color: #FFFFFF;*/
/*    margin: 0;*/
/*}*/

/*.custom-subcat-banner-text {*/
/*    font-family: 'Inter', sans-serif;*/
/*    font-weight: 400;*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*    color: rgba(255, 255, 255, 0.85);*/
/*    margin: 0;*/
/*}*/

/*.custom-subcat-banner-btn {*/
/*    display: inline-flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 10px 20px;*/
/*    background: #CD0E1D;*/
/*    border-radius: 999px;*/
/*    font-family: 'Inter', sans-serif;*/
/*    font-weight: 700;*/
/*    font-size: 14px;*/
/*    text-transform: uppercase;*/
/*    color: #FFFFFF;*/
/*    text-decoration: none;*/
/*    white-space: nowrap;*/
/*}*/

/*!* ── Grid kategórií vpravo ── *!*/
/*.custom-subcat-grid {*/
/*    flex: none;*/
/*    order: 1;*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, 299px);*/
/*    grid-template-rows: repeat(2, 212px);*/
/*    gap: 8px;*/
/*    overflow: hidden;*/
/*    min-width: 0;*/
/*}*/

/*.custom-subcat-item {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    padding: 12px 32px 32px;*/
/*    width: 299px;*/
/*    min-width: 240px;*/
/*    height: 212px;*/
/*    background: #F1F1F6;*/
/*    border-radius: 8px;*/
/*    border: none;*/
/*    text-decoration: none;*/
/*    color: #14141F;*/
/*    text-align: center;*/
/*    box-sizing: border-box;*/
/*    flex: none;*/
/*    flex-grow: 1;*/
/*    transition: box-shadow 0.2s ease;*/
/*}*/

/*.custom-subcat-item:hover {*/
/*    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);*/
/*}*/

/*.custom-subcat-img {*/
/*    width: 148px;*/
/*    max-width: 148px;*/
/*    height: 148px;*/
/*    max-height: 148px;*/
/*    object-fit: contain;*/
/*    flex: none;*/
/*    flex-grow: 0;*/
/*    order: 0;*/
/*    mix-blend-mode: multiply !important;*/
/*}*/

/*.custom-subcat-label {*/
/*    width: 100%;*/
/*    font-family: 'Inter', sans-serif;*/
/*    font-weight: 700;*/
/*    font-size: 16px;*/
/*    line-height: 20px;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*    color: #14141F;*/
/*    margin-top: 0;*/
/*    order: 1;*/
/*    overflow: hidden;*/
/*}*/

/*!* ── Responzívnosť ── *!*/
/*@media (max-width: 1400px) {*/
/*    .custom-subcat-section {*/
/*        margin: 48px 32px;*/
/*    }*/
/*    .custom-subcat-body {*/
/*        overflow-x: auto;*/
/*    }*/
/*}*/

/*@media (max-width: 900px) {*/
/*    .custom-subcat-section {*/
/*        margin: 32px 16px;*/
/*    }*/
/*    .custom-subcat-body {*/
/*        flex-direction: column;*/
/*        height: auto;*/
/*        gap: 16px;*/
/*    }*/
/*    .custom-subcat-banner {*/
/*        width: 100%;*/
/*        height: 280px;*/
/*    }*/
/*    .custom-subcat-grid {*/
/*        grid-template-columns: repeat(2, 1fr);*/
/*        grid-template-rows: repeat(4, auto);*/
/*        width: 100%;*/
/*    }*/
/*    .custom-subcat-item {*/
/*        width: 100%;*/
/*        height: auto;*/
/*        min-height: 180px;*/
/*        padding: 12px 16px 20px;*/
/*    }*/
/*    .custom-subcat-img {*/
/*        width: 100px;*/
/*        max-width: 100px;*/
/*        height: 100px;*/
/*        max-height: 100px;*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    .custom-subcat-grid {*/
/*        grid-template-columns: repeat(2, 1fr);*/
/*    }*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .custom-subcat-banner {*/
/*        display: none !important;*/
/*    }*/
/*}*/

.custom-subcat-wrapper {
    width: 100%;
    max-width: 1664px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.custom-subcat-section {
    margin: 48px 128px;
}

/* Hlavička sekcie */
.custom-subcat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
}

.custom-subcat-header-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #14141F;
    text-decoration: none;
}

.custom-subcat-header-all {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 26px;
    gap: 10px;
    width: 233px;
    height: 48px;
    min-height: 36px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #CD0E1D;
    text-decoration: none;
    flex: none;
    flex-grow: 0;
    white-space: nowrap;
}

.custom-subcat-header-all:hover {
    text-decoration: underline;
}

/* ── Telo: banner + grid ── */
.custom-subcat-body {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    height: 432px;
}

/* ── Banner vľavo ── */
.custom-subcat-banner {
    position: relative;
    flex: none;
    width: 412px;
    height: 432px;
    border-radius: 24px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    align-self: flex-start;
    flex-grow: 0;
    order: 0;
}

.custom-subcat-banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    display: block;
}

.custom-subcat-banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 24px;
    box-sizing: border-box;
    z-index: 1;
    gap: 12px;
}

.custom-subcat-banner-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.custom-subcat-banner-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.custom-subcat-banner-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background: #CD0E1D;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}

/* ── Grid kategórií vpravo ── */
.custom-subcat-grid {
    flex: none;
    order: 1;
    display: grid;
    grid-template-columns: repeat(4, 299px);
    grid-template-rows: repeat(2, 212px);
    gap: 8px;
    overflow: hidden;
    min-width: 0;
}

.custom-subcat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 32px 32px;
    width: 299px;
    min-width: 240px;
    height: 212px;
    background: #F1F1F6;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    color: #14141F;
    text-align: center;
    box-sizing: border-box;
    flex: none;
    flex-grow: 1;
    transition: box-shadow 0.2s ease;
}

.custom-subcat-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.custom-subcat-img {
    width: 148px;
    max-width: 148px;
    height: 148px;
    max-height: 148px;
    object-fit: contain;
    flex: none;
    flex-grow: 0;
    order: 0;
    mix-blend-mode: multiply !important;
}

.custom-subcat-label {
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #14141F;
    margin-top: 0;
    order: 1;
    overflow: hidden;
}

/* ── Mobilné tlačidlo pod gridom (skryté na desktope) ── */
.custom-subcat-mobile-all {
    display: none;
}

/* ── Responzívnosť ── */
@media (max-width: 1400px) {
    .custom-subcat-section {
        margin: 48px 32px;
    }
    .custom-subcat-body {
        overflow-x: auto;
    }
}

@media (max-width: 900px) {
    .custom-subcat-section {
        margin: 32px 16px;
    }
    .custom-subcat-body {
        flex-direction: column;
        height: auto;
        gap: 16px;
    }
    .custom-subcat-banner {
        width: 100%;
        height: 280px;
    }
    .custom-subcat-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, auto);
        width: 100%;
    }
    .custom-subcat-item {
        width: 100%;
        height: auto;
        min-height: 180px;
        padding: 12px 16px 20px;
    }
    .custom-subcat-img {
        width: 100px;
        max-width: 100px;
        height: 100px;
        max-height: 100px;
    }
}

@media (max-width: 767px) {
    /* Skryť banner */
    .custom-subcat-banner {
        display: none !important;
    }

    /* Skryť tlačidlo v hlavičke */
    .custom-subcat-header-all {
        display: none;
    }

    .custom-subcat-section {
        margin: 24px 16px;
    }

    .custom-subcat-header {
        margin-bottom: 16px;
        justify-content: center;
        padding-top: 30px;
    }

    .custom-subcat-header-title {
        width: 100%;
        text-align: center;
        font-size: 26px;
        line-height: 32px;
    }

    .custom-subcat-body {
        flex-direction: column;
        height: auto;
        gap: 0;
    }

    /* Grid - 3 stĺpce */
    .custom-subcat-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
        width: 100%;
        gap: 8px;
    }

    .custom-subcat-item {
        width: 100%;
        height: auto;
        min-height: 140px;
        padding: 12px 8px 16px;
        border-radius: 8px;
        min-width: unset;
    }

    .custom-subcat-img {
        width: 80px;
        max-width: 80px;
        height: 80px;
        max-height: 80px;
    }

    .custom-subcat-label {
        font-size: 13px;
        line-height: 17px;
    }

    /* Zobraziť mobilné tlačidlo pod gridom */
    .custom-subcat-mobile-all {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        width: 100%;
        margin-top: 16px;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        color: #CD0E1D;
        text-decoration: none;
    }

    .custom-subcat-mobile-all:hover {
        text-decoration: underline;
    }
}

@media (max-width: 480px) {
    .custom-subcat-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}