/** Shopify CDN: Minification failed

Line 163:16 Expected identifier but found whitespace
Line 163:26 Unexpected ";"
Line 1238:0 Unexpected "}"

**/

.m-menu__item--mega .m-sub-menu__item--level-1>.m-menu__link {
    font-weight: 600 !important;
}
.doubly-nice-select {
    background: transparent !important;
    border: none !important;
    padding-right: 55px !important;
    padding-left: 0 !important;
}
.doubly-nice-select.right .list {
    left: 0 !important;
    right: auto !important;
}
.custom-section, .m-mega-banner__image {
    position: absolute;
    right: 229px;
    width: 150px;
    height: 150px;
    top: 201px;
}
.notes-s img.downarrow {
    max-width: 25px;
    height: 25px;
    display: none;
}
.notes-s img.downarrow:last-child {
    display: none;
}
.Button {
    border-radius: 10px;
    letter-spacing: 0;
    padding: 15px;
    text-transform: capitalize;
    width: 100%;
    max-width: 180px;
    background: #083241;
    color: #fff;
    text-align: center;
}
.custom-collection-list h2, .custom-product-categories h2, .icon-with-text h2, .icon-with-text .content p, .image-with-text-section h2, .custom-blog-posts .SectionHeader {
    margin-left: 2%;
}
.icon-with-text h2 {
    padding-bottom: 40px;
}

.icon-with-text {
  padding: 0 40px 30px;
  background-image: url(https://cdn.shopify.com/s/files/1/0017/4699/3207/files/bg-image1.png?v=1655701816);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.icon-with-text {
    padding-top: 50px;
    padding-bottom: 50px;
}
.icon-with-text .icon-text-block {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 10px 0;
  border-radius: 25px;
}

.icon-with-text .icon-text-block .icon-text {
  width: 16.666%;
  text-align: center;
}
 
.icon-with-text .icon-text-block .icon-text img {
    max-width: 100px;
    margin: 0 auto;
}

.icon-with-text .icon-text-block .icon-text p {
  font-size: 15px;
  line-height: 22px;
  margin: 20px 0 30px;
  color: #144485;
}

.icon-with-text .content p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
}

/* .icon-with-text h2,
.icon-with-text .content p {
  margin-left: 4%;
} */
 
.icon-with-text .content {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
}

.image-with-text-section {
  padding: 0 25px 40px;  
  background-image: url(https://cdn.shopify.com/s/files/1/0017/4699/3207/files/bg-image2.png?v=1655713090);
  background-repeat: no-repeat;
/*   background-position: top right -40px;
  background-size: contain; */
  background-position: top right;
  background-size: 150px;
/*   background-position: top 45px right;
  background-size: 140px; */
}

.image-with-text-section .image-with-text {
  margin-right: -25px;
}

.image-with-text-section .image-with-text .slick-list .slick-track {
  display: flex;
}

.image-with-text-section .image-with-text .item-list {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px;
  height: auto;
  margin: 20px 15px;
  border-radius: 25px;
/*   box-shadow: 0 6px 12px #00000026; */
  box-shadow: 0 6px 12px #0000001a;
}

.image-with-text-section .image-with-text .item-list .image {
  width: 30%;
}

.image-with-text-section .image-with-text .item-list .content {
  width: 70%;
  padding-left: 20px;
}

.image-with-text-section .image-with-text .item-list .content h3 {
  font-size: 20px;
}

.image-with-text-section .image-with-text .item-list .content p {
  font-size: 14px;
  line-height: 1.6;
}


a.m-button.m-button--primary {
    text-transform: capitalize;
}
.m-menu__link--main 
    font-family: system-ui;
    }

@media(min-width:900px){
h2.m-section__heading.h3.m-scroll-trigger.animate--fade-in-up {
    font-size: 48px !important;
}
}

.active-offers{
  margin-bottom: 10px;
  margin-top: 20px;
}
.active-offers .offer-list{
  display: flex;
  height: 100%;
  overflow-x: auto;
  padding: 10px 0;
}
.active-offers .promo-container{
  background: #d3d3d3;
  border: 1px dashed #145d4133;
  border-radius: 8px;
  /* height: 100%; */
  margin-right: 12px;
  width: max-content;
  display: flex;
  flex-direction: column;
}
.active-offers .promo-container .promo-container-header {
    background: #083241;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 7px;
  text-align: left;
}
.active-offers .promo-container .promo-container-details{
background: #faf5ef;
  border-radius: 0 0 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding: 5px;
  text-align: left;
  flex: 1;
}
.active-offers .promo-container .promo-container-details .copy_code{
  position: relative;
}
.active-offers .promo-container .promo-container-details .tooltiptext{
      background-color: black;
    border-radius: 8px;
    top: -30px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 25px;
    line-height: 14px;
    padding: 5px;
    position: absolute;
    right: -5px;
    text-align: center;
    text-transform: none;
    visibility: hidden;
    width: 75px;
    z-index: 1;
}
.active-offers .promo-container .promo-container-details .tooltiptext:after{
  border: 5px solid;
  content: "";
  position: absolute;
  border-color: black transparent transparent transparent;
  left: 50%;
  top: 25px;
}
.active-offers .promo-container .promo-container-details .offer-code{
      font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 2px;
}
.key-tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    
}
.key-tag p {
    font-size: 14px;
    border: 2px dashed #edd2c1;
    padding: 5px 30px;
    border-radius: 15px;
    margin-right: 15px;
    margin-bottom: 0;
}
.m-contact-information h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.m-contact-information__textblock {
    text-align: left;
}
.m-contact-information__text a.Button.Button--primary {
    border-radius: 10px;
    letter-spacing: 0;
    padding: 15px;
    text-transform: capitalize;
    width: 100%;
    max-width: 180px;
    font-weight: 500;
    display: block;
    color: #fff;
    text-decoration: none;
}
.m-contact-information__text p {
    display: block;
    font-size: 16px;
}
.m-contact-information__text a.Button.Button--primary::before {
    display: none;
}
.template-page.contact {
    background: #faf5ef;
}
input[type=text], input[type=email], input[type=password], input[type=search], select {
    border: none;
    background: transparent;
    border-bottom: 1px solid #d6d8d5;
    border-radius: 0;
}
textarea#textareaMessage {
    border: 1px solid #d6d8d5;
    background: transparent;
    border-radius: 0px;
}


@media(max-width:700px){
.icon-with-text .icon-text-block {
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
}
  .icon-with-text .icon-text-block .icon-text {
    width: 100%;
    text-align: center;
}

.shop-by-concern p.content {
    max-width: 100% !important;
}
  .shop-by-concern {
    padding: 0 30px 30px !important;
  }

  .icon-with-text .content {
    max-width: 100%;
     flex-direction: column !important;
}
 
  .icon-with-text {
    padding: 0 40px 30px;

  }
  .icon-with-text {
    padding: 0 40px 30px;
    background-image: none;
  }
  h2.Heading {
       padding-top: 30px;
    text-align: center;
}
  .icon-with-text .content p {

    text-align: center;
    margin-bottom: 20px;
}

}


input[type=search]{
border: 1px solid black !important;
}

.m-collection-page-header__inner.m-section-py.m\:text-inherit.m\:text-left {
    padding-bottom: 0px;
}

.m-menu__link--main {
    font-weight: 600;
}

.m-announcement-bar__item {
    font-weight: 600;
}



span.m-price-item.m-price-item--regular {
    color: black;
}


@media(min-width:900px){
h2.m-section__heading.h3.m-scroll-trigger.animate--fade-in-up {
    font-size: 42px;
}

h2.Heading {
    font-size: 42px;
}

.icon-with-text .content {
    font-size: 18px;
}
}

.m-price__sale .m-price-item--last {
    color: black;
}

.m-product-card {
    border: 1px solid #c5c5c5;
    padding: 0px 0px 13px;
    border-radius: 15px;
      box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.m-cart__subtotal--label, .m-cart__subtotal--price {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.recipe-guide {
  padding: 150px 50px 100px;
  position: relative;
  z-index: 1;
}
.recipe-guide-inner {
  max-width: 1960px;
  margin: 0 auto;
}

.recipe-guide .video-accordion {
  display: flex;
  flex-wrap: wrap;
}

.recipe-guide .video-accordion .video {
  width: 40%;
}

.recipe-guide .video-accordion .video iframe {
  border-radius: 20px 20px 10px 10px;
}

.recipe-guide .video-accordion #recipe-guide-accordion {
  width: 60%;
  padding-left: 50px;
}

#recipe-guide-accordion.accordion-wrapper .accordion-section {
  border-bottom: 0;
  margin-bottom: 50px;
}

#recipe-guide-accordion.accordion-wrapper .accordion-section h3.accordion-toggle {
  border-bottom: 2px solid #dcd9d8;
  margin: 0;
  padding-bottom: 10px;
  padding-right: 60px;
}

#recipe-guide-accordion.accordion-wrapper .accordion-section .accordion-toggle:after {
  right: 40px;
}

#recipe-guide-accordion.accordion-wrapper .accordion-section .accordion-content {
  margin-top: 20px;
}

.recipe-guide .top-left-image {
  position: absolute;
  max-width: 150px;
  top: 50px;
  left: -65px;
  z-index: -1;
}

.recipe-guide .top-right-image {
  position: absolute;
  right: 0;
  top: -60px;
}

.recipe-guide .top-right-image img {
  height: 300px;
  width: auto;
}

.recipe-guide .bottom-left-image {
  position: absolute;
  max-width: 150px;
  left: 0;
  bottom: -240px;
  z-index: -1;
}
.VideoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.VideoWrapper iframe, .VideoWrapper object, .VideoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ingredients .image-ingredients-block {
/*   display: flex;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: 3fr 7fr;
  grid-gap: 50px;
  padding: 80px 0;
  margin: 0 auto;
  max-width: 1960px;
  min-height: 1030px;
}

/* .ingredients .image-ingredients-block .image {
  width: 30%;
} */

.ingredients .image-ingredients-block .image .image-block {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
}

.ingredients .image-ingredients-block .image .image-block .two-image-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}

/* .ingredients .image-ingredients-block .image img {
  height: 100%;
  width: auto;
  object-fit: cover;
} */

/* .ingredients .image-ingredients-block .ingredients-block {
  width: 70%;
  padding: 80px 50px;
} */

.ingredients .image-ingredients-block .ingredients-block h2 {
    margin-bottom: 30px;
    padding: 0;
}

.ingredient-icon-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  width: 100%;
  max-width: 600px;
}
.ingredient-icon-row .ingredient-icon-svg {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ingredient-icon-row .ingredient-icon-svg img {
  max-width: 100px;
}
.ingredient-icon-row .ingredient-icon-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ingredient-icon-row .ingredient-icon-text>div:first-child {
  margin-bottom: 20px;
}
.ingredient-icon-row .ingredient-icon-text h4  {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: 'Gotham';
}
.ingredient-icon-row .ingredient-icon-text p {
  font-size: 14px;
}
.ingredients .image-ingredients-block .ingredients-block .ProductMeta__Description p {
  font-size: 14px;
  max-width: 600px;
}

.ingredients .image-ingredients-block .ingredients-block .ingredients-list h3 {
  font-size: 22px;
  font-family: 'Gotham';
}

.ingredients .image-ingredients-block .ingredients-block .ingredients-list .ingredients-list-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.ingredients .image-ingredients-block .ingredients-block .ingredients-list .ingredients-item {
  display: flex;
  align-items: center;
  width: 50%;
  padding-left: 30px;
}

.ingredients .image-ingredients-block .ingredients-block .ingredients-list .ingredients-item img {
  max-width: 200px;
}

.ingredients .image-ingredients-block .ingredients-block .ingredients-list .ingredients-item h4 {
 font-size: 18px;
  margin-bottom: 10px;
  font-family: 'Gotham';
}

.ingredients .image-ingredients-block .ingredients-block .ingredients-list .ingredients-item p {
  font-size: 14px; 
}

.ingredients {
  position: relative;
}

.ingredients .bottom-left-image {
  position: absolute;
  bottom: 3px;
  left: 0;
}

.ingredients .bottom-left-image img {
  height: 270px;
  width: auto;
}
.ingredients .key-tag p {
    font-size: 16px;
    border: 2px dashed #edd2c1;
    padding: 6px 30px;
    border-radius: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    display: none;
}
.template-product .Product__Wrapper .Product__InfoWrapper .Product__Info .key-tag, .ingredients .key-tag {
    padding: 0;
}
.ProductMeta__Description, .ProductMeta__Text {
    margin: 24px 0;
    text-align: left;
}

  .image-block.mob.ingredients-image-slider {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .ingredients .image-ingredients-block {
        grid-template-columns: 1fr;
        grid-gap: 0;
        padding: 50px 0;
    }
  .ingredients .image-ingredients-block .image {
    padding: 20px;
}
  .ingredients .image-ingredients-block .ingredients-block {
    padding: 20px;
}
  .ingredient-icon-row {
    grid-template-columns: 1fr;
}
}
@media screen and (max-width: 500px) {
    .ingredients .image-ingredients-block .ingredients-block .ingredients-list .ingredients-item img {
        max-width: 130px;
    }
}

@media screen and (max-width: 1300px) {
    .ingredients .image-ingredients-block .ingredients-block .ingredients-list .ingredients-item img {
        max-width: 150px;
    }
}
@media screen and (max-width: 1007px) {
    .ingredients .image-ingredients-block .ingredients-block .ingredients-list .ingredients-item {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width: 640px) {
    .ingredients .bottom-left-image img {
        height: 100px;
    }
}
@media screen and (max-width: 500px) {
    .recipe-guide .top-right-image img {
        height: 150px;
    }
}
@media screen and (max-width: 500px) {
    .recipe-guide .top-left-image {
        max-width: 70px;
        left: 0;
    }
}
@media screen and (max-width: 768px) {
    .recipe-guide .video-accordion .video {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .recipe-guide .video-accordion #recipe-guide-accordion {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
}
@media screen and (max-width: 500px) {
    .recipe-guide {
        padding: 80px 18px 30px;
    }
}

@media screen and (max-width: 768px) {
    .recipe-guide .bottom-left-image {
        max-width: 100px;
        bottom: -150px;
    }
}
@media screen and (max-width: 500px) {
    .recipe-guide .bottom-left-image {
        max-width: 70px;
        bottom: -100px;
    }
}
@media screen and (max-width: 640px) {
    .faqs {
        padding: 50px 18px !important;
    }
}


@media screen and (max-width: 768px) {
    .image-with-icons .top-right-image {
        top: -80px!important;
        max-width: 130px!important;
    }
}
@media screen and (max-width: 640px) {
    .image-with-icons .top-right-image {
        top: -50px!important;
        max-width: 100px!important;
    }
}
@media screen and (max-width: 768px) {
    .image-with-icons .image-icons-block .image {
        width: 100%!important;
    }
}


@media screen and (max-width: 768px) {
    .image-with-icons .image-icons-block .icons-block {
        width: 100%!important;
        padding: 50px 30px!important;
    }
}
@media screen and (max-width: 640px) {
    .image-with-icons .image-icons-block .icons-block {
        padding: 50px 18px!important;
    }
h2.product-title.Heading {
    text-align: left !important;
    padding-top: 0;
    padding-bottom: 20px;
}
}

@media screen and (max-width: 1200px) {
    .image-with-icons .image-icons-block .icons-block .icon-text-block .icon-text {
        width: 33.333%!important;
        margin-bottom: 20px!important;
    }
}
@media screen and (max-width: 500px) {
    .image-with-icons .image-icons-block .icons-block .icon-text-block .icon-text {
        width: 50%!important;
    }
  .image-with-icons .image-icons-block .icons-block .icon-text-block .icon-text img {
    max-width: 100px;
    margin: 0 auto;
}
}
@media screen and (max-width: 640px) {
 .custom_newsletter .top-right-image {
    right: 0px !important;
    max-width: 70px !important;
}
}
@media screen and (max-width: 640px) {
    .custom_newsletter .custom_newsletter_content {
        width: 100%!important;
        margin-bottom: 20px!important;
    }
}@media screen and (max-width: 640px) {
    .custom_newsletter .custom_newsletter_form {
        width: 100%!important;
    }
}
@media screen and (max-width: 640px) {
.custom_newsletter .SectionHeader__Heading {
    font-size: 32px!important;
    line-height: 1.2!important;
    text-align: left;
    padding: 0;
}
  
}
@media screen and (max-width: 640px) {
    .custom_newsletter {
        padding: 40px 20px!important;
        position: relative;
    }
}

button.m-product-form.m\:w-full.m-product-quickview-button.m-spinner-button.m-button.m-button--secondary {
    background: #083241;
    color: white;
}

.rc-container-wrapper.rc_container_wrapper {
    display: none;
}

.m-facets .m-facet--checkbox {
    word-break: keep-all !important;
}

.m-product-card__content {
    padding: 10px;
}

button.m-product-form.m\:w-full.m-product-quickview-button.m-spinner-button.m-button.m-button--secondary {
    text-transform: uppercase;
}

button.m-add-to-cart.m-spinner-button.m\:w-full.m-button.m-button--secondary {
    background: white;
    text-transform: uppercase;
    color: black;
}

.m-price__sale .m-price-item--last {
    color: rgb(0 0 0) !important;
    font-weight: 600;
}

.main-product__block .m-product-tax {
    font-weight: 600;
    font-size: 14px;
    color: rgb(127 127 127) !important;
}

label.m-product-option--label {
    font-weight: 600;
}

m-quantity-input.m-quantity {
    background: #faf5ef;
}

.m-product-form .m-add-to-cart {
  
    text-transform: uppercase;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded.BUz42FHpSPncCPJ4Pr_f.jjzYeefyWpPZLH9pIgyw.RWJ0IfBjxIhflh4AIrUw {
    text-transform: uppercase;
}

#section-template--15499718819903__custom_newsletter_NwnPGj .Form__Input::placeholder{
color:black;
}

#section-template--15499718819903__custom_newsletter_NwnPGj .Form__Submit:hover{
color:white !important;
}


a.m-button.m-button--primary {
    text-transform: capitalize;
    background: #083241;
}


.template-product #MainContent {
    padding-bottom: 0px !important;
}

.m-menu-mobile__item>a {
    text-transform: uppercase;
}

.m-menu-mobile__item {
    border-bottom: 1px solid #cfcfcf;
}

ul.footer__list-social.list-unstyled.list-social {
    display: flex;
    gap: 15px;
    padding: 5px 0px;
}

    .cont-img {
        display: flex;
        justify-content: space-evenly;
        text-align: left;
    }
.set-i {
    margin-bottom: 14px;
 
    margin-right: 20px;
}

.set-i img {
    width: 70px;
    margin: 0px auto;
}

.txt-s {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 11px;
    margin-top: 10px;
  font-weight:600;
}

.cont-img {
    display: flex;
}


@media(max-width:700px){
button.m-product-form.m\:w-full.m-product-quickview-button.m-spinner-button.m-button.m-button--secondary {

    font-size: 14px;
}
  .m-product-card__info {
    min-height: 71px;
}
}

.gt-pp responsive-image.m-image.m\:w-full.m-image-loaded {
    border-radius: 200px 200px 0px 0px;
}

.m-product-card__media {
    border-radius: 10px;
}

responsive-image.m-image-loaded {
    background-color: #0000;
  border-radius: 15px 15px 15px 15px;
}

.m-icon-box.m-icon-box--vertical.m-gradient.m-color-default.m-scroll-trigger.animate--fade-in-up {
    border-radius: 10px 10px 0px 0px;
}


body .m-footer--block .social-media-links a {
    color: #f7e9e1 !important;
    background-color: #083241 !important;
}

.key-tag p {
    background: #f5f0e1;
}

.ftg {
    margin-top: 10px;
}

.m-product-card__tags.notes-t {
    left: 141px;
}

.m-product-card__tags.notes-t p {
    background: #da3f3f;
    padding: 2px 7px;
    border-radius: 20px;
    color: white;
    font-size: 13px;
}


.notes-s {
    display: flex;
    gap: 6px;
}

.notes-s p {
 border:2px dashed #edd2c1;
    padding: 2px 8px;
    border-radius: 13px;
    margin-bottom: 6px;
      background: #f5f0e1;
}
.product-bottom .bottom-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-start;
}
.product-bottom .bottom-list li {
    width: 50%;
    margin: 0 0 0 0;
}
.product-bottom .bottom-list .item-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}
.product-bottom .bottom-list .item-wrap img {
    margin-right: 12px;
    max-width: 25px;
    min-height: 24px;
}
.product-bottom .bottom-list .item-wrap p {
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000000;
}
.m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin: 0 !important;
    width: auto !important;
}
.m-product-card__content.m\:text-left {
    position: unset;
}
button.m-product-form.m\:w-full.m-product-quickview-button.m-spinner-button.m-button.m-button--secondary {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #c5c5c5;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    border-radius: 0px 15px;
    width: 81px;
    height: 40px;
    transform: unset;
    border-top: 0px;
    border-right: 0px;
    padding: 0px;
    color: #000;
}
.m-product-form .m-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #083241;
    border-color: #faf5ef;
  
}
button.m-add-to-cart.m-spinner-button.m-button.m-button--secondary:hover {
    box-shadow: none;
    color: #000;
}
.m-product-form .m-add-to-cart span.m-price-item.m-price-item--sale.m-price-item--last {
    font-size: 16px;
    line-height: 1;
}
.m-product-form .m-add-to-cart span.m-price-item.m-price-item--regular {
    font-size: 16px;
    font-weight: 600;
}
.m-product-form .m-add-to-cart s.m-price-item.m-price-item--regular {
    line-height: 1;
}
.m-product-form .m-add-to-cart span.m-add-to-cart--text {
    font-size: 16px;
    font-weight: 200;
}
@media(max-width:700px){
.notes-s p {
    font-size: 11px;
}
}


.product_includes_v3_new h4 {
    background: #FFAA76;
    color: #000;
}
.product_includes_v2_new {
	max-width: 100%;
	margin-bottom: 25px !important;
}

.product_includes_v2_new h4 {
    background: rgb(218 63 63);
    margin-bottom: 15px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    padding: 10px 15px;
    text-transform: uppercase;
    margin-top: 15px;
}

.product_includes_v2_new .product--include-wrapper {
	display: flex;
}

.product_includes_v2_first_new {
    background: #faf5ef;
    border-radius: 10px;
    width: calc(100% - 0px);
    display: flex;
    padding: 15px;
    gap: 30px;
}

.product_includes_v2_first_new .product--include-block {
	width: 50%;
	text-align: center;
	position: relative;
}

.product_includes_v3_new .product_includes_v2_first_new .product--include-block:after {
     content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #da3f3f;
    right: -15px;
    top: 0px;
}

.product_includes_v2_first_new .product--include-block:first-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #da3f3f;
    right: -15px;
    top: 0px;
}
.product_includes_v2_first_new .product--include-block:last-child:after {
    display:none;
}
.product_includes_v2_first_new .product--include-block .image {}

.product_includes_v2_first_new .product--include-block .image img {
	display: flex;
	width: 100%;
	max-width: 88px;
	margin: auto;
}

.product_includes_v2_first_new .product--include-block .right-content {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	padding-top: 10px;
}

.product_includes_v2_second_new {
	background: #6A4FB1;
	border-radius: 10px;
	margin-left: 10px;
	width: 105px;
	padding: 8px 8.5px 18px 8.5px;
	text-align: center;
}

.product_includes_v2_second_new .product--include-block .image {}

.product_includes_v2_second_new .product--include-block .image img {
	display: flex;
	width: 100%;
	max-width: 88px;
	margin: auto;
}

.product_includes_v2_second_new .product--include-block .right-content {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	padding-top: 10px;
}

.bt9 img {
    width: 80px;
}

.box-s {
    display: flex;
    gap: 10px;
}

.m-cart-drawer__items responsive-image.m-image-loaded {
    background-color: #0000;
    border-radius: 15px 15px 15px 15px;
}

span.option-label--title {
    font-weight: 600;
}

@media(max-width:700px){
.m-main-product--info .m-breadcrumb--item {
    padding: 6px;
 margin-top: -26px;
}

  
.m-announcement-bar__content {
        font-size: 12px !important;
}
.m-product-media--mobile .swiper-pagination, .m-product-media--desktop .swiper-pagination {
    position: absolute;
    bottom: 5px;
}
  .main-product__block-title+div[class*="@app"] #shopify-block-loox-rating, .main-product__block-title+div[class*="@app"] .jdgm-preview-badge {
    margin-top: -19px !important;
}
  }
#shopify-section-template--15546877837375__product-details-tabs .m-tabs__header {
    justify-content: center !important;
}
}

h3.ft-taste {
    font-size: 22px !important;
    margin-top: 20px;
}

button.m-add-to-cart.m-spinner-button.m-button.m-button--primary.m\:flex-1 {
    color: #fffcfc;
    background: #083241;
}

nav.m-breadcrumb.m\:w-full {
    display: none;
}

.m-price--sold-out .m-price__badge-sold-out .m-product-tag, .m-price--sold-out .m-price__badges .m-product-tag, .m-price--on-sale .m-price__badge-sale .m-product-tag, .m-price--on-sale .m-price__badges .m-product-tag {
 border-radius:0px;
    background: #f5f0e1 !important;
    color: black;
}



#section-template--15546877837375__custom_newsletter_NwnPGj .Form__Input::placeholder {
    color: black;
}

.m-cart-item__title {
    font-weight: 600;
}

.m-cart-item__price {
    font-weight: 600;
}

li.m-menu__item.m-menu__item--parent[data-index="3"] {
    color: red;
}

.no-cta a.m-button.m-button--primary {
    display: none;
}

label.m-product-option--node__label {
    border-radius: 0px !important;
    font-size: 14px !important;
    padding: 6px 7px !important;
}

.m-tab-header:after{
  visibility:hidden;
}

.m-tab-header.active, .m-tab-header:hover {
    font-weight: 600;
}
span.jdgm-prev-badge__text {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}
span.jdgm-prev-badge__text {
    display: inline-block;
}
span.jdgm-prev-badge__text:before {
    content: '';
    position: absolute;
    background: url(/cdn/shop/files/open-bracket.png?v=1722616201);
    background-size: cover;
    width: 20px;
    height: 20px;
    left: -8px;
    top: 1px;
}
span.jdgm-prev-badge__text:after {
    content: '';
    position: absolute;
    background: url(/cdn/shop/files/close-bracket.png?v=1722616200);
    background-size: cover;
    width: 20px;
    height: 20px;
    right: -8px;
    top: 1px;
}
h3.ft-taste {
    font-size: 22px;
}

.m-tab-header.active, .m-tab-header:hover {
    font-size: 20px !important;
    font-weight: 600 !important;
}

h3.ft-taste {
    margin-top: 8px;
}

.m-price--on-sale .m-price__sale {
    margin-left: 0px;
}

.m-add-to-cart .product-block-group--price {
    display: none;
}

.template-product .qty-gift .gift {
    margin-left: 30px;
    display: flex;
    align-items: center;
}
.gift {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
}
input#gift {
    width: 22px;
    height: 22px;
    margin-top: 3px;
}
.gift label {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.gift label img.Image--lazyLoad {
    width: 25px;
    margin: 0 10px;
}

.m-collection-card--standard .m-collection-card__title sup{
display:none;
}
.m-mega-collection-list h3.m-collection-card__title {
    font-size: 14px;
    text-align: center;
}
.m-mega-collection-list a.m-collection-card__image {
    margin: 0 auto !important;
}
.m-filter--wrapper .m-accordion--item {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
}
@media(max-width:700px){
.m-megamenu-mobile__collections .m-mixed-layout__inner {

    display: grid !important;
  gap: 20px 0px;
}
  .m-collection-card__info {
    margin-left: 4px;
}
  a.m-product-card__name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
}
@media screen and (max-width: 1279px) {
  .bt-b  .m-richtext__description+.m-richtext__button {
        margin-top: 24px;
        margin-bottom: 15px;
    }
 .flet  .m-mixed-layout__inner.m\:grid.m\:grid.md\:m\:grid-2-cols.lg\:m\:grid-5-cols {
    overflow: scroll;
    display: flex !important;
}
  div#smile-ui-lite-launcher-frame-container {
    bottom: 130px !important;
}
}

@media(min-width:700px){
.m-product-collapsible {
    display: none;
}


}

a.m-collection-card__link.m\:block {
    text-transform: uppercase;
}


.m-product-card__content.m\:text-left {
    min-height: 194px;
}

.m-contact-information__text a.Button.Button--primary:hover{
background:#083241;
}

.main-product__block-inventory_status .m-product-inventory__text {
    padding-left: 26px;
    display: none;
}
variant-picker .m-product-option--swatch .m-product-option--node__label[data-option-type=color] {
    font-size: 0 !important;
}

.flavor_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}
.flavor_qty.quantity input[field=quantity] {
    background: transparent;
    border: 1px solid #000;
    width: 22px;
    height: 22px;
    text-align: center;
    padding: 0;
    line-height: 0;
    cursor: pointer;
}
.flavor_qty.quantity input.qty {
    max-width: 22px;
    height: 22px;
    text-align: center;
    border: 1px solid #000;
    line-height: 0px;
      padding: 0;
}

.floavor_name input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px!important;
    width: 21px!important;
    min-width: 21px!important;
    min-height: 21px!important;
    max-height: 21px!important;
    max-width: 21px!important;
    padding: 0!important;
    outline: none;
    display: inline-block;
    vertical-align: text-bottom;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid #000;
    transition: background .3s,border-color .3s,box-shadow .2s;
    opacity: 1;
}
.floavor_name input[type=checkbox]:checked {
    background: #051e38;
}
.floavor_name input[type=checkbox]:checked:after {
    width: 5px;
    height: 9px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r,20deg));
    content: '';
    position: absolute;
    transition: transform
    var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s);
    display: block;
}
.flavor_qty.quantity, .floavor_name {
    display: flex;
    column-gap: 2px;
}

.flavor_qty.quantity.qtyactive input.qty {
    background: #051e38;
    color: #fff;
}
span#cus_addtocart {
    cursor: pointer;
  flex: 1;
}
span#cus_addtocart:hover {
    border: none !important;
    box-shadow: none !important;
    color: #000 !important;
}
span.product-form__option-name {
    display: block;
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 20px;
    font-weight: 600;
}
p.choose_option {
    font-size: 14px;
}
.floavor_name img {
    vertical-align: middle;
}
.floavor_name input[type=checkbox] {
    display: none;
}
.floavor_name {
    flex-direction: column;
    align-items: center;
}
.flavor_list {
    flex-direction: column;
}
.flavorlist_data {
    display: grid;
    grid-template-columns: repeat(6,minmax(auto,1fr));
    gap: 15px;
}
.floavor_name label {
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
}
@media screen and (max-width: 800px){
  .flavorlist_data {
    display: grid;
    grid-template-columns: repeat(3,minmax(auto,1fr));
    gap: 20px;
}
  .floavor_name label {
    font-size: 13px;
}
.product-card-layout-02 .products-grid .product {
    margin-top: 0 !important;
}  
  .m-collection-page-header__inner.m-section-py.m\:text-inherit.m\:text-left {
    padding: 14px 5px;
}
.m-price--on-sale .m-price__sale {
    margin-left: 0px !important;
}
  .m-header__mobile m-search-popup {
    padding: 0;
    margin: 0;
}
 .m-header__mobile m-search-popup button.m-search-form__button {
    padding: 0;
} 
 .m-header__mobile-right {
    align-items: center;
}
.doubly-nice-select {
    margin-left: 10px;
}
.doubly-nice-select {
    padding-right: 25px !important;
}
 .menuicon{
    align-items: center;
} 
 .m-logo.m-logo--mobile.m\:justify-center.m\:w-6\/12.m-logo--has-image {
    flex: none;
    padding: 0;
    width: 25%;
}
.m-sticky-addtocart .m-product-option--dropdown-select {
        display: none !important;
}
}

span.m-currency--saved.m\:font-medium {
    font-weight: 700;
}

.m-product-form .m-add-to-cart{
border-radius:0px 15px;
}
a.wtsachat span.wtsicon {
    width: 35px;
    height: 35px;
    display: block;
}
a.wtsachat {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 10px;
    justify-content: center;
}
.m-mobile-sticky-bar--item {
    flex-direction: column;
}
.m-mobile-sticky-bar--item img.rewar-icon,
.m-mobile-sticky-bar--item svg.m-svg-icon--large{
    margin: 0 auto;
}
.m-mobile-sticky-bar--item {
    flex-direction: column;
    text-align: center;
}
.m-mobile-sticky-bar--item {
    flex-direction: column;
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}
.Form__Submit:hover {
    color: #fff !important;
}

@media(max-width:700px){

.ffg .m-mixed-layout__inner{
display:flex !important;
}
.m-collection--wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}  
.main-product__block.main-product__block-custom_liquid table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    overflow-x: auto;
    width: auto !important;
}
.main-product__block.main-product__block-custom_liquid table td {
    padding: 10px;
    height: auto !important;
    text-align: left !important;
    border: 1px solid #000;
}
}

img.rewar-icon {
    width: 23px;
}


.m-product-form .m-add-to-cart {
    color: white;
}
li.m-menu-mobile__item[data-index="1"] ul.m-submenu-mobile {
    display: none;
}
variant-picker .m-product-option--button .m-product-option--node__label {
    padding: 0!important;
    border-radius: 10px!important;
    overflow: hidden;
    width: 170px;
    min-width: 170px !important;
    display: block !important;
    background: #fff !important;
    color: #000 !important;
}
variant-picker .m-product-option--button .m-product-option--node input:checked+label {
    border: 1px solid #083241;
}
variant-picker .m-product-option--button .m-product-option--node__label .ctmbtnvar p {
    background: #083241;
    color: #fff;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}
.varprice span.varmainprice {
    display: block;
    font-weight: 600;
    font-size: 18px !important;
}
.varprice span.varcomprice {
    color: #083241;
    font-size: 14px;
    display: block;
    text-decoration: line-through;
}
.varprice {
    padding: 10px;
    padding-top: 0px;
  padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
variant-picker .m-product-option--button .m-product-option--node__label .ctmbtnvar p {
    background: #f4f6f8;
    color: #000;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
}
.price-discount {
    font-size: 11px;
    color: red;
    line-height: 15px;
    font-weight: 600;
}
variant-picker .m-product-option--button .m-product-option--node input:checked+label p {
    background: #083241;
    color: #fff;
}
@media(max-width:700px){
div#shopify-section-sections--15546870595647__header {
    max-height: 80px;
}
.m-header__mobile m-search-popup {
    padding-right: 0 !important;
}
  .m-wishlist-page-content__wrapper.is-visible {
    display: flex !important;
}
}

@media screen and (min-width: 900px) and (max-width: 1299px){
  .flavorlist_data {
    display: grid;
    grid-template-columns: repeat(4,minmax(auto,1fr));
    gap: 15px;
}
}