    .offer {
        background-color: #E6E6E6;
        position: relative;
    }
 
    .offer__timer-section {
      background: #1f65c4;
      padding-top: 22.8px;
      margin-bottom: 76.5px;
      position: relative;
      z-index: 1;
    }
    .offer__timer-section::before {
      z-index: -1;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 80px 390px 0 390px;
      border-color: #1f64c4 transparent transparent transparent;
      top: 140px;
    }
    @media (max-width: 991px) {
      .offer__timer-section::before{
          top: 150px;
      }
    }
    @media (max-width: 768px) {
      .offer__timer-section::before{
          padding-top: 16px;
          /* // top: 100px; */
          top: 70px;
      }
    }
    @media (max-width: 413px) {
      .offer__timer-section::before{
          top: 139px;
          border-width: 42px 176.5px 0 176.5px;
      }
    }
    @media (max-width: 768px) {
        .offer__timer-section{
            padding-top: 14px;
            margin-bottom: 55px;
        }
    }
    .offer__timer-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 20px;
      font-weight: 700;
    }
    @media (max-width: 768px) {
        .offer__timer-box{
            gap: 15px;
            /* // padding-bottom: 35px; */
            padding-bottom: 10px;
        }
    }
    .offer__timer-heading {
      text-align: center;
      font-size: 40px;
      line-height: 42px;
      color: #fff;
    }
    @media (max-width: 768px) {
      .offer__timer-heading{
          font-size: 25px;
          line-height: 28px;
      }
    }
    .offer__timer {
      font-size: 60px;
      line-height: 34.5px;
      color: #f0cf00;
      font-weight: 700;
    }
    @media (max-width: 768px) {
        .offer__timer{
            font-size: 35px;
            line-height: 18px;
        }
    }
    /* // product box */

    .offer__product-box {
      margin-top: 5px;
      position: relative;
    }
  
    .offer__save-big,
    .offer__save-small {
      position: absolute;
      right: 0;
      top: 0;
    }
    @media (max-width: 768px) {
        .offer__save-big,
        .offer__save-small{
            height: 60px;
            width: 60px;
        }
    }
    .offer__save-big {
      top: -28px;
      left: -37px;
    }
    @media (max-width: 768px) {
        .offer__save-big{
            right: -5px;
            top: 58px;
            top: -19px;
            height: 83px;
            width: 83px;
            left: -10px;
        }
      }







  
    .offer__save-small {
      top: -28px;
      left: -49px;
    }
    @media (max-width: 768px) {
        .offer__save-small {
            right: -8px;
            top: 78px;
            top: -20px;
            height: 84px;
            width: 84px;
            left: -22px;
        }
    }
  

    @media (max-width: 991px) {
        .offer__first-col{
            order: 1;
        }
    }



    .offer__item-box {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 24px;
    }
    @media (max-width: 991px) {
        .offer__item-box{
            flex-direction: column;
            align-items: center;
        }
    }

    .offer__item {
      width: 100%;
    }
    @media (max-width: 991px) {
        .offer__item{
            display: flex;
            gap: 15px;
        }
    }
    @media (max-width: 768px) {
        .offer__item{
            gap: 0;
        }
    }
    @media (max-width: 570px) {
        .offer__item{
            justify-content: space-around;
        }
    }
  




    .offer__heading {
      font-weight: 700;
      font-size: 50px;
      line-height: 55px;
      text-align: center;
      color: #4B4B4B;
      text-transform: uppercase;
    }
    @media (max-width: 991px) {
        .offer__heading {
            font-size: 40px;
            line-height: 45px;
        }
    }
    @media (max-width: 768px) {
        .offer__heading {
            font-size: 28px;
            line-height: 31px;
        }
    }
    @media (max-width: 570px) {
        .offer__heading {
            font-size: 24px;
            line-height: 27px;
        }
    }
  
    .offer__bottom-heading {
      font-weight: 700;
      font-size: 32px;
      line-height: 55px;
      text-align: center;
      color: #4B4B4B;
    }
    @media (max-width: 991px) {
        .offer__bottom-heading{
            font-size: 30px;
            line-height: 32px;
        }
    }
    @media (max-width: 768px) {
        .offer__bottom-heading{
            font-size: 21px;
            line-height: 22px;
        }
    }
    @media (max-width: 570px) {
        .offer__bottom-heading{
            font-size: 18.5px;
            line-height: 20px;
        }
    }
  
    .offer__product {
      margin-bottom: 15px;
    }
    @media (max-width: 768px) {
        .offer__product{
            max-width: 168px;
        }
    }
    @media (max-width: 570px) {
        .offer__product{
            max-width: 147px;
        }
    }
  
    @media (max-width: 768px) {
      .offer__6b-product{
          position: relative;
          top: 25px;
      }
    }
  
    .offer__product--three-bottle {
    }
    @media (max-width: 768px){
        .offer__product--three-bottle{
            position: relative;
            top: 24px;
        }
    }
    @media (max-width: 570px) {
        .offer__product--three-bottle{
            max-width: 127px;
        }
    }
  
    .offer__product--single-bootle {
    }
    @media (max-width: 991px) {
        .offer__product--single-bootle{
            margin-top: 17px;
        }
    }
    @media (max-width: 768px) {
        .offer__product--single-bootle{
            max-width: 113px;
        }
    }
    @media (max-width: 570px) {
        .offer__product--single-bootle{
            margin-top: 0;
        }
    }
  
    @media (max-width: 991px) {
        .offer__product--cart{
            width: 347px;
        }
    }
    @media (max-width: 570px) {
        .offer__product--cart{
            max-width: 160px;
        }
    }
  



    
    .offer__col {
      max-width: 304px;
      width: 100%;
      text-decoration: none;
      /* // text-align: center; */
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      background-color: #FFF;
      border: 2px solid #A9A9A9;
      box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.25);
      padding: 16px 14px 0 16px;
      transition-duration: 0.4s;
    }
    /* .offer:not(:first-child) {
      .offer__heading,
      .offer__price {
        color: $blue;
      }
    } */
    /* .offer__item-box .offer__heading, .offer__item-box .offer__price:not(:first-child) {
        color: #1f65c4;
    } */
    .s-btl{
        color: #1f65c4 !important;
    }

    .offer__col:hover {
      transform: scale(1.04);
      z-index: 200;
    }
    @media (max-width: 991px) {
        .offer__col{
            max-width: 696px;
            border-radius: 0;
        }
    }
    @media (max-width: 768px) {
      /* // padding: 16px 7px 0 7px; */
      .offer__col{
          padding: 16px 0 0 0;
          max-width: 500px;
      }
    }
    @media (max-width: 570px) {
        .offer__col{
            max-width: 330px;
        }
    }
















  
    .offer__middle-col {
      border: 3px solid #003a8a;
      background: #FFFEC9;
      box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.4);
    }
  
    .offer__box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    @media (max-width: 991px) {
        .offer__box {
            width: 100%;
            top: 0;
            position: relative;
        }
    }
  

    @media (max-width: 570px) {
        .offer__box--left{
            max-width: 147px;
            position: relative;
            top: -10px;
        }
    }
  
    @media (max-width: 570px) {
        .offer__box--right{
            max-width: 160px;
        }
    }
  
    .offer__price,
    .offer__price--bootle {
      color: #4B4B4B;
    }
  
    .offer__price {
      font-weight: 700;
      font-size: 80px;
      line-height: 55px;
      text-align: center;
    }
    @media (max-width: 991px) {
        .offer__price{
            font-size: 85px;
            position: relative;
            top: 3px;
        }
    }
    @media (max-width: 768px) {
        .offer__price{
            font-size: 65px;
            line-height: 52px;
        }
    }
    @media (max-width: 570px) {
        .offer__price{
            /* font-size: 62px; */
            font-size: 55px;
            line-height: 50px;
        }
    }
  
    .offer__price--bottle {
      font-weight: 700;
      font-size: 20px;
      line-height: 55px;
      text-align: center;
    }
    @media (max-width: 991px) {
        .offer__price--bottle{
            font-size: 25px;
        }
    }
    @media (max-width: 768px) {
        .offer__price--bottle{
            font-size: 19px;
            line-height: 52px;
        }
    }
    @media (max-width: 570px) {
        .offer__price--bottle{
            font-size: 18px;
            line-height: 50px;
        }
    }
  
    .offer__cart {
      position: relative;
    }
  
    .offer__payments-box {
      position: relative;
      top: -14px;
    }
    @media (max-width: 991px) {
        .offer__payments-box {
            position: relative;
            bottom: 10px;
        }
    }
    @media (max-width: 768px) {
        .offer__payments-box {
            bottom: 13px;
        }
        .offer__payments-box img {
            max-width: 134px;
        }
    }
    @media (max-width: 570px) {
        .offer__payments-box img {
            max-width: 144px;
        }
    }
  
    .offer__hand-icon {
      z-index: 2;
      position: absolute;
      right: 6px;
      bottom: 5px;
      width: 38px;
    }
    @media (max-width: 991px) {
        .offer__hand-icon{
            right: 20px;
            bottom: 12px;
        }
    }
    @media (max-width: 768px) {
        .offer__hand-icon{
            width: 25px;
            height: 23px;
            right: 3px;
            bottom: 8px;
        }
    }
  
    .offer__discount {
      color: #898989;
      font-size: 32px;
      font-weight: 400;
      line-height: 55px;
      position: relative;
      top: -15px;
    }
    @media (max-width: 991px) {
        .offer__discount{
            line-height: 35px;
            margin-top: 10px;
        }
    }
    @media (max-width: 768px) {
        .offer__discount{
            font-size: 21px;
            line-height: 21px;
        }
    }
  
    .offer__discount--main {
      text-decoration: line-through;
      margin-right: 9px;
      text-decoration-thickness: 2.2px;
      text-decoration-color: #c81d1d;
    }
    .offer__discount--after {
      font-weight: 700;
      color: #171717;
    }
  
    .offer__bonuses-box {
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 100%;
      /* // max-width: 217px; */
      max-width: 260px;
      margin-bottom: 11px;
    }
    @media (max-width: 768px) {
        .offer__bonuses-box{
            max-width: 175px;
        }
    }
    @media (max-width: 570px) {
        .offer__bonuses-box{
            margin-bottom: 10px;
            gap: 7px;
        }
    }
  
    .offer__bonus,
    .offer__shipping {
      /* // font-family: $popins;
      // color: $white; */
      color: #000;
      /* // font-size: 16px; */
      font-size: 18.5px;
      font-weight: 900;
      /* // font-style: italic; */
      line-height: 13px;
      /* // letter-spacing: 1.6px; */
      letter-spacing: 1.8px;
      /* // border: solid 1px $black; */
      padding: 8.4px 0 8.4px 6.3px;
      /* // border-radius: 8px; */
      min-width: fit-content;
      display: flex;
      align-items: center;
      gap: 8px;
      /* // text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px; */
    }
    @media (max-width: 768px) {
    .offer__bonus,
    .offer__shipping{
        font-size: 12px;
        line-height: 10px;
        letter-spacing: 1.2px;
        gap: 6px;
        padding: 5px 4px 5px 5px;
    }
    }
    @media (max-width: 570px) {
    .offer__bonus,
    .offer__shipping{
        font-size: 11px;
        line-height: 9px;
        letter-spacing: 1.16px;
        padding: 0;
    }
    }
  
    .offer__bonus {
      /* // background-color: $blue; */
      padding-bottom: 0;
    }
  
    .offer__shipping {
      /* // background-color: $red; */
      padding-top: 0;
    }
  
    .offer__check-icon {
      background: #FFF;
      width: 17.3px;
      height: 17.3px;
      border-radius: 2px;
      border: 2px solid #000;
    }
    @media (max-width: 768px) {
        .offer__check-icon{
            width: 13px;
            height: 13px;
        }
    }
    @media (max-width: 570px) {
        .offer__check-icon{
            border: 1px solid #000;
        }
    }
  
    .offer__review-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-top: 27.5px;
      padding-bottom: 24px;
      gap: 12px;
    }
    @media (max-width: 991px) {
        .offer__review-box{
            gap: 8px;
        }
    }
  
    .offer__review-heading {
      color: #003A8A;
      font-size: 24px;
      font-weight: 700;
      line-height: 24px;
    }
    @media (max-width: 768px) {
        .offer__review-heading{
            line-height: 20px;
            font-size: 20px;
        }
    }
  
    .offer__review-rating-box {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 14px;
    }
    @media (max-width: 768px) {
        .offer__review-rating-box img {
        max-width: 160px;
      }
      .offer__review-rating-box{
          gap: 10px;
      }
    }
  
    .offer__review-rating-numbers {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 4.5px;
      color: #000;
      font-size: 20px;
      font-weight: 700;
      line-height: 20px;
    }
    @media (max-width: 768px) {
        .offer__review-rating-numbers{
            font-size: 17px;
            line-height: 17px;
        }
        .offer__review-rating-numbers img {
        width: 19px;
        height: 19px;
      }
    }
  
    .offer__review-sum {
      color: #000;
      font-size: 20px;
      font-weight: 400;
      line-height: 29px;
    }
    @media (max-width: 768px) {
        .offer__review-sum{
            font-size: 17px;
            line-height: 24px;
        }
    }
  
    @media (max-width: 991px){
        .money-back__img img {
            margin-top: 15px;
        }
    }
    
    @media (max-width: 570px){
        .money-back__img img {
            margin-top: 15px;
            max-width: 200px;
        }
    }