/** Shopify CDN: Minification failed

Line 746:14 Expected identifier but found whitespace
Line 746:19 Unexpected ";"

**/

.radio-button_design label{
  display: flex!important;
  align-items: center;
  justify-content: space-between;
}
#extra{ 
   object-fit: contain;
    height: 64px;
    width: 84px;
}
#PBarNextFrame{display: none!important;}
/* .container {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      background-color: #f4f4f9;
      overflow: hidden;
  } */

  .btn-add-to-bundle.disbaled_item, .bundle-product.disbaled_item{
    pointer-events: none;
    opacity: 0.5; 
  }
  
.ratings {
    display: flex;
    justify-content: center;
    align-items: center;
}
span.rating_count {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    padding-left: 5px;
}
.radio-label .number{
      font-size: 22px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.packsize{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}
button#closepopup:hover{
  text-decoration: underline;
  cursor: pointer;
}
span.remove-item svg{
text-align: center;
    width: 100%;
    height: 100%;
    vertical-align: super;
}
.first_content.wide .img_with_title {
    width: 50%!important;
    flex: 0 0 50%!important;
    position: relative;
    
}
.first_content.wide .add_with_quntity {
    width: 100%;
    max-width: 135px;
    position: absolute;
    padding: 0 15px;
    bottom: -5%;
    left: 34%;
}

.first_content.wide .img_with_title::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    
    bottom: -35%;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
}
.first_content.wide .img_with_title[data-zoom-index="18"]::after {
  background-image: url(/cdn/shop/files/Group_1_2.png?v=1744824186);
}
.first_content.wide .img_with_title[data-zoom-index="17"]::after {
  background-image: url(/cdn/shop/files/Group_1_1.png?v=1744824186);
}
.first_content.wide .img_with_title[data-zoom-index="19"]::after {
  background-image: url(/cdn/shop/files/Group_1_3.png?v=1744824186);
}
.first_content.wide .right_content h2 {
    display: none;
}
.first_content.wide .img_with_title img{
  position: relative;
  max-width: 150px;
  z-index: 111;
}
body#build-your-own-bundle .section__title-text {
    display: none;
}
h3.collection-title {
    padding-left: 35px;
    margin-bottom: 10px;
}
.subscription_inner #BeefImage{display: none!important;}
  .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      display: flex;
      justify-content: center;
      align-items: center;
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: 99999;
  }

  .popup-content {
      /* background: white; */
      /* background-image: url(/cdn/shop/files/Image.png?v=1742917779); */
    background-image: url(/cdn/shop/files/Image_2.png?v=1744132289);
      padding: 24px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      position: relative;
      max-width: 1080px;
      width: 100%;
      background-size: contain;
  }
.subscription_inner {
    background-color: #fff;
    padding: 50px 56px;
  position: relative;
}
.subscription_inner #BeefImage{
    position: absolute;
    left: -25px;
    top: -23px;
    max-width: 410px;
}
.subscription_inner #BeefImageHand{
    position: absolute;
    right: -64px;
    bottom: -64px;
    max-width: 320px;
}
.subscription_inner h2 {
    color: #111111;
    font-size: 48px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0;
    font-family: 'Mogan';
    /* max-width: 580px; */
    margin: 0 auto;
    /* text-align: center; */
}
.subscription_inner h2 span{
    border: 2px dotted #862D72CC;
    background: #862D721A;
    padding: 0 12px;
    color: #862D72;
}
.subscription_inner p {
    color: #862D72;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0;
    font-family: 'Futura';
    max-width: 650px;
    margin: 0 auto 0 0;
    padding-top: 15px;
    /* text-align: center; */
}
.subscription_inner ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    max-width: 530px;
    /* margin: 40px auto; */
    margin: 40px auto 40px 0;
    gap: 27px 10px;
}


.subscription_inner ul li {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    line-height: 129%;
    width: 49%;
    flex: 0 0 49%;
    position: relative;
    padding-left: 50px;
}


.subscription_inner ul li::before {
        content: url('data:image/svg+xml;utf8,<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="22" cy="22" r="20.5" fill="%23862D72" fill-opacity="0.1" stroke="%23862D72" stroke-width="3"/><path d="M30 16.5L19 27.5L14 22.5" stroke="%23862D72" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
  .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      font-size: 20px;
      color: #333;
  }
  .popup-overlay.active {
      visibility: visible;
      opacity: 1;
  }
.subscription_cta {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
button#subscriptionConvert {
    background-color: #862D72;
    color: #FFFFFF;
    letter-spacing: 1.23px;
    line-height: 36.84px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 47px 14px 55px;
    border: none;
    outline: none;
    cursor: pointer;
}
button#closepopup {
    background-color: #fff;
    color: #862D72;
    letter-spacing: 1.23px;
    line-height: 160%;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 19.5px 25px;
    border: none;
    outline: none;
    /* border: 1px solid #862D72; */
}

body.product_info .box_content {
      display: block!important;
  }
  body.product_info .mobile_responsive_popup{display: none!important;}
     .image_wrapper {
        position: relative;
      }

      span.zoom {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 5px;
        border-radius: 100%;
        height: 24px;
        width: 24px;
        display: inline-flex;
        border: 0.74px solid #11111133;
        background-color: #ffffff;
      }
      .filter ul {
        margin: 0 !important;
      }
      .bundle-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 23px 25px 10px;
      }
      .bundle-head h1 {
        font-size: 40px;
        font-weight: 400;
        line-height: 130%;
        font-family: 'Mogan';
        letter-spacing: 0;
    }
      .filter ul {
        display: flex;
      }
      .filter ul li {
        list-style-type: none;
        padding: 10px 16px;
        border: 0.61px solid #11111133;
        margin: 0 4px;
        line-height: 120%;
        cursor: pointer;
        white-space:nowrap;
      }
      .filter ul li.active {
        border: 2px solid #862d72 !important;
        color: #862d72 !important;
      }
      .mobile_responsive_popup {
        display: none;
      }

      .bundle-container {
        max-width: 1440px;
        margin: 0 auto;
      }
      .container-row {
        display: flex;
      }
      .bundle-col:first-child {
        width: 50%;
        flex: 0 0 50%;
        border: 1px solid #e0e0e1;
      }
      .bundle-inner {
        display: flex;
        flex-wrap: wrap;
        padding: 0 25px;
      }
      .bundle-product {
        width: 20%;
        flex: 0 0 20%;
        padding: 10px 14px;
        text-align: center;
        margin-bottom: 23px;
      }
      .quantity-container {
        align-items: center;
        display: flex;
        background-color: #862d72;
      }
      button.cta.cta-fill.btn-add-to-bundle {
        font-weight: 500;
        width: 100%;
        background-color: #862d72;
        font-size: 19px;
        color: #fff;
        border: none;
        line-height: 36.84px;
        letter-spacing: 1.23px;
        padding: 5px 0;
        font-family: 'Futura';
        cursor: pointer;
      }
      button#decrease,
      button#increase {
        border: none;
        background-color: #862d72;
        color: #fff;
        font-size: 19px;
        font-weight: 500;
        padding: 0 12px;
        cursor: pointer;
      }
      input#quantity {
        text-align: center;
        color: #fff;
        text-align: center;
        background-color: #680f54;
        border: none;
        margin: 0;
      }
      .quantity-container input[type="number"]::-webkit-inner-spin-button,
      .quantity-container input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }
      .placeholder figure img,
      .placeholder figure span,
      .mobile_res_col img {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
      }

      /* Hide default number input arrows in Firefox */
      .quantity-container input[type="number"] {
        -moz-appearance: textfield;
      }

      .selected-products {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }

      .placeholder {
        position: relative;
        width: 16%;
        flex: 0 0 16%;
      }

      .placeholder:not(:first-child) {
        margin-left: -40px;
      }
      figure {
        position: relative;
        width: 100%;
        margin: 0;
      }
      .placeholder figure img {
        /* position: absolute; */
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        height: 100%;
        width: 100%;
        object-fit: contain;
        transform: rotate(-4deg);
      }
      .placeholder.active figure img {
        transform: scale(1.5);
      }

      .radio-group {
        display: flex;
        justify-content: center;
        gap: 20px;
      }

      .radio-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        cursor: pointer;
      }

      .radio-container input {
        display: none;
      }

      .radio-label {
        text-align: center;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #11111133;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-weight: bold;
        position: relative;
        transition: all 0.3s ease;
        margin: 2px;
        color:#36545B;
      }

      .radio-container input:checked + .radio-label {
        background-color: #862d72;
        color: #fff;
      }

      .discount {
        position: absolute;
        bottom: -20px;
        font-size: 14px;
        font-weight: bold;
        border: 0.61px solid #11111133;
        border-radius: 8px;
        color: #862d72;
        padding: 0;
        background-color: #fff;
        width: 100%;
        display: block;
        z-index: 9;
      }
      .radio-container input:checked + .radio-label .discount {
        background: linear-gradient(180deg, #91f7ab 0%, #50f279 100%);
      }
      .radio-container input:checked + .radio-label::after {
        position: absolute;
        content: "";
        top: -6px;
        left: -6px;
        width: 115%;
        height: 115%;
        border: 1px solid #862d72;
        border-radius: 50%;
      }
      /* .radio-container input:checked + .radio-label::before {
        position: absolute;
        content: "";
        top: -13px;
        left: 50%;
        background: url("/cdn/shop/files/Polygon_1.png")
          no-repeat;
        backgound-size: cover;
        width: 22px;
        height: 16px;
        transform: translateX(-50%);
      } */

      .bundle_cta button[disabled] {
        background-color: #90878e !important;
        letter-spacing: 1.23px;
        opacity: 1;
      }
      .bundle_cta button {
        font-size: 19px;
        padding: 12px;
        background-color: #862d72 !important;
        color: #ffffff;
        outline: none;
        border: none;
        width: 100%;
        font-weight: 500;
        letter-spacing: 1.23px;
        text-transform: uppercase;
        cursor: pointer;
      }

      .bundle-col h2 {
        font-family: "Covered By Your Grace", cursive;
        font-size: 50px;
        line-height: normal;
        text-align: center;
        font-weight: 400;
        color: #36545b;
      }
      .selected-bundle {
        background-color: #eff3f6;
        padding: 32px 45px 0 45px;
        padding-bottom: 42px;
      }
      .bundle_cta {
        margin: 50px 74px 0 74px;
      }
      .selected-products.five .placeholder {
        width: 33.33%;
        flex: 0 0 33.33%;
      }
      .selected-products.nine .placeholder {
        width: 25%;
        flex: 0 0 25%;
      }
      .selected-products.twelve .placeholder {
        position: relative;
        width: 20%;
        flex: 0 0 20%;
      }
      /* .selected-products.five .placeholder:nth-child(n + 4) {
                                                     margin-top: -45px;
                                                   } */
      /* .selected-products.nine .placeholder:nth-child(n + 6) {
                                                     margin-top: -45px;
                                                   } */
      /* .selected-products.twelve .placeholder:nth-child(n + 7) {
                                                     margin-top: -45px;
                                                   } */
      .bundle-product h5 {
        font-weight: 700;
        font-size: 14px;
        line-height: 154%;
        color: #3c525a;
        letter-spacing: 0px;
        margin-top: 8px;
      }
      .pricing {
        width: 100%;
        text-align: center;
        margin-bottom: 24px;
      }
      span#compare-price {
        font-family: "Futura PT Medium", " sans-serif";
        font-size: 30px;
        text-decoration: line-through;
        color: #111111;
        font-weight: 500;
        opacity: 0.6;
      }

      span#sub-total-price {
        font-family: "Futura PT Medium", " sans-serif";
        font-size: 30px;
        font-weight: 500;
        color: #111111;
        margin-left: 12px;
      }
      .pack-type {
        margin-top: 15px;
      }

      .cr-btn {
        padding: 10px 18px;
        border: 1px solid #e0e0e1;
        margin-bottom: 14px;
      }

      .cr-btn [type="radio"]:checked,
      .cr-btn [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
      }
      .cr-btn [type="radio"]:checked + label,
      .cr-btn [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #000;
      }
      .cr-btn [type="radio"]:checked + label:before,
      .cr-btn [type="radio"]:not(:checked) + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 18px;
        height: 18px;
        border: 1px solid #ddd;
        border-radius: 100%;
        background: #fff;
        transform: translateY(-50%);
      }
      .radio-button_design label span {
          text-decoration: underline;
          color: #111111;
      }
      .radio-button_design label{
        font-size: 20px!important;
        line-height: 120%!important;
        color: #111111!important;
        font-weight: 500!important;
      }
      select.subscription_plans{appearance: auto !important;margin-bottom:0;margin-top: 10px;}
      .cr-btn [type="radio"]:checked + label:after,
      .cr-btn [type="radio"]:not(:checked) + label:after {
        content: "";
        width: 12px;
        height: 10px;
        background: url("/cdn/shop/files/Path.png");
        position: absolute;
        top: 50%;
        transform: translateY(-50%)!important;
        left: 3px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
      }
      .cr-btn [type="radio"]:checked + label:before {
        border: 1px solid #862d72;
      }
      .cr-btn [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
      }
      .cr-btn [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
      }
      .cr-btn label {
        color: #000;
        font-weight: 500;
        font-size: 20px;
      }
      /* .selected-products.twelve .placeholder:nth-child(7),
                                   .selected-products.twelve .placeholder:nth-child(8),
                                   .selected-products.twelve .placeholder:nth-child(9),
                                   .selected-products.twelve .placeholder:nth-child(10),
                                   .selected-products.twelve .placeholder:nth-child(11),
                                   .selected-products.twelve .placeholder:nth-child(12){
                                     margin-top: -40px;
                                   } */

      .selected-products {
        margin-top: 60px;
      }
      .selected-products .placeholder {
        margin-top: -30px;
      }
  body.product_info{height: 100vh!important; overflow: hidden !important; position: relative;}

      /* // Popup CSS Start */
    .overlay{
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
    }
    .box_content{
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      /* max-width: 710px; */
      max-width: 940px;
      padding: 40px;
      border-radius: 24px;
    }
    .first_content{
      display: flex;
      gap: 25px;
    }

    .img_with_title img {
      /* width: 190px; */
      width: 100%;
      object-fit: contain;
    }
    .right_content{
      width: 100%;
    }

    .right_content h2{
      color: #36535B;
      font-weight: 700;
      font-size: 26px;
      margin-bottom: 12px;
    }
    /* .right_content p{ */
  .right_content .metafield-rich_text_field
      display: flex;
      align-items: flex-start;
      gap: 7px;
      margin-bottom: 28px;
      font-size: 20px;
    }
    .right_content h4{
      color: #5CACD5;
      font-weight: 500;
      font-size: 24px;
      margin: 24px 0 0;
    }
    .add_with_quntity .quantity-container {
        align-items: center;
        display: flex;
        background-color: #862d72;
    }
    .add_with_quntity button.cta.cta-fill.btn-add-to-bundle {
      font-weight: 500;
      width: 100%;
      background-color: #862d72;
      font-size: 19px;
      color: #fff;
      border: none;
      line-height: 36.84px;
      letter-spacing: 1.23px;
      padding: 5px 0;
      cursor: pointer;
    }
  .bundle-product.active .quantity-container{border-radius: 10px;}
    .add_with_quntity button#decrease, button#increase {
    border: none;
    background-color: #862D72;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    /* padding: 11px 13px; */
    cursor: pointer;
    width: 35px;
    min-width: 35px;
    }
    .add_with_quntity input#quantity {
      text-align: center;
      color: #fff;
      text-align: center;
      background-color: #680F54;
      border: none;
      margin: 0;
      padding: 15px 6px;
      width: 100%;
    }
    .add_with_quntity .quantity-container input[type="number"]::-webkit-inner-spin-button,
    .add_with_quntity .quantity-container input[type="number"]::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0;
      }

    .add_with_quntity{
      width: 100%;
      max-width: 135px;
      position: absolute;
      /* bottom: 135px; */
      padding: 0 15px;
      bottom: 15%;
      left: 8%;
    }
    img#product_info_image {
        max-width: 383px;
      width: 100%;
    }
    .close_popup{
      position: absolute;
      top: 35px;
      right: 20px;
      cursor: pointer;
    }
    .right_content p svg{
      width: 16px;
      height: 16px;
      border-radius: 50px;
      padding: 3px;
    }
.right_content p{
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  color: #36535B;
  }
.right_content h4 {
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
    margin: 17px 0;
}
.img_with_title {
    /* width: 35%;
    flex: 0 0 35%; */
      width: 25%;
      flex: 0 0 25%;
      text-align: center;
}
input#quantity{padding: 10px;}
button.checkout:not(:disabled):hover, .btn-add-to-bundle:not(:disabled):hover, #subscriptionConvert:hover {
    background-color: #732762!important;
}
button.checkout, #subscriptionConvert {
  position: relative;
}

button.loading::after, #subscriptionConvert.loading::after {
  content: "";
  position: absolute;
  right: 30%;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: translateY(-50%) rotate(0deg); }
  100% { transform: translateY(-50%) rotate(360deg); }
}
  /*  Popup CSS End */

@media (min-width: 1200px) and (max-width: 1400px) {
  .bundle-product {
    width: 25%;
    flex: 0 0 25%;
  }
  
}@media (min-width: 1199px) {
  .mobile_responsive_popup{
    display: none!important;
  }
}
      @media (max-width: 1199px) {
        .container-row {
          flex-direction: column-reverse;
        }
        .bundle-col {
          width: 100% !important;
          flex: 0 0 100%;
        }
        .selected-products.twelve .placeholder,
        .selected-products.nine .placeholder,
        .selected-products.five .placeholder {
          position: relative;
          width: 15%;
          flex: 0 0 15%;
        }

        .selected-products.five .placeholder:nth-child(n + 4),
        .selected-products.nine .placeholder:nth-child(n + 6) {
          margin-top: 0;
        }

        .selected-products .placeholder {
          margin-top: 0px;
        }
        .mobile_responsive_popup {
          display: none;
          position: fixed;
          bottom: 0;
          left: 0;
          width: 100%;
          height: auto;
          background-color: #eff3f6;
          z-index: 99999;
        }
        .mobile_responsive_popup h2 {
          background: linear-gradient(180deg, #347d8d 0%, #405e65 100%);
          padding: 10px 24px;
          font-weight: 500;
          font-size: 16px;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: space-between;
        }
        .mobile_responsive_popup h2 span b {
          color: rgba(255, 255, 255, 0.5);
          font-weight: 100;
        }
        .selected-products {
          display: none !important;
        }
        .selected-bundle {
          background-color: #fff;
          padding: 32px 0px 0 0px;
        }
        .mobile_res_row {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
          margin-bottom: 20px;
          padding-top: 10px;
        }
        .mobile_res_row .mobile_res_col {
          width: 100%;
          max-width: 10%;
          padding: 10px;
          position: relative;
        }
        .button_with_data {
          padding: 0 20px 20px;
        }
        .button_with_data.bundle_cta {
          margin: 0;
        }

        .cr-btn {
          padding: 10px 10px;
        }
        .cr-btn label {
          color: #000 !important;
          font-size: 18px;
        }

        .cr-btn [type="radio"]:checked + label:before,
        .cr-btn [type="radio"]:not(:checked) + label:before,
        .cr-btn [type="radio"]:checked + label:after {
          top: 50%;
          transform: translateY(-50%);
        }
        .bundle-head h1 {
          display: none;
        }
        .container-row {
          padding: 0 20px;
        }
        .bundle_cta.desktop .checkout {
          display: none;
        }
        .bundle_cta.desktop .radio-button_design.cr-btn, .bundle_cta.desktop .radio-button_design_2.cr-btn {
          display: none;
        }
        .bundle-col:first-child {
          border: none !important;
        }
      }

      @media (max-width: 991px) {
        .first_content.wide .img_with_title img{
              max-width: 130px;
        }
      h3.collection-title {
          padding-left: 0;
      }
        .subscription_inner #BeefImage {
          left: -25px;
          top: 12px;
          max-width: 210px;
        }
        .subscription_inner #BeefImageHand {
          position: absolute;
          right: -46px;
          bottom: -46px;
          max-width: 180px;
        }
        .subscription_inner h2{font-size: 32px;}
        .selected-products.twelve .placeholder:nth-child(8),
        .selected-products.twelve .placeholder:nth-child(9),
        .selected-products.twelve .placeholder:nth-child(10),
        .selected-products.twelve .placeholder:nth-child(11),
        .selected-products.twelve .placeholder:nth-child(12) {
          margin-top: 0;
        }
        .container-row {
          padding: 0 30px;
        }
        .bundle-col h2 {
          font-size: 44px;          
          line-height: 36px;
        }
        .selected-bundle {
          background-color: #fff;
          padding: 32px 0px 0 0px;
        }

        
        .bundle-head {
          padding: 23px 0px 10px;
          justify-content:center;
        }
        .filter ul li {
          padding: 8px 10px;
        }
        /* .bundle_cta.desktop{display: none;} */
        .selected-bundle {
          margin-bottom: 15px;
        }
      }

      @media (max-width: 767px) {
        .radio-container input:checked + .radio-label::before{
          content: none;
        }
        .first_content.wide .img_with_title::after{
          display: none;
        }
       .add_with_quntity {
          bottom: 35%;
          left: 7%;
        }
        .bundle-product {
            width: 25%;
            flex: 0 0 25%;
        }
        .bundle-product img {
          width: 100%;
          max-width: 100px;
        }
        .mobile_res_row .mobile_res_col {
          width: 100%;
          max-width: 25%;
        }
        .bundle-inner{padding: 0px!important;}
        .subscription_inner ul {
        flex-direction: column;
        max-width: 100%;
        margin: 40px auto;
        gap: 27px 10px;
      }
      .subscription_inner p {
        font-size: 16px;
      }
      .subscription_inner h2 {
        font-size: 28px;
         max-width: 340px;
        margin: 0 auto 0 0;
      }
     .subscription_inner::after {
        content: ' ';
        height: 144px;
        width: 144px;
        background: #ADC4EF;
        top: -50px;
        right: 0;
        z-index: 2;
        display: block;
        position: absolute;
        border-radius: 999px;
    }
    /* .subscription_inner #BeefImageHand {
        right: -24px;
        max-width: 220px;
        top: 45%;
        transform: translateY(-50%);
    } */
            .subscription_inner #BeefImageHand {
        right: 4px;
        max-width: 133px;
        top: 23px;
        transform: translateY(-50%);
        z-index: 111;
    }
        .subscription_inner ul li {
      font-size: 14px;
      width: 70%;
      flex: 0 0 70%;
      padding-left: 40px;
    }
    .subscription_inner #BeefImage{
      bottom: -160px;
      left: 50%;
      transform: translateX(-50%);
      top: unset;
    }
      .subscription_inner {
        padding: 50px 15px;
      }
      button#subscriptionConvert {
        width: 100%;
        padding: 14px 0px;
      }
      button#closepopup {
        width: 100%;
        padding: 19.5px 0px;
      }
      .subscription_inner ul {
        margin: 15px auto;
        gap: 20px 10px;
    }
        .subscription_inner ul li::before {
        content: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="22" cy="22" r="20.5" fill="%23862D72" fill-opacity="0.1" stroke="%23862D72" stroke-width="3"/><path d="M30 16.5L19 27.5L14 22.5" stroke="%23862D72" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        }
      }

      @media (max-width: 576px) {

        .bundle_cta {
          margin: 30px 0px 0 0px;
        }
        .first_content.wide .img_with_title::after{
              width: 80%;
          display: none;
        }
        .first_content.wide .img_with_title {
            width: 100% !important;
            flex: 0 0 60% !important;
        }
        .first_content.wide .img_with_title img {
            max-width: 210px;
        }
        .first_content.wide .add_with_quntity {
          left: 32%;
        }
        .subscription_cta {
              flex-direction: column;
          }
        button#subscriptionConvert, button#closepopup {
            width: 100%;
            flex: 0 0 100%;
        }
        .bundle-product {
            width: 50%;
            flex: 0 0 50%;
        }
        .bundle-col h2 {
          font-size: 44px;
        }
        .selected-bundle {
          background-color: #fff;
          padding: 0px 0px 0 0px;
        }
        .selected-products {
          display: none;
        }
        .bundle-col:first-child {
          border: none !important;
        }
        .bundle-head {
          padding: 0px 0px 10px;
          justify-content:center;
        }
        .radio-button_design label {
            font-size: 16px!important;
            line-height: 110%!important;
        }
        .ratings svg {
          width: 16px;
        }
        span.rating_count {
            font-size: 16px;
            line-height: 100%;
        }
        .ratings span {
          display: flex;
        }
        .filter ul{
          flex-wrap:wrap;
          justify-content:center;
          gap:5px;
        }
        .filter ul li {
          /* padding: 8px 10px; */
          padding: 6px;
          margin:0px;
        }
        .selected-bundle {
          margin-bottom: 15px;
        }
        .first_content {
          flex-direction: column;
          height: 100vh;
          overflow-y: scroll;
      }
        .box_content{padding: 32px;}
        .add_with_quntity {
          width: 100%;
          max-width: 100%;
          position: absolute;
          bottom: 45px;
          padding: 0 15px;
          right: 0px;
          left: 0px;
      }
        img#product_info_image{width: 100%;}
        .right_content {
        padding-bottom: 60px;
        }
        .subscription_inner #BeefImageHand {
          right: 4px;
          max-width: 133px;
          top: 23px;
          transform: translateY(-50%);
          z-index: 111;
        }
        /* .subscription_inner #BeefImageHand {
            right: -24px;
            max-width: 240px;
            top: 50%;
            transform: translateY(-50%);
        } */
      .subscription_inner ul {
        flex-direction: column;
        max-width: 560px;
        margin: 40px auto;
        gap: 27px 10px;
      }
      .subscription_inner p {
        font-size: 16px;
      }
      .subscription_inner h2 {
        font-size: 26px;
        max-width: 235px;
      }
    .subscription_inner ul li {
      font-size: 14px;
      width: 100%;
      flex: 0 0 100%;
      padding-left: 40px;
    }
    .subscription_inner::after{
      top: -30px;
    }
        .popup-content{padding: 8px;}
        
    .subscription_inner #BeefImage{
      bottom: -160px;
      left: 50%;
      transform: translateX(-50%);
      top: unset;
    }
    .subscription_inner {
        padding: 25px 15px;
    }
      button#subscriptionConvert {
        width: 100%;
        padding: 14px 0px;
      }
      button#closepopup {
        width: 100%;
        padding: 19.5px 0px;
      }
      .subscription_inner ul {
        margin: 15px auto;
        gap: 20px 10px;
    }
        .subscription_inner ul li::before {
        content: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="22" cy="22" r="20.5" fill="%23862D72" fill-opacity="0.1" stroke="%23862D72" stroke-width="3"/><path d="M30 16.5L19 27.5L14 22.5" stroke="%23862D72" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        }
        .right_content h2{
            position: absolute;
            top: 14%;
            right: 20px;
            width: 100%;
            max-width: 60%;
            font-size: 22px;
            line-height: 120%;
            letter-spacing: 0;
        }
        .first_content {
          gap: 10px;
        }
        .img_with_title {
          width: 30%;
          flex: 0 0 25%;
        }
      #build-your-own-bundle #top {
        margin-bottom: 0px!important;
        margin-top: 0px!important;
      }
        .radio-label {
          width: 72px;
          height: 72px;
      }
        .discount{
          font-size: 13px;
        }
        .pricing{
          margin-bottom: 0;
          line-height: normal;
        }
      }

      @media (min-width: 600px) and (max-width: 767px) {
        .mobile_res_row .mobile_res_col {
          width: 100%;
          max-width: 16%;
        }
      }

      @media (min-width: 450px) and (max-width: 767px) {
        .mobile_res_row {
          max-height: 300px;
          overflow: auto;
        }
      }
      .mobile_responsive_popup .mobile_res_row {
        display: none;
      }
      .mobile_responsive_popup.open .mobile_res_row {
        display: flex;
      }
      .mobile_responsive_popup.open .toggleButton img {
        rotate: 180deg;
      }
      .bundle-product.active {
        background-color: #eff3f6 !important;
      }