/** Shopify CDN: Minification failed

Line 882:38 Unexpected "{"
Line 891:1 Expected "}" to go with "{"

**/
.narrow-container {
  max-width: 980px;
}

/* top products section / product cards  */

.featured_product__item {
  border: 1px solid #e5e5e5eb;
  padding: 16px;
}

.featured_product__item-name {
  line-height: 18px !important;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
  font-weight: 700;
}

.featured_product__item-name a {
  color: #0d493c;
}

.featured_product__item-s_desc p {
  margin: 0;
}

.featured_product__item-s_desc {
  line-height: 18px !important;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
}

.featured_product__item-label {
  display: none;
}

.featured_product__item-row > .product-price {
  line-height: 16px;
  min-height: 32px;
}

.featured_product__item-review {
  min-height: 24px;
}

.home-icon-box .d-grid > div:not(:last-child) {
  padding: 60px;
}
.percentage_discount {
  color: red;
  margin-top: 20px;
  /* margin-bottom: 20px; */
  font-family: Harmonia Sans Pro Cyr !important;
  font-size: 22px;
  font-weight: 700;
  display: block;
}
.custom-font {
  color: #0d493c;
  margin-bottom: 5px;
  font-family: Harmonia Sans Pro Cyr !important;
  font-size: 16px;
  font-weight: bold;
}
.cross_amount {
  color: gray;
  margin-bottom: 5px;
  font-family: Harmonia Sans Pro Cyr !important;
  font-size: 14px;
  font-weight: bold;
  text-decoration: line-through;
}
.save_span {
  background: #e9f6f3;
  padding: 4px 14px;
  color: #0d493c;
  margin-bottom: 5px;
  font-family: Harmonia Sans Pro Cyr !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: 22px;
  display: inline-block;
}
.pitem p {
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  color: #0d493c;
}
.pitem {
  margin-top: 15px;
  padding: 0;
}

@media only screen and (min-width: 767px) {
  .featured_product__item {
    padding: 16px !important;
  }
}

/* header */
.header-desktop {
  padding: 0px 60px;
}

/* product page */
.product-sub-title {
  text-transform: uppercase;
  font-weight: 550;
  color: #0d493c !important;
  /* font-family:Harmonia Sans Pro Cyr !important; */
  font-family: "SuperaGothic" !important;
  font-weight: 600;
  font-size: 18px;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .static_image2 img {
    right: 258px !important;
  }
}
.shopify-app-block {
  margin: 60px;
}

@media only screen and (max-width: 767px) {
  .featured_product__item {
    padding: 8px !important;
  }
  .shopify-app-block {
    margin: 20px;
  }
}

/* Top products */
@media only screen and (max-width: 767px) {
  .home-products-grid.collection-grid2
    .section_content-body
    > .row
    .product-section {
    padding: 0 4px !important;
  }
}

.featured_product__item-name {
  margin-bottom: 16px !important;
}

/* review badge */
.rev-badge-mf {
  margin: 0;
  display: inline;
  color: #21483f;
  font-family: "Harmonia Sans Pro Cyr";
}

.spr-review-header-starratings {
  margin: 0px !important;
}

@media only screen and (max-width: 767px) {
  .rev-inline {
    display: block;
  }
}

.card-price,
.rev-badge {
  line-height: normal !important;
}
/* top products text center mobile */
@media (max-width: 767px) {
  .featured_product__item-name,
  .featured_product__item-s_desc {
    text-align: center;
  }
  .card-price {
    justify-content: center;
  }
  .home-rev-badge {
    display: flex !important;
    max-width: 54%;
    margin: auto !important;
  }
}

/* header icons */
.header-btn {
  padding: 14px !important;
  display: flex !important;
}

#shopify-section-header-mobile-1{
  min-height:80px;
}

@media screen and (max-width: 897px) {
  #shopify-section-header-mobile-1 .header-icons {
    margin-right: 0px !important;
  }
  .header-btn {
    padding: 6px !important;
  }
  .form-search-ui .btn {
    padding: 6px !important;
  }
}

/*------05-02-2024----*/
.sticky_atc_wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
}
.sticky_atc_button {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  align-items: center;
}
.sticky_atc_content {
  width: 60%;
  flex: 0 0 60%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sticky-button {
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
a.sticky_add_cart.btn.btn--submit.product__submit__add {
  background: #dedaef;
  border-radius: 7px;
  text-transform: uppercase;
  margin: 0 10px;
}
.sticky_atc_shown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 10px;
  z-index: 1;
}
.custom-container {
  max-width: 1560px;
  margin: 0 auto !important;
}
.sticky_atc_image {
  min-height: inherit;
  padding-right: 10px;
}
.sticky_atc_text h2 {
  margin-bottom: 4px;
  font-size: 20px;
  color: #000;
  font-weight: 900;
  letter-spacing: 1;
}
.sticky_atc_text p {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  border-bottom: 2px solid;
}
.sticky_atc_image img {
  height: 100%;
  width: 100%;
}
.sticky_atc_price {
  display: flex;
  flex-direction: column;
}
.sticky_atc_price {
  font-size: 20px !important;
  color: #0d493c;
  font-weight: bold;
  padding-right: 10px;
}
.qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4d4d4;
  margin-right: 15px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
}
.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: none;
  max-width: 35px;
  background-color: transparent;
}
.sticky_add_cart {
  margin: 0px 10px;
}
.product-cart .product-cart_button .btn:hover {
  color: #fff;
}
.sticky_atc_shown .sticky_add_cart:hover {
  background: #000 !important;
  color: #fff;
}
.grid label.card span.plan-details {
  min-height: 335px;
}
.new_best_buy_button {
  background-color: #ddd !important;
  color: #000 !important;
}
.new_best_buy_button:hover {
  color: #fff !important;
}
.product__submit__add {
  background: #ddd !important;
  border-radius: 6px !important;
  border-color: #ddd !important;
}
input#Option1 {
  top: 20px !important;
}
.product__submit__add:hover {
  background: #000 !important;
}
.product__submit__add span {
  color: #000 !important;
}
.product__submit__add:hover span {
  color: #fff !important;
}
span.custom-font {
  font-size: 26px !important;
}

@media screen and (max-width: 1300px) {
  span.percentage_discount {
    font-size: 26px !important;
  }
  .grid label.card span.plan-details {
    min-height: 323px;
  }
  .bottle_span,
  span.tablets_span {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1199px) {
  .variants-wrapper .plan-details span.percentage_discount,
  span.custom-font {
    font-size: 22px !important;
    line-height: 28px;
  }
  .grid label.card span.plan-details {
    min-height: 307px;
  }
  .variants-wrapper .select-option label {
    min-width: 200px !important;
  }
  .grid {
    width: 100%;
    overflow: auto;
  }
}

@media screen and (max-width: 991px) {
  .sticky_atc_text p {
     overflow: hidden;
      font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .sticky_atc_wrapper {
    flex-wrap: wrap;
  }
  .sticky_atc_text {
    margin-bottom: 10px;
  }
  .sticky_atc_image,
  .sticky_atc_text h2,
  .sticky_atc_price {
    display: none;
  }
  .variants-wrapper .grid {
    display: flex !important;
    column-gap: 10px !important;
    justify-content: flex-start;
    overflow: auto;
  }
  .variants-wrapper .select-option label {
    min-width: 220px !important;
    width: 100% !important;
  }
  .sticky_atc_content,
  .sticky_atc_button {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .grid label.card span.plan-details {
    min-height: 303px;
  }
  .new_best_buy_button {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .variants-wrapper .plan-details span.percentage_discount {
    font-size: 18px !important;
    line-height: 28px;
  }
  .layout-2 .product-cart > div {
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .section-f09ebed5-ed4f-4d7d-b658-30094a9ed6f4 .slide-bg-image {
    padding-top: 141% !important;
  }
}
.new_best_buy_button {
  background: #0d493c !important;
  color: #fff !important;
}

/* variant packs  */
@media only screen and (max-width: 844px) {
  .new_best_buy_button {
    margin: -9px !important;
    padding: 7px !important;
    background: #0d493c !important;
    color: #fff !important;
  }
  .variants-wrapper .select-option label {
    min-width: 180px !important;
  }
  .grid label .card span.plan-details {
    width: 180px;
  }
  .card {
    min-width: 180px !important;
  }
}

.home-head {
  text-align: center;
  font-weight: 400;
  font-size: 3rem;
}

/* sticky mobile atc */
@media only screen and (max-width: 767px) {
  .sticky_atc_image,
  .bar-in,
  .sticky_atc_price {
    display: none !important;
  }
}

.sticky_atc_text {
  max-width: 80%;
}

.sticky_atc_shown {
  border-top: 1px solid #9d9d9d66;
}

/* menu circle */

.quiz-text {
  position: relative;
  z-index: 999;
}
.quiz-circle:after {
  position: absolute;
  content: "";
  width: 150px;
  height: 50px;
  background: url(/cdn/shop/files/WhatsApp_Image_2023-12-05_at_17.46.49_b7dc3307.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -38px;
  margin-left: -14px;
}

/* slider stamp */
.slider-stamp img {
  position: absolute;
  /* content: "";  <-- REMOVE THIS LINE */
  width: 120px;
  height: 120px;
  /* Standard Animation */
  animation: mymove 12s infinite linear forwards;
  
  /* iOS Safari Optimization */
  -webkit-animation: mymove 12s infinite linear forwards;
  will-change: transform; /* Helps performance on mobile */
  z-index: 9999;
}

/* Add Webkit Keyframes for iOS */
@-webkit-keyframes mymove {
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to   { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

@keyframes mymove {
  from { transform: rotate(0deg); }
  to   { transform: rotate(359deg); }
}

/* Ensure the parent container has position relative so the image stays inside the slide */
.rotate_image.slider-stamp {
  position: absolute; /* Or relative, depending on your layout flow */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Allows clicking through the stamp to the banner link */
  z-index: 9;
}

/* --- Keep your existing Media Queries --- */

@media screen and (max-width: 767px) {
  #shopify-section-f09ebed5-ed4f-4d7d-b658-30094a9ed6f4 .slide-bg-image {
    padding-top: 148% !important;
  }
}

@media only screen and (min-width: 992px) {
  .slider-stamp img {
    left: 33% !important;
    height: 8vw;
    width: auto;
    top: 18%;
  }
}

@media only screen and (max-width: 991px) {
  .slider-stamp img {
    width: 20vw;
    height: auto;
    left: 80%;
    top: 4%;
  }
}

@media only screen and (max-width: 767px) {
  .slider-stamp img {
    width: 20vw;
    height: auto;
    left: 76%;
    top: 12%;
  }
}

/* seo footer */
.seo-wrapper {
  margin: 0 auto;
}
.seo-heading {
  font-size: 3rem;
  line-height: normal;
  color: #0d493c !important;
  font-family: "SuperaGothic" !important;
}

.seo-sub-heading {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
  font-family: "Harmonia Sans Pro Cyr";
}

@media only screen and (min-width: 767px) {
  .seo-wrapper {
    width: 90%;
  }
  .seo-heading {
    font-size: 3rem;
  }
  .seo-sub-heading {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1400px) {
  .seo-wrapper {
    width: 1360px;
  }
}

.seo-wrapper ul {
  margin: 20px 0px;
}

.product-info {
  margin-bottom: 20px !important;
}

.rec-container {
  background: #0d493c;
  border-radius: 4px;
  color: #fffff0;
}

.recommended-text {
  padding: 6px 10px;
  font-size: 14px;
}

.variant-img {
  width: 100%;
  border-radius: var(--card-radius) var(--card-radius) 0px 0px;
}

.plan-details-padding {
  padding: var(--card-padding);
}

.card #Option1 {
  visibility: hidden;
}

.pitem {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pay-desktopimg {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  .pay-mobileimg {
    display: none;
  }
}

.smaller-rec {
  font-size: 60%;
  font-style: italic;
}

.jdgm-widget.jdgm-widget,
.jdgm-prev-badge {
  display: inline-block !important;
}

#judgeme_product_reviews {
  display: block !important;
}

.whatsapp_icon_fixed{
display:none!important;
}


.blog-post-item h3 {
    font-size: 19px;
    padding: 1rem;
}
.blog-image img {
  width: 100%;
  height: auto;
  display: block;
}
.tag_button {
    background: #ecefca;
    padding: 0px 15px !important;
    border-radius: 5px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid black;
    font-weight: normal;
    cursor: pointer;
    margin: 5px;
    display: inline-block;
}


@media(max-width:749px){
 .tag_button_area p {
    display: flex
;
    flex-direction: column;
}
}

@media(min-width:749px){
 section#shopify-section-bebe286f-c6f7-4fed-abfc-9e8318d142bc .tag_button {
    background: #ecefca;
    padding: 9px 15px !important;
    border-radius: 5px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid black;
    font-weight: normal;
    cursor: pointer;
    margin: 5px;
    display: inline-block;
}
}
section#shopify-section-bebe286f-c6f7-4fed-abfc-9e8318d142bc .page-heading {
    padding-top: 3rem;
}

section.block-item.block-b81ca422-f589-4652-94bb-b8d240447413.block-paragraph {
    background: url(/cdn/shop/files/video.png?v=1752659490);
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 897px) {
    .block-item.block-b81ca422-f589-4652-94bb-b8d240447413.block-paragraph .text-content.text-1 {
        font-size: 42px !important;
    }
  .block-item.block-b81ca422-f589-4652-94bb-b8d240447413.block-paragraph .text-content.text-2 a {
        position: absolute;
        margin-top: 0px !important;
        margin-left: -77px;
    }
      .block-item.block-b81ca422-f589-4652-94bb-b8d240447413.block-paragraph {
        padding-top: 20px !important;
        height: 328px !important;
    }
}
.cart-drawer .cart-body {
    position: relative;
    text-align: center;
    overflow: scroll !important;
}
/* a#open-accordion_4 {
    font-family: "Harmonia Sans Pro Cyr";
font-size: 24px;
font-weight: 700;
line-height: 40px;
color: rgb(13, 73, 60);
}
a#open-accordion_1{
  font-family: "Harmonia Sans Pro Cyr";
font-size: 24px;
font-weight: 700;
line-height: 40px;
color: rgb(13, 73, 60);
} */


.main-menu{
  flex-wrap: nowrap;
}

.header-col-1{
  padding:0 !important;
}

.mobile-layer .mobile-menu-wrapper a.appointment_btn_mobile {
  background-color: #204742 !important;
  color: #fff !important;
  border: 2px solid #204742 !important;
  padding: 10px 20px !important;
  border-radius: 999px;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  display: block;            /* ensure pill sizing works */
  margin: 16px 16px 8px 0;
  width: 250px;
}

.mobile-layer .mobile-menu-wrapper a.appointment_btn_mobile:hover,
.mobile-layer .mobile-menu-wrapper a.appointment_btn_mobile:focus,
.mobile-layer .mobile-menu-wrapper a.appointment_btn_mobile:active{
  background-color: #fff !important;
  color: #204742 !important;
  border-color: #204742 !important;
  outline: none;
  box-shadow: none;
}

.header-row #appointment_btn_desktop_wrapper_right a.appointment_btn_desktop{
  background-color: #204742 !important;
  color: #fff !important;
  border: 2px solid #204742 !important;
  padding: 10px 20px !important;
  border-radius: 999px;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  display: block;            /* ensure pill sizing works */
  margin: 10px 16px;
  width: 250px;
}

.header-row a.appointment_btn_desktop:hover,
.header-row a.appointment_btn_desktop:focus,
.header-row a.appointment_btn_desktop:active{
  background-color: #fff !important;
  color: #204742 !important;
  border-color: #204742 !important;
  outline: none;
  box-shadow: none;
}

.header-row #appointment_btn_desktop_wrapper_left a.appointment_btn_desktop{
  background-color: #204742 !important;
  color: #fff !important;
  border: 2px solid #204742 !important;
  padding: 10px !important;
  border-radius: 999px;
  text-align: center;
  text-decoration: none !important;
  display: block;
}

.header-row #appointment_btn_desktop_wrapper_right{
  display:none;
}

@media(max-width:1600px){
  .header-row #appointment_btn_desktop_wrapper_left{
    display:none;
  }
  .header-row #appointment_btn_desktop_wrapper_right{
    display:block;
}
}

#shopify-section-header-1 {
  z-index: 9;
    position: relative;
}

@media(max-width:844px){
#breadcrumb {
      padding: 5px !important;
}
}

    ._appEmbed_3eyaa_1:not([data-position='bottom-middle'])
 {
        bottom: 20px !important;
    }
@media screen and (max-width: 768px) {{
      ._appEmbed_3eyaa_1:not([data-position='bottom-middle'])
 {
        bottom: 20px !important;
    }
}

input:focus, textarea:focus {
    box-shadow: inset 0 0 0 0px transparent;
}