.card.product-card.flat .card-wrapper{
  padding: 60px 30px 30px 30px;
  position: relative;
  margin-top: 30px;
  
  .card_header{
    text-align: center;
  }
  .card_header h2{
    font: normal 600 18px "Avenir Next", sans-serif;
    padding: 3px 20px;
    background: #e4edf9;
    border-radius: 5px;
    display: inline-block;
  }
  .card_header h1{
    font: normal normal 40px "Avenir Next", sans-serif;
    padding: 40px 40px 10px 40px;
  }
  .card_header_tag {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    .btn {
      padding: 10px 30px;
    }
  } 
  .card-policy__item{
    align-items: center;
  }
  a.btn.btn-add-to-cart.btn-1.js-btn-add-to-cart {
    border-radius: 10px;
  }
  .card-footer {
    padding: 30px 0px 12px 0px;
  }
  .icon{
    opacity: 0.7;
  }
}


@media(max-width: 768px){
  .header-mobile__logo svg circle {
    fill: #f14569;
  }
}