.catalog-item-base {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.catalog-item-base__top {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
}

.catalog-item-base__section {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #748184;
}

.catalog-item-base__name {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #042C36;
}

.catalog-item-base__description {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #445A5F;
}

.catalog-item-base__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 16px;
    overflow: hidden;
}

.catalog-item-base__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8%;
    display: block;
}

.catalog-item-base__badge-discount {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 4px 8px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
    color: #042c36;
    text-transform: uppercase;
    background-color: #CED9DC;
    z-index: 4;
}

.catalog-item-base__bottom {

}

.catalog-item-base__prices {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
}

.catalog-item-base__price {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #042C36;
}

.catalog-item-base__price-old {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #748184;
    text-decoration: line-through;
}

.catalog-item-base__buttons {
    margin-top: 15px;
}

.catalog-item-base__wishlist {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.9905 19.7094C11.7763 19.7094 11.5612 19.671 11.3453 19.5942C11.1293 19.5172 10.9392 19.3967 10.775 19.2327L9.3385 17.9269C7.5655 16.3102 5.9825 14.7221 4.5895 13.1624C3.1965 11.6027 2.5 9.9319 2.5 8.1499C2.5 6.73074 2.9785 5.54257 3.9355 4.5854C4.89267 3.6284 6.08083 3.1499 7.5 3.1499C8.30633 3.1499 9.10283 3.33582 9.8895 3.70765C10.676 4.07949 11.3795 4.68332 12 5.51915C12.6205 4.68332 13.324 4.07949 14.1105 3.70765C14.8972 3.33582 15.6937 3.1499 16.5 3.1499C17.9192 3.1499 19.1073 3.6284 20.0645 4.5854C21.0215 5.54257 21.5 6.73074 21.5 8.1499C21.5 9.95124 20.7917 11.6407 19.375 13.2182C17.9583 14.7957 16.3788 16.3703 14.6365 17.9422L13.2153 19.2327C13.0512 19.3967 12.8597 19.5172 12.6405 19.5942C12.4212 19.671 12.2045 19.7094 11.9905 19.7094ZM11.2808 7.0384C10.7398 6.21407 10.1702 5.6099 9.572 5.2259C8.974 4.8419 8.28333 4.6499 7.5 4.6499C6.5 4.6499 5.66667 4.98324 5 5.6499C4.33333 6.31657 4 7.1499 4 8.1499C4 8.9524 4.25867 9.79149 4.776 10.6672C5.29333 11.5428 5.94267 12.4133 6.724 13.2787C7.50533 14.1442 8.35183 14.9897 9.2635 15.8152C10.175 16.6408 11.0198 17.4082 11.798 18.1172C11.8557 18.1685 11.923 18.1942 12 18.1942C12.077 18.1942 12.1443 18.1685 12.202 18.1172C12.9802 17.4082 13.825 16.6408 14.7365 15.8152C15.6482 14.9897 16.4947 14.1442 17.276 13.2787C18.0573 12.4133 18.7067 11.5428 19.224 10.6672C19.7413 9.79149 20 8.9524 20 8.1499C20 7.1499 19.6667 6.31657 19 5.6499C18.3333 4.98324 17.5 4.6499 16.5 4.6499C15.7167 4.6499 15.026 4.8419 14.428 5.2259C13.8298 5.6099 13.2603 6.21407 12.7192 7.0384C12.6346 7.16657 12.5282 7.26274 12.4 7.3269C12.2718 7.3909 12.1385 7.4229 12 7.4229C11.8615 7.4229 11.7282 7.3909 11.6 7.3269C11.4718 7.26274 11.3654 7.16657 11.2808 7.0384Z' fill='%23042C36'/%3e%3c/svg%3e ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    cursor: pointer;
    transition: .4s all;
    z-index: 1;
}

.catalog-item-base__wishlist.active {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.9905 19.7095C11.7763 19.7095 11.5612 19.6711 11.3453 19.5942C11.1293 19.5172 10.9392 19.3967 10.775 19.2327L9.3385 17.927C7.5655 16.3103 5.9825 14.7222 4.5895 13.1625C3.1965 11.6028 2.5 9.93199 2.5 8.14999C2.5 6.73083 2.9785 5.54266 3.9355 4.58549C4.89267 3.62849 6.08083 3.14999 7.5 3.14999C8.30633 3.14999 9.10283 3.33591 9.8895 3.70774C10.676 4.07958 11.3795 4.68341 12 5.51924C12.6205 4.68341 13.324 4.07958 14.1105 3.70774C14.8972 3.33591 15.6937 3.14999 16.5 3.14999C17.9192 3.14999 19.1073 3.62849 20.0645 4.58549C21.0215 5.54266 21.5 6.73083 21.5 8.14999C21.5 9.95133 20.7917 11.6407 19.375 13.2182C17.9583 14.7957 16.3788 16.3704 14.6365 17.9422L13.2153 19.2327C13.0513 19.3967 12.8597 19.5172 12.6405 19.5942C12.4212 19.6711 12.2045 19.7095 11.9905 19.7095Z' fill='%23042C36'/%3e%3c/svg%3e ");
}

.catalog-item-base__basket {
    display: block;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: #042c36;
    transition: .4s all;
}

.catalog-item-base__basket:hover  {
    background-color: #445a5f;
}

.catalog-item-base__basket.catalog-item-base__basket_inactive {
    background-color: #748184;
}

.catalog-item-base__basket.catalog-item-base__basket_inactive:hover {
    color: #fff;
    background-color: #5C6F73;
}

.catalog-item-base__subscribe {
    width: 46px;
    height: 46px;
    margin-bottom: 0!important;
    background-image: url('data:image/svg+xml,<svg width="18" height="22" viewBox="0 0 18 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.1637 12.4081V9.22527C16.1637 6.05144 14.3521 3.32451 11.6367 2.22195C11.364 0.951604 10.2854 0 9.00019 0C7.71494 0 6.63638 0.951604 6.36367 2.22222C3.64828 3.32478 1.83672 6.05172 1.83672 9.22554V12.4083L0.222942 14.1256C0.0799027 14.2776 0 14.4815 0 14.6938V17.1183C0 17.554 0.340831 17.907 0.761041 17.907H5.8384C5.84233 19.6497 7.31805 21.1769 9.00019 21.1769C10.6823 21.1769 12.1581 19.6497 12.162 17.907H17.2393C17.6598 17.907 18.0004 17.5538 18.0004 17.1183V14.6938C18.0004 14.4815 17.9205 14.2776 17.7774 14.1256L16.1637 12.4081ZM9.00019 19.5993C8.10083 19.5993 7.36494 18.7207 7.36075 17.9067H10.6399C10.6355 18.7207 9.89956 19.5993 9.00019 19.5993ZM16.478 16.3293H1.52234V15.0036L3.35906 13.0493C3.35906 11.1795 3.35906 9.56519 3.35906 9.22527C3.35906 6.34982 5.19578 3.98724 7.81947 3.41193C7.81947 3.11844 7.81947 2.90884 7.81947 2.8521C7.81947 2.17226 8.34421 1.57741 9.00019 1.57741C9.65618 1.57741 10.1809 2.17226 10.1809 2.8521C10.1809 2.90884 10.1809 3.11844 10.1809 3.41193C12.8049 3.98696 14.6416 6.34982 14.6416 9.22527C14.6416 9.65016 14.6416 11.1795 14.6416 13.0493L16.4783 15.0036V16.3293H16.478Z" fill="white"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #C7C7C8;
    border-radius: 50%;
    cursor: pointer;
}

.catalog-item-base__subscribe.disabled {
    background-color: #B2B0B0;
    pointer-events: none;
}

@media (max-width: 768px) {

}