.product {
    margin-bottom: 10px;
    margin-top: 40px;
}
@media (min-width: 768px) {
    .variant {
         opacity: 1 !important; 
         visibility: visible !important; 
    }
}
    .wrapper {
        background-color: #f1ebe8;
    }

body {
 background-color: #f1ebe8;
}

@media (min-width: 1200px) {
    .categories__button:hover {
        background-color: #b54e69 !important; 
      border: 1px solid  #b54e69 !important; 
    }

.btn:hover {
 background-color: #b54e69 !important; 
  border: 1px solid #b54e69 !important; 
}
  .cart__count:hover {
     background-color: #b54e69 !important; 
      border: 1px solid #b54e69 !important; 
  }

  .button:hover, .card__buttons>a:hover, .c-table__promocode .default-btn:hover, .order-payment-page .default-btn:hover, .button--light:hover, .card__details .wishlist a:hover {
    background-color: #b54e69 !important; 
    color: #fff;
    border: 1px solid  #b54e69 !important; 
} }
.card__sticker-new {
    background-color: #b54e69 !important; 
}

@media (min-width: 1450px) {
    .c-search {
        margin-right: 100px;
        max-width: 400px; 
    }
}
@media (min-width: 1200px) {
    .c-search {
         max-width: 360px; 
        margin-right: 60px;
    }
}
@media (min-width: 1450px) {
    .block-wrapper {
        max-width: 100%;
    }
}@media (min-width: 1200px) {
    .block-wrapper {
        margin: 0 1px;
    }
}
.mg-slide-banner__link {
    background: #f1ebe8 !important; 
}
.top {
    color: #5e5e5e;
    font-weight: 510;

}

    .top__contacts-phone {
    color: #5e5e5e;
    font-weight: 510;

}
    .top__links {
    color: #5e5e5e;
    font-weight: 510;

}
.sendComment {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    white-space: normal;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 600;
    padding: 9px 16px;
    height: 50px;
    font-size: 14px;
    background-color: var(--main-color);
    border-radius: 7px;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
@media (min-width: 980px) {
    .footer__spoiler_3 {
        width: 25%;
    }
  
  .footer__telephones a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.footer__telephones a:hover {
  color: #9174CE;
}
  .footer__item > a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}

.footer__item > a:hover {
    color: #9174CE;
}