/** Shopify CDN: Minification failed

Line 463:34 Expected identifier but found "!"
Line 463:37 Expected identifier but found "!"
Line 2253:29 Expected identifier but found "!"
Line 2253:33 Expected identifier but found "!"
Line 2637:29 Expected identifier but found "!"
Line 2637:33 Expected identifier but found "!"
Line 3454:2 Unexpected "}"

**/
iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
    max-width: 100%;
  }
  .appstle_sub_widget {
    width: 100%;
  }
  :root {
    --theme-color: #53816a;
  }
  .nav-bg-hidden {
  
    height: 50%;
    position: fixed;
    top:0;
    left:0;
    z-index:-999;
    background-color: #000;
  }
  .header--transparent:not(.header--has-scrolled) .nav-bg-hidden {
    background-color: transparent;
  }
  .full-width {
    width: 100%;
  }
  .slide-content.align-bottom {
    margin-top: auto;
  }
  .slide-content .slide-content__button {
    background: var(--theme-color);
    color: #fff;
  }
  .nav-hamburger {
    background: #eeeee9;
    color: #0b3227;
  }
  #hamburger-menu .icon-bar, #hamburger-menu .icon-bar:after, #hamburger-menu .icon-bar:before {
    background-color: #fff;
  }
  .faq-section faq-list .faq__item__question {
      color: #000;
  }
  @media only screen and (max-width: 767px) {
    .product__info .jdgm-prev-badge {
        text-align: center !important;
    }
  }
  
  
  .contact-form button.sign-up-submit {
    color: #fff;
    background-color: var(--theme-color);
  }
  .contact-form button.sign-up-submit:hover {
    opacity: 80%;
  }
  
  .faq-section {
    /* background-color: #53816a24; */
    background-color: #f0f1ec;
  }
  .faq__item__answer p {
    margin:0;
  }
  
  .product__info__wrapper .product-image img{
    width:100%;
    height: auto;
  }
  
  

  html, body {
    overscroll-behavior: none;
  }
  .announcement__wrapper--top{
    right:0px;
  }
  .announcement__text p{
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 16px;
  }
  .announcement__text {
        justify-content: center;
  }
  .announcement__text p:before {
      content: "";
      background-image: url(deer_icon.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 30px;
      height: 30px;
      display: inline-block;
      margin-bottom: 0;
      margin-right: 5px;
      position: absolute;
      left: 0;
      background-position: top center;
      top: 50%;
      transform: translateY(-50%);
  }
  
  .custom-scheduled-banner__wave{
       margin-top: -4px;
      rotate: 180deg;
      fill: #000;
      position: absolute;
      left: 0;
      right: 0;
  }
  
  /* .logo_banner_icons{
    width:100px;
    height:100%;
  } */
  /*.top-banner-element .custom-row{
    display:flex;
  }*/
  /* .top-banner-section h1 {
    font-size: 44px;
    font-family: Poppins !important;
    font-weight: 800;
    color: #fff;
    padding-left: 10px;
  } */
  .top-banner-section h1 i, .top-banner-section .h1 i{
      font-size: 15px;
      position: absolute;
  }
  .top-banner-section  h1 .fa-quote-left, .top-banner-section .h1 .fa-quote-left{
    margin-left: -22px;
  }
  
  /* .top-banner-section .top-banner-element{
    background-image: url('main-bg-img.png');
    background-image: linear-gradient(#7e4e38, #000);
    background-repeat: no-repeat;
    background-size:cover;
    padding-top: 50px;
    background-position:center;
  } */
  .top-banner-section .btn-main {
          padding: 16px 35px 16px 28px;
          border-radius: 10px;
          color: #fff;
          font-size: 20px;
          font-weight: 700;
          text-transform: uppercase;
          font-family: Poppins;
          text-shadow: 2px 2px 2px rgb(82 82 82 / 42%);
          display: flex;
          width: fit-content;
          background: #00c391;
  }
  
  .info_icon1 {
      width: 80px;
      height: auto;
  }
  
  .text-green{
    color:#00c391;
  }
  .as-seen-text{
     color: #fff;
      position: relative;
      margin: 10px 0 20px;
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 16px;
      text-transform:uppercase;
      font-weight: 400 !important; 
  }
  .top-banner-section{
    background:#000;
    color:#fff!important;
     background-image: url( 'dots.png');
    background-repeat: no-repeat;
    background-size:contain;
  }
  .top-banner-section a{
    position:relative;
  }
  .top-banner-section a:after{
      /*font-family: "Font Awesome 5 Free";
      content: "\f054";
      display: inline-block;
      padding-left: 10px;
      vertical-align: middle;
      padding-top: 3px;*/
     background-image: url('right-icon-btn.png');
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      width: 16px;
      height: 16px;
      position: absolute;
      right: 10px;
      top: 23px;
  }
  .top-banner-element ul{
    display:flex;
    gap: 18px;
    font-size: 12px;
    margin-top:10px;
  }
  .top-banner-element .points li:before,.logo_list_sec .points li:before{
      font-family: "Font Awesome 5 Free";
      content: "\f058";
      display: inline-block;
      vertical-align: middle;
      color: #01c391;
      font-size: 13px;
      font-weight:900;
      padding-right: 5px;
  }
  .social-link {
      padding: 10px;
      background: #f1d9b1;
      border-radius: 5px;
  }
  .social-link .icon {
      fill: #000;
  }
  /* .stars-img{
      width: 90px;
      height: 15px;
      padding: 0px 4px;
  } */
  .footer__social{
   justify-content: flex-start;
  }
  .top-banner-element .custom-col{
    width:50%;
  }
  .custom-row{
    position:relative;
  }
  .product_image {
      width: 550px;
      position: absolute;
      right: 0;
      top: 0;
  }
  .border-l, .border-r {
          width: 70px;
          display: flex;
          height: 1px;
          background: #fff;
  }
  /* .sec-2 {
      background: #f0f1ec;
      padding-top: 20px;
  } */
  .sec-2 {
      background: #f0f1ec;
      padding-top: 55px;
  }
  .sec-2 .custom-row {
          display: inline-block;
          width: 100%;
          column-count: 4;
          padding: 20px;
          gap: 20px;
  }
  .text-green2 {
          color: #0a3227;
          font-size: 14px;
          font-weight: 500;
  }
  /*.sec-2 .custom-row .custom-col{
       display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
  
  }*/
  .medical_data_btn.openwhitepaper{
      height: 62px !important;
      padding: 10px;
      border-radius: 10px !important;
            background: #01c391 !important;
  }
  /* 27-01-2025 */
  
  .popup-content .pop-contt li {
      list-style: disc;
      padding-bottom: 10px;
  }
  
  .popup-content .pop-contt ul {
      padding: 10px 20px 10px 20px;
  }
  
  @media only screen and (max-width:380px){
  .rating-text {
          flex-direction: column;
      }
  }
  @media only screen and (min-width:380px) and (max-width:500px){
    .top-banner-section h1, .top-banner-section .h1 {
          font-size: 30px !important;
      }
  }
  
  /* 28-01-2025 */
  
  .top-banner-section .top-banner-element {
      background-image: url(https://cdn.shopify.com/s/files/1/0781/8942/9012/files/banner-background_1_1_1.webp);
      background-repeat: no-repeat;
      background-size: cover;
      padding: 80px 0px 60px;
      background-position: center;
  }
  
  .top-banner-element .container {
      width: 100%;
      margin: auto;
      max-width: 1350px !important;
  }
  
  .stars-img {
      width: 90px;
      height: auto;
      padding: 0 5px 0 5px;
  }
  
  .top-banner-section h1, .top-banner-section .h1 {
      font-size: 52px;
      letter-spacing: -2px;
      color: #ffffff;
      font-weight: 700;
      font-family: "Poppins";
      width: 100%;
      max-width: 610px;
      text-align: left;
       margin: 0 0 10px 0;
      line-height:1.1;
  }
  .main_banner_dis p {
      width:100%;
      max-width: 521px;
      font-size: 16px;
      line-height: 22px;
      color: #ffffff;
      font-weight: 400;
      font-family: "DM Sans";
      margin: 15px 0;
      margin:0;
  }
  
  .top-banner-element .col-r {
      margin-top: 20px !important;
  }
  
  .points li {
      font-size: 14px;
      line-height: 20px;
      color: #ffffff;
  }
  
  .partner-logo-box {
      display: flex;
      align-items: center !important;
      justify-content: left;
      gap: 20px;
  }
  
  .logo_banner_icons {
      width: 75px;
      height: auto;
  }
  
  .partner-logo-box img:nth-child(3), .partner-logo-box img:nth-child(4) {
      width: auto;
      height: 40px;
  }
  .as-seen-text {
      margin: 25px 0 15px;
  }
  
  .col-l img {
      width: 80px;
      height: auto;
  }
  
  .sec-2 .custom-row {
      display: flex;
      width: 100%;
      column-count: 4;
      padding: 70px 0 50px 0;
      gap: 20px;
      max-width: 1200px;
      margin: auto;
  }
  
  
  .sec-2 .custom-col {
      display: flex;
      align-items: center;
      flex-direction: column;
      text-align: center;
      padding: 0 40px;
      position: relative;
      row-gap: 20px;
  }
  
  .sec-2 .custom-col:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 30px;
      bottom: 0;
      right: 0;
      width: 1px;
      background: #dbdbdb;
  }
  
  div#shopify-section-template--24165214552340__section_product_features_list_bfA3EL {
      background: #3d4c45;
  }
  
  .immunity-points-img-text {
   display: flex;
      justify-content: center;
      padding: 50px 0 0;
      column-gap: 70px;
  }
  
  .immunity-poits-list li img.info_icons {
      width: 60px;
      min-width: 60px;
      height: 60px;
      margin-right: 0px;
  }
  
  .immunity-poits-list li {
      display: flex;
      align-items: center;
        column-gap: 25px;
  }
  
  ul.immunity-poits-list {
      display: flex;
      flex-direction: column;
      row-gap: 21px;
  }
  
  .immunity-poits-list li p {
      text-align: left !important;!i;!;
      margin: 0;
      padding: 0;
      font-size: 20px;
      color: white;
      font-weight: 500;
  }
  
  .image-with-feature-list {
      background-color: #f0f1ec;
  }
  
  .logo_list_sec .logo_lis2 li img {
      width: 80px;
      height: auto;
  }
  
  .logo_list_sec .logo_lis2 {
      display: grid;
      justify-content: center;
      align-items: center;
      text-align: center;
      grid-template-columns: repeat(7,1fr);
      margin: auto;
  }
  
  .logo_lis2 li p {
         font-size: 13px;
          color: #0a3227;
          font-weight: 700;
          font-family: "DM Sans";
          text-align: center;
  }
  
  .logos-list-cstm {
      padding: 60px 0;
  }
  
  .desktop-view-logo-list {
      display: block;
  }
    .mobile-view-logo-list {
      display: none;
  }
  
  .shadow-image-desktop {
     display: block;
      width: 350px;
      height: 100%;
  }
  .shadow-image-mobile {
      display: none;
  }
  
  .desktop-view-logo-list .logo_list_sec_dis {
      text-align: center;
      font-size: 18px;
      line-height: 24px;
      width: 100%;
      max-width: 85%;
      margin: auto;
  
  }
  
  .desktop-view-logo-list ul.points {
      column-count: 2;
      font-size: 25px;
      font-weight: 700;
      padding-top: 30px;
      width: 100%;
      max-width: 45%;
      margin: auto;
  }
  
  .desktop-view-logo-list .logos-list-cstm .points li {
       font-size: 18px;
      line-height: 24px;
      color: #000;
      font-weight: 500;
      font-family: 'DM Sans';
      width: fit-content;
    padding-bottom: 5px;
  }
  .desktop-view-logo-list .logo_lis2 {
      display: flex;
      flex-flow: wrap;
      justify-content: center;
      align-items: normal;
      margin-top: 40px;
  }
  
  .desktop-view-logo-list .logo_lis2 li {
      width: 21%;
      height: 100%;
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin-bottom: 20px;
    row-gap:10px;
  }
  
  .desktop-view-logo-list .container {
      display: block;
      position: relative;
      margin: 0 auto;
      width: 100%;
      max-width: 70%;
  }
  
  .desktop-view-logo-list .points li:before {
      font-family: "Font Awesome 5 Free";
      content: "\f058";
      display: inline-block;
      vertical-align: middle;
      color: #01c391;
      font-size: 22px;
      font-weight: 900;
      padding-right: 8px;
  }
  
  .desktop-view-logo-list .logo_lis2 .text-green2 {
      color: #0a3227;
      font-size: 15px;
      font-weight: 500;
  }
  
  .immunity-points-content {
      padding-bottom: 50px;
      display: flex;
      align-items: center;
  }
  
  .cstm-new-footer .cstm-new-title-footer {
      color: #00c391;
      text-transform: uppercase;
      border-bottom: 2px solid #00c391;
      width: fit-content;
      padding-bottom: 10px;
      margin-bottom: 30px;
      font-weight: 600;
      font-size: 20px;  
  }
  
  .cstm-new-footer .footer__block__menu-link a {
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 500;
  }
  
  .cstm-new-footer .footer__blocks {
      display: grid;
      grid-template-columns: var(--footer-grid);
      justify-content: space-around;
      gap: 20px;
  }
  
  .cstm-new-footer .footer__bottom__right {
      display: none;
  }
  
  .cstm-new-footer .ddd p {
  display: none;
  }
  
  .footer__bottom__right {
      display: none;
  }
  .cstm-new-footer .footer__payment .footer_payment_icons li svg {
      width: 55px;
      height: auto;
  }
  
  .cstm-new-footer .footer_payment_icons li {
      margin-right: 19px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 20px;
      line-height: 0;
  }
  
  .cstm-new-footer .footer_payment_icons li img {
      width: 55px;
      height: auto;
    opacity: .5;
  }
  
  /* footer */
  .cstm-new-footer .footer_payment_icons li {
      margin-right: 19px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 20px;
      line-height: 0;
  }
  
  .cstm-new-footer .footer_payment_icons li img {
      width: 55px;
      height: auto;
  }
  
  .cstm-new-footer ul.footer_payment_icons {
      display: flex;
      align-items: center;
        column-gap:20px;
    margin-bottom: 25px;
  }
  
  .cstm-new-footer .footer__bottom__wrapper {
         display: flex;
      flex-direction: unset;
      justify-content: center;
      }
  
  .cstm-new-footer .footer__payment .footer_payment_icons li .icon {
      width: auto;
      height: 22px;
  }
  
  .cstm-new-footer .footer__copyright {
      font-size: 16px;
      display: flex;
      column-gap: 10px;
      line-height: normal;
      justify-content: center;
  }
  .cstm-new-footer .footer__copyright p:first-child a {
          color: #ebd4ae;
  }
  
  .sec-2 .text-green2 {
      color: #0a3227;
      font-size: 16px;
      font-weight: 500;
  }
  
  .cartToggle-items {
      background: #00c391;
      border-radius: 30px;
      color: #000;
      font-weight: 700;
      position: absolute;
      margin-right: -50px;
      margin-top: 1px;
      width: 20px;
      height: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
  }
  
  a.footer-contact-btn {
      background-color: #00c391;;
      letter-spacing: -1px;
      line-height: 22px;
      color: #ffffff !important;
      padding: 10px 20px !important;
      left: -10px !important;
      top: 20px;
      margin-right: 0;
      position: relative !important;
      font-family: 'Poppins';
      text-transform: uppercase !important;
      text-decoration: none;
      display: block;
      width: max-content;
      border-radius: 5px;
      font-size: 16px;
  }
  
  .template-index .featured-collection .product-block__image {
      padding-top: 100%;
  }
  
  .footer-contact-btn:hover {
      opacity: .7;
  }
  
  .cstm-collection-style {
      padding: 50px 60px;
  }
  body .contact-form div #contactFormSubmit {
      padding: 16px 35px 16px 28px;
      border-radius: 10px;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      font-family: Poppins;
      text-shadow: 2px 2px 2px rgb(82 82 82 / 42%);
      display: block;
      background: #00c391;
      width: 100%;
      border: none;
  }
  .blog-module-posts__post a.button {
      padding: 14px 10px;
      border-radius: 10px;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      font-family: Poppins;
      text-shadow: 2px 2px 2px rgb(82 82 82 / 42%);
      display: inline-block; 
      background: #00c391;
      width: 100%;
      border: none;
      margin-top: 15px;
  }
  .cart-drawer-box .cart-drawer-wrapper.new-cart-style {
      margin-top: 0;
      height: 100%;
  }
  .custom-elite-product .product__info .shipping-images-new img {
      width: auto !important;
      height: 75px !important;
  }
  .custom-elite-product .product__info .product__info__wrapper accordion-elements {
      margin-top: 7px !important;
  }
  .product-block__price p>.transcy-money {
      font-weight: 600;
      display: inline-block;
  }
  .cart_top_bar {
      text-align: center;
      background: #01c391;
      padding: 10px 10px;
  }
  .cart_top_bar p {
      margin: 0;
      color: #fff;
      font-weight: 500;
      letter-spacing: 0;
      /* font-size: 13px; */
      font-size: 16px;
      line-height: 1.2em;
  }
  .jdgm-widget-actions-wrapper a.jdgm-write-rev-link {
      background: #01c391 !important;
      border-radius:10px !important;
      border-color: #01c391 !important;
      font-weight: 600;
      text-transform: capitalize;
  }
  .product-block__info .add-to-cart-form {
      margin-top: 15px;
  }
  .product-block__info .add-to-cart-form .add-to-cart {
      border-radius: 10px;
      background: #01c391;
      border: none;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 1;
      padding: 12px 30px;
      width: auto;
      color: #fff !important;
  }
  #reindeer-antler-faqs .section_10 {
      padding: 0 0 60px;
  }
  #reindeer-antler-faqs .page-container {
      padding-bottom: 20px;
  }
  .product__form-block .qty__adjust .qty-radio-option {
      display: flex;
      align-items: center;
      border: 1px solid #000;
      border-radius: 12px;
      padding: 23px 12px 23px 30px;
      line-height: 1;
      font-weight: 500;
      color: #000;
      text-transform: capitalize;
      font-size: 16px;
      gap: 10px;
      cursor: pointer;
      margin:0;
  }
  .product__form-block .qty__adjust .qty-radio-option span {
      position: absolute;
      top: -13px;
      display: inline-block;
      background: #00c391;
      padding: 5px 10px;
      border-radius: 30px;
      font-size: 13px;
      line-height: 1;
      left: 10px;
      font-weight:600;
      color:#fff;
  }
  .product__form-block .qty__adjust .qty-radio-wrapper {
      display: flex;
      justify-content: space-around;
      margin-top: 10px;
      gap: 20px;
  }
   .product__form-block .qty__adjust input {
      -webkit-appearance: none;
      appearance: none;
      width: auto;
      height: auto;
      min-height: auto;
      margin: 0;
      padding: 0;
      border-radius: 50%;
      border: none;
  }
   .product__form-block .qty__adjust input:before {
      content: "";
      width: 12px;
      height: 12px;
      position: absolute;
      border-radius: 50%;
      border: 3px solid #00c391;
      top: -10px;
      left: -15px;
  }
   .product__form-block .qty__adjust input:checked:after {
      content: "";
      width: 10px;
      height: 10px;
      background: #000;
      position: absolute;
      top: -6px;
      left: -11px;
      border-radius: 100%;
  }
  .product__form-block .qty__adjust .qty-radio-option:has(input:checked) {
      background: #f0f1ec;
  }
  .product__form-block .qty__adjust {
      margin: 10px 0 0 !important;
      text-align:left;
  }
  .product__form-block .qty__adjust lable {
      font-size: 16px;
      line-height: 20px;
      color: #000;
      font-weight: 500;
      font-family: DM Sans;
      display: inline-block;
      margin: 0 0 10px;
  }
  .collection-grid__row {
      row-gap: 25px;
      column-gap: 10px;
  }
  .product__info__wrapper {
      row-gap: 10px;
  }
  
  /* Mobile css */
  
  /* @media(min-width:1400px){
    .product__form-block .qty__adjust input:checked:after {
      left: -12px;
  }
  }
   */
  .nav-hamburger {
      /* background: #0c2016; */
      background: #000;
      color: #fff;
  }
  .nav-cust-product {
    display: flex;
    gap: 20px;
    padding: 20px 0 30px;
    align-items:center;
    border-bottom: 1px solid #ffffff59;
  }
  .nav-hamburger .nav-inner-wrapper {
      width: 100%;
  }
  .nav-cust-product h2 {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    font-family: DM Sans;
  }
  .nav-cust-product:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 900;
    padding-right: 5px;
    align-items: center;
    display: flex;
  }
  .nav-hamburger .menu-item {
          padding: 6px 0;
          border-bottom: 1px solid #ffffff59;
          font-size: 20px;
          line-height: 1;
  }
  
  /* subscription-css */
  
  body .appstle_subscription_wrapper .appstle_subscription_wrapper_option.appstle_include_dropdown {
      background: transparent !important;
      border: none;
      padding: 0 !important;
  }
  body .appstle_subscription_wrapper .appstle_subscription_wrapper_option.appstle_include_dropdown .appstle_subscription_radio_wrapper {
      align-items: center !important;
      border: 1px solid #000;
      border-radius: 12px;
      padding: 23px 12px 23px 20px;
      line-height: 1;
      font-weight: 500;
      color: #000;
      text-transform: capitalize;
      font-size: 16px;
      gap: 10px;
      cursor: pointer;
      margin: 0;
  }
  body .appstle_subscription_wrapper .appstle_subscription_wrapper_option{
    padding: 23px 12px 23px 20px !important;
    border-radius:12px !important;
  }
  body .appstle_subscription_wrapper .appstle_subscription_wrapper_option .appstle_one_time_details_wrapper{
     line-height: 1;
      font-weight: 500;
      color: #000;
      text-transform: capitalize;
      font-size: 16px;
      cursor:pointer;
  }
  body .appstle_subscription_wrapper .appstle_subscription_wrapper_option .appstle_circle {
      border: 3px solid #00c391 !important;
  }
  #appstle_subscription_widget0 .appstle_radio_label {
      position: static !important;
      width: auto;
      font-weight: 500;
      text-align:left;
      min-width:fit-content;
  }
  body .appstle_subscription_wrapper .appstle_subscription_wrapper_option.appstle_include_dropdown .appstle_subscription_radio_wrapper .appstle-save-badge {
      position: absolute;
      top: -10px;
      display: inline-block;
      background: #00c391;
      padding: 5px 10px;
      border-radius: 30px;
      font-size: 13px;
      line-height: 1;
      color: #fff;
      letter-spacing: 0;
      left: 20px;
  }
  body .appstle_subscription_wrapper .appstle_subscription_wrapper_option.appstle_include_dropdown .appstle_subscribe_option {
      margin: 0 !important;
      padding: 20px 20px 8px;
  }
  body .appstle_subscription_wrapper .appstle_subscription_wrapper_option.appstle_include_dropdown .appstle_subscribe_option .appstle_single_option_text, 
  body .appstle_subscription_wrapper .appstle_subscription_wrapper_option.appstle_include_dropdown .appstle_subscribe_option .appstleSellingPlanDescription{
      margin: 0 0 5px;
      color: #000;
      text-transform: capitalize;
      font-size: 15px;
      font-weight: 400;
  }
  body .appstle_subscription_wrapper .appstle_subscription_wrapper_option.appstle_include_dropdown .appstle_subscribe_option .appstleSellingPlanDescription, 
  body .appstle_subscription_wrapper .appstle_subscription_wrapper_option.appstle_include_dropdown .appstle_subscribe_option .appstleSellingPlanDescription p{
      margin: 0;
      font-size: 15px;
  }
  .appstle_sub_widget input[name=selling_plan]{
    cursor:pointer;
  }
  .appstle_fields_wrapper {
      margin-bottom: 0 !important;
  }
  .appstle_subscription_compare_amount span.transcy-money {
      opacity: 0.7;
      margin-left: 6px;
  }
  .appstle_single_option_text {
      display: none;
  }
  .subscription-box {
      display: flex;
      flex-direction: column;
      gap: 8px;
  }
  .appstleSellingPlanDescription ul li {
      color: #000;
      margin: 0;
      position: relative;
      padding-left: 28px;
      font-weight: 400;
      font-size: 15px;
  }
  .appstleSellingPlanDescription ul li:before {
      content: '';
      background-image: url(https://cdn.shopify.com/s/files/1/0781/8942/9012/files/check_743fd163-9210-4fb7-8734-e05d75723cc9.png?v=1740030991);
      height: 15px;
      width: 15px;
      position: absolute;
      left: 0;
      background-size: cover;
      top: 50%;
      transform: translateY(-50%);
      background-repeat: no-repeat;
      background-position: center;
  }
  .appstle_subscription_wrapper_option.appstle-active-option .appstle_subscription_radio_wrapper, 
  .appstle_subscription_wrapper_option.appstle-active-option{
    background: #f0f1ec !important;
  }
  /* end-subscription */
  .shopify-cleanslate .DnvZqPMEvBFbBre5UuP9 {
      border-radius: 10px !important;
  }
  .product__info .product__info__wrapper .product__title__wrapper {
      width: 100%;
      display: block;
  }
  #our-story-reindeer-farms-store .pad-sm .row-sm .button-wrapper a.button.button--primary {
      border-color: #00c391;
      padding: 14px 10px;
      border-radius: 10px;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      font-family: Poppins;
      text-shadow: 2px 2px 2px rgb(82 82 82 / 42%);
      background: #00c391;
      border: none;
      max-width: 300px;
      display: block;
  }
  #our-story-reindeer-farms-store section.title-module {
      padding-top: 0;
  }
  .popup-cover a.close:hover {
      color: #aaa !important;
  }
    .popup-container .popup-cover a.close {
      font-size: 28px;
      line-height: 24px;
  }
  .popup-open {
      overflow: hidden;
  }
  @media (min-width:300px) and (max-width:767px){
  
  .product__info .shop-pay-terms {
      margin: 0 0 10px !important;
  }
    .product__form .appstle_widget_title {
      margin-bottom: 5px !important;
  }
    .product__form-block .qty__adjust {
      margin: 0px 0 0 !important;
  }
  
    section.faq-section .container-narrow {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  body .faq__item__answer {
      padding-left: 0;
      padding-right: 0;
  }
   .template-collection .collection-grid__row {
      padding: 0 8px;
  }
    #our-story-reindeer-farms-store section#title-module--template--24165214617876__section_rich_text_Bk6U8z .button-wrapper {
      margin-top: 0;
  }
    body#contact-us-reindeer-farms-store .page-title {
      margin-bottom: 0px !important;
  }
   .template-blog .container-wrap.blog-listing {
      padding: 0 5px;
  }
    .template-blog .blog-module--template .blog-module-posts__post {
      margin-bottom: 40px;
  }
  .template-blog .blog-module--template {
      margin-top: 0;
  }
  .template-article article.article {
    padding-top: 30px;
  }
    .template-collection .product-block__info--center {
      padding-top: 0;
  }
    .product-block__info--center .product-block__title {
      font-size: 15px;
      min-height: 45px;
  }
  .product-block__price p {
    font-size: 13px;
  }
  
    /* new-css */
  .site-header .logo__image--default, 
    body .header--has-scrolled .logo__image--default{
          width: 42px;
  }
    .custom-elite-product .product__info .shipping-images-new img {
      height: 60px !important;
  }
    .custom-elite-product .product__info .shipping-images-new {
      margin-bottom: 0;
  }
    body .contact-form div #contactFormSubmit {
      padding: 16px;
      font-size: 18px;
  }
  .blog-module-posts__post a.button {
      padding: 12px 10px;
      font-size: 16px;
  }
   .announcement__bar{
     padding:0px!important;
   }
    .review-count {
      display: flex;
      flex-direction: row;
      align-items: center;
  }

  .top-banner-element .custom-col{
    width:100%;
  }
  .logo_banner_icons{
    width:80px;
    height: auto;
    object-fit: contain;
  }
  .top-banner-element .custom-row{
    display:block;
  }
  .product_image {
      width: 85%;
      position: static;
  }
  .top-banner-element ul{
    justify-content: center;
    margin-top:10px;
  }
  .cartToggle-items{
      background: #00c391;
      border-radius: 30px;
      color: #000;
      font-weight: 700;
      position: absolute;
      margin-right: -32px;
      margin-top: 1px;
      width: 26px;
      height: 26px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
    .product-block__info .add-to-cart-form {
      margin-top: 10px;
  }
    .product-block__info .add-to-cart-form .add-to-cart {
      padding: 12px 10px 12px;
      width: 100%;
      font-size: 14px;
  }
    #reindeer-antler-faqs .section_10 {
      padding: 0 0 40px;
  }
    #reindeer-antler-faqs .page-container {
      padding-bottom: 0;
  }
  
  .product__form-block .qty__adjust .qty-radio-option {
      padding: 15px 12px 15px 25px;
      font-size: 14px;
      gap: 8px;
  }
    .product__form-block .qty__adjust .qty-radio-wrapper {
      gap: 10px;
  }
    .product__form-block .qty__adjust .qty-radio-option span {
      padding: 4px 8px;
      font-size: 12px;
      left: 10px;
  }
    .product__form-block .qty__adjust input:before {
      width: 10px;
      height: 10px;
      top: -8px;
      left: -15px;
  }
    .product__form-block .qty__adjust input:checked:after {
      width: 8px;
      height: 8px;
      top: -4px;
  }
  .product__form-block .qty__adjust lable {
      margin: 0 0 0px;
  }
    .product__form .appstle_widget_title {
      margin-bottom: 10px;
  }
    #our-story-reindeer-farms-store .pad-sm .row-sm .button-wrapper a.button.button--primary {
      padding: 12px 10px;
      font-size: 16px;
      max-width: 100%;
  }
  
  /* subscription-css  */
    body .appstle_subscription_wrapper .appstle_subscription_wrapper_option.appstle_include_dropdown .appstle_subscription_radio_wrapper {
      padding: 15px 12px 15px 10px;
      font-size: 14px;
      gap: 8px;
  }
  body .appstle_subscription_wrapper .appstle_subscription_wrapper_option.appstle_include_dropdown .appstle_subscription_radio_wrapper .appstle-save-badge {
      padding: 4px 8px;
      font-size: 12px;
      left: 12px;
  }
    body .appstle_subscription_wrapper .appstle_subscription_wrapper_option .appstle_one_time_details_wrapper {
      font-size: 14px;
  }
   body .WIDGET_TYPE_7 .appstle_one_time_text {
      font-size: 14px;
  }
    body .appstle_subscription_wrapper .appstle_subscription_wrapper_option{
      padding: 15px 12px 15px 10px !important;
    }
    .appstleSellingPlanDescription ul li {
      font-size: 14px;
      padding-left: 18px;
  }
    .appstleSellingPlanDescription ul li:before {
      left: -8px;
  }
    body .appstle_subscription_wrapper .appstle_subscription_wrapper_option .appstle_circle {
      height: 16px !important;
      width: 16px !important;
  }
   body span.appstle_dot {
      height: 8px !important;
      width: 8px !important;
  }
    .appstle_subscription_amount_wrapper {
      display: flex;
      flex-direction: column;
  }
  .top-banner-element .custom-col.col-r {
      margin-top: 5px !important;
  }
    
  .top-banner-section h1, .top-banner-section .h1 {
          font-size: 30px;
          letter-spacing: -1px;
          color: #ffffff;
          font-weight: 700;
          text-align: center;
            max-width: 100%;
      }
  
    .stars-img {
      width: 85px !important;
      height: auto !important;
      padding: 0 5px 0px 5px !important;
  }
    
  .main_banner_dis p {
    width:100%;
      font-size: 15px;
      line-height: 22px;
      color: #ffffff;
      font-weight: 400;
      font-family: "DM Sans";
      text-align: center;
     max-width:100%;
  }
  
    .rating-text {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #ffffff;
      font-weight: 400;
      font-family: "DM Sans";
        justify-content: center;
  }
   .cartToggle--empty:after {
    content: ""!important;
    width: 24px!important;
    height: 24px!important;
    background: #000!important;
    position: absolute!important;
    border-radius: 20px!important;
    left:7px!important;
    top: 4px!important;
    box-shadow: 0 0 7px 0px #000!important;
     z-index: -1;
  }

  .menuToggle{
   padding: 12px 0px 10px!important;
  }
  .top-banner-section .btn-main{
      padding: 16px 35px 16px 16px;
      border-radius: 10px;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      font-family: 'Poppins';
      text-shadow: 2px 2px 2px rgb(82 82 82 / 42%);
      display: flex;
      width: auto;
      background:#00c391;
      margin: auto;
      justify-content: center;
      margin: 0px 10px;
  }
  
  .top-banner-section a:after {
      right: 18px;
  }
  .top-banner-section {
    text-align: center;
  }
  .as-seen-text{
      justify-content: center;
      margin: 15px 0 15px;
  }
  .top-banner-section  h1 i, .top-banner-section .h1 i{
    font-size:10px;
    position:absolute;
  }
  
  .main_banner_dis{
    font-size:15px;
    padding: 2px 0px 0px;
  }
  .top-banner-element{
    background-image: url(main-bg-img.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    padding-top: 20px !important;
    background-position: top !important;
  }
  .btn-main{
    margin-top:10px!important;
    margin-bottom:10px!important;
  }
  .partner-logo-box{
      display: flex;
      justify-content: space-evenly;
      gap: 15px;
      align-items:center;
      padding-bottom: 30px;
      margin-top: 15px;
      overflow: auto;
  }
  
  .sec-2 img{
    width:80px;
    height: auto;
  }
  .sec-2{
    background:#f0f1ec;
     padding-top: 20px;
  }
  .text-green2{
    color:#0a3227;
    font-size:14px;
    font-weight:500;
  }
  /* .sec-2 .custom-row{
    display: inline-block;
    width: 100%;
    column-count: 2;
    padding:20px;
    gap:0px;
  } */
  
  .sec-2 .custom-row {
    width: 100%;
    padding: 20px 12px;
    gap: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position:relative;
  }
    
  .sec-2 .custom-row .custom-col{
      padding:18px 8px;
      border-right: 1px solid #9E9E9E;
      border-bottom: 1px solid #9E9E9E;
  }
  /* .sec-2 .custom-row .custom-col:first-child{
    border-right: 1px solid #9E9E9E;
    border-bottom: 1px solid #9E9E9E;
  } */
  .sec-2 .custom-row .custom-col:last-child{
    border-left: none;
    
  }
  /* .sec-2 .custom-row .custom-col:nth-child(3){
    border-bottom: 1px solid #9E9E9E;
  } */
    
  .sec-2 .custom-row .custom-col:nth-child(2) {
      border-bottom: 1px solid #9E9E9E;
      border-right: none;
  }
  .sec-2 .custom-row:before {
      content: "";
      width: 30px;
      height: 30px;
      object-fit:cover;
      background: #f0f1ec;
      position: absolute;
      left: 0;
      margin: 0 auto;
      border-radius: 30px;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index:2;
  }
  .media-white{
   margin:0px!important;
   background-color: #000000!important;
  border:0px!important;
  }
  .medical_data_btn.openwhitepaper{
    color:#fff!important;
    font-family: poppins;
    font-size: 20px !important;
    text-transform: uppercase;
  }
  .section_10{
     background:#f0f1ec!important; 
     /* border-top: 1px solid #ffff; */
  }
  .section_10 .container,.logo_list_sec_m .container{
    padding:0px!important;
  }
  .mobile-points-sec .container{
     padding:0px 15px!important;
  }
  .s10_data_text {
      font-family: 'Inter';
      font-size: 18px;
      font-weight: bold;
  }
  .mobile-points-sec ul li img{
    width:55px;
    height:100%;
  }
  .mobile-points-sec ul li p{
    color: #fff;
    font-size:16px;
    margin-left: 0px;
  }
  .mobile-points-sec{
        background: #3d4c45;
      padding: 20px;
  }
  .text-green3{
    color:#e1fdd5;
  }
  .responsive-hand-img{
    width: 100%;
    margin-top: -35px;
    height:100%;
  }
  .immunity-poits-list img{
    padding-right:20px;
  }
  .immunity-poits-list li{
   display:flex; 
    margin-bottom: 20px;
  }
  /* .immunity-poits-list{
    margin-top: -135px;
  } */
  
  .logo_lis2 img{
     width:65px;
     height: auto;
    padding-bottom:10px;
  }
  .logo_list_sec_m {
    padding:20px;
    background:#f0f1ec;
  }
  .logo_lis2 p{
    font-size:12px;
    font-weight:700;
  }
  .logo_lis2{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  .logo_lis2 li{
      width: calc(25% - 15px);
      height: 100%;
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    margin-bottom:20px;
  }
  .logo_list_sec_dis{
          font-size: 16px;
          line-height: 22px;
          color: #000000;
          font-weight: 500;
          font-family: "DM Sans";
  
  }
  .logo_list_sec .points {
    column-count:2;
    font-size:16px;
    font-weight:700;
    padding-top: 30px;
  }
  .logo_list_sec .points li:before{
    font-size:16px;
  } 
  .logo_list_sec .points li{
    margin-bottom:15px;
  }
  .footer__block--menus{
    margin:0px!important;
  }
  .footer__blocks .footer__block--menus{
    text-align:left;
  }
  .footer__block__title {
      color: #ebd4ae;
      text-transform: uppercase;
      border-bottom: 2px solid #ebd4ae;
      width: fit-content;
      padding-bottom: 10px;
    margin-bottom:30px;
    font-weight:600;
  }
  .footer__social .social-links{
     justify-content: left;
            margin-top: -20px;
  }
  .footer__block__text {
      text-align: left;
      padding: 15px 0px 0px 0px;
     
  }
  .site-footer .footer__inner{
    padding-bottom:0px;
  }
  .footer__bottom{
    padding-top:1px;
  }
  .footer__block__menu-link a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .nav-hamburger {
      /* background: #0c2016; */
      background: #000;
      color: #fff;
  }
  
  .menu-item, .submenu-item,.nav-hamburger .menu-item,.nav-inner-wrapper{
    margin:0px;
  }
  .nav-inner img:after{
      font-family: "Font Awesome 5 Free";
      content: "\f0da";
      display: inline-block;
      padding-left: 10px;
      vertical-align: middle;
      padding-top: 3px;
  } 
  .nav-hamburger .menu-item {
      padding: 6px 0;
      border-bottom: 1px solid #ffffff59;
      font-size: 20px;
      line-height: 1;
  }
    .cstm-cart-style .nav-user .nav-user__item {
      margin-bottom: 15px;
      line-height: 1;
  }
    .cstm-cart-style .nav-user .nav-user__item:last-child{
      margin-bottom: 0px;
    }
    .cstm-cart-style .nav-user .nav-user__item a {
      font-size: 20px;
      line-height: 1;
  }
    .newsletter-sec-box .newsletter-text-mobile {
      margin: 0;
      font-size: 20px;
      line-height:normal;
  }
  .nav-user{
    border-top:0px;
  }
  .nav-hamburger .sign-up-input{
    color: #ffffff!important;
    border: 2px solid #ffffff!important;
  }
  .nav-hamburger .sign-up-submit{
    border-color:#fff!important;
  }
  .nav-hamburger{
    padding-top:20px;
  }
  .sign-up-input::placeholder {
    color: #fff;
  }
  .nav-mobile-close {
      border: solid 1px;
      border-radius: 30px;
      right: 10px;
      top: 10px;
      width: 32px;
      height: 32px;
      padding: 7px;
  }
  .nav-inner img{
    height:90px;
    width:90px;
  }
  .nav-cust-product{
     display: flex;
     gap: 20px;
     padding: 20px 0px 30px 0px;
     border-bottom: 1px solid #ffffff59;
  }
  .nav-cust-product h2{
    color:#fff;
    font-size: 20px;
    margin-top: 20px;
    font-family: 'DM Sans';
  }
  .nav-inner{
    padding:20px;
    position: relative;
  }
  .popup-container {
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 99999 !important;
    right: 0;
  }
      .popup-container .popup-cover {
          height: 100%;
          max-height: calc(100% - 30px);
          width: calc(100% - 40px);
          margin: auto;
      }
    .popup-container .popup-cover a.close {
      right: -10px;
          font-size: 40px;
          line-height: 28px;
          top: 1px !important;
  }
    .popup-container .popup-cover a.close {
      width: 35px;
      height: 35px;
    }
    
  .nav-inner-wrapper{
    width:100%!important;
  }
  .header__icons{
    margin-right: 10px;
  }
  .main_banner_dis p br{
    display:none;
  }
  .footer__bottom .container,.footer__bottom{
    padding:1px;
  }
  .footer__copyright{
    padding: 20px 0px;
    margin:0px;
  }
  .footer__copyright p:first-child a{
    color:#ebd4ae;
  }
  .payment-icon {
    width: 100%;
    height: 32px;
  }
  .footer__payment{
      margin-bottom: 25px;
      padding:20px !important;
  }
  .footer__logo img{
    width:100px;
    object-fit: contain;
  }
  .footer__logo .image-wrapper{
    padding:0px!important;
    height: 100px;
  }
  .footer__block--logo{
    width:100px!important;
  }
  .nav-cust-product:after {
      font-family: "Font Awesome 5 Free";
      content: "\f0da";
      display: inline-block;
      vertical-align: middle;
      font-size: 13px;
      font-weight: 900;
      padding-right: 5px;
      align-items: center;
      display: flex;
  }
  .footer__block__menu-link{
    padding-bottom:10px;
  }
  .medical_data_btn.openwhitepaper{
      height: 62px !important;
      padding: 10px;
      border-radius: 10px !important;
      font-size:18px!important;
  }
  .media-white p.s10_data_text{
      margin-bottom: 20px;
  }
  .sec-2 .custom-row .custom-col:nth-child(3),
    .sec-2 .custom-row .custom-col:nth-child(4){
      margin-top: 0px;
      border-right: none;
      border-bottom: none;
  }
  .sec-2 .custom-row .custom-col:nth-child(3){
      border-right: 1px solid #9e9e9e;
  }
  .footer-p-icon path {
      fill: #fff;
  }
  .footer_payment_icons {
     display: flex;
      flex-flow: wrap;
      justify-content: center;
      align-items: center;
  }
  .footer_payment_icons li {
      width: 56px;
      height: 100%;
      margin: 5px;
  }
  .footer_payment_icons li .footer-p-icon {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    opacity:0.7;
  }
  .footer_payment_icons li:nth-child(1),.footer_payment_icons li:nth-child(2),.footer_payment_icons li:nth-child(3),.footer_payment_icons li:nth-child(5){
        width: 32px;
  }
  /* .payment-icons__list{
    display:none;
  } */
    footer.site-footer ul.footer_payment_icons li img {
      width: 37px !important;
  }
  /* footer.site-footer .footer_payment_icons li {
      width: 42px;
  } */
  footer.site-footer .footer_payment_icons li {
      width: auto;
      height: 30px;
      margin: 10px;
  }
  footer.site-footer .footer_payment_icons li img.icon.footer-p-icon {
      width: auto !important;
      height: 24px !important;
  }
  
  /* 28-01-2025   */
  
   .sec-2 .custom-col:not(:last-child)::after {
    display:none;
  }
  
  .immunity-points-img-text {
      display: block;
      justify-content:;
      padding: 0;
  }
  
  .immunity-poits-list li img.info_icons {
      width: 55px;
      min-width: 55px;
      height: 100%;
      margin-right: 0;
  }
  
  .immunity-poits-list li {
      display: flex;
      align-items: center;
    column-gap:0;
  }
  
  ul.immunity-poits-list {
      display: flex;
      flex-direction: column;
      row-gap: 20px;
  }
    .sec-2 .custom-col {
      position: static;
  }
  .top-banner-section .top-banner-element {
      padding: 75px 0px 0px;
  }
  
  /* ------   */
  .image-with-feature-list {
      background-color: #f0f1ec;
  }
  
  .logo_list_sec .logo_lis2 li img {
          width: auto;
          height: 70px;
          padding-bottom: 10px;
  }
  
  .logo_list_sec .logo_lis2 {
       display: flex;
      flex-flow: wrap;
      justify-content: center;
      align-items: normal;
      gap: 15px;
  }
  
  .logo_lis2 li p {
      text-align: center;
      line-height: 15px;
  }
  
  .desktop-view-logo-list {
      display: none;
  }
    .mobile-view-logo-list {
      display: block;
  }
    .logos-list-cstm .points li {
      font-size: 16px;
      line-height: 24px;
      color: #000000;
      font-weight: 700;
      font-family: "DM Sans";
  }
  .shadow-image-desktop {
      display: none;
  }
  .shadow-image-mobile {
      display: block;
  }
  .immunity-points-image .shadow-image-mobile {
    max-width: 170px;
    margin: -35px auto 0;
    margin-bottom: -135px;
  }
  .logos-list-cstm {
      padding: 0;
  }
  .immunity-points-content {
      padding-bottom: 0px;
  }
  ul.immunity-poits-list{
      row-gap:0;
  }
  .cstm-new-footer .footer__block--logo{
      margin:0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: auto !important;
  }
  .cstm-new-footer .footer__block.footer__block--text {
      display: flex;
      flex-direction: column;      
      justify-content: left;
      margin: 0;
  }
  .cstm-new-footer .footer__blocks {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      justify-content: left;
      gap: 30px;
  }
  .cstm-new-footer .footer__block__menu-link a {
      font-weight: 600;
  }  
  .cstm-new-footer .footer__payment .footer_payment_icons li .icon {
      width: auto;
      height: 30px !important;
  }
  .cstm-new-footer ul.footer_payment_icons {
      display: flex;
      align-items: center;
      justify-content: center;
      row-gap: 10px;
      column-gap:0;
      margin-bottom:0 !important;
  }  
  .cstm-new-footer .footer_payment_icons li img {
      opacity: 1;
  } 
  .media-white p.s10_data_text br {
      display: none;
  }  
  a.footer-contact-btn {
      left: -15px !important;
      top: 15px !important;
      width: max-content !important;
      border-radius: 5px;
      font-size: 15px;
      margin: 10px 0px !important;
  } 
  .cstm-collection-style {
      padding: 25px 5px;
  } 
   .collection-grid__header {
      margin-bottom: 25px;
  }
    
  /* 31-01-2025 */
  
  .footer-new-style .footer__block-menu ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr) !important;
      column-gap: 0px !important;
  }
  .cstm-new-footer .footer__payment .footer_payment_icons li svg {
      width: auto;
      height: 35px !important;
  }
  .sec-2 .text-green2 {
      color: #0a3227;
      font-size: 13px !important;
      font-weight: 500;
      line-height: normal !important;
      margin: 0;
      min-height: 52px;
  }
  
   /* 04-02-2025  */
  .custom-elite-product .faq-section .container {
    width: 100% !important;
    padding: 0 0px !important;
  }
  
  .cstm-cart-style {
      overflow-y: auto !important;
     max-height: 700px !important;
  } 
  .cstm-new-footer  .social-link {
      background: #00c391;
  }
  
  .cstm-new-footer  .social-link .icon {
      fill: #ffffff;
  }
  
  .cstm-cart-style button.sign-up-submit{
  border: 1px solid #ffffff;
  }
    
  .nav-hamburger .sign-up-input, 
    .nav-hamburger .cstm-cart-style button.sign-up-submit {
      border-color: #0b3227 !important;
      border-width:2px;
      }
   .cart-drawer-content .cart-drawer-title {
      font-weight: 600;
  }
  .nav-inner {
          padding: 0px 20px 20px;
          position: relative;
      }
  
  .cstm-cart-style .nav-cust-product {
          padding: 20px 0 20px;
      }
  
  .cstm-cart-style .nav-user {
  
      padding: 0px 0 10px;
  }
  
    /* .new-cart-style .cart-drawer-contents {
      min-height: 180px !important;
      padding: 20px 20px !important;
  } */
  
  .new-cart-style .cart-drawer-img img {
      aspect-ratio: 1;
  }
  
  .new-cart-style .product-card {
      width:100%;
      max-width: 90%;
      margin: 0 auto auto;
      padding: 15px 10px;
  }
    
  .new-cart-style .footer_payment_icons li img {
      width: auto !important;
      height: 15px !important;
      opacity: .5;
  }
  
  .new-cart-style .footer_payment_icons {
          display: grid;
          justify-content: center;
          align-items: center;
          grid-template-columns: repeat(4, 1fr);
          width: 100%;
          padding: 10px 20px;
        background-color: #0c0c0c !important;
            margin-top: 10px;
           gap: 20px 10px;
  }
  
  .new-cart-style .footer_payment_icons li {
      width: auto;
      margin: auto;
  }
      
  .new-cart-style .footer_payment_icons li svg {
      width: auto !important;
      height: 25px !important;
        opacity: .5 !important;
  }
  .new-cart-style .product-card h2 {
      margin: 15px 0 5px;
      font-size: 16px;
      line-height: 22px;
      text-align: left;
     margin: 0 !important;
  }
   .new-cart-style .footer_payment_icons li:nth-child(5) img {
      height: 24px !important;
  }
  
  .new-cart-style .product-card .cta-button {
      padding: 10px 10px;
      font-size: 15px;
  }
  
  .new-cart-style .product-card h5 {
      font-size: 14px;
      line-height: normal;
    margin:0 0 5px;
  }
  
  .new-cart-style .form-cart-new {display: flex;column-gap: 10px;}
  
  .new-cart-style .form-cart-img {
      width: 30%;
  }
  
  .new-cart-style .form-cart-content {
      width: 30%;
  }
  
  .new-cart-style .product-card .price {
      font-size: 13px;
      line-height: normal;
    text-align:left;
    margin: 0 0 5px;
  }
  
  .announcement__text div p {
      padding: 5px 0;
      font-size: 15px;
  }
  
    .new-empty-cart-main {
      display: flex;
      column-gap: 12px;
      align-items: center;
  }
  
  .new-empty-cart-img img {
      width: 100%;
  }
  
  .cart-new-empty {
      width: 100%;
      margin: 40px 0 !important;
  }
  
  .new-empty-cart-main .add-to-cart {
      width: 100%;
  }
  
  .cart-new-empty button.cta-button.add-to-cart {
      width: 100%;
      border-radius: 50px;
    max-width: 90%;
  }
  
  .cart-new-empty .product-card {
      margin-top: 20px;
  }
    
    
  }
  
  /* Product page style  - 30-01-2025*/
  
  @media(max-width:992px){
    .cstm-new-footer .footer__bottom__wrapper {
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse;
  }
  }
  
  @media only screen and (max-width:767px){
    
    .custom-elite-product .jdgm-prev-badge .jdgm-prev-badge__text {
      font-size: 14px;
      color: #000000;
      font-weight: 400;
      font-family: "DM Sans";
      text-transform: capitalize;   
      padding-left: 8px;
  }
  
   .product__title__wrapper .product__title {
      width: 100%;
      font-size: 30px !important;
      letter-spacing: -1px;
      text-transform: uppercase;
      color: #000000;
      font-weight: 700;
      font-family: "Poppins";
      text-align: left;
      max-width: 80% !important;
      margin: 0;
    line-height:37px !important;
  }
  
   .product__info .product__info__wrapper {
      display: block;
      /* flex-direction: column;
      align-items: baseline; */
      gap: 5px;
  }
  
   .product__info .jdgm-prev-badge {
          text-align: left !important;
      }
  
   .product__info .product__price {
      text-align: left;
      margin: 8px 0;
  }
  
  
   .product__info .product__price__sale .transcy-money {
      margin-right: 4px;
      font-size: 20px;
      letter-spacing: -1px;
      text-transform: uppercase;
      color: gray !important;!im;!;
      font-weight: 500;
      font-family: "DM Sans";
  }
  
   .product__info .product__price .transcy-money {
      margin-right: 4px;
      font-size: 20px;
      letter-spacing: -1px;
      text-transform: uppercase;
      color: #0a3227;
      font-weight: 700;
      font-family: "DM Sans";
  }
  
   .product__info .shop-pay-terms {
      font-size: 12px;
      line-height: 20px;
      color: #000000;
      font-family: 'DM Sans';
      text-align: left;
      margin: 0 0 20px;
  }
  
   .product__info .shop-pay-terms .underline {
      display: none !important;
  }
  
   .product__info .shop-pay-terms .font-bold {
      font-weight: 400 !important;
  }
  
  /* below */
     .product__form-block .qty__adjust {
      /* order: 2; */
      margin: 0;
      width: 100%;
      max-width: 100%;
  }
  
   .product__form-block .product__form-buttons {
      order: 2;
  }
  
   .product__form-block .dropdown-wrapper {
      width: 100%;
  }
  
  /*  .product__form-block .qty__adjust-select option {
      text-align: center;
    display: flex;
      align-items: center;
      justify-content: center;
  } */
  
   .product__form-block .product__form select{
      border: 1px solid #999999;
      font-size: 20px;
      text-transform: uppercase;
      color: #000000;
      font-weight: 400;
      font-family: "DM Sans";
  }
  
  .product__form-block #appstle_subscription_widget0 {
      width: 100%;
      text-align: left;
      margin-top: 15px;
      clear: both;
  }
  
   .product__info .cstm-shipping-main {
      display: flex;
      column-gap: 20px;
      margin: 12px 0 30px;
  }
  
   .product__info .shipping-images-new img {
      width: auto !important;
      height: 60px !important;
  }
  
   .product__info .cstm-shipping {
      font-size: 14px !important;
      color: #0a3227;
      font-weight: 500;
      font-family: "DM Sans";
      text-align: center;
  }
  
   .product__info .shipping-images-new {
      margin-bottom: 10px;
  }
  
  .product__form .appstle_widget_title {
      font-size: 16px;
      line-height: 20px;
      color: #000000;
      font-weight: 500;
      font-family: "DM Sans";
      margin-bottom: 10px;
  }
  
  .product__form .dropdown-wrapper .qty__adjust-select {
      font-size: 20px;
      text-transform: uppercase;
      color: #000000;
      font-weight: 700;
      font-family: "DM Sans";
      height: 55px;
    border: 1px solid #999999 !important;
          border-radius: 12px;
    padding-left: 50% !important;
      width: 100%;
  }
  
  .product__form .product__form-buttons a.product__form-submit {
      background-color: #00c391;
          font-size: 20px !important;
          text-transform: uppercase;
          color: #fff;
          font-weight: 700;
          font-family: Poppins;
          filter: drop-shadow(0px 2px 1px rgba(35, 31, 32, .36));
          border: none;
          height: 60px;
          border-radius: 10px;
          display: flex;
          justify-content: center;
          /* align-items: anchor-center; */
          padding:0px;
  }
  
    .farms-difference-sec h2 span {
      color: #0a3227;
  }
  
  .farms-difference-sec h2 {
      font-size: 24px;
      color: #000000;
      font-weight: 600;
      font-family: "Poppins";
      text-align: center;
      width: 100%;
      max-width: 90%;
  }
  
  .farms-difference-img {
      display: flex;
      column-gap: 30px;
      justify-content: center;
      align-items: center;
      margin: 25px 0 35px !important;
  }
  
  .product-img-left, .product-img-right {
      width: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  
  .farms-difference-sec .container {
      width: 100%;
      max-width: 1100px;
      margin: auto;
  }
  
  .product-img-left img, .product-img-right img {
      width: auto;
      height: 150px;
  }
  
  
  .pdt-diff-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-width: 1px 0 0 0;
      border-style: solid;
            padding: 0px 15px;
    gap:8px;
  }
  
  .tick-icon img {
      width: 25px;
  }
  
  .cross-icon img {
      width: 25px;
  }
  
  .diff-content p {
        font-size: 18px;
          line-height: 24px;
          color: #000;
          font-weight: 400;
          font-family: DM Sans;
          text-align: center;
          margin: 0;
          padding: 10px 0;
  }
  
  .farms-difference-img h4 {
      font-size: 14px !important;
      text-transform: capitalize;
      color: #000000;
      font-weight: 600;
      font-family: "Poppins";
      text-align: center;
      margin: 0;
  }
  
  section.farms-difference-sec {
      padding: 50px 0;
  }
  
  .farms-difference-img .product-img-left h4 {
      text-transform: uppercase;
  }
  
    /*  .rte  h5 {
      font-size: 14px;
      line-height: 42px;
      color: #000;
      font-weight: 600;
      font-family: Poppins;
      border: 1px solid rgba(198, 198, 196, 0.6);
      border-radius: 30px;
      padding: 0 20px;
      background: #f1f0f0;
  } */
  
  
  
  .farms-difference-sec .container {
      width: 100%;
      max-width: 100% !important;
      margin: auto;
  }
  
     .sec-2 .custom-row {
      padding: 20px !important;
  }
   .section_10 {
      padding: 20px !important;
  }
  
  .top-banner-section h1 i, .top-banner-section .h1 i{
      font-size: 12px;
      position: absolute;
  }
    .top-banner-section h1 .fa-quote-left, .top-banner-section .h1 .fa-quote-left {
      margin-left: -16px;
  }
     .sec-2 {
        
          padding-top: 0 !important;
      }
  .sign-up-form {
          width: 100% !important;
      }
    
    .contact-form button.sign-up-submit {
      border-radius: 50px;
  }
    .new-cart-style .product-card .cta-button {
      padding: 7px 20px !important;
  }
  
    .cart-drawer-footer .cart-drawer-checkout button {
    padding: 16px 10px !important;
    font-size: 16px !important;
  }
    .cart-new-empty button.cta-button.add-to-cart {
      padding: 16px 10px !important;
  }
    .points li {
      font-size: 13px;
  }
    
  }
  
  
  
  
  /* new-css */
    .new-cart-style .product-card h5 {
      font-size: 14px;
  }
  .cart-drawer-items .cart-drawer-item {
      height: auto;
  }
   .new-cart-style .form-cart-new .product-card img {
      max-width: 70px;
       border-radius:0;
  }
  .cart-drawer-wrapper .cart-drawer-contents {
      padding: 10px;
      min-height: auto !important;
  }
    .cart-drawer-wrapper .cart-drawer-contents .cart-drawer-content {
      padding: 8px;
  }
    .cart-drawer-items .cart-drawer-item .cart-drawer-img {
      height: auto;
  }
    .cart-drawer-items .cart-drawer-item .cart-drawer-img img {
      width: 100px;
  }
    .cart-drawer-content .cart-drawer-title {
      font-size: 14px;
  }
  
  .new-cart-style .product-card {
      padding: 10px 10px;
  }
    .cart-drawer-footer .cart-drawer-checkout button {
      padding: 14px 10px;
      font-size: 16px;
      cursor: pointer;
  }
  .cart-drawer-footer .cart-drawer-checkout button:hover {
    opacity: 0.8;
  }
    .logo_banner_icons {
      min-width: fit-content;
  }
  .cart-new-empty .product-card .new-empty-cart-img img {
      width: 100px;
  }
  /* Product page desktop */
  
  .jdgm-prev-badge .jdgm-prev-badge__text {
      font-size: 11px;
      color: #000;
      font-weight: 500;
      font-family: DM Sans;
      text-transform: capitalize;
      padding-left: 0px;
  }
  .product-block__top .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star {
      font-size: 11px;
      padding-right: 2px !important;
  }
  .product-block__top .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star:last-child {
      padding-right: 0 !important;
  }
   .product__title__wrapper .product__title {
      width: 100%;
      font-size: 40px;
      letter-spacing: -1px;
      text-transform: uppercase;
      color: #000000;
      font-weight: 700;
      font-family: "Poppins";
      text-align: left;
      max-width: 100%;
      margin: 0;
        line-height: 46px;
  }
  
   .product__info .product__info__wrapper {
      display: block;
      /* flex-direction: column;
      align-items: baseline; */
      gap: 5px;
  }
  
   .product__info .jdgm-prev-badge {
          text-align: left !important;
      }
  
   .product__info .product__price {
      text-align: left;
      margin: 8px 0;
  }
  
  
   .product__info .product__price__sale .transcy-money {
      margin-right: 4px;
      font-size: 20px;
      letter-spacing: -1px;
      text-transform: uppercase;
      color: gray !important;!im;!;
      font-weight: 500;
      font-family: "DM Sans";
  }
  
   .product__info .product__price .transcy-money {
      margin-right: 4px;
      font-size: 20px;
      letter-spacing: -1px;
      text-transform: uppercase;
      color: #0a3227;
      font-weight: 700;
      font-family: "DM Sans";
  }
  
   .product__info .shop-pay-terms {
      font-size: 12px;
      line-height: 20px;
      color: #000000;
      font-family: 'DM Sans';
      text-align: left;
      margin:0 0 20px;
  }
  
   .product__info .shop-pay-terms .underline {
      display: none !important;
  }
  
   .product__info .shop-pay-terms .font-bold {
      font-weight: 400 !important;
  }
  
  /* below */
     .product__form-block .qty__adjust {
      /* order: 2; */
      margin: 0;
      width: 100%;
      max-width: 100%;
  }
  
   .product__form-block .product__form-buttons {
      order: 2;
  }
  
   .product__form-block .dropdown-wrapper {
      width: 100%;
    margin-top: 15px;
  }
  
  /*  .product__form-block .qty__adjust-select option {
      text-align: center;
  } */
  
   .product__form-block .product__form select{
      border: 1px solid #999999;
      font-size: 20px;
      text-transform: uppercase;
      color: #000000;
      font-weight: 400;
      font-family: "DM Sans";
  }
  
  
   .product__info .cstm-shipping-main {
      display: flex;
      column-gap: 20px;
      margin: 15px 0 30px;
  }
  
   .product__info .cstm-shipping {
      font-size: 16px;
      color: #0a3227;
      font-weight: 500;
      font-family: "DM Sans";
      text-align: center;
  }
  
   .product__info .shipping-images-new {
      margin-bottom: 10px;
  }
  
  .product__form .appstle_widget_title {
      font-size: 16px;
      line-height: 20px;
      color: #000000;
      font-weight: 500;
      font-family: "DM Sans";
      margin-bottom: 10px;
  }
  
  .product__form .dropdown-wrapper .qty__adjust-select {
      font-size: 20px;
      text-transform: uppercase;
      color: #000000;
      font-weight: 700;
      font-family: "DM Sans";
      height: 55px;
    border: 1px solid #999999 !important;
          border-radius: 12px;
    padding-left: 50% !important;
      width: 100%;
  }
  
  .product__form .product__form-buttons a.product__form-submit {
      background-color: #00c391;
          font-size: 20px !important;
          text-transform: uppercase;
          color: #fff;
          font-weight: 700;
          font-family: Poppins;
          filter: drop-shadow(0px 2px 1px rgba(35, 31, 32, .36));
          border: none;
          height: 60px;
          border-radius: 10px;
          display: flex;
          justify-content: center;
          /* align-items: anchor-center; */
    padding:0px;
    margin-top: 15px;
  }
  
    .farms-difference-sec h2 span {
      color: #0a3227;
  }
  
  .farms-difference-sec h2 {
      font-size: 30px;
      color: #000000;
      font-weight: 600;
      font-family: "Poppins";
      text-align: center;
      width: 100%;
      max-width: 90%;
  }
  
  .farms-difference-img {
      display: flex;
      column-gap: 30px;
      justify-content: center;
      align-items: center;
      margin: 50px 0 50px;
  }
  
  .product-img-left, .product-img-right {
      width: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
    row-gap: 15px;
  }
  
  .farms-difference-sec .container {
      width: 100%;
      max-width: 50%;
      margin: auto;
  }
  
  .product-img-left img, .product-img-right img {
      width: auto;
      height: 150px;
  }
  
  
  .pdt-diff-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-width: 1px 0 0 0;
      border-style: solid;
            padding: 0px 15px;
  }
  
  .tick-icon img {
      width: 25px;
  }
  
  .cross-icon img {
      width: 25px;
  }
  
  .diff-content p {
        font-size: 16px;
          line-height: 24px;
          color: #000;
          font-weight: 400;
          font-family: DM Sans;
          text-align: center;
          margin: 0;
          padding: 10px 0;
  }
  
  .farms-difference-img h4 {
      font-size: 20px;
      text-transform: capitalize;
      color: #000000;
      font-weight: 600;
      font-family: "Poppins";
      text-align: center;
      margin: 0;
  }
  
  section.farms-difference-sec {
      padding: 50px 0;
  }
  
  .farms-difference-img .product-img-left h4 {
      text-transform: uppercase;
  }
  .product__description:not(:last-child) {
      margin: 0 0 10px;
  }
  .product__description__accordion h5 {
      font-size: 14px;
      line-height: 42px;
      color: #000;
      font-weight: 600;
      font-family: Poppins;
      border-bottom: 1px solid black;
      border: 1px solid rgba(198, 198, 196, .6);
      border-radius: 30px;
      padding: 0 20px;
      background: #f1f0f0;
      position:relative;
      transition:ease 0.3s;
      margin-bottom:0;
  }
  .product__description__accordion h5:after {
      content: '';
      background-image: url(https://cdn.shopify.com/s/files/1/0781/8942/9012/files/down-arrow_af756437-a322-4577-8b03-698bc6e37bbf.png?v=1739184312);
      height: 22px;
      width: 22px;
      background-size: 22px;
      position: absolute;
      right: 20px;
      background-repeat: no-repeat;
      background-position: center;
      top: 50%;
      transform: translateY(-50%) rotate(0deg);
      transition: ease 0.3s;
  }
  .product__description[data-accordion][open=true] h5:after{
    transform: translateY(-50%) rotate(180deg);
  }
  .product__description__title svg {
      display:none;
  }
    .product__description__content {
      padding: 15px 20px;
  }
  
  .qty__adjust {
  
      width: 100% !important;
  }
  
  .immunity-poits.mobile-points-sec {
      background-color: #3d4c45;
  }
  
   /* .sec-2 .custom-row {
      padding: 30px 0 50px;
  
  } */
   .sec-2 .custom-row {
      padding: 30px 0 20px;
  
  }
  
   .section_10 {
      padding: 20px 0 20px !important;
      background: #f0f1ec !important;
  }
  section.farms-difference-sec .pdt-diff-content:last-child {
      border-bottom: 1px solid black;
  }
  
   .popup-content .pop-contt p {
      font-weight: 400;
  }
  
  /* 31-01-2025 */
  .header__icons .cartToggle-items {
      background: #00c391;
      border-radius: 30px;
      color: #000;
      font-weight: 700;
      position: absolute;
      margin-right: -15px;
      margin-top: 1px;
      width: 22px;
      height: 22px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  

  
  .partner-logo-box img:nth-child(2) {
      width: auto;
      height: 20px;
  }
  
  .footer-new-style .footer__block-menu ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 30px;
  }
  
  .cstm-new-footer .footer__payment .footer_payment_icons li svg {
      width: auto;
      height: 35px !important;
  }
  
  .header--is-standard {
      height: 80px;
      top: 45px !important;
  }
  
  .footer__payment {
      padding: 20px 40px 0;
  }
  
  .logo_banner_icons{
      width: auto;
      height: 30px;
  }
  
  
  .logo__image img {
      object-fit: cover;
  }
  
  /* Founder-page-css */
  
  .founder-header .cartToggle .icon-cart path {
      position: relative;
      transform-origin: center center;
      fill: rgb(255 255 255);
  }
  .founder-header .cartToggle svg {
      display: flex;
  }
  
  .founder-header path {
      stroke: rgb(255 255 255);
  }
  
  .founder-header .gHlpyUjsgo.gp-relative.gp-flex.gp-flex-col {
      display: flex;
      justify-content: center;
      align-items: flex-end;
  }
  
  .founder-header .cartToggle-items {
      background: #00c391;
      border-radius: 30px;
      color: #000;
      font-weight: 700;
      position: absolute;
      margin-right: -36px;
      margin-top: 1px;
      width: 26px;
      height: 26px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  #founder-landing-page main#MainContent {
      padding: 0;
  }
  section#shopify-section-template--24165214552340__1737098757d35b71bb .jdgm-widget.jdgm-widget {
      max-width: 1300px;
      margin: 0 auto;   
  }
  body .jdgm-widget.jdgm-widget .jdgm-rev-widg {
      padding-left: 20px;
      padding-right: 20px;
  }
  body .jdgm-widget.jdgm-widget{
    /* padding: 0px 16px; */
    padding: 0px 0px;
  }
  body .product-block__top .jdgm-widget {
      padding: 0;
  }
  
  .footer__bottom__left, .footer__bottom__right {
          flex-basis: calc(100% - 0px);
      }.footer__bottom.section-padding.cstm-new-footer .container {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
  }
  .cstm-new-footer ul.footer_payment_icons {
      justify-content: center;
  }
  
  .announcement__text div p {
      display: flex;
      align-items: center;
      position: relative;
      padding-left: 40px;
  }
  .founder-header .cartToggle-items::after {
      content: "0";
      color: #fff;
  }
  
  .faq-section h2.page-title__heading {
      padding: 0px 15px;
  }
  
   .product__images__slider-nav .flickity-prev-next-button {
    visibility: visible;
  }
  section#shopify-section-template--24165215076628__1696454028742c6714 {
        max-width: 1300px;
      margin: 0 auto;
      padding: 0 20px;
  }
  
  .cstm-new-footer {
      padding-bottom: 10px;
  }
  
   .faq-section .container {
      display: block;
      position: relative;
      margin: 0 auto;
      width: calc((100% - 160px)* .6);
      max-width: 100%;
    padding: 0;
  }
  
  .new-cart-style {
      overflow-y: auto !important;
  }
  .cstm-new-footer  .social-link {
      background: #00c391;
  }
  
  .cstm-new-footer  .social-link .icon {
      fill: #ffffff;
  }
  
  .product__form .product__form-buttons a.product__form-submit span {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  /*  .product__form-block .qty__adjust-select option {
      text-align: center;
    display: flex;
      align-items: center;
      justify-content: center;
    margin:auto;
  } */
  
  /* Cart desktop */
  
   /* .new-cart-style .cart-drawer-contents {
      min-height: 160px !important;
      padding: 20px 20px !important;
  } */
  
  .new-cart-style .cart-drawer-img img {
      aspect-ratio: 1;
  }
  
  .new-cart-style .product-card {
      width:100%;
      max-width: 90%;
      margin: 0 auto auto;
      padding: 15px 15px;
  }
    
  .new-cart-style .footer_payment_icons li img {
      width: auto !important;
      height: 15px !important;
      opacity: .5;
  }
  
  .new-cart-style .footer_payment_icons {
          display: grid;
          justify-content: center;
          align-items: center;
          grid-template-columns: repeat(4, 1fr);
          width: 100%;
          padding: 10px 20px;
        background-color: #0c0c0c !important;
            margin-top: 10px;
           gap: 20px 10px;
  }
  
  .new-cart-style .footer_payment_icons li {
      width: auto;
      margin: auto;
  }
      
  .new-cart-style .footer_payment_icons li svg {
      width: auto !important;
      height: 25px !important;
        opacity: 1;
  }
  .new-cart-style .product-card h2 {
      margin: 0 !important; 
      font-size: 14px;
      line-height: 22px;
      text-align: left;
  }
   .new-cart-style .footer_payment_icons li:nth-child(5) img {
      height: 24px !important;
  }
  
  .new-cart-style .product-card .cta-button {
    margin: auto;
      padding: 7px 40px;
      font-size: 14px;
      text-transform: uppercase;
      background-color: #00c391 !important;
      border: none;
    border-radius:10px;
  }
  .new-cart-style .product-card .cta-button:hover {
      opacity: 0.8;
  }
  
  /* .new-cart-style .product-card h5 {
      font-size: 16px;
      line-height: normal;
  } */
  
  .new-cart-style .form-cart-new {display: flex;column-gap: 10px;}
  
  .new-cart-style .form-cart-img {
      width: 30%;
  }
  
  .new-cart-style .form-cart-content {
      width: 30%;
  }
  
  .new-cart-style .product-card .price {
      font-size: 13px;
      line-height: normal;
    text-align:left;
  }
  
  .new-empty-cart-main {
      display: flex;
      column-gap: 12px;
      align-items: center;
  }
  
  .new-empty-cart-img img {
      width: 100%;
  }
  
  .cart-new-empty {
      width: 100%;
      margin: 40px 0 !important;
  }
  
  .new-empty-cart-main .add-to-cart {
      width: 100%;
  }
  body .cart-drawer-empty img {
      width: 70px;
  }
  .cart-drawer-content .cart-drawer-title {
      font-weight: 700;
  }
  .cart-drawer-wrapper .cart-drawer-footer {
      padding: 18px 20px;
      background: #fff;
      max-width: 100%;
      margin-top: 10px;
  }
  .cart-drawer-wrapper .cart-drawer-footer .cart-drawer-total {
      margin-bottom: 10px;
  }
  .cart-new-empty button.cta-button.add-to-cart {
      width: 100%;
      border-radius: 10px;
      text-transform: uppercase;
      padding: 12px 10px;
      font-size: 16px;
      line-height: 1.2em;
  }
  
  .cart-new-empty .product-card {
      margin-top: 20px;
  }
  
  .contact-form input.sign-up-input, .comment-form input.sign-up-input {
      border-radius: 50px;
  }
  
  .contact-form button.sign-up-submit {
      border-radius: 50px;
  }
  
  /* 05-02-2025 */
  
  .cart-drawer-footer{
    border-top:0 !important;
  }
  
  .contact-form button.sign-up-submit {
      border-radius: 0 10px 10px 0px;
      background: #01c391;
  }
  .contact-form input.sign-up-input {
      border-radius: 10px;
  }
  body .section-newsletter {
      background: #F0F1EC;
  }
  .sign-up-form {
          width: 430px;
      }
  .sign-up-form .input-group {
      display: block;
      position: relative;
      height: 60px;
      width: 100%;
      margin-bottom: 0;
  }
  
  .cart-drawer-footer .cart-drawer-checkout button {
      width: 100%;
      background: #00c391;
      color:white;
      border-radius: 10px;
      text-transform: uppercase;
      border: none;
      font-weight: 600;
      padding: 16px 10px;
      font-size: 18px;
      line-height: 1.2em;
  }
  
  .cart-drawer-item{
  border: 0 !important;   
  }
  
  
  .new-cart-style .footer_payment_icons {
      display: none;
  }
  .footer-new-style .footer__payment .payment-icons__list {
      display: none;
  }
  
  .new-cart-style .cart-drawer-payment .payment-icon {
      width: 30px;
      height: 25px;
  }
  .new-cart-style .cart-drawer-payment {
      row-gap: 10px;
  }
  
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  .new-cart-style .product-card ul li {
      margin-bottom: 5px !important;
        font-size: 13px;
  }
  
  .announcement__divider {
      margin-left: 5px !important;
      padding-right: 0 !important;
      border: none;
      margin-right: 10px;
      display: inline-block;
  }
  .announcement__divider:before {
      content: '|';
      display: block;
  }
  @media(max-width:350px){
    .announcement__text div p {
      padding-left: 26px;
  }
    .announcement__text p:before {
      width: 25px;
      height: 25px;
  }
    .points li {
      font-size: 11px;
  }
    .top-banner-element ul {
      gap: 8px;
  }
    .top-banner-section .btn-main {
      font-size: 16px;
  }
    
  }
   .qty__adjust.with-dropdown {
      order: 2 !important;
  }
  
  
  
  
  .header__icons .cartToggle-items {
      margin-right: -2px;
      margin-top: -12px;
      width: 16px;
      height: 16px;
  }
  .header__icons .icon-cart {
      margin-right:0px;
  }
  @media only screen and (max-width: 1023px) {
  .header__icons .icon-cart {
       margin-right: 0px;
  }
  }
  @media (min-width: 300px) and (max-width: 767px) {
  .header__icons .icon-cart {
      margin-right: 0px!important;
  }
  .header__icons .cartToggle-items {
      margin-right: -2px;
      margin-top: -9px;
      width: 16px;
      height: 16px;
  }
  .header__icons {
      margin-right: 0;
  }
  }
  
  
  .collection-grid__row .product-block .product-block__inner {
      height: 100%;
  }
  .collection-grid__row .product-block button.cta-button.add-to-cart {
      position: absolute;
      bottom: 0;
  }
  .collection-grid__row .product-block form.add-to-cart-form {
       margin-top: 30px; 
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      position: initial;
      display: flex;
      justify-content: center;
  }
  .collection-grid__row .product-block button.cta-button.add-to-cart {
      width: auto;
      left: auto;
      right: auto;
  }
  @media(max-width:1024px){
  .collection-grid__row .product-block button.cta-button.add-to-cart {
      position: absolute;
      bottom: 0;
      width: auto;
      left: auto;
      right: auto;
  }
      .collection-grid__row .product-block form.add-to-cart-form {
       margin-top: 30px; 
      position: initial;
  }
    section.faq-section .container-narrow {
      padding-left: 20px;
      padding-right: 20px;
      width: 100%;
  }
  }
  @media(max-width:992px){
    .faq-section .container {
      width: calc((100% - 30px)* .6);
  }
  }
  
  @media(max-width:767px){
  .collection-grid__row .product-block button.cta-button.add-to-cart {
      width: 100% !important;
      left: 0%;
      right: 0%;
  }
  
    .template-product .faq-section .container {
      width: 100% !important;
  }
  
  }
  
  
  
  
  
  small#shopify-buyer-consent {
      display: none;
  }
  
  
  
  
  
  }
  
  
  

  
  /* 06-03-2025 */
  .template-page  .button-wrapper a.button.button--primary {
      background-color: #00c391;
      border-color: #00c391;
  }
  .gravity-button:not([disabled]):hover {
      background-color: #5433eb !important;
  }
   .template-product .sec-2 {
      padding-top: 20px !important;
  } 
  @media(max-width:1024px){
    .faq-section .container {
      width: calc((100% - 160px)* 1);
  }
  }
  @media(max-width:767px){
    .immunity-points-content {
      padding-top: 15px;
  }
  
  }
  @media(max-width:420px){
    .announcement__message {
        padding: 0 15px;
    }
     .announcement__text div p {
        font-size: 13px;
     }
  }
  @media(max-width:360px){
     .announcement__text div p {
        font-size: 12px;
     }
  }
  
    p.newsletter-text-mobile {
      font-size: 16px !important;
      text-align: center;
      margin-top: 10px !important;
  }
  
  /* 10-03-2025 */
  
  .template-collection .page-title.section-padding {
      margin-bottom: 0px !important;
  }
  .template-collection .page-title.section-padding h1.page-title__heading {
      margin-bottom: 0px !important;
  }
  .template-product .jdgm-prev-badge .jdgm-prev-badge__text {
      font-size: 16px;
  }
  
  /* .template-product .appstle_subscription_wrapper .appstle_subscription_wrapper_option .appstle_subscribe_option.appstle_hide_subsOption {
      padding: 5px !important;
  }
  .template-product  .product__form .product__form-buttons a.product__form-submit {
      margin-top: 25px;
  } */
  .immunity-poits.mobile-points-sec p.section-title-rem-img {
      padding-top: 50px;
      margin-bottom: 0px;
  }
  @media(max-width:767px){
    .template-product  .product__form .product__form-buttons a.product__form-submit {
      margin-top: 20px;
  }
    .template-product .appstle_subscription_wrapper .appstle_subscription_wrapper_option .appstle_subscribe_option.appstle_hide_subsOption {
      padding: 4px !important;
  }
    .appstle_subscription_wrapper_option.appstle-active-option {
      margin-top: 15px;
  }
   .appstle_subscription_wrapper .appstle_subscription_wrapper_option.appstle-active-option {
      margin-top: 15px;
  }
    .appstle_sub_widget.WIDGET_TYPE_7 .appstle_subscription_wrapper_option .appstle_subscribe_option {
      padding-bottom: 5px !important;
  }
    .immunity-poits.mobile-points-sec p.section-title-rem-img {
      padding-top: 10px;
      margin-bottom: 5px;
  }
  }
  /* 11-03-2025 */
  .newsletter-sec-box {
      padding-top: 20px;
  }
  .nav-hamburger .menu-item a.menu-item__link {
      font-size: 22px !important;
      padding: 6px 0px !important;
  }
  .cstm-cart-style .nav-user li.nav-user__item a.nav-user__link {
      font-size: 22px;
  }
  .product-block__info .add-to-cart-form a.cta-button.add-to-cart {
      position: absolute;
      bottom: 0;
      width: auto;
      left: auto;
      right: auto;
     font-size: 14.5px;
  }
  
  /* 13-03-2025 */
   @media(max-width:767px){
   .immunity-points-image .shadow-image-mobile {
          z-index: -1;
          position: relative;
      }
  } 
  
  /* 18-03-2025 */
  .product_image {
      width: 460px !important;
  }
  @media(max-width:767px){
    .product_image {
          width: 85% !important;
      }
    .sec-2 .custom-col {
      row-gap: 10px;
  }
    .sec-2 .text-green2 {
       min-height: 40px;
      }
    .sec-2 .custom-row img {
       width: 75px;
       height: auto;
      }
  }
  @media(max-width:400px){
    .sec-2 .text-green2 {
          min-height: 52px;
      }
  }
  img.tab-inner-image {
      width: 100%;
      height: auto;
      padding-top: 15px;
  }
  
  /* 28-05-2025 */
  .faq-section .container-narrow {
      width: 100% !important;
      max-width: 1000px !important;
  }
  accordion-elements.faq__list details.faq__item {
      margin-top: 0px;
  }
  
  
  /* .direction-r .flag-wrapper span.flag {
      position: absolute;
      left: -130px;
  }
  .direction-l .flag-wrapper span.flag {
      position: absolute;
      right: -130px;
  }
  .direction-r .desc, .direction-l .desc {
      margin-top: 0px !important;
      border: 2px solid #3d4c45;
      border-radius: 8px;
  }
  .direction-l .flag-wrapper span.flag, .direction-r .flag-wrapper span.flag {
      margin-top: 0px;
      border: 2px solid #01c391;
      border-radius: 8px;
  }
    .direction-l .flag:after {
        left: -10px;
        right: auto;
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-left-color: rgb(1 195 145);
        border-width: 8px;
        transform: rotate(180deg);
  } */
  
  .product.featured-product .product__images .product__images__slider-nav .product-single__media-thumb a.product-single__thumbnail img {
      border-radius: 6px;
  }
  .mega-menu .menu-column ul li a {
      font-size: 16px;
      line-height: 24px;
  }
  .faq__item__answer {
      padding-left: 5px;
      padding-right: 5px;
  }
  
     .template-index  .faq--tabs .faq__nav {
          display: block;
          max-width: 36% !important;
          width: 100% !important;
          max-width: 50%;
      }
  /*10-06-2025*/
  .product__description__accordion .product__description .product__description__content h3, .product__description__accordion .product__description .product__description__content p {
      width: 100% !important;
      text-align: left !important;
  }
  .product__description__accordion .product__description .product__description__content ul {
      list-style: disc;
  }
  .product__description__accordion .product__description .product__description__content ul li {
      padding-bottom: 10px;
  }
  .template-product .scientific-studies {
      padding: 0px;
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .template-product .scientific-studies-image {
      margin: 30px auto 35px;
  }
  .template-product section.scientific-studies-section.what-is {
      padding: 50px 20px 10px;
  }
  .template-product section.scientific-studies-section.what-are {
      padding: 30px 20px 10px;
  }
  .template-product section.scientific-studies-section.how-works {
      padding: 40px 20px 49px;
  }
   ul.menu li.menu-item.has-submenu div.submenu.submenu--dropdown
   {
      background-color: #000;
      color: #fff;
  }
  @media(max-width:767px){
    .nav-inner.cstm-cart-style .nav-bar-product {
      padding-top: 25px;
      padding-bottom: 15px;
  }
   .nav-hamburger .submenu-item a.submenu-item__link {
        color: #fff;
        background-color: #000;
        padding: 8px 8px 8px;
  }
    .nav-inner.cstm-cart-style .nav-bar-product h2 {
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
  }
    .nav-inner.cstm-cart-style .nav-bar-product .product-slider .product-item .product-title {
      font-size: 12px;
      font-weight: 300;
      padding-top: 8px;
  }
    .nav-hamburger .submenu {
      padding-left: 0px;
  }
    .faq-section .container {
       width: 100%;
    }
    .template-product .product.container-wrap.featured-product {
      margin-top: -15px;
  }
    p.timeline_sub-heading {
      font-size: 20px;
  }
    .template-collection .product-block__image-container
   {
      position: relative;
  }
    .template-collection .product-block__image {
      padding-top: 15px;
  }
    body#testimonials-reindeer-farms-store .page-title {
      margin-bottom: 0px !important;
  }
    body#testimonials-reindeer-farms-store .page-title h1 {
      margin-bottom: 0px !important;
  }
    body#testimonials-reindeer-farms-store .text-content.rte {
      margin: 0px;
  }
    .template-blog .container-wrap.blog-listing .container {
      padding: 0px 10px !important;
  }
  }
  
  .template-blog .article.article--featured a.button.button--primary.full-width {
      border-radius: 10px;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      font-family: Poppins;
      text-shadow: 2px 2px 2px rgb(82 82 82 / 42%);
      display: inline-block;
      background: #00c391;
      width: 100%;
      border: none;
      margin-top: 15px;
      padding: 12px 10px;
      font-size: 16px;
  }
  .template-blog .article--featured .article__image-container
   {
      width: calc(100%);
      margin: 0 0px 15px;
  }
  /* 12-06-2025 */
  .nav-inner.cstm-cart-style::-webkit-scrollbar-button,
  .cstm-cart-style .product-slider::-webkit-scrollbar-button {
      display: none;
      height: 0;
      width: 0;
  }
  .nav-inner.cstm-cart-style,
  .cstm-cart-style .product-slider {
      scrollbar-width: thin;
      scrollbar-color: #404040 transparent;
  }
  
  .nav-inner.cstm-cart-style::-webkit-scrollbar,
  .cstm-cart-style .product-slider::-webkit-scrollbar {
      height: 5px;
      width: 5px;
  }
  
  .nav-inner.cstm-cart-style::-webkit-scrollbar-track,
  .cstm-cart-style .product-slider::-webkit-scrollbar-track {
      background: transparent;
  }
  
  .nav-inner.cstm-cart-style::-webkit-scrollbar-thumb,
  .cstm-cart-style .product-slider::-webkit-scrollbar-thumb {
      background-color: #404040;
      border-radius: 0px !important;
  }
  
  .nav-inner.cstm-cart-style::-webkit-scrollbar-button,
  .cstm-cart-style .product-slider::-webkit-scrollbar-button {
      display: none !important;
      height: 0;
      width: 0;
  }
  .btn-view-all a.button {
      border-radius: 10px;
      margin-top: 20px;
      font-family: 'DM Sans';
      text-transform: uppercase;
      font-weight: 700;
  }
   .nav-inner.cstm-cart-style .contact-form input.sign-up-input {
      color: #fff !important;
  }
  @media(max-width:767px){
    .scientific-studies-section.Sermorelin-section {
      padding-top: 30px;
  }
    .template-product .scientific-studies {
      padding: 10px 15px;
  }
    .template-product .product-media--image.product-image
   {
      padding: 0px;
  }
    .nav-inner.cstm-cart-style .nav-bar-product .product-slider .product-item {
      width: 30%;
  }
    .nav-inner.cstm-cart-style {
      padding-bottom: 70px;
  }
  }
  
  
  
  
  
  .payment-icons__list {
    margin: 0;
    color: var(--COLOR-FOOTER-TEXT);
    font-size: 0;
    line-height: 0;
  }
  @media only screen and (max-width: 479px) {
    .payment-icons__list {
      text-align: center;
    }
  }
  .payment-icons__item {
    display: inline-block;
    list-style: outside none none;
    margin: 0 4px 4px 0;
  }
  @media only screen and (max-width: 479px) {
    .payment-icons__item:first-child {
      margin-left: 4px;
    }
  }
  
  .payment-icon {
    display: inline-block;
    width: 38px;
    height: 24px;
    vertical-align: middle;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
  }