.favorites-button {
    &.icon-active {
        color: #AA1D43;
    }
}
.product-flags{
    display: none;
}
 .blockcart-modal {
     .product-info {
        & .product-name {
            font-family:"Playfair Display";
             color: #0c0c0c;
             letter-spacing: 0.2 em;
            font-size: 1.5rem;
            line-height: 120%;
            margin: 0 0 20px;
        }
    }
}
 .blockcart-modal {
     .product-info {
        & .price {
            font-size: 18px;
            margin-bottom: 20px;
           color: #AA1D43;
        }
    }
}
.page-product .short-desc {
 
    color: #0c0c0c;
    
}

body .btn2 {
background-color:#aa1d43;
}
body .btn2 {
border-color:#aa1d43;
}
body .btn2:hover, body .btn2:active, body .btn2:focus {
background-color:#0c0c0c;
}
body .btn2:hover, body .btn2:active, body .btn2:focus {
color:#ffffff;
}
body .btn2:hover, body .btn2:active, body .btn2:focus {
border-color:#0c0c0c;
}
.btn2 {
font-size:12px;
font-style:normal;
font-weight:400;
font-family:"Hind";
line-height:1em;
letter-spacing:0.1em;
text-transform:uppercase;
color:#ffffff;
}
.btn2 {
border-radius:50%;
}
.btn2 {
background-color:#313537;
}
.btn2:hover 
.btn2 {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    border: 2px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    &:hover {
        background-color: #0c0c0c;
        scale: 1;
    }
    &::after {
        content: '';
        background: rgba(255, 255, 255, 0.2);
        width: 0;
        height: 100%;
        position: absolute;
        inset: 0;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        z-index: -1;
    }
    &:hover::after {
        width: 100%;
    }
    & svg {
        width: 1em;
    }
    .product-miniature .pm-actions &::after {
        border-radius: 50%;
    }
}
.btn2{
    background-color: #AA1D43;
    font: normal 12px/14px system-ui;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 10px 15px;
    display: inline-block;
    margin: 0;
    outline: none;
}

.btn2 svg {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}
.pk-aside .products {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr))!important;
    column-gap: 20px;
    width: 100%;
    display: grid;
}
.block-promo{
    margin: 40px 0px 40px 0px;
}