.category-description.klmcatx93root {
    width: 100%;
    margin: 18px 0;
    border: 1px solid #eceeeb;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    container-type: inline-size;
}


/* ROZKLIKÁVACÍ RIADOK */

.category-description.klmcatx93root > summary.klmcatx93summary {
    position: relative;
    display: block;
    min-height: 0;
    padding: 13px 42px 13px 16px;
    margin: 0;
    cursor: pointer;
    list-style: none;
    text-align: left;
    color: #7d827d;
    background: #f7f8f6;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.category-description.klmcatx93root > summary.klmcatx93summary:hover {
    background: #f3f4f2;
    color: #555a55;
}

.category-description.klmcatx93root > summary.klmcatx93summary::-webkit-details-marker {
    display: none;
}

.category-description.klmcatx93root > summary.klmcatx93summary::marker {
    content: "";
}


/* PLUS A MÍNUS */

.category-description.klmcatx93root > summary.klmcatx93summary::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #a3a7a3;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

.category-description.klmcatx93root[open] > summary.klmcatx93summary::after {
    content: "−";
}


/* CHCEM SA DOZVEDIEŤ VIAC / SKRYŤ */

.category-description.klmcatx93root .hide-text {
    display: none;
}

.category-description.klmcatx93root[open] .show-text {
    display: none;
}

.category-description.klmcatx93root[open] .hide-text {
    display: inline;
}


/* OBSAH */

.category-description.klmcatx93root .klmcatx93content {
    padding: 24px 20px 22px;
    line-height: 1.6;
}

.category-description.klmcatx93root .klmcatx93intro {
    max-width: 100%;
    margin: 0 0 20px;
}

.category-description.klmcatx93root .klmcatx93label {
    display: block;
    margin: 0 0 6px;
    color: #a3a8a3;
    font-size: 9.5px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1px;
}

.category-description.klmcatx93root .klmcatx93title {
    margin: 0 0 10px;
    color: #424742;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
}

.category-description.klmcatx93root .klmcatx93subtitle {
    margin: 0 0 8px;
    color: #4b504b;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.category-description.klmcatx93root .klmcatx93text {
    margin: 0;
    color: #858a85;
    font-size: 13px;
    line-height: 1.65;
    font-weight: 400;
}

.category-description.klmcatx93root .klmcatx93text strong {
    color: #606560;
    font-weight: 600;
}


/* VÝHODY */

.category-description.klmcatx93root .klmcatx93grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 0 0 20px;
}

.category-description.klmcatx93root .klmcatx93item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    padding: 13px;
    margin: 0;
    border: 1px solid #eeeeeb;
    border-radius: 10px;
    background: #fafbf9;
    box-sizing: border-box;
}

.category-description.klmcatx93root .klmcatx93icon {
    flex: 0 0 auto;
    width: 20px;
    font-size: 16px;
    line-height: 1.35;
    text-align: center;
}

.category-description.klmcatx93root .klmcatx93item > div {
    min-width: 0;
}

.category-description.klmcatx93root .klmcatx93item strong {
    display: block;
    margin: 0 0 3px;
    color: #606560;
    font-size: 12.5px;
    line-height: 1.4;
    font-weight: 600;
}

.category-description.klmcatx93root .klmcatx93item p {
    margin: 0;
    color: #959a95;
    font-size: 11.5px;
    line-height: 1.55;
    font-weight: 400;
}


/* AKO SI HO VYCHUTNAŤ */

.category-description.klmcatx93root .klmcatx93use {
    padding: 16px;
    margin: 0;
    border-radius: 10px;
    background: #f7f8f6;
}

.category-description.klmcatx93root .klmcatx93tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 12px 0 0;
}

.category-description.klmcatx93root .klmcatx93tags span {
    display: inline-block;
    padding: 5px 9px;
    border: 1px solid #ebece9;
    border-radius: 16px;
    background: #ffffff;
    color: #858a85;
    font-size: 10.5px;
    line-height: 1.3;
    font-weight: 500;
}


/* ÚZKY PRIESTOR KATEGÓRIE */

@container (max-width: 560px) {

    .category-description.klmcatx93root .klmcatx93content {
        padding: 20px 15px 18px;
    }

    .category-description.klmcatx93root .klmcatx93grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .category-description.klmcatx93root .klmcatx93item {
        padding: 12px;
    }

    .category-description.klmcatx93root .klmcatx93title {
        font-size: 18px;
    }

    .category-description.klmcatx93root .klmcatx93subtitle {
        font-size: 14px;
    }

    .category-description.klmcatx93root .klmcatx93text {
        font-size: 12.5px;
        line-height: 1.6;
    }

    .category-description.klmcatx93root .klmcatx93item strong {
        font-size: 12.5px;
    }

    .category-description.klmcatx93root .klmcatx93item p {
        font-size: 11.5px;
    }
}


/* MOBIL */

@media (max-width: 600px) {

    .category-description.klmcatx93root {
        margin: 14px 0;
        border-radius: 10px;
    }

    .category-description.klmcatx93root > summary.klmcatx93summary {
        padding: 12px 38px 12px 14px;
        font-size: 12.5px;
    }

    .category-description.klmcatx93root > summary.klmcatx93summary::after {
        right: 14px;
    }

    .category-description.klmcatx93root .klmcatx93content {
        padding: 20px 15px 18px;
    }

    .category-description.klmcatx93root .klmcatx93grid {
        grid-template-columns: 1fr;
    }

    .category-description.klmcatx93root .klmcatx93use {
        padding: 14px;
    }
}


/* ZRUŠENIE PÔVODNÉHO ŠTÝLU SIDEBAR BLOKOV */

.sidebar-inner .box-rating,
.sidebar-inner .box-sale,
.sidebar-inner > div {
    padding: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
}
-->