@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@font-face {
font-family:"heading-font";
src:url("/cdn/shop/files/Midlandluxury_Regular.otf?v=1740716105") ;
}

body.bondie, body.bondie-product{
  font-family: "Red Hat Display", sans-serif!important;

  p, span{
     font-family: "Red Hat Display", sans-serif!important;
  }

  h1, h2{
    font-family:"heading-font";
    line-height: 2.4;
    font-weight: 600;
  }
  .main_banner{
    .image-with-text__content {
        max-width: 580px;
        margin: 0 auto;
    }
    .image-with-text__media img{
      -webkit-mask-image: linear-gradient(90deg,transparent,#000 42.3rem);
    }
  }

  .content-and-comparison-table {
  flex-direction: column;
  display: flex;
}
.comparison-table__x {
  background: #bababa;
  border-radius: 50%;
}
.comparison-table__x span {
  background: white;
  height: 0.2rem;
  width: 1.2rem;
}
.comparison-table__row-name.color-accent-1,
  .comparison-table th:first-child,
  thead tr th:last-child{
  background: rgba(253, 168, 214, 0.07);
}
.comparison-table tbody tr td:first-child.comparison-table__row-name.color-accent-1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.comparison-table__row-name.color-accent-1 * {
  color: rgb(var(--color-background));
  text-align: left;
  font-weight: 600;
}
  .comparison-table tbody tr:first-of-type .comparison-table__row-name, .comparison-table tbody {
    border-radius: 0;
    box-shadow: none !important;
}
  th img{
   height: 180px;
    object-fit: contain;
    padding-top: 70px;
    max-width: 100px;
  }

  td img {
    width: 2rem;
}
  .comparison-table tbody td {
    box-shadow: none;
    min-width: 150px;
}
  table.comparison-table {
    border: 2px solid #fff9fc;
}
  .cps-sub--subscribe, .cps-sub--one_time span {
    font-weight: 800!important;
    font-size: 20px;
  }
  .cps-sub--subscribe-div .cps-sub--subscribe {
    margin: 10px 0;
}
  .cps-sub--subscribe-div, .cps-sub--one_time {
    padding: 15px;
}

  .subscription-price s, .onetime-price s {
    font-size: 14px;
}
  .cps--subscription_plans .price-item {
    font-size: 20px;
}
  .section_block h4, .text-with-images-heading p {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 18px;
    margin-top:0;
}
  .cps--variant {
    margin-bottom: 0;
}
  .section_block {
    padding-top: 25px;
}
.accordion summary {
    padding: 1.5rem 0.5rem;
}
  .product__accordion .accordion__content {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

}







@media screen and (min-width: 749px){
  body.bondie, body.bondie-product{
    .main_banner{
      .image-with-text__content{
          padding-left: 50px!important;
        
      }
      
    }
   
  }
}

@media screen and (max-width: 1300px){
  body.bondie, body.bondie-product{
    .main_banner{
         h2 {
          font-size: 2vw;
        }
    }
  }
}
@media (min-width: 750px) {
  body.bondie, body.bondie-product .grid__item.product__media-wrapper {
    position: sticky;
    top: 100px;
  }
}
@media screen and (max-width: 748px){
 body.bondie, body.bondie-product{
    .main_banner{
       h2 {
          font-size: 6.5vw!important;
      }
      .image-with-text__media-item {
        order:1;
        img {
          -webkit-mask-image: linear-gradient(179deg, transparent, #000 42.3rem);
        }
      }
      .product__text-container {
        justify-content: center;
      }
    }
   .comparison-table tbody td:nth-child(2){
     min-width:auto !important;
   }
   .comparison-table th img{
     max-width:75px;
   }
   .comparison-table td img{
     width:18px;
   }

}
  
}