/** Shopify CDN: Minification failed

Line 479:0 Expected "}" to go with "{"

**/

.shopify-policy__container {
    max-width: 1200px !important;
      margin-bottom: 0 !important;
    padding-bottom: 60px;
}
.template-page #MainContent {
    padding-bottom: 0 !important;

}


/* Grid & Flex Responsive Layouts */
.grid, .collection-grid, .product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.grid__item, .product-card {
  flex: 1 1 calc(33.333% - 20px);
}
@media (max-width: 992px) {
  .grid__item, .product-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .grid__item, .product-card {
    flex: 1 1 100%;
  }
}

/* Header & Navigation */
.header, .site-header, .header__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.nav, .header__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 768px) {
  .nav, .header__menu {
    flex-direction: column;
    align-items: center;
  }
}

/* Product Page Responsiveness */
.product__media, .product__info {
  flex: 1 1 50%;
}
@media (max-width: 768px) {
  .product__media, .product__info {
    flex: 1 1 100%;
  }
}

/* Buttons & Forms */
button, .btn, .shopify-payment-button {
  padding: 10px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  button, .btn, .shopify-payment-button {
    width: 100%;
    font-size: 15px;
  }
}

/* Footer Layout */
.footer, .site-footer {
  padding: 30px 20px;
  text-align: center;
}
.footer .grid {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer .grid {
    flex-direction: column;
    align-items: center;
  }
}

/* Utility Classes */
.hide-on-mobile {
  display: block;
}
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.show-on-mobile {
  display: none;
}
@media (max-width: 768px) {
  .show-on-mobile {
    display: block !important;
  }
}

#m-image m-image-loaded{   
border-radius: 20px !important;}

.tea-boxes-heading {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 28;
    margin-bottom: 30px;
}

/* Reverse layout only on mobile */
@media (max-width: 767px) {
  .your-section-class {
    display: flex;
    flex-direction: column-reverse; /* image will go up, text will go down */
  }

   .tea-boxes-heading {
        font-size: 2rem !important;
        text-align: center;
    }










}
.m-button--primary, .shopify-payment-button__button.shopify-payment-button__button--unbranded, .spr-button.spr-button-primary {
    background: #16a537 !important;
}
#shopify-section-sections--19716285399225__footer .m-button--primary {
    color: #ffffff !important;
}

.tea-boxes-btn{

    background-color: #16a637 !important;

}

.tea-boxes-btn:hover{

    background-color:rgb(0, 0, 0) !important;

}
.m-button--white {
    background: #16a637 !important;
    color: rgb(255 255 255);
}
h3.m-richtext__title.rte.h2 {
    font-size: 28px;
}

a.m-button.m-button--white:hover {
 cursor:pointer;
 background: black !important;
 color: white;
 transition: 0.4s;
 border: 1px solid black;
}




/* Phone ar responsive ar jonno */
/* 🌐 Desktop layout stays same — no change */

/* 📱 Mobile layout: image on top, text below */
@media (max-width: 767px) {
  /* For feature sections (like Image with Text, Banner, etc.) */
  .image-with-text,
  .featured-row,
  .section-image-with-text {
    display: flex;
    flex-direction: column !important;

  } 
  
  
  #shopify-section-template--19716284743865__17633763301c70546b faq-accordion-aovnkrkr5ukhcm2hinaigenblockac4e551hggmwd.ai-faq-section-aovnkrkr5ukhcm2hinaigenblockac4e551hggmwd {
    width: 364px !important;
    margin: 0px auto;
    padding: 80px;
    text-align: center;
}


  element.style {
    display: flex;
    gap: 40px;
    /* flex-wrap: wrap; */
    margin: 35px 0;

  /* Image wrapper */
  .image-with-text__media,
  .featured-row__media,
  .section-image-with-text .media {
    order: -1 !important; /* move image above text */
    width: 100% !important;
    margin-bottom: 1rem;
  }

  /* Text wrapper */
  .image-with-text__text,
  .featured-row__text,
  .section-image-with-text .content {
    order: 0 !important;
    width: 100% !important;
    text-align: center;
    padding: 0 10px;
  }

  /* Make sure image scales nicely */
  .image-with-text__media img,
  .featured-row__media img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .m-hero__inner.m-hero__inner--middle-center.container-fluid {
    background: #FEFBE9;
  }
}

button.m-slider-controls__button.m-slider-controls__button-prev.swiper-button-prev {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}
button.m-slider-controls__button.m-slider-controls__button-next.swiper-button-next {
    border: 1px solid rgb(255 255 255);
}

a.social-media-links--item:hover {
    box-shadow: none !important;
}

input#ContactSubscribe-7b0bf4c6-3873-4222-b8d6-ce009e710078-email {
    border: none;
}  
a.m-button.m-button--white:hover {
box-shadow:none;
}



/* section 2 */
@media only screen and (max-width: 767px) {
  .wave-body-template--19716284743865__ss_waves_rTLyMw {
    height: 100px;
    width: 100%;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  h2.m-hero__title.h2.m\:text-white {
    
  }
}

@media only screen and (max-width: 767px) {
  .wave-body-template--19716284743865__ss_waves_dyjYka {
    height: 100px;
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .total-price {
    font-weight: 600;
    font-size: 10px;
  }
}

.shopify-policy__container {
    max-width: 1200px !important;
}

button#scroll-to-top-button {
    border: none;
}


button#ProductSubmitButton-template--19716285333689__main {
    background: #16a637;
}




/* Mobile Responsive */
@media (max-width: 768px) {
  faq-accordion-aovnkrkr5ukhcm2hinaigenblockac4e551hggmwd.ai-faq-section-aovnkrkr5ukhcm2hinaigenblockac4e551hggmwd {
    width: 100% !important;
    padding: 20px !important; /* smaller padding */
  }

}

@media (max-width: 364px) {
  faq-accordion-aovnkrkr5ukhcm2hinaigenblockac4e551hggmwd.ai-faq-section-aovnkrkr5ukhcm2hinaigenblockac4e551hggmwd {
    padding: 15px !important; /* very small phones */
  }
 
}

 element.style {
    display: flex;
    gap: 40px;
    /* flex-wrap: wrap; */
    margin: 35px 0;
}

@media (max-width: 768px) {
  .stats-with-image-section {
    display:inline-block;
    margin: 10px auto !important;
  }
}


/* 2 section resposive home page */
div#shopify-section-template--19716284743865__17633763301c70546b {
    width: 1450px !important;
    margin: 0px auto !important;
    padding: 80px 0px !important;
}


.m-product-form .m-add-to-cart {
    background: black !important;
    position: relative;
    flex-grow: 1;
    flex-shrink: 1;
}



/* header shop button */
element.style {
    background-color: #2ca92c !important;
    border-radius: 20px;
}
element.style {
    color: #000000;
    font-weight: bold;
}



@media (max-width:600px){
  .stats-with-image-section {
    flex-direction: column !important;
    padding: 0px 20px !important;
    text-align: center !important;
    gap: 30px !important;
  }
}

/* virtulef */
@media (max-width: 767px) {
  .stats-with-image-section {
    display: flex;
    flex-direction: column; /* optional if you want stacking */
    gap: 20px;
    margin: 20px 0;
    margin-left: 0; /* remove left space on mobile */
    color: #000;
  }
}
@media (max-width:600px){
  .container.m-section-my.m-section-py {
    padding: 0px 10px 10px 10px !important;
  }
}


@media (max-width: 600px) {
  .stats-with-image-section {
    flex-direction: column !important;
    gap: 20px !important;
    margin: 20px 0 !important;
    justify-content: center !important;
    align-items: center !important; /* if need horizontal */
  }
}


/* ---------- Global button style (paste into your theme CSS) ---------- */

/* Primary selectors to cover most themes */
button,
button[type="button"],
button[type="submit"],
input[type="button"],
input[type="submit"],
a.button,
a.btn,
.btn,
.button,
.theme-btn,
.product-form__cart-submit,
.add-to-cart,
.shopify-payment-button__button {
  background-image: none !important; /* remove gradients if any */
  background-color: #28a745 !important; /* main green */
  color: #ffffff !important;            /* white text */
  border: none !important;              /* no border */
  padding: .6rem 1.1rem !important;
  cursor: pointer;
  text-decoration: none !important;
  transition: background-color .12s ease, transform .08s ease;
  box-shadow: none !important;
}

/* Hover and active states: darker green, no border */
button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="submit"]:hover,
a.button:hover,
a.btn:hover,
.btn:hover,
.button:hover,
.theme-btn:hover,
.product-form__cart-submit:hover,
.add-to-cart:hover,
.shopify-payment-button__button:hover {
  background-color: #1e7e34 !important; /* darker green on hover */
  color: #ffffff !important;
  border: none !important;
  text-decoration: none !important;
}

/* Keep focus visible for keyboard users (good for accessibility) */
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
a.button:focus,
a.btn:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(40,167,69,0.12) !important;
}

/* If any buttons use SVG or icon color, force white fill/stroke */
button svg,
a.button svg,
.btn svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
