/** Shopify CDN: Minification failed

Line 312:0 Unexpected "}"
Line 496:4 Unexpected "{"
Line 496:5 Expected identifier but found "%"
Line 496:36 Unexpected "{"
Line 496:37 Expected identifier but found "%"

**/
/* ==========Global Css========== */
@font-face {
  font-family: "Beausite Classic Trial";
  src: url("/cdn/shop/files/Beausite_Classic_Bold.ttf?v=1736335102");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Beausite Classic Trial";
  src: url("/cdn/shop/files/Beausite_Classic_Medium.ttf?v=1736414277");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Beausite Classic Trial";
  src: url("/cdn/shop/files/Beausite_Classic_Trial_Regular.ttf?v=1736335116");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Beausite Classic Trial";
  src: url("/cdn/shop/files/Beausite_Classic_Trial_Light.ttf?v=1736335091");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Beausite Classic Trial";
  src: url("/cdn/shop/files/Beausite_Classic_Trial_Semibold.ttf?v=1736410152");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Geeeki-Regular;
  src: url("/cdn/shop/files/Geeeki-Regular.otf?v=1736253425");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam";
  src: url("/cdn/shop/files/BeVietnam-Regular.ttf?v=1736338960");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/cdn/shop/files/Fontspring-DEMO-proximanova-bold.otf?v=1737099449");
  font-weight: 700;
  font-display: swap;
}


img {
  max-width: 100%;
  display: flex;
}
a {
  cursor: pointer;
  /* color: unset; */
  text-decoration: none;
}
body {
  letter-spacing: 0 !important;
  font-family: Corsica MX;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.owl-item,
.owl-stage {
  display: flex;
}
.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  background-color: transparent;
  color: #24201f;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
}

.home-banner-button {
  border-radius: 100px;
  background: #ffb4db;
  box-shadow: 3px 4px 0px 0px #033f3b;
  max-width: 318px;
  width: 100%;
  height: 53px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.home-banner-button .btn-text {
  color: #033f3b;
  text-align: center;
  font-family: "Beausite Classic Trial";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  padding-top: 4px;
}
.home-banner-button:hover {
  /* background-color: #f072a1; */
}

/* ========Header Css======== */

/* ========Subscription Css======== */
.appstle_sub_widget{
  display:none;
}
/* ========Subscription End======== */
.header-wrapper {
  background: #033f3b;
  height: 81px;
}
.list-menu__item {
  color: var(--White, #fff);
  font-family: "Beausite Classic Trial";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.408px; /* 131.486% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.header__menu-item:hover {
  color: #fff;
}
.header__active-menu-item {
  color: var(--White, #fff);
}
.header__menu-item {
  padding: 1.5rem;
}
.header__icon .svg-wrapper {
  width: 30px;
  height: 30px;
  background: #f7f0e2;
  border-radius: 50%;
}
.header-btn-wrapper {
  width: 216px;
  height: 42.876px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #ffb4db;
  box-shadow: 3px 4px 0px 0px #033f3b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
.header-btn {
  color: #033f3b;
  text-align: center;
  font-family: "Beausite Classic Trial";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.angle-icon {
  height: 25px;
}
.header__icon .icon {
  height: 2rem;
  width: 51px;
}
.header-btn-wrapper span.angle-icon {
  position: absolute;
  right: 12px;
  top: 8px;
}
@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
.list-menu__item {
    font-size: 12px;
}
  .product-form__input--pill.pack-swatch input[type=radio]+label {
    min-height: 160px;
}
}

@media screen and (max-width: 989px) {
  .list-menu__item {
    color: #000;
  }
}

@media screen and (max-width: 556px) {
  .header-btn-wrapper {
    display: none;
  }
  .home-banner-button {
    width: 182.318px;
    height: 47.836px;
    border-radius: 90.256px;
    background: #ffb4db;
    box-shadow: 2.708px 3.61px 0px 0px #033f3b;
  }
}


/* product Variant Picker CSS Start */
.price--large{
    display: none;
}
.pack-swatch legend.form__label.pills {
    display: none;
}
.product-top-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
  height:20px;
}
.product-top-rating svg {
fill: #D3ED3A;
}
.product-top-rating-text {
color: var(--Dark-Green, #033F3B);
font-family: "Beausite Classic Trial";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 135%;
      margin-top: 5px;
}
.product-top-rating-text strong{
font-weight: 700;
line-height: 62.102px;
}
 .product__info-container .product__title h1 {
color: #033F3B;
font-family: Geeeki-Regular;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 135%; /* 33.75px */
letter-spacing: 1.25px;
max-width: 400px;
   margin-top:16px;
}


 .template-product .product-form__input {
     max-width: 100% !important;
}

.product-form__input--pill input[type=radio]:disabled+label, .product-form__input--pill input[type=radio].disabled+label {
    background-color: #fff;
    border: transparent;
    border-color: transparent;
}

 .product-form__input--pill input[type="radio"]:checked + label {
    background-color: #FFF !important;
    border-radius: 10px;
   border-color: #033F3B !important;
    border: 2px solid #033F3B;
}

.variant-boxz input[type=radio]+label{
       padding: 3rem 2rem !important;
}

.variant-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap:10px;
      /* max-width: 123px; */
}
}
.variant-boxz{
  padding:3rem 2rem !important;
}
 .product-form__input--pill .bottol-text {
color: #00514C;
font-family: "Beausite Classic Trial";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
max-width:86px;
text-transform: capitalize;
}

label.Pack.variant-boxz {
    /* max-width: 123px;
    max-height: 157px; */
  width:33.33%;
    border-radius: 10px;
    border: 2px solid #033F3B;
    background: #FFF;
  position:relative;
}
.pack-swatch {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap:12px;
}

.pack-swatch .pack-swatch{
    display: none;
}

.varaint-image {
    max-height: 117px;
}
.bestsaller{
  color: #000;
  font-family: Beausite Classic Trial;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  width: max-content;
  padding: 5px 10px;
  border-radius: 5px;
  background: #faedd6;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
legend.form__label.pills {
    color: #000;
    font-family: "Beausite Classic Trial";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.form__label .variant-name{
 color: #000;
font-family: "Beausite Classic Trial";
font-size: 15px;
font-style: normal;
font-weight: 400 !important;
line-height: 95%;
letter-spacing: -0.45px;
text-transform: capitalize; 
  margin-left: 5px;
}
/* product Variant Picker CSS End */
.product-form__input--pill.pack-swatch input[type=radio]+label{
  border-radius: 10px;
background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
border: 2px solid transparent;
padding: 2rem 2rem;
min-height: 228px;
}
.product-form__input--pill.flavor-icon-box input[type=radio]+label{
border-radius: 100%;
padding: 9px;
min-width: 37px;
min-height: 37px;
background-color:#fff;
border:transparent;   
}
.product-form__input--pill.flavor-icon-box input[type="radio"]:checked + label {
   border-color: #033F3B !important;
   border: 2px solid #033F3B;
   background-color:#fff !important;
   overflow: hidden;
}
.flavor-icon-box{
  margin-top:21px !important;
}

.flavor-icon-box .flavor-icon {
    width: 45px;
    height: 45px;
    object-fit:contain;
}
  .quantity:after, .quantity:before{
    opacity:0;
  } 
.quantity {
    border-radius: 106.118px;
    border: 1.061px solid #033F3B;
    background: #F7F0E2;
    height: 56px;
    max-width: 116px;
  overflow: hidden;
}
.quantity__input {
color: #033F3B;
text-align: center;
font-family: "Beausite Classic Trial";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}
.product--large:not(.product--no-media) .product__info-wrapper {
        padding: 0 0 0 0 !important;
    }
.product__info-container {
        max-width: 100% !important;
        border-radius: 20px;
        background: #F5FAF0;
        padding: 3rem;
}
.product-form__quantity .form__label {
    display: none;
}
.price--on-sale .price__sale {
    display: initial;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: "Beausite Classic Trial";
    font-weight: 600;
}

.product-form__buttons button.product-form__submit{
    border-radius: 100px;
    background: linear-gradient(90deg, #00514C 0%, #068880 100%);
    color: #FFF;
    text-align: center;
    font-family: "Beausite Classic Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.9px;
    height: 56px;
    text-transform: uppercase;
  margin: 0;
}
.product-form__buttons button.product-form__submit:after{
  display:none;
}
.product-buy-btn-wrapper {
    display:flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
}
.product-buy-btn-wrapper .abc {
    width: 100%;
}
.price--large, .product__info-container .price--on-sale .price-item--regular{
color: #1C1C1C;
font-family: "Beausite Classic Trial";
font-size: 18px;
font-style: normal;
font-weight: 800;
}

.payment-icons {
    {% comment %}padding-left: 3rem;{% endcomment %}
}

.payment-icons .payment-img img{
  width: 313.223px;
height: 29.694px;
      object-fit: contain;
    margin: 0 auto;
}
.price-dot {
    padding: 0 1rem;
}
.product-wrapper.product.grid {
    gap: 40px;
}

/* =======cart-page css start====== */
#CartDrawer .drawer__heading{
      font-family: Geeeki-Regular;
}
.cart-drawer .cart-items th{
  font-family: "Beausite Classic Trial";
}
.cart-drawer .cart-items td{
  font-family: "Beausite Classic Trial";
}
.cart-drawer__footer h2{
  font-family: "Beausite Classic Trial";
}
.cart-drawer__footer p{
  font-family: "Beausite Classic Trial";
}
.cart-drawer .cart__checkout-button{
  font-family: "Beausite Classic Trial";
  text-transform:uppercase;
      font-weight: 700;
}
.cart-drawer .price{
  font-weight: bold;
}
.cart-drawer__empty-content {
    font-family: "Beausite Classic Trial";
}
/* =======cart-page css end====== */








@media(max-width: 768px){
  .product-form__input--pill .bottol-text {
    font-size: 14px;
}
  .product-form__input--pill.pack-swatch input[type=radio]+label {
    border-radius: 8.752px;
    border: 1.75px solid transparent;
    padding: 1rem 1rem;
    min-height: 160px;
    /* min-height: 175px; */
}
  .bestsaller {
    top: -15px;
}
  legend.form__label.pills {
    font-size: 12.42px;
    line-height: 95%;
    letter-spacing: -0.373px;
}
  .form__label .variant-name {
    font-size: 12.42px;
    line-height: 95%;
    letter-spacing: -0.373px;
}
  .flavor-icon-box {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

   .flavor-icon-box  legend.form__label.pills {
        /* text-align: center; */
    }
.product__info-container .product__title h1 {
    font-size: 24px;
}
  .flavor-icon-box .flavor-icon {
    width: 35px;
    height: 35px;
  }
}
@media(max-width: 360px){
  
    .product-form__buttons button.product-form__submit {
        font-size: 12px;
    }
  .product-form__input--pill .bottol-text {
        font-size: 10px;
    }
      .product-form__input--pill.pack-swatch input[type=radio]+label {
        min-height: 144px;
    }
}

/* =====free shipping bar css start======== */
.shipping-pro{
    display: grid;
    text-align: center;
    margin-bottom: 10px;
}

.shipping-bar-custom .text--small {
  line-height: 1.6;
}
.shipping-bar-custom .text--small {
  font-size: calc(var(--base-font-size) - 0px);
}
.shipping-bar-custom .js .no-focus-outline :focus {
  outline: 0;
}
@media screen and (min-width: 741px) {
  .shipping-bar-custom .text--small {
    line-height: 1.6;
  }
 .shipping-bar-custom .text--small {
    font-size: calc(var(--base-font-size) - 0px);
  }
}
.shipping-bar-custom .shipping-bar__text {
  display: block;
}
.shipping-bar-custom .shipping-bar {
  text-align: center;
  width: 100%;
  margin-block-start: 16px;
  margin-block-end: 4px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  display: block;
}
.shipping-bar-custom .custom-cover-div {
  border: 1px solid #000;
  border-radius: 4px;
  margin-block-start: 6px;
}
.shipping-bar-custom .shipping-bar__progress {
  border: 2px solid;
  border-radius: 4px;
  height: 7px;
  display: block;
  max-width: 100%;
  position: relative;
}
.shipping-bar-custom .shipping-bar__progress:after {
  content: "";
  transform: scaleX(var(--progress));
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  transition: transform 0.2s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 741px) {
  .shipping-bar-custom .shipping-bar {
    margin-block-end: 8px;
  }
  .shipping-bar__progress {
    height: 8px;
    margin-block-start: 8px;
  }
}
/*! CSS Used from: Embedded */
.shipping-bar-custom .drawer__subtitle {
  text-align: center;
  color: #000;
  font-size: 15px;
  display: block;
  font-weight: 700;
    margin-top: 8px;
}
.shipping-bar-custom .shipping-bar__progress:after {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  display: block;
  background-color: #033f3b;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.4) 25%,
    transparent 0,
    transparent 50%,
    rgba(255, 255, 255, 0.4) 0,
    rgba(255, 255, 255, 0.4) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
  animation: slide 4s linear infinite;
  min-height: 10px;
  border-radius: 10px;
}
.shipping-bar-custom .shipping-bar__progress {
  background: #033f3b;
  height: 10px;
  border: none;
  margin: 0 !important;
}
.shipping-bar-custom .shipping-bar__text {

  font-weight: 600;
  font-size: 14px;
  color:#000;
}
.shipping-bar-custom .mini-cart .drawer__content > * {
  padding: 0 var(--container-gutter);
}
.shipping-bar-custom {
  border-bottom: 1px solid rgb(var(--root-border-color));
}
.mini-cart .shipping-bar-custom.shipping-bar {
  padding-block: 12px;
  margin: 0;
}
/*! CSS Used keyframes */
@keyframes slide {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 113px;
  }
}

/* =====free shipping bar css end======== */

.cart-drawer .cart-drawer__footer .tax-note {
    margin: 0rem 0 0rem auto;
    opacity: 0;
}
.cart-ics svg {
    height: 20px;
    width: 15px;
    margin-right: 10px;
    top: -1px;
    position: relative;
}
.cart-payment-icon {
    padding: 15px 0 0px;
}



























