

/* Start:/catalog/style.css?17803103612553*/
.catalog-node .catalog-toggle .btn.active {
    background-color: #000;
    color: #fff;
}

.catalog-node .catalog-article-search {
    margin-bottom: 20px;
}

.catalog-node .catalog-article-search__form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.catalog-node .catalog-article-search__input {
    min-width: 360px;
    max-width: 100%;
    width: 460px;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 16px;
}

.catalog-node .catalog-article-search__button,
.catalog-node .catalog-article-search__reset {
    position: relative;
    border-radius: 0;
    border: 1px solid #000;
}

.catalog-node .catalog-article-search__button {
    background-color: #000;
    color: #fff;
}

@media (max-width: 575.98px) {
    .catalog-node .catalog-article-search__form {
        align-items: stretch;
    }

    .catalog-node .catalog-article-search__input {
        min-width: 0;
        width: 100%;
    }
}

.catalog-node .catalog-toggle .btn {
    position: relative;
    border-radius: 0;
}

.catalog-node .catalog-toggle .btn::before {
    content: "";
    position: absolute;
    top: .14286rem;
    right: .14286rem;
    bottom: .14286rem;
    left: .14286rem;
    border: solid 1px #fff;
    border-radius: 1px;
}

.catalog-node .tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.catalog-node .tag__item {
    position: relative;
    padding: 3px 6px;
    border: 1px solid black;
    cursor: pointer;
}

.catalog-node .tag__item.active {
    padding: 3px 22px 3px 10px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
}

.catalog-node .tag__item.active::before {
    content: "";
    position: absolute;
    top: .14286rem;
    right: .14286rem;
    bottom: .14286rem;
    left: .14286rem;
    border: solid 1px #fff;
    border-radius: 1px;
}

.catalog-node .tag__item.active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.29626 0.666626L0.666626 2.29626L6.37033 7.99996L0.666626 13.7037L2.29626 15.3333L7.99996 9.62959L13.7037 15.3333L15.3333 13.7037L9.62959 7.99996L15.3333 2.29626L13.7037 0.666626L7.99996 6.37033L2.29626 0.666626Z" fill="%23fff"></path></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}

/* End */


/* Start:/local/templates/duna/components/catalog/item.duna/.default/style.css?17798856671090*/
.landing-block-card {
    position: relative;
    padding-bottom: 70px;
}

.landing-block-card .landing-block-node-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100%;
    min-height: 260px;
    height: 260px;
}

.landing-block-card .landing-block-node-img-container img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.landing-block-card.card__product .landing-block-node-img-container img {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.landing-block-card .landing-block-node-button-container {
    position: absolute;
    bottom: 20px;
}

.product-card-stocks {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.35;
}

.product-card-stocks__heading {
    font-weight: 600;
}

.product-card-stocks__item {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.product-card-stocks__title {
    color: #666;
}

.product-card-stocks__value {
    font-weight: 600;
    text-align: right;
}

/* End */


/* Start:/local/templates/duna/components/catalog/pagenavigation/.default/style.css?1743169299465*/
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.pagination {
    gap: 15px;
}

.pagination .pagination__item {
    height: 30px;
    padding: 0 10px;
    text-decoration: none;
    cursor: pointer;
    line-height: 30px;
}

.pagination .pagination__item.active {
    background-color: var(--dark) !important;
    color: #fff;
}

.pagination .pagination__item:hover {
    color: var(--dark);
}
/* End */
/* /catalog/style.css?17803103612553 */
/* /local/templates/duna/components/catalog/item.duna/.default/style.css?17798856671090 */
/* /local/templates/duna/components/catalog/pagenavigation/.default/style.css?1743169299465 */
