:root {
    --evo-brown: #6c3008;
    --evo-brown-dark: #4a2108;
    --evo-caramel: #c48133;
    --evo-beige: #fff8ee;
    --evo-beige-2: #f8ead6;
    --evo-border: #ead4b5;
    --evo-text: #32180b;
}

body {
    background: #fff;
    color: var(--evo-text);
    font-family: Arial, Helvetica, sans-serif;
}

.evo-catalog-section {
    background: #fffdf9;
}

.evo-advantage {
    display: flex;
    align-items: center;
    gap: .85rem;
    min-height: 64px;
    padding: .75rem 1rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #fffaf3, #fbefdf);
    font-size: .78rem;
    font-weight: 600;
    line-height: 1.35;
}

.evo-advantage__icon {
    display: inline-flex;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f3dfbd;
    color: #925414;
    font-size: 1.25rem;
}

.evo-category,
.evo-products {
    border: 1px solid var(--evo-border);
    border-radius: 9px;
    background: #fff;
    overflow: hidden;
}

.evo-category__title {
    padding: .85rem 1rem;
    background: linear-gradient(180deg, #7a3b0d, #592706);
    color: #fff;
    font-size: .86rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.evo-category__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .65rem;
    padding: .72rem .9rem;
    border-bottom: 1px solid #f0e0c8;
    color: #4a2a17;
    font-size: .77rem;
    text-decoration: none;
    transition: .2s ease;
}

.evo-category__link:last-child {
    border-bottom: 0;
}

.evo-category__link span {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.evo-category__link i:first-child {
    color: #c48436;
}

.evo-category__link:hover {
    padding-left: 1.05rem;
    background: #fff7eb;
    color: var(--evo-brown);
}

.evo-products {
    padding: 1rem;
}

.evo-products__title {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
}

.evo-products__all {
    color: var(--evo-brown);
    font-size: .72rem;
    text-decoration: underline;
    white-space: nowrap;
}

.evo-product {
    display: flex;
    flex-direction: column;
    padding: .65rem;
    border: 1px solid #efe1cc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(73, 34, 8, .04);
}

.evo-product__image {
    display: flex;
    height: 105px;
    align-items: center;
    justify-content: center;
    margin-bottom: .6rem;
}

.evo-product__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.evo-product__name {
    min-height: 42px;
    margin: 0 0 .45rem;
    font-size: .73rem;
    font-weight: 500;
    line-height: 1.25;
}

.evo-product__name a {
    color: #412414;
    text-decoration: none;
}

.evo-product__price {
    margin-bottom: .6rem;
    font-size: .72rem;
}

.evo-product__price strong {
    font-size: 1.02rem;
}

.evo-product__button {
    width: 100%;
    padding: .35rem .5rem;
    border: 1px solid #d39a57;
    border-radius: 6px;
    background: #fff3df;
    color: #5b2e0d;
    font-size: .7rem;
}

.evo-product__button:hover {
    border-color: var(--evo-brown);
    background: var(--evo-brown);
    color: #fff;
}

.evo-partner {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 2rem 1.15rem 1rem;
    border-radius: 9px;
    background:
            radial-gradient(circle at 100% 100%, rgba(214, 153, 77, .32), transparent 45%),
            linear-gradient(135deg, #fff9ee, #f5dfbf);
}

.evo-partner__title {
    margin-bottom: .85rem;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.evo-partner__text {
    margin-bottom: 1rem;
    font-size: .74rem;
    line-height: 1.5;
}

.evo-partner__button {
    padding: .65rem 1rem;
    background: linear-gradient(180deg, #7a3b0d, #572505);
    color: #fff!important;
    font-size: .72rem;
}

.evo-partner__button:hover {
    background: var(--evo-brown-dark);
    color: #572505!important;
}

.evo-partner__image {
    width: 88px;
    margin-left: auto;
    object-fit: contain;
}

.evo-service-bar {
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(90deg, #652b07, #834516 50%, #652b07);
    color: #fff;
}

.evo-service {
    display: flex;
    min-height: 92px;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.35rem;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.evo-service--last {
    border-right: 0;
}

.evo-service__icon {
    display: inline-flex;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 214, 157, .5);
    border-radius: 50%;
    color: #f6d4a5;
    font-size: 1.35rem;
}

.evo-service strong,
.evo-service small {
    display: block;
}

.evo-service strong {
    margin-bottom: .25rem;
    font-size: .8rem;
    line-height: 1.25;
    text-transform: uppercase;
}

.evo-service small {
    color: rgba(255, 255, 255, .88);
    font-size: .68rem;
    line-height: 1.35;
}

@media (max-width: 1199.98px) {
    .evo-product__image {
        height: 90px;
    }

    .evo-product__name {
        min-height: 50px;
    }
}

@media (max-width: 991.98px) {
    .evo-category {
        height: auto !important;
    }

    .evo-category__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .evo-category__link:nth-last-child(2) {
        border-bottom: 0;
    }

    .evo-partner {
        min-height: 260px;
    }

    .evo-partner__image {
        position: absolute;
        right: 1rem;
        bottom: .5rem;
        width: 120px;
    }

    .evo-service:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 575.98px) {
    .evo-advantage {
        min-height: 58px;
        padding: .65rem .7rem;
        font-size: .7rem;
    }

    .evo-advantage__icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        font-size: 1rem;
    }

    .evo-category__list {
        grid-template-columns: 1fr;
    }

    .evo-category__link,
    .evo-category__link:nth-last-child(2) {
        border-bottom: 1px solid #f0e0c8;
    }

    .evo-category__link:last-child {
        border-bottom: 0;
    }

    .evo-products {
        padding: .75rem;
    }

    .evo-products__title {
        font-size: .86rem;
    }

    .evo-products__all {
        font-size: .65rem;
    }

    .evo-product {
        padding: .55rem;
    }

    .evo-product__image {
        height: 82px;
    }

    .evo-product__name {
        min-height: 46px;
        font-size: .68rem;
    }

    .evo-product__price {
        font-size: .65rem;
    }

    .evo-product__price strong {
        font-size: .9rem;
    }

    .evo-service {
        min-height: 82px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .16);
    }

    .evo-service--last {
        border-bottom: 0;
    }
}


