/** Shopify CDN: Minification failed

Line 726:71 Expected identifier but found "*"
Line 874:1 Unexpected "350"
Line 1025:71 Expected identifier but found "*"
Line 1722:0 Unexpected "}"

**/
/* @font-face {
    font-family: 'romana';
    src: url('{{ 'romana-medium.ttf' | asset_url }}') format('truetype');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'Romana-Becker-Demi';
    src: url('{{ 'romana-becker-demi-regular.ttf' | asset_url }}') format('truetype');
    src: url('{{ 'romana-becker-demi-regular-bold.ttf' | asset_url }}') format('truetype');
    font-weight: normal;
    font-style: normal;
} */
body{
  background: #fff;
}
.dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
}
html{
  overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    /* font-family: 'Romana-Becker-Demi' !important; */
    list-style: none;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free" !important;
}
body{
      font-family: "DM Serif Text", serif;
      line-height: 1.5;
      font-size: 20px;
      overflow-x: hidden;
}
form-embed::part(button) {
  background-color: #ff0000; /* Change background color */
  color: #ffffff; /* Change text color */
}
form-embed {
  --button-background-color: #ff0000; /* Change the button background to red */
  --button-text-color: #ffffff; /* Change the button text color to white */
}

.section-padding{
  padding: 50px 0;
}
.product__title.mv-title {
    display: none;
}
legend.form__label {
    display: none;
}
td.cart-item__details.carts {
    display: flex;
    align-items: center;
    gap: 50px;
}
.login-img {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}
.login-box.step-box-wrapper {
    margin-top: 0px !important;
}
   .error-page {
    margin: auto;
    text-align: center;
    padding: 80px;
}
.error-page__heading-title {
    text-transform: capitalize;
    font-size: 45px;
    font-weight: 500;
    color: #eb483f !important;
    padding: 30px 0 10px;
}
.error-page__heading-desciption {
    font-size: 34px;
    font-weight: 500;
    padding: 12px;
}
 .error-page__button {
	 color: inherit;
	 text-decoration: none;
	 border: 1px solid #eb483f !important;
	 font-size: 16px;
	 font-weight: 500;
	 padding: 15px;
	 border-radius: 15px;
	 /* box-shadow: 0px 7px 0px -2px #eb483f !important; */
	 transition: all 0.3s ease-in-out;
	 text-transform: capitalize;
}
 .error-page__button:hover {
	 box-shadow: none;
	 background-color: #eb483f !important;
	 color: #fff;
}
 .eyes {
	 display: flex;
	 justify-content: center;
	 gap: 2px;
}
 .eye {
	 width: 100px;
	 height: 100px;
	 background-color: #eb483f !important;
	 border-radius: 50%;
	 display: grid;
	 place-items: center;
}
 .eye__pupil {
	 width: 35px;
	 height: 35px;
	 background-color: #1b6b76;
	 border-radius: 50%;
	 animation: movePupil 2s infinite ease-in-out;
	 transform-origin: center center;
       display: block !important;
	/* To reverse the animation of the right eye, uncomment this. */
}
 @keyframes movePupil {
	 0%, 100% {
		 transform: translate(0, 0);
	}
	 25% {
		 transform: translate(-10px, -10px);
	}
	 50% {
		 transform: translate(10px, 10px);
	}
	 75% {
		 transform: translate(-10px, 10px);
	}
}

.pincode-checker {
    text-align: center;
}

.pincode-form {
    margin-bottom: 10px;
}
.pincode-form label {
    font-size: 15px;
    text-align: left !important;
    display: flex;
}

.pincode-form input {
    padding: 5px !important;
    width: 180px !important;
    border: 1px solid #ccc;
    font-size: 14px !important;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}
.pincode-form input:focus{
  outline: none;
  box-shadow: none;
}
.pincode-form button {
    padding: 6px 30px;
    background-color: #eb483f;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.pincode-form button:focus{
  outline: none;
}
.pincode-form button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.message-container {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

#message {
    font-size: 12px;
}
.pincode-input-btn-wrapp{
  display: flex;
  align-items: center;
}
@media (min-width: 200px) and (max-width: 349px){
      .slick-nav.prev-arrow {
        top: 55% !important;
    }
      .slick-nav.next-arrow {
        top: 55% !important;
    }
      .copyright.responsive-copyright {
        display: block !important;
    }
      .copyright.desktop {
        display: none;
    }
      .social-icon-wrapper {
        padding: 15px 0;
        font-size: 14px;
        display: block !important;
    }
  
      .product-recipe-heading p {
        font-size: 20px !important;
    }
  .product-recipe {
        margin: 0 auto;
        display: block;
        width: fit-content;
    }
  h2.related-products__heading.inline-richtext.h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.product__description.rte.quick-add-hidden p strong {
    font-size: 16px !important;    
}
  
      section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .main-block.left .banner-slide-img-one img {
        margin-left: -20px !important;
    }
      section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-one img {
        margin-left: 10px !important;
    }
      .items {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
  .recipes-slider .items a {
    width: 230px !important;
}
    #cw-announcement-list {
    padding: 5px 0;
    min-height: 30px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    background-color: #eb483f !important;
    position: relative;
    overflow: hidden;
    width: 500000px;
    position: fixed;
    top: 0;
}
    .product__title.mv-title {
    display: block;
}
  .product__title.mv-title h1 {
    font-size: 22px !important;
    padding: 0 10px;
}
  .modal-content {    
    width: 100% !important;
    max-width: 100% !important;    
    left: 0px !important;
    top: 100px !important;
}
  .image-wrapper:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -40px;
    width: 755px;
    background-image: none !important;
    height: 260px;
}
  .banner-slide-wrapper.banner-slide-one.two .banner-slide-img-one.bounceInUp.animated img {
    margin-left: -44px !important;
}
  section.section-custom-collection .collection-block-wrapper .collection-img-wrapper {    
    width: 270px;    
    height: 200px !important;    
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .main-block {
    width: 50%;
    height: 260px !important;
}
  .did-you-know-wrapper p {
    font-size: 14px !important;
}
  .accordion button {    
    font-size: 16px !important;    
}
  .faq-wrapper-h3 p {
    font-size: 14px !important;
}
  section.section-shipping-policy {
    padding: 5px 0 !important;
}
  section.section-privacy-policy {
    padding: 5px 0 !important;
}
  section.section-terms-and-conditions {
    padding: 5px 0 !important;
}
  .terms-and-condition-content h4 {
    font-size: 16px !important;
    padding: 5px 0px !important;
}
  .terms-and-condition-content p, ol {
    padding: 0 0px !important;
    font-size: 14px !important;
    color: #000;
}
  .terms-and-condition-wrapper {
    padding: 8px 0px 8px !important;
    text-align: center;
}
  .privacy-policy-content-wrapper p {
    font-size: 14px !important;
    padding: 0 0px !important;
    color: #000;
}
  .privacy-policy-content-wrapper h4 {
    font-size: 16px !important;
    padding: 0 0px !important;
}
  .privacy-policy-content h3 {
    padding: 0 0px !important;
}
  .privacy-policy-content p {
    padding: 0 0px !important;
    font-size: 16px !important;
    color: #000;
}
  .privacy-policy-wrapper {
    padding: 8px 0px 8px !important;
    text-align: center;
}
  .shipping-policy-content-wrapper h4 {
    font-size: 16px !important;
    padding: 0 0px !important;
}
  .shipping-policy-wrapper {
    padding: 8px 0px 8px !important;
    text-align: center;
}
  .shipping-policy-content p {
    padding: 0 0px !important;
    font-size: 18px !important;
    color: #000;
}
  .shipping-policy-content-wrapper p {
    padding: 0 0px !important;
    font-size: 14px !important;
    color: #000;
}
  .our-story-paragraph p {
    font-size: 14px;
}
  .recipe-detaild p {
    font-size: 14px !important;
}

.slider-mobile-gutter.page-width.page-width-desktop.mv .row {
    display: grid;
    grid-template-columns: repeat(2,50%);
    gap: 18px
      padding:15px
}
  footer.section-footer ul li {
    padding: 0px 0 !important;
}
  .recipes-slider .slick-slide {
    margin: 15px;
    /* width: 290px; */
}
  .recipe {
    padding: 0px 0 !important;
}
section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-one img, section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-two img {
    margin-left: 5px !important;
    width: 200px !important;
    margin-top: 40px !important;
}
  .hamburger-menu-logo-img img {
    width: 120px;
    margin-right: -25px;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper, section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs {
    padding: 110px 0 !important;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-heading-wrapper h1 {    
    font-size: 25px !important;
    margin-bottom: -2px;
    padding: 10px 10px;
    text-align: center !important;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-para-wrapper p {
    margin-bottom: 16px;
    font-size: 14px;
    text-align: center !important;
}
  .banner-btn-wrapper.fadeInUp.animated {
    display: flex;
    justify-content: center;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-btn-wrapper a.banner-btn {    
    padding: 8px 8px;
    font-size: 10px;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-three img {
    width: 128px !important;
    height: 220px !important; 
}
  .slick-nav.next-arrow {    
    top: 48%;
}
  .slick-nav.prev-arrow {  
    top: 48%;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs { 
    margin-top: 40px;
}
  .row.align-items-center.mv {
    flex-flow: column-reverse;
}
  .banner-content-wrapper {
    margin-top: 160px;
}
  .recommended-products-content {
    padding: 0px 0;
}
  .recommended-products-content-wrapper h4 {
    font-size: 25px;
}
  .recommended-products-img-wrapper {
    height: 350px !important;
}
  ul.ingredients-wrapper li {    
    font-size: 14px;
}  
  ul.stpes li {
    font-size: 14px;
}
  .recipe-detaild p {
    font-size: 14px;
}
  .recipe-text p {
    font-size: 14px;
}
  .product-recipe-heading span {    
    font-size: 14px;
}
  .product-recipe-heading p {    
    font-size: 20px;
}
  .product-recipe.top {
    margin-top: 0px !important;
}
  section.section-custom-gift-card .gift-card-block-wrapper .gift-card-img-wrapper {
    border-radius: 50%;
    overflow: hidden;
    margin: 10px 86px 30px 86px !important;
}
  section .section-content-wrapper {
    margin-bottom: 15px !important;
}
  section.section-custom-collection .collection-block-wrapper .collection-img-wrapper {
    margin-bottom: 15px;
}
  .costomer-review {    
    padding: 25px 0 0 0;
}
section.section-faq {
    padding: 0px 0;
}
  .section-desc-wrapper p {
    font-size: 14px;
}
  .review-content p {
    color: #fff;
    font-size: 14px !important;
}
  .product-cricle-img img {
    width: 120px !important;
}
  .recipes-slider-heading h4 {
    font-size: 20px !important;
}
  .f-size-30 {
    font-size: 20px !important;
}
  .gift-card-content-wrapper p {
    font-size: 16px !important;
}
  .our-story-img:after{
    display: none;    
  }
  .our-founder-img:after{
    display: none;        
  }
  .our-purpose-after-img:before{
    display: none;
  }
  .recipe-detaild h4 {
    font-size: 20px !important;
}
  .steps-wrapper {
    padding: 10px !important;
}
  .breadcrumbs {
    margin: 0 0 0px;
    padding: 10px 0;
}
  .our-story-img-wrapper img {
    width: 100%;
}
  section.section-recipe-detaild {
    padding: 0px 0 0 0 !important;
}
.f-size-45 {
    font-size: 20px !important;
}
      .review-wrapper {
    flex-wrap: wrap !important
}
  .review-img-wrapper img {
    margin-left: 10px;
}
  .review-wrapper {
    gap: 35px !important;
}
  .review-img-wrapper {
    height: 280px !important;
    width: 280px !important;
}
  .review-wrapper::before {
    position: absolute;
    content: '';
    background-image: url(/cdn/shop/files/patch-8.png?v=1727952481);
    top: 0;
    left: -13px;
    height: 120px;
    width: 120px;
}
  .review-h4 h4 {
    font-size: 20px !important;
    text-align: center;
    color: #fff;
}
  .review-para-wrapper p {
    font-size: 14px !important;
    text-align: center;
    color: #fff;
}
  .recipes-heading h4 {
    padding: 0 0px !important;
}
  .recipes-text p {
    font-size: 14px !important;
    padding: 0 10px !important;
}
 .recipe-banner-img img {
    height: 220px;
    object-fit: cover;
}
  /*.recipe-banner-logo {
    margin-top: -70px;
}*/
    .recipe-banner-logo img {
    width: 121px !important;
} 
  section.section-recipe-banner {
    padding: 30px 0 !important;
}
  .section-padding {
    padding: 45px 0 20px 0 !important;
}
  .image-wrapper {
    display: none;
}
  .about-break-text p span{
    display: initial !important;
}
  .about-break-text p {
    padding: 0px !important;
    font-size: 45px;
    text-align: center !important;
    color: #1a677b;
    line-height: 1.5;
}
  .review-content-wrapper{
  width: 100% !important;
    padding: 0 10px !important;
  }
  .review-sub-header h5 {
    font-size: 17px !important;
    text-align: center !important;
    color: #fff;
}
  .f-size-35 {
    font-size: 20px !important;
}
  .footer-logo-img a img {
    width: 126px !important;
        height: 55px !important;
}
  footer.section-footer {
    padding: 35px 10px 35px !important;
}
  .social-icon-wrapper {
    padding: 15px 0;
    font-size: 14px !important;
}
  footer.section-footer .copyright {
    font-size: 14px !important;
    margin-bottom: 14px;
}
  footer.section-footer h3 {
    font-size: 16px !important;
}
  footer.section-footer ul li a {
    font-size: 14px !important;
}
  .gifting-wrapper {
    margin-top: 13px;
  }
  .others-links-wrapper {
    margin-top: 13px;
}
  table.nutrition-table-wrapper thead tr th {
    font-size: 19px !important;
  }
table.nutrition-table-wrapper tr td {
    font-size: 13px !important;
}    
    .recipes-slider .slick-slide {
    margin: 15px;
    /* width: 225px !important; */
}

.terms-and-condition-content p {
    font-size: 14px !important;
    color: #000;
    padding: 0px 60px;
    text-align: justify;
}
.terms-and-condition-content ol {
    padding: 0 60px;
    font-size: 16px;
    color: #000;
}
  .responsive-footer-copyright p{
    display: none;
}
  .QiTI2 {
    display: none !important;
}section.section-shipping-policy:before,
section.section-privacy-policy:before,
section.section-terms-and-conditions:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: -18%;
    bottom: 0;
    right: 0;
    background-image: url("https://cdn.shopify.com/s/files/1/0891/9803/5259/files/banner-slide-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
  
  .collection-block-wrapper.aos-init.aos-animate {
    display: flex;
    justify-content: center;
}.our-founder-img-wrapper img {
    width: 100%;
}
  .search-modal.modal__content.gradient {
    margin-top: -144px;
    background: none;
}
}
@media (min-width: 577px) and (max-width: 767px){
   .gift-part-two {
    display: flex;
    justify-content: center;
}
  .gift-part-two img {
    width: 400px !important;
}
  
  .why-partner-with-us-content-wrapper p {
    font-size: 16px !important;
}
  .partner-with-us-wrapper {
    display: flex ;
    flex-wrap: wrap; /* Wrap elements into multiple rows */
    gap: 20px; /* Space between elements */
    justify-content: center;
}

.partner-with-us-wrapper > * {
    /* flex: 1 1 calc(50% - 20px); /* 50% width with gap adjustment */ */
    max-width: calc(50% - 20px);
}
  .partner-with-us-wrapper-list {
    margin: 0 auto !important;
}
  section.section-accordion {
    padding: 45px 0;
}
    .did-you-know {
    width: 80% !important;
    margin: 0 0 0 110px !important;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-one img, section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-two img {
    width: 300px !important;
    height: 280px !important;
}
  .section-desc-wrapper p {
    font-size: 16px !important;
}
  .steps-wrapper h4 {
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}
  ul.steps-list-wrapper li:before {    
    left: -8px !important;    
}
    .copyright.desktop {
    display: none;
}
  .copyright.responsive-copyright {
    display: block !important;
    padding: 15px;
}
  .did-you-know-img {
    margin-top: 10px;
}
      .header .logo {
        left: 170px !important;
    }
  .f-size-35 {
    font-size: 25px !important;
}
  .product__title.mv-title h1 {
    font-size: 24px !important;
    padding: 0 10px;
}
  #cw-announcement-list {
    padding: 5px 0;
    min-height: 30px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    background-color: #eb483f !important;
    position: relative;
    overflow: hidden;
    width: 500000px;
    position: fixed;
    top: 0;
}
    .product__title.mv-title {
    display: block;
}
  .modal-content {
    width: 80% !important;
    max-width: 350px !important;
    left: 38% !important;
    top: 100px !important;
}
  .f-size-45 {
    font-size: 25px !important;
}
  section.section-custom-gift-card .gift-card-block-wrapper .gift-card-img-wrapper {    
    margin: 10px 130px 64px 130px !important;
}
  .costomer-review {
    padding: 35px 0 0 0;
}
  .recipes-slider-heading h4 {
    font-size: 25px !important;
}
  .f-size-30 {
    font-size: 25px;
}
  .about-break-text p {
    padding: 0px 0px !important;
    font-size: 25px !important; 
    margin-bottom: 30px;
}
  .about-break-text span {
    font-size: 30px !important;
    line-height: 1.5;
}
  .product-cricle-img img {
    width: 140px !important;
}
  section.section-custom-collection .collection-block-wrapper .collection-img-wrapper {    
    width: 250px !important;  
}
.nav-bar > li > a {
    font-size: 14px !important;
    padding: 25px 20px;
}
      .nav-bar .big-nav > ul > li > a {
        font-size: 14px !important;
    }
  li.no-products {
    font-size: 14px !important;
}
  .nav-bar .big-nav > ul > li > ul > li a {
    font-size: 14px;
}
  .breadcrumbs {
    margin: 0 0 0px;
    padding: 14px 0;
}
  .our-purpose-after-img:before{
    display:none !important;
  }
  .our-founder-img.aos-init.aos-animate {
    display: flex;
    justify-content: start;
}
  .our-founder-img:after {    
    left: 130px !important;
}
  .our-story-img.aos-init.aos-animate {
    display: flex;
    justify-content: end;
}
  .product-recipe.top {
    margin-top: 0 !important;
}
  .recipe-detaild h4 {
    font-size: 25px !important;
}
  .recipe-detaild p {
    font-size: 16px !important;
}
  section.section-recipe-detaild {
    padding: 10px 0 0 0 !important;
}
  .recipe-detaild-img img {
    width: 350px ! IMPORTANT;
}
.recipe-detaild-img {
    display: flex;
    justify-content: center;
}350
  .recommended-products-img-wrapper {    
    padding: 8px 0 !important;  
    height: 400px !important;
}
  .steps {
    padding: 30px 0;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper, section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs {
    padding: 5px 0 !important;
}
  .banner-content-wrapper {
    margin-top: 300px;
}
  .row.align-items-center.mv {
    flex-flow: column-reverse;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-heading-wrapper h1 {
    font-size: 30px !important;
    margin-bottom: -2px;
    padding: 10px 10px;
    text-align: center !important;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-para-wrapper p {
    margin-bottom: 16px;
    font-size: 16px;
    text-align: center !important;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-btn-wrapper a.banner-btn {
    padding: 10px 16px !important;
    font-size: 14px !important;
}
  .banner-btn-wrapper.fadeInUp.animated {
    display: flex;
    justify-content: center;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-three img {
    width: 180px !important;
    height: 320px !important;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-one img, section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-two img {
    margin-left: 18px !important;
}
  .slider-mobile-gutter.page-width.page-width-desktop.mv .row {
    display: grid;
    grid-template-columns: repeat(2,50%);
    gap: 18px;
    padding: 15px;
}
.footer-logo-img a img {
    width: 210px !important;
}
  section.section-custom-gift-card .gift-card-block-wrapper .gift-card-img-wrapper {
    border-radius: 50%;
    overflow: hidden;
    margin: 10px 95px 30px 95px;
}
  section.section-parditas-corner.section-padding {
    padding: 50px 0 0 0;
}
  .product-recipe-img img {
    width: 375px;
}
  .product-recipe {
    display: flex;
    justify-content: center;
}
  .shipping-policy-wrapper {
    padding: 8px 0px 8px !important;
    text-align: center;
}
  .shipping-policy-content p {
    padding: 0 0px !important;
    font-size: 18px !important;
    color: #000;
}
  .shipping-policy-content-wrapper p {
    padding: 0 0px;
    font-size: 16px;
    color: #000;
}
  .shipping-policy-content-wrapper h4 {
    font-size: 20px !important;
    padding: 0 0px !important;
}
  .shipping-policy-content-wrapper p {
    padding: 0 0px !important;
    font-size: 16px !important;
    color: #000;
}
  section.section-shipping-policy {
    padding: 20px 0 !important;
}
  .privacy-policy-wrapper {
    padding: 8px 0px 8px !important;
    text-align: center;
}
  .privacy-policy-content p {
    padding: 0 0px !important;
    font-size: 18px !important;
    color: #000;
}
  .privacy-policy-content h3 {
    padding: 0 0px !important;
}
  .privacy-policy-content-wrapper h4 {
    font-size: 18px !important;
    padding: 0 0px !important;
}
  .privacy-policy-content-wrapper p {
    font-size: 16px !important;
    padding: 0 0px !important;
    color: #000;
}
  section.section-terms-and-conditions {
    padding: 20px 0 !important;
}
  .terms-and-condition-content p, ol {
    padding: 0 0px !important;
    font-size: 16px !important;
    color: #000;
}
  .terms-and-condition-wrapper {
    padding: 8px 0px 8px !important;
    text-align: center;
}
  .terms-and-condition-content h4 {
    font-size: 18px !important;
    padding: 5px 0px !important;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .main-block {
    width: 50%;
    height: 280px !important;
}
  .search-modal.modal__content.gradient {
    margin-top: -144px;
    background: none;
}
}
@media (min-width: 768px) and (max-width: 1024px){
  .banner-content-wrappers ul li:before {    
    left: -10% !important;
}
   .partner-with-us-wrapper {
    display: flex ;
    flex-wrap: wrap; /* Wrap elements into multiple rows */
    gap: 20px; /* Space between elements */
    justify-content: center;
}

.partner-with-us-wrapper > * {
    /* flex: 1 1 calc(50% - 20px); /* 50% width with gap adjustment */ */
    max-width: calc(50% - 20px);
}
  .recipe-banner-logo img {
    width: 130px !important;
}
  ul#paginationn li a {    
    font-size: 16px !important;
}
  ul#paginationn li {
    padding: 0px !important;    
    width: 35px !important;
    height: 35px !important;    
}
  .recommended-products-content-wrapper p {
    font-size: 14px !important;
}
  .recommended-products-img-wrapper {    
    height: 340px !important;
}
  .product-recipe-heading span {    
    font-size: 14px !important;
}
  .product-recipe-heading p {    
    font-size: 20px !important;
}
  .our-story-img-wrapper {    
    margin-top: 25px !important;
    margin-right: -15px !important;
}
  .our-story-img:after {    
    width: 500px !important;
    height: 500px !important;
    left: -34px !important;    
}
  section.section-our-story {
    padding: 20px 0px !important;
}
  .our-founder-img::after {    
    width: 500px !important;
    height: 500px !important;
    left: -30px !important;    
}
  .our-founder-img-wrapper {    
    margin-top: 22px !important;
    margin-right: -24px !important;
}
  .product__info-wrapper {
    padding: 0 0 0 0rem !important;
}
  .product__description.rte.quick-add-hidden p strong {
    font-size: 16px !important;    
}
  .review-para-wrapper p {    
    font-size: 14px;
}
  .product__title h1 {
    font-size: 30px !important;    
}
  .review-h4 h4 {
    font-size: 25px !important;    
}
  .product-cricle-img img {
    width: 130px !important;
}
  .about-break-text p {    
    margin-bottom: 0px !important;
}
  section .section-content-wrapper {
    margin-bottom: 0px !important;
}
  .f-size-35 {
    font-size: 20px !important;
}
  .section-desc-wrapper p {
    font-size: 16px !important;
}
  section.section-custom-collection .collection-block-wrapper .collection-img-wrapper {  
    height: 250px !important;    
    margin-bottom: 0px !important;
}
  .slick-nav {    
    top: calc(74% - 44px) !important;
}
  .modal-content {    
    width: 80% !important;
    max-width: 350px !important;    
    left: 52% !important;
    top: 100px !important;
}
  .our-purpose-after-img:before {
    height: 1116px !important;
    top: -30px !important;
}
  section.section-recipe-detaild {
    padding: 40px 0 0 0 !important;
}
  .recommended-products-content-wrapper h4 {
    font-size: 20px !important;
}
  .recipe-detaild h4 {
    font-size: 30px !important; 
}
  section.section-shipping-policy {
    padding: 10px 0 !important;
}
  section.section-privacy-policy {
    padding: 10px 0 !important;
}
  .terms-and-condition-content h4 {
    font-size: 20px !important;
    padding: 5px 0px !important;
}
  .terms-and-condition-content p, ol {
    padding: 0 0px !important;
    font-size: 16px !important;
}
  .terms-and-condition-wrapper {
    padding: 8px 0px 8px !important;
}
  section.section-terms-and-conditions {
    padding: 10px 0 !important;
}
  .breadcrumbs {
    margin: 0 0 0px !important;
    PADDING: 15px 0 !important;
}
  .privacy-policy-content p {
    padding: 0 0px !important;
    font-size: 18px;    
}
  .privacy-policy-content-wrapper h4 {
    font-size: 20px !important;
    padding: 0 0px !important;
}
  .privacy-policy-content-wrapper p {
    font-size: 16px !important;
    padding: 0 0px !important;
}
  .privacy-policy-content h3 {
    padding: 0 0px !important;
}
  .privacy-policy-wrapper {
    padding: 8px 0px 8px !important;
}
  .shipping-policy-content-wrapper p {
    padding: 0 0px !important;
    font-size: 16px !important;
}
  .shipping-policy-content-wrapper h4 {
    font-size: 20px !important;
    padding: 0 0px !important;
}
  .shipping-policy-content p {
    padding: 0 0px !important;
    font-size: 18px !important;
}
  .shipping-policy-wrapper {
    padding: 8px 0px 8px !important;
    text-align: center;
}
  footer.section-footer h3 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
  footer.section-footer {    
    padding: 80px 15px 35px !important;    
}
  footer.section-footer ul li a {    
    font-size: 14px !important;    
}
  footer.section-footer ul li {
    padding: 0px 0 !important;
}
  footer.section-footer .copyright {
    color: #fff;
    font-size: 16px !important;
}
  .footer-logo-img a img {
    width: 206px !important;
}
  .collection-block-wrapper.aos-init.aos-animate {
    display: flex;
    justify-content: center;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .main-block.left .banner-slide-img-one img {
    margin-left: -58px;
}
  .banner-slide-wrapper.banner-slide-one {
    padding: 30px;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-btn-wrapper a.banner-btn {    
    padding: 10px 30px;
    font-size: 16px;    
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-para-wrapper p {
    margin-bottom: 40px;
    font-size: 16px;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-three img {
    width: 125px !important;
    height: 225px !important;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-one img, section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-two img {
    width: 250px;
    height: 250px;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper, section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs {
    padding: 280px 0 38px !important;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-heading-wrapper h1 {    
    font-size: 38px !important;    
}
  section.section-custom-collection .collection-block-wrapper .collection-img-wrapper {    
    width: 228px !important;
}
  .gift-card-content-wrapper p {
    font-size: 12px !important;
}
  .f-size-30 {
    font-size: 18px !important;
}
  .review-content p {
    color: #fff;
    font-size: 15px;
}
  .costomer-review h3 {
    font-size: 25px !important;
}
  .about-break-text p {
    padding: 25px 20px !important;   
}
  section.section-custom-gift-card .gift-card-block-wrapper .gift-card-img-wrapper {    
    margin: 20px 0px 50px 0px !important;
}
  .recipes-slider .slick-slide {
    margin: 15px;
    /* width: 200px !important; */
}
  .f-size-45 {
    font-size: 30px !important;
}
  .product-recipe.top {
    margin-top: 50px !important;
}
  section.section-recipe.section-padding {
    padding: 20px !important;
}
  .image-wrapper:before{
    display:none !important;
  }
  .search-modal.modal__content.gradient {
    margin-top: -144px;
    background: none;
}
}
@media (min-width: 1025px) and (max-width: 1199px){
  .nav-bar .big-nav > ul > li > a {    
    font-size: 16px !important;
}
    .modal-content {    
    width: 80% !important;
    max-width: 350px !important;    
    left: 64% !important;
    top: 80px !important;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-one img, section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-two img {
    width: 300px;
    height: 300px;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .main-block.left .banner-slide-img-one img {
    margin-left: -46px;
}
  section.section-custom-collection .collection-block-wrapper .collection-img-wrapper {    
    width: 100% !important;    
}
  .logo-wrappper {
    height: 200px !important;
    width: 140px !important;
    /* margin-top: 117px; */
}
  .header__icons {
    margin-top: -50px;
    margin-right: -35px !important;
}
  .nav-bar > li > a {
    padding: 4px 12px !important;
    text-transform: uppercase;
    font-size: 14px !important;
    color: #000;
}
  .logo-wrappper a img {
    /* height: 100%; */
    width: 150px;
    margin-left: -0px;
}
  li.big-nav.mega-menu-line-one:after {    
    left: -62% !important;
}
  li.big-nav.mega-menu-line-two:after {    
    left: 57% !important;    
}
  footer.section-footer h3 {    
    font-size: 20px !important;
}
  .our-purpose-after-img:before {    
    height: 890px !important;
}
  .recipe-detaild h4 {
    font-size: 40px !important;    
}
  .our-founder-img:after {    
    left: 80px !important;    
}
  .our-story-img:after {    
    left: -20px !important;    
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper, section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs {
    padding: 140px 0 40px !important;
}
}
@media (min-width: 1200px) and (max-width: 1400px){
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper, section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs {
    padding: 150px 0 30px !important;
}
.slick-nav.prev-arrow {
    left: 1% !important;
    transform: scaleX(-1);
    z-index: 999;
}
  .product__title h1 {
    font-size: 32px !important;    
}
  section.section-customer-review {    
    padding: 20px 0;
}
  section.section-custom-collection .collection-block-wrapper .collection-img-wrapper {    
    height: 320px !important;    
}
  section .section-content-wrapper {
    margin-bottom: 0px !important;
}
  .our-founder-img::after {    
    left: 170px !important;    
}
  .our-purpose-after-img::before {    
    height: 800px !important;    
}
  .f-size-45 {
    font-size: 32px !important;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-heading-wrapper h1 {    
    font-size: 45px !important;    
}
  
  .gift-card-content-wrapper p {
    font-size: 14px !important;
}
  .f-size-30 {
    font-size: 22px !important;
}
  li.big-nav.mega-menu-line-two:after {    
    left: 58% !important;    
}
  li.big-nav.mega-menu-line-one:after {    
    left: -63% !important;    
}
  .logo-wrappper {
    height: 190px !important;
    width: 180px !important;    
}
  .logo-wrappper a img {    
    width: 100% !important;    
}
  .header__icons {
    margin-top: -35px !important;
    margin-right: -30px !important;
}
    .modal-content {    
    width: 80% !important;
    max-width: 350px !important;    
    left: 70% !important;
    top: 80px !important;
}
}
section.section-custom-collection{
    background-color: #80c3c9;
    overflow:hidden;
  }
.f-size-45{
  font-size:40px;
}
.f-size-35{
  font-size: 22px;
}
.f-size-30
{
  font-size:26px;
}
.f-size-25{
  font-size:25px;
}
.ff-romana{
  font-family:"DM Serif Text", serif;
}

.bg-prop{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section .section-content-wrapper{
  margin-bottom: 60px;
}
.faq-wrapper {
  perspective: 1000px; /* Perspective for the 3D flip effect */
}

.faq-flip-card {
  width: 100%;
  height: 450px; /* Adjust height as needed */
  position: relative;
}

.faq-flip-card-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.faq-flip-card:hover .faq-flip-card-inner {
  transform: rotateY(180deg); /* Rotate the card on hover */
}

.faq-flip-front, .faq-flip-back {
  backface-visibility: hidden; /* Hide the backside when not flipped */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.faq-flip-front img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Make the image fit nicely */
}

.faq-flip-back {
  background-color:  #EB5B4D; /* Backside background color */
  /* display: flex; */
  justify-content: center;
  align-items: center;
  transform: rotateY(180deg); /* Rotate the back side */
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
}
.faq-flip-card-inner video {
    border-radius: 20px;
}
.faq-flip-back p {
    font-size: 14px;
    line-height: 1.5;
}
section.section-custom-collection .collection-block-wrapper .collection-img-wrapper {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* width: 300px; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    height: 300px;
    /* margin-bottom: 55px; */
}
.blog-content-wrapper p {
    font-size: 16px;
}
section.section-custom-collection .collection-block-wrapper .collection-img-wrapper.collection-one{
  background-image: url('/cdn/shop/files/home-page-alomnd-milk-back-img.png?v=1735021860');
}
section.section-custom-collection .collection-block-wrapper .collection-img-wrapper.collection-two{
  background-image: url('/cdn/shop/files/home-page-alomnd-feta-back-img.png?v=1735023145');
}
section.section-custom-collection .collection-block-wrapper .collection-img-wrapper.collection-three{
  background-image: url('/cdn/shop/files/home-page-granola-img.png?v=1735022595');
}
section.section-custom-collection .collection-block-wrapper .collection-img-wrapper.collection-four{
  background-image: url('/cdn/shop/files/home-page-condiments-back-img.png?v=1736142653');
}
section.section-custom-collection .collection-block-wrapper .collection-img-wrapper.collection-two img {
    /* width: 250px;
    height: 162px;
    position: absolute;
    bottom: 0; */
}
section.section-custom-collection .collection-block-wrapper .collection-img-wrapper.collection-three img {
    width: 175px;
    position: absolute;
    bottom: -28px;
}
section.section-custom-collection .collection-block-wrapper .collection-img-wrapper.collection-four img {
    /* width: 170px;
    position: absolute;
    bottom: 24px; */
}
section.section-custom-collection .collection-block-wrapper a{
  text-decoration: none;
  color: #1a677b;
}
section.section-custom-gift-card{
  overflow: hidden;
}
section.section-custom-gift-card .gift-card-block-wrapper .gift-card-img-wrapper {
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 20px 50px 20px;
}
section.section-custom-gift-card .gift-card-block-wrapper .gift-card-img-wrapper img{
    transition: transform 0.7s ease-in-out;
}
section.section-custom-gift-card .gift-card-block-wrapper:hover .gift-card-img-wrapper img{
  transform: scale(1.1);
}

/*Estilos generales del boton whatsapp chat box */
.whatsapp-btn {
  position: fixed;
  bottom: 115px;
  right: 20px;
  /* z-index: 9999; */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}
a.whatsapp-btn:hover {
    text-decoration: none;
}
.no-name-img-wrapper {
    position: fixed;
    bottom: 200px;
    right: 60px;
    /* z-index: 9999; */
    width: 65px;
    height: 60px;
    border-radius: 50%;
   display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); */
    /* animation: breathe 2s ease-in-out infinite; */
    /* left: 60px; */
}
.no-name-img-wrapper img {
    width: 185px;
}
/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* Common styles for custom cursors */
/* .drag-cursor {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease, background-color 0.3s ease;
    z-index: 9999;
    display: none; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff; 
    background-color: rgba(238, 89, 77, 0.9) !important; 
    opacity: 1 !important;
} */
/* .click-cursor {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease, background-color 0.3s ease;
    z-index: 9999;
    display: none; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff; 
    background-color: rgba(17, 166, 178, 0.9) !important; 
    opacity: 1 !important; 
    display: none
} */
.drag-cursor {
    display: none;
}
.click-cursor {
    display: none;
}
.product__description.rte.quick-add-hidden ul li {
    font-size: 12px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: all !important; */
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
/* Dragging effect */
/* .drag-cursor.dragging {
    transform: translate(-50%, -50%) scale(1.2);
} */

/* Clicked effect */
/* .click-cursor.clicked {
    transform: translate(-50%, -50%) scale(1.2);
} */
/* section-recipes-slider */
.sliders{
    padding: 20px 0;
}
.recipes-slider .items img{
    width: 100%;
}
.recipes-slider .slick-slide {
    margin: 15px;
    width: 300px;
}
.recipes-slider-heading{
    padding: 30px 0 0;
}
.recipes-slider-img {
    overflow: hidden;
    border-bottom-right-radius: 50px;
}
.recipe{
    padding: 50px 0;
}
/* .recipes-heading {
    padding: 0px 15px; */
}
.recipes-text {
    padding: 0 15px;
}
.recommended-products {
    display: flex;
    justify-content: center;
}
.section-upper-footer {
    background-image: url('/cdn/shop/files/new-upper-footer.png?v=1736230511');
    background-repeat: no-repeat;
    padding: 47px;
}
.section-upper-recipe{
    background-image: url('/cdn/shop/files/recipe-page-back-img-2.png?v=1736144712');
    background-repeat: no-repeat;
    padding: 50px;
}
section.section-upper-Faq.section-padding {
    background-image: url('/cdn/shop/files/upper-footer-4line-image.png?v=1736143450');
    background-repeat: no-repeat;
    padding: 35px;
}
section.section-our-story .our-story {
    display: flex;
    height: 100%;
    align-items: center;
}
section.section-our-story .our-purpose {
    display: flex;
    height: 100%;
    align-items: center;
}
section.section-our-story .our-founder {
    display: flex;
    height: 100%;
    align-items: center;
}
section.section-our-story.two {
    background: #EB5B4D;
}
.our-story-img {
    position: relative;
    display: flex;
    justify-content: center;
}
.our-story-img:after {
    position: absolute;
    content: "";
    background-image: url(/cdn/shop/files/circle2.png?v=1735294339);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: -2;
}
.our-founder-img {
    position: relative;
    display: flex;
    justify-content: center;
}
.our-founder-img:after {
    position: absolute;
    content: "";
    background-image: url(/cdn/shop/files/circle2.png?v=1735294339);
    width: 100%;
    height: 100%;
    left: 150px;
    top: 0;
    background-repeat: no-repeat;
    z-index: -2;
}
section.section-our-story {
    background: #80c3c9;
    color: #fff;
    position: relative;
    /* z-index: 2; */
}
.our-purpose-after-img:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -40px;
    width: 755px;
    background-image: url(/cdn/shop/files/pattern1_8335cc69-d5c2-44f0-bcad-d59a8003fd41.png?v=1735291869);
    height: 726px;
}
.our-purpose-after-img {
    position: relative;
}
section.section-our-story.two {
    background: #EB5B4D;
    padding: 48px 0px;
}
section.section-about-our-story {
    padding: 50px;
}

.our-story-img-wrapper {
    overflow: hidden !important;
    border-radius: 50%;
    object-fit: cover;
}
.our-founder-img-wrapper {
    overflow: hidden !important;
    border-radius: 50%;
    object-fit: cover;
}
.no-main img {
    width: 250px;
}
.product-cricle-img img {
    width: 150px
}
.product-recipe a {
    text-decoration: none;
}

.rotate{
   /* width:80px;
   height:80px; */
   animation: rotation infinite 10s linear;
}

@keyframes rotation{
  from{
    transform:rotate(0deg);
  }
  
  to{
    transform:rotate(360deg);
  }
}
  /* footer */
footer.section-footer {
    background-color: #80c3c9;
    padding: 50px 0 35px;
    position: relative;
    z-index: 0;
}
footer.section-footer:after{
    position: absolute;
    content:'';
    background-image: url('/cdn/shop/files/footer-right-png_1.png?v=1743068107');
    background-repeat: no-repeat;
    background-size: cover;
    width: 188px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
footer.section-footer ul {
    list-style: none;
    padding: 0;
}footer.section-footer ul li {
    padding: 4px 0;
}
footer.section-footer ul li a{
    color: #fff;
    font-size: 16px;
    position: relative;
    text-decoration: none;
}
footer.section-footer h3{
    color: #fff;
    font-weight: 700;
}
.social-icon-wrapper {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    color: #fff;
    font-size: 18px;
}
.social-icon {
    display: flex;
    gap: 10px;
}
.social-icon .facebook-wrapper a, .social-icon .instagram-wrapper a{
  text-decoration:none;
  color:#fff;
}
footer.section-footer .copyright {
    color: #fff;
    font-size: 17px;
}
.social-icon-wrapper p {
    font-size: 17px;
}
footer.section-footer .copyright a{
  text-decoration: none;
  color: #ffde16;
}
footer.section-footer ul li a:before{
  content: '';
  background: #54b3d6;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

footer.section-footer ul li a:hover {
 background-position: 0;
}

footer.section-footer ul li a:hover::before{
  width: 100%;
}
.section-header.about-us {
  background-color: #80c3c9;
}
  section.faq-section.faq-padding {
    padding: 40px 0;
    background: #80c3c9 !important;
}
.faq-padding{
  padding: 50px 0;
}
.faq-wrapper{
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    text-align: center;
}

.faq-img-wrapper img {
    border-radius: 100px;
}
.faq-wrapper {
    /* height: 500px !important; */
    margin-top: 23px;
}
.faq-wrapper {
    position: relative;
    margin: 0 25px;
    margin-top: 33px;
}
.faq-img-wrapper {
    justify-content: center;
    display: flex;
}
.faq-wrapper::after {
    content: '';
    position: absolute;
    background-image: url('/cdn/shop/files/patch-8.png?v=1727952481');
    top: -36px;
    left: -5px;
    height: 136px;
    width: 136px;
    display: block;
    background-size: cover;
    z-index: -2;
}
.faqs-items-content {
    margin-top: 20px;
}

/* Recipes page details */
ul.stpes li{
    padding-left: 1em;
    position: relative; 
    margin-bottom: 20px;
    font-size: 16px;
}
.steps-wrapper h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
/* ul.stpes li:before {
    content: '-';
    position: absolute;
    left: 0;
    font-weight: 700;
} */
ul.stpes {
    list-style: none;
    padding: 0;
}
ul.ingredients li{
    padding-left: 1em;
    position: relative; 
}

ul.ingredients li:before {
    content: '-';
    position: absolute;
    left: 0;
    font-weight: 700;
}
ul.ingredients-wrapper li {
    margin-bottom: 10px;
    font-size: 16px
}
ul.ingredients-wrapper {
    list-style: none;
    padding: 0;
  position:relative;
}
  /* ul.ingredients-wrapper li:before {
    content: '-';
    position: absolute;
    left: -20px;
    font-weight: 700;
} */
ul.ingredients-list-wrapper li:before{
  content: '-';
    position: absolute;
    left: -20px;
    font-weight: 700;
}
.recipe-ingredients {
    background: #ee594d;
    padding: 48px 42px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}.ingredients-wrapper {
    padding: 30px 0;
}.ingredients-list {
    color: #fff;
}.ingredients-wrapper {
    color: #fff;
}
section.section-recipe-banner {
    padding: 75px 0;
}
.recommended-products-img-wrapper img {
    width: 100%;
}
.recipes-slider-content p {
    font-size: 16px;
}
h4.f-size-35.ff-romana span {
    font-size: 25px;
}
.recipes-slider-heading h4 {
    font-size: 26px;
    line-height: 1.5;
}
.recipes-text p {
    font-size: 16px;
}
.recommended-products-img-wrapper {
    background: #ee594d;
    display: flex;
    justify-content: center;
    padding: 45px 0;
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
    border-bottom-left-radius: 180px;
    border-bottom-right-radius: 180px;
    height: 500px;
}.recommended-products-content {
    padding: 52px 0;
}.recommended-products-content-wrapper {
    border-bottom: 1px solid #000;
}.recommended-products-content-wrapper h4 {
    font-size: 22px;
}
.rupees button.button-one{
    padding: 10px 30px;
    border-radius: 50px;
    /* background: #ee594d; */
    color: #fff;
    outline: none;
    border: none;
}.rupees {
    padding: 18px 0;
}.button {
    padding: 20px 0;
}
.recommended-products.recommended {
    margin-top: 80px;
}
.recipes-slider .items a:hover {
    color: #000;
    text-decoration: none;
}section.section-recipe-detaild {
    padding: 50px 0 0 0;
}
p.recipe-detaild {
    color: #eb483f !important;
}
.recipe-detaild h4 {
    font-size: 40px;
    color: #1a677b;
    font-weight: 600;
}

/* product-page-dec-start*/
p.product__text.inline-richtext {
    font-size: 14px;
  display: none;
}
.nutrition-table-chart table {
    font-size: 14px !important;
    width: 100%;
}table.nutrition-table-wrapper tr td {
    padding: 0px 10px 0px 0px;
}
table.nutrition-table-wrapper tr td {
    border-bottom: 1px solid #000 !important;
}
table.nutrition-table-wrapper td {
    border: none !important;
}
table.nutrition-table-wrapper thead {
    font-size: 18px;
}
/* product-page-dec-end */
  .product-recipe-heading p {
    font-family: "DM Serif Text", serif;
    font-size: 25px;
}

/* product-page */
.short-description-wrapper {
    position: relative;
    left: -46px;
}
section.section-faq {
    padding: 10px 0;
}
.collection-hero__title {
    margin: 2.5rem 0;
    font-weight: 600 !important;
    color: #1b6b76 !important;
}
section.section-blog {
    padding: 50px 0;
}
.blog-wrapper h3 {
    font-weight: 600;
    color: #1b6b76;
}.faq-wrapper-h3 h1 {
    font-weight: 600;
    color: #1b6b76;
}
.faq-wrapper-h3 p {
    font-size: 16px;
}
  h4.text-white {
    font-size: 24px;
}
h2.text-center.text-white {
    font-size: 26px;
}
.did-you-know-wrapper p {
    font-size: 16px;
}.recipe-text p {
    font-size: 16px;
}
.privacy-policy-content-wrapper p a {
    color: #ee594d;
}
#sotp-new-popup.olWrapper .ol .input-box-content, #sotp-new-popup.olWrapper .ol .login-box .other-options-box .other-options-wrap .other-option-inner, #sotp-new-popup.olWrapper .ol .login-box .other-options-box .other-options-wrap .other-option-inner, #sotp-new-popup.olWrapper .ol .input-box-content input {
  border-radius: 0px !important;
  border: 1px solid #C7C7C7 !important;
}
#sotp-new-popup.olWrapper .ol .otp-btn, .verify-btn otp-btn{
   border-radius: 40px !important;
}
.notice {
    /* padding: 10px; */
    margin-bottom: 10px;
    border-radius: 5px;
}
.notice.info {
    /* background-color: #ee594d; */
    /* border: 1px solid #ee594d; */
    font-size: 13px;
    color: #ff0000;
}
.sac_embed, .tingle-modal-box, #sac-check {
    display: none !important;
} 
@media (min-width: 350px) and (max-width: 576px){
  .gift-part-two {
    display: flex;
    justify-content: center;
}
  .gift-part-two img {
    width: 250px !important;
}
  #shopify-section-template--17885615095968__gifting_part_one_wXMHg8 .banner-content-wrappers h3 {    
    font-size: 20px !important;
}
  .banner-content-wrappers ul li:before {    
    width: 25px !important;
    height: 25px !important;    
    left: -8% !important;
}
  .banner-content-wrappers ul li {    
    font-size: 14px !important;    
}
#shopify-section-template--17885615095968__gifting_part_one_wXMHg8 .banner-content span {    
    font-size: 16px !important;
}
  #shopify-section-template--17885615095968__gifiting_part_two_N4zEhD .gift-part-two-heading h3 {    
    font-size: 18px !important;
}
  .why-partner-with-us-content-wrapper p {
    font-size: 14px !important;
}
  .heading-wrapper h1 {    
    font-size: 20px !important;    
    padding: 0 0 20px 0 !important;
}
  .heading p {
    font-size: 14px !important;
}
      .partner-with-us-wrapper {
        display: block !important;
        width: max-content;
        margin: 0 auto;
        text-align: center;
    }
  
  .collection-hero__title {
    font-size: 25px !important;
    margin: 0 !important;
}
  section.section-accordion {
    padding: 40px 0 !important;
}
  .did-you-know {
    width: 80% !important;
    margin: 0 0 0 65px !important;
}
  .ingredients-wrapper h4 {
    font-size: 20px !important;
}
  .rupees h3 {
    font-size: 16px !important;
}
  section.section-recipe.section-padding {
    padding: 0px 0px 25px 0px !important;
}
  .product-recipe {    
    margin: 0 auto;
    display: block;
    width: fit-content;
}
  h2.related-products__heading.inline-richtext.h2 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
}
  .product__description.rte.quick-add-hidden p strong {
    font-size: 16px !important;    
}
  .recipes-slider-content p {
    font-size: 14px !important;
}
  .costomer-para-review p {
    font-size: 18px !important;    
}
  .marquee-text .top-info-bar .info-text {
    padding: 10px 10px !important;    
}
  .marquee-text .top-info-bar a {    
    font-size: 10px;
}
  .recipes-slider .items a {
    width: 230px;
}
  .items {    
    display: flex !important;
    justify-content: center;
    align-items: center;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .main-block.left .banner-slide-img-one img{
    margin-left:-20px !important;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-one img{
          margin-left: 10px !important;      
      }
  ul.ingredients-wrapper h2 {
    font-size: 16px !important;    
}
  ul.steps-list-wrapper li {    
    font-size: 14px !important;
}
  ul.steps-wrapper h2 {
    font-size: 16px !important;
}
  .steps-wrapper h4 {    
    margin-bottom: 0px !important;
    font-size: 20px !important;
}
  ul.steps-list-wrapper li:before {    
    left: 0px !important;    
}
  .copyright.desktop {
    display: none;
}
  .copyright.responsive-copyright {
    display: block !important;
}
  .error-page__heading-desciption {
    font-size: 25px !important;    
    padding: 0px !important;
}
  .error-page__heading-title {    
    font-size: 28px !important;    
}
  .error-page {   
    padding: 160px 0 40px !important;
}
  .header .logo {   
    left: 46px !important;
}
  .cart__empty-text {
    margin: 10.5rem 0 2rem;
}
  #cw-announcement-list {
    padding: 5px 0;
    min-height: 30px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    background-color: #eb483f !important;
    position: relative;
    overflow: hidden;
    width: 500000px;
    position: fixed;
    top: 0;
}
  #cw-announcement-list>.cw-item{
    font-size:10px !important;
  }
  section.section-banner {
    width: 100%;
    margin-top: -62px;
}
  div#shopify-section-template--17154792063136__main {
    margin-top: 0px;
}
section.section-our-story {
    padding: 80px 0;
    margin-top: 0px !important;
}
  section.section-recipe-blog {
    margin-top: 0px;
}
  .product-media-container.media-fit-cover {
    display: flex;
    align-self: stretch;
    /* margin-top: 130px; */
}
  .nav-bar {
    top: 111px;
}
  .nav-bar .big-nav > ul > li > a {
    font-size: 14px !important;
}
  .nav-bar > li > a {
    font-size: 15px !important;
}
.nav-bar .big-nav > ul > li > ul > li a {
    font-size: 14px;
}
.nav-bar .big-nav > ul {
    top: 40%;
    z-index: 1;
}
  
  
  .product__title.mv-title h1 {
    font-size: 20px !important;
    padding: 0 10px;
}
  .product__title.mv-title {
    display: block;
}
    .modal-content {    
    width: 100% !important;
    max-width: 100% !important;    
    left: 0px !important;
    top: 100px !important;
}
  .search-modal.modal__content.gradient {
    margin-top: 115px;
    background: none;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .main-block {
    width: 50%;
    height: 260px !important;
}
  .did-you-know-wrapper p {
    font-size: 14px !important;
}
  .accordion button {    
    font-size: 16px !important;    
}
  .faq-wrapper-h3 p {
    font-size: 14px !important;
}
  section.section-shipping-policy {
    padding: 5px 0 !important;
}
  section.section-privacy-policy {
    padding: 5px 0 !important;
}
  section.section-terms-and-conditions {
    padding: 5px 0 !important;
}
  .terms-and-condition-content h4 {
    font-size: 16px !important;
    padding: 5px 0px !important;
}
  .terms-and-condition-content p, ol {
    padding: 0 0px !important;
    font-size: 14px !important;
    color: #000;
}
  .terms-and-condition-wrapper {
    padding: 8px 0px 8px !important;
    text-align: center;
}
  .privacy-policy-content-wrapper p {
    font-size: 14px !important;
    padding: 0 0px !important;
    color: #000;
}
  .privacy-policy-content-wrapper h4 {
    font-size: 16px !important;
    padding: 0 0px !important;
}
  .privacy-policy-content h3 {
    padding: 0 0px !important;
}
  .privacy-policy-content p {
    padding: 0 0px !important;
    font-size: 16px !important;
    color: #000;
}
  .privacy-policy-wrapper {
    padding: 8px 0px 8px !important;
    text-align: center;
}
  .shipping-policy-content-wrapper h4 {
    font-size: 16px !important;
    padding: 0 0px !important;
}
  .shipping-policy-wrapper {
    padding: 8px 0px 8px !important;
    text-align: center;
}
  .shipping-policy-content p {
    padding: 0 0px !important;
    font-size: 18px !important;
    color: #000;
}
  .shipping-policy-content-wrapper p {
    padding: 0 0px !important;
    font-size: 14px !important;
    color: #000;
}
  .our-story-paragraph p {
    font-size: 14px !important;
}
  .our-purpose-paragraph p {
    font-size: 14px !important;
}
  .our-founder-paragraph p {
    font-size: 14px !important;
}
  .recipe-detaild p {
    font-size: 14px !important;
}
.slider-mobile-gutter.page-width.page-width-desktop.mv .row {
    display: grid;
    grid-template-columns: repeat(2,50%);
    gap: 18px;
    padding:15px
}
  footer.section-footer ul li {
    padding: 2px 0 !important;
}
  .recipes-slider .slick-slide {
    margin: 15px;
    /* width: 378px !important; */
}
  .recipe {
    padding: 0px 0;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-one img, section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-two img {    
    /* margin-left: 0px !important; */
    margin-top: 30px !important;
}
  .hamburger-menu-logo-img img {
    width: 120px;
    margin-right: -25px;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper, section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs {
    padding: 110px 0 0 0 !important;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-heading-wrapper h1 {    
    font-size: 25px !important;
    margin-bottom: -2px;
    padding: 10px 10px;
    text-align: center !important;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-para-wrapper p {
    margin-bottom: 16px;
    font-size: 14px;
    text-align: center !important;
}
  .banner-btn-wrapper.fadeInUp.animated {
    display: flex;
    justify-content: center;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-btn-wrapper a.banner-btn {    
    padding: 12px 12px !important;
    font-size: 12px !important;
    margin-top: -24px;
    margin-bottom: 20px;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-three img {
    width: 128px !important;
    height: 220px !important; 
}
  .slick-nav.next-arrow {    
    top: 65%;
}
  .slick-nav.prev-arrow {  
    top: 65%;
}
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs { 
    margin-top: -130px !important;
}
  .row.align-items-center.mv {
    flex-flow: column-reverse;
}
  .banner-content-wrapper {
    margin-top: 160px;
}
  .recommended-products-content {
    padding: 0px 0;
}
  .recommended-products-content-wrapper h4 {
    font-size: 20px;
}
  .recommended-products-content-wrapper p {
    font-size: 16px;
}
  .recommended-products.recommended {
    margin-top: 0px;
}
  .recommended-products-img-wrapper {
    height: 350px !important;
    width: 100% !important;
}
  ul.ingredients-wrapper li {    
    font-size: 14px;
}  
  ul.stpes li {
    font-size: 14px;
}
  .recipe-detaild p {
    font-size: 14px;
}
  .recipe-text p {
    font-size: 14px;
}
  .product-recipe-heading span {    
    font-size: 14px !important;
}
  .product-recipe-heading p {    
    font-size: 20px;
}
  .product-recipe.top {
    margin-top: 0px !important;
}
  section.section-custom-gift-card .gift-card-block-wrapper .gift-card-img-wrapper {
    border-radius: 50%;
    overflow: hidden;
    margin: 10px 85px 30px 85px;
}
  section .section-content-wrapper {
    margin-bottom: 15px;
}
  section.section-custom-collection .collection-block-wrapper .collection-img-wrapper {
    margin-bottom: 15px;
    height: 230px;
}
  .costomer-review {    
    padding: 25px 0 0 0;
}
section.section-faq {
    padding: 0px 0;
    margin-top: 0px !important;
}
  .section-desc-wrapper p {
    font-size: 14px !important;
}
  .review-content p {
    color: #fff;
    font-size: 14px !important;
}
  .product-cricle-img img {
    width: 121px !important;
}
  .recipes-slider-heading h4 {
    font-size: 20px !important;
}
  .f-size-30 {
    font-size: 20px;
}
  .gift-card-content-wrapper p {
    font-size: 14px !important;
}
  .sliders {
    padding: 0px 0;
}
  .review-img img {
    width: 135px !important;
}
  .our-story-img:after{
    display: none;    
  }
  .our-founder-img:after{
    display: none;        
  }
  .our-purpose-after-img:before{
    display: none;
  }
  .recipe-detaild h4 {
    font-size: 20px !important;
}
  .steps-wrapper {
    padding: 10px !important;
}
  .breadcrumbs {
    margin: 0 0 0px;
    padding: 10px 0;
}
  .our-story-img-wrapper img {
    width: 100%;
}
  section.section-recipe-detaild {
    padding: 0px 0 0 0 !important;
}
.f-size-45 {
    font-size: 20px !important;
}
      .review-wrapper {
    flex-wrap: wrap !important
}
  .review-img-wrapper img {
    margin-left: 10px;
}
  .review-wrapper {
    gap: 35px !important;
}
  .review-img-wrapper {
    height: 280px !important;
    width: 280px !important;
}
  .review-wrapper::before {
    position: absolute;
    content: '';
    background-image: url(/cdn/shop/files/patch-8.png?v=1727952481);
    top: 0;
    left: -13px;
    height: 120px;
    width: 120px;
}
  .review-h4 h4 {
    font-size: 20px !important;
    text-align: center;
}
  .review-para-wrapper p {
    font-size: 14px !important;
    text-align: center;
}
  .recipes-heading h4 {
    padding: 0 0px !important;
}
  .recipes-text p {
    font-size: 14px;
    /* padding: 0 10px !important; */
}
 .recipe-banner-img img {
    height: 220px;
    object-fit: cover;
}
  /*.recipe-banner-logo {
    margin-top: -70px;
}*/
    .recipe-banner-logo img {
    width: 121px !important;
} 
  section.section-recipe-banner {
    padding: 30px 0 !important;
}
  .section-padding {
    padding: 55px 0 !important
}
  .about-break-text p span{
    display: initial !important;
}
  .about-break-text p {
    padding: 0px !important;
    font-size: 45px;
    text-align: center !important;
    color: #1a677b;
    line-height: 1.5;
}
  .review-content-wrapper{
  width: 100% !important;
    padding: 0 10px !important;
  }
  .review-sub-header h5 {
    font-size: 17px !important;
    text-align: center !important;
}
  .f-size-35 {
    font-size: 20px !important;
}
  .footer-logo-img a img {
    width: 140px !important;
    height: 60px !important;
}
  footer.section-footer {
    padding: 35px 10px 35px !important;
}
  .social-icon-wrapper {
    padding: 15px 0;
    font-size: 14px;
    display: block;
}
  footer.section-footer .copyright {
    font-size: 14px;
    margin-bottom: 14px;
}
  footer.section-footer h3 {
    font-size: 18px;
}
  footer.section-footer ul li a {
    font-size: 14px;
}
  .gifting-wrapper {
    margin-top: 13px;
  }
  .others-links-wrapper {
    margin-top: 13px;
}
  table.nutrition-table-wrapper thead tr th {
    font-size: 19px !important;
  }
table.nutrition-table-wrapper tr td {
    font-size: 13px !important;
}    
    .recipes-slider .slick-slide {
    margin: 15px;
    /* width: 340px !important; */
}

.terms-and-condition-content p {
    font-size: 14px !important;
    color: #000;
    padding: 0px 60px;
    text-align: justify;
}
.terms-and-condition-content ol {
    padding: 0 60px;
    font-size: 16px;
    color: #000;
}
  .responsive-footer-copyright p{
    display: none;
}
  .QiTI2 {
    display: none !important;
}section.section-shipping-policy:before,
section.section-privacy-policy:before,
section.section-terms-and-conditions:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: -18%;
    bottom: 0;
    right: 0;
    background-image: url("https://cdn.shopify.com/s/files/1/0891/9803/5259/files/banner-slide-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
  
  .collection-block-wrapper.aos-init.aos-animate {
    display: flex;
    justify-content: center;
}.our-founder-img-wrapper img {
    width: 100%;
}
}
.social-icon a i {
    font-size: 18px !important;
    color: #fff;
}
.sb_zv_formTitle {
    font-size: 1.3rem !important;
}
form#FacetFiltersForm {
    display: none;
}
h1#login {
    font-size: 20px;
}
h1#recover{
    font-size: 20px;
}
.customer.register h1 {
    font-size: 20px;
}
div#AddAddress h2 {
    font-size: 25px !important;
}

.rupees h3 {
    font-size: 18px;
}.slick-nav.prev-arrow {
    left: 3%;
    transform: scaleX(-1);
    z-index: 10 !important;
}
.errors ul li {
    font-size: 16px;
  padding: 0;
}
.customer h2.form__message {
    font-size: 18px !important;
    text-align: center;
}

/* new responsive header */
.header {
    position: fixed;
    top:29px;
    left: 0;
    background-color: transparent;
    display: block;
    z-index: 999;
    width: 100%;
    padding: 15px;
    /* box-shadow: 0 0 3px rgba(0,0,0,0.3); */
}
     .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            background: white;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        .header .logo {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    left: 70px;
}
        .header .icons i { font-size: 20px; margin-left: 15px; cursor: pointer; }
        .menu-btn {
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 35px;
    left: 20px;
}
        .menu-overlay {
    position: fixed;
    top: 116px;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: left 0.3s ease-in-out;
    display: flex;
}
        .menu-container {
            background: #80c3c9;
            width: 100%;
            max-width: 190px;
            height: 100%;
            padding: 20px;
            display: flex;
            flex-direction: column;
        }
        .menu-container a {
            text-decoration: none;
            color: black;
            padding: 0px 0;
            display: block;
            font-size: 15px;
            cursor: pointer;
        }
        .dropdown-menu-n {
            background: #eb483f;
            width: 55%;
            height: 100%;
            padding: 10px 10px 0px 10px;
            display: none;
            flex-direction: column;
        }
        .dropdown-menu-n.active { display: flex; }
        .menu-overlay.active { left: 0; }
        .submenu { margin-top: 10px; }
        .accordion-item { border-bottom: 1px solid #ddd; }
        .accordion-header {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-transform: capitalize;
}
.accordion-content {
    /* display: none; */
    padding: 10px 0;
    /* background: #eb483f; */
}
        .accordion-content a {
            font-size: 14px;
            color: #ffffff;
            display: block;
            padding: 5px 0;
            text-decoration: none;
            text-transform: capitalize;
        }
.header .logo img {
    height: 57px;
    width: 139px;
}
.dropdown-menu-n.active .submenu{
  right:0 !important;
  top: 0 !important;
}
.dropdown-menu-n.active{
  top: 0 !important;
  right: 0 !important;
  /* overflow: scroll !important; */
  max-height: 90vh;
  overflow-y: auto;
}
.dropdown-menu-n {
    position: absolute;
    top: 100%;
    /* left: 0; */
  right: 0 !important;
}
.facets-container.scroll-trigger.animate--fade-in {
    display: none;
}
section.section-customer-review {
    background-color: #1a677b;
}
 /* customer-review */
section.section-customer-review {
    background-color: #1a677b;
}
.review-content p {
    color: #fff;
    font-size: 16px;
}
  .recipes-slider-heading h4 {
    font-size: 28px;
    line-height: 1.5;
    padding-bottom: 5px;
}
  .costomer-review h3 {
    font-size: 35px;
}
.costomer-review {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.costomer-para-review p {
    font-size: 17px;
    color: #a1cdca;
}
  .costomer-p-review p {
    font-size: 18px;
    color: #fff;
}
.costomer-review h3 {
    color: #fff;
}
.review-img img{
    width: 150px;
}.review-img img {
    width: 200px !important;
}.costomer-review-slider {
    padding: 0px 0 0 0;
}.review-content {
    padding: 20px 0;
}
.review-content h4{
    color: #fff;
    text-align: center;
}
.review-img {
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}
.review-img img:hover{
transform: scale(1.1);
transition: transform .5s ease-in-out;
}
 .breadcrumbs {
    margin: 0 0 10px;
  }

  .breadcrumbs__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .breadcrumbs__item {
    display: inline-block;
  }

  /* .breadcrumbs__item:not(:last-child):after {
    border-style: solid;
    border-width: .10em .10em 0 0;
    content: '';
    display: inline-block;
    height: .40em;
    margin: 0 .20em;
    position: relative;
    transform: rotate(45deg);
    vertical-align: middle;
    width: .40em;
  } */
.breadcrumbs__item:not(:last-child):after {
    /* border-style: solid; */
    /* border-width: .10em .10em 0 0; */
   content: '//';
  display: inline-block;
  margin: 0px 5px;
  position: relative;
  transform: rotate(9deg);
  vertical-align: middle;
  width: 20px;
  color: #1b6b76;
}
  div#shopify-section-sections--17154792456352__breadcrumbs_Bry68A {
    z-index: 0 !important;
}

  .breadcrumbs__link {
    text-decoration: none;
  }

  .breadcrumbs__link[aria-current="page"] {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
  }

  .breadcrumbs__link[aria-current="page"]:hover,
  .breadcrumbs__link[aria-current="page"]:focus {
    text-decoration: none;
  }
.copyright.responsive-copyright {
    display: none;
}
@media (min-width: 1401px) and (max-width: 1600px){
  li.big-nav.mega-menu-line-one:after {    
    left: -62% !important;    
}
}

h2.text-white::before {
    content: '' !important;
    display: none !important; 
}
section.secrion-recommended-products.section-padding {
    padding: 50px 0 0 0 !important;
}
.gift-card-content-wrapper p {
    font-size: 16px;
}
ul.steps h2 {
    font-size: 20px;
}
ul.ingredients-wrapper h2 {
    font-size: 20px;
    color: #fff;
}
ul.steps-list li {
    margin-bottom: 10px;
    font-size: 16px;
    margin-left: 20px;
}
ul.steps-list {
    list-style: none;
    padding: 0;
    position: relative;
}
ul.steps-list li:before {
    content: '-';
    position: absolute;
    left: 0px;
    font-weight: 700;
}
ul.steps-list-wrapper h2 {
    font-size: 20px;
}

ul.steps-wrapper {
    list-style: none;
    padding: 0;
    position: relative;
}
ul.steps-wrapper h2 {
    font-size: 20px;
}
ul.steps-list-wrapper li {
    margin-bottom: 10px;
    font-size: 16px;
}
ul.steps-list-wrapper li:before {
    content: '-';
    position: absolute;
    left: -20px;
    font-weight: 700;
}
  .blog img {
    width: 140px;
}
  .logo {
    display: flex;
    justify-content: center;
}
@media (min-width: 1601px) and (max-width: 2000px){
section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-heading-wrapper h1 {
    font-size: 45px !important;
    line-height: 1.0 !important;
}
}

@media (min-width: 250px) and (max-width: 349px) {

  .about-break-text p.ff-romana.f-size-45.aos-init.aos-animate {
    font-size: 18px !important;
}
  .why-partner-with-us-content-wrapper p {
    font-size: 14px !important;
}
  .heading-wrapper h1 {    
    font-size: 20px !important;    
}
  .heading p {
    font-size: 14px !important;
}
  .partner-with-us-wrapper {
    display: block !important;
    width: max-content;
    margin: 0 auto;
    text-align: center;
}
  .error-page__heading-desciption {
    font-size: 24px;    
}
  .error-page__heading-title {    
    font-size: 25px;    
}
  .error-page {
    margin: auto;
    text-align: center;
    padding: 155px 0 40px;
}
  .header {
    height: 86px;
}
  .costomer-review h3 {
    font-size: 20px !important;
}
  .costomer-p-review p {
    font-size: 16px;    
}
  .header .logo img {
    height: 40px !important;
    width: 100px !important;
}
    .header .logo {
        left: 50px !important;
    }
      section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper, section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs {
        padding: 110px 0 0 0 !important;
    }
  #cw-announcement-list>.cw-item {    
    font-size: 10px !important;    
}
      section.section-banner .banner-slider .banner-slide-wrapper .banner-content-wrapper .banner-btn-wrapper a.banner-btn {
        padding: 12px 12px !important;
        font-size: 12px !important;
    }
      section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs .banner-slide-img-three img {
        width: 128px ;
        height: 220px ;
    }
  section.section-banner .banner-slider .banner-slide-wrapper .banner-slide-imgs {
        margin-top: -130px;
    }
}
.partner-with-us-block-wrapper {
    text-align: center;
    padding: 10px;
}
.partner-with-us-image-wrapper {
    padding: 15px 0 25px 0px;
}
h3.partner-with-us-heading.ff-romana.f-size-30.text-center {
    font-size: 20px;
    color: #1a677b;
}
.partner-with-us-wrapper {
    display: flex;
    gap: 40px;
    justify-content: center;
}
.heading-wrapper h1 {
    font-family: "Fira Sans", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 25px;
    color: #1a677b;
    padding: 0 0 25px 0;
}
.heading h1 {
    font-weight: 600;
    color: #1b6b76;
    padding: 10px 0 0 0;
}
section.section-partner-with-us {
    padding: 10px 0;
}
.heading p {
    font-size: 16px;
    font-family: "Fira Sans", serif;
    font-weight: 400;
    font-style: normal;
}
section.section-why-partner-with-us {
    padding: 20px 0px;
}
.why-partner-with-us-content-wrapper p strong {
    color: #a9686d;
}
.partner-with-us-image-wrapper {
    display: flex;
    justify-content: center;
}
ul.hampers-list li:before {
    content: "";
    display: inline-block;
    width: 25px; /* Image width */
    height: 25px; /* Image height */
    background-image: url("/cdn/shop/files/heart-images.png?v=1746169933"); /* Replace with your image URL */
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px; /* Space between image and text */
    vertical-align: middle;
}
li.hampers-list-wrapper {
    list-style: none !important;
}
ul.hampers-list {
    padding: 0 !important;
    font-size: 14px;
}
h2.hamper-product-title {
    color: #1b6b76;
    font-family: "Fira Sans", serif;
    font-weight: bold;
    font-style: italic;
}
p.hamper-product-description {
    font-size: 16px;
}
h3.hamper-product-subtitle {
    font-size: 18px;
    font-family: "Fira Sans", serif;
    font-weight: 600;
    font-style: italic;
}
li.hampers-list-wrapper {
    list-style: none !important;
    font-size: 14px;
    font-family: "Fira Sans", serif;
    font-weight: 400;
    font-style: normal;
    padding: 2px 0px;
}
p.hamper-price {
    font-size: 17px;
    color: #1b6b76;  
    font-weight: 600;
}
input#deliveryDate {
    width: 150px;
}
textarea#giftMessage {
    height: 200px;
    width: 330px;
}
button.hamper-button.btn.btn-primary.mt-3 {
    width: 200px;
    border-radius: 50px;
    border: none;
    text-align: center;
    font-size: 16px;
}


/* Gift Hamper Options Styling */
.gift-hamper-options {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    margin: 20px auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.gift-hamper-options h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
}

.checkbox-group input {
    display: none; /* Hide default checkboxes */
}

.checkbox-group label {
    display: inline-block;
    padding: 10px 15px;
    background: #ffffff;
    border: 2px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
}

.checkbox-group input:checked + label {
    background: #4CAF50;
    color: #fff;
    border-color: #4CAF50;
}

.gift-submit {
    display: block;
    width: 100%;
    padding: 10px;
    background: #ff6600;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.gift-submit:hover {
    background: #cc5500;
}
.gift-hamper-options label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px;
}
.gift-hamper-options button, select {
    text-transform: none;
    font-size: 14px;
}
.checkbox-group label {
    display: inline-block;
    cursor: pointer;
    padding: 5px 7px;
    background: rgb(255, 255, 255);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    border-radius: 5px;
    transition: 0.3s;
    font-size: 12px;
}

.gpo-form__group.gpo-col-12:last-of-type {
    display: none !important;
}
/* Hide checkboxes when more than 2 are checked */
input[name="Choose Any 2 Options"]:checked:nth-child(n+3) {
    display: none !important;
}
.gpo-app .gpo-select, .gpo-app .gpo-select select {
    color: #000 !important;
    font-size: 12px !important;
     font-family: "Fira Sans", serif;
    font-style: normal;
    font-weight: 400;
    border-radius: 25px !important;
    overflow: hidden;
    width: 280px;
    height: 35px;
}
.gpo-app .gpo-pdLinks--select select, .gpo-app .gpo-select select {
    padding: 0px 10px !important;
}
.gpo-app .gpo-label, .gpo-app .gpo-label span.label-content, .gpo-app .gpo-label span.addOn, .gpo-app .gpo-label.required span.label-content::after {
    color: #020912BF !important;
    font-size: 14px !important;
    font-family: "Fira Sans", serif !important;
}
.gpo-app .gpo-pdLinks--choicelist input+label, .gpo-app .gpo-choicelist input+label, .gpo-app .gpo-pdLinks--choicelist input+label span, .gpo-app .gpo-choicelist input+label span {
    color: #000;
    font-size: 13px;
   font-family: "Fira Sans", serif;
    font-weight: 400;
}
.gpo-app .gpo-pdLinks--choicelist input+label:before, .gpo-app .gpo-choicelist input+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px !important;
    height: 15px !important;
    background: #fff;
    box-sizing: border-box;
}
.gpo-choicelist input+label:hover:before {
    border: 1px solid #eb483f !important;
    box-shadow: 0 0 5px 1px #eb483f !important;
}

/* Default Select Box Hide करण्याची गरज नाही */
.gpo-ov-item select {
    background-color: white;
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
}

/* Selected आणि Hover Effect */
.gpo-ov-item select option:hover,
.gpo-ov-item select option:checked {
    background-color: #eb483f !important; /* Yellow */
    color: black !important;
}
.gpo-label.required span.label-content::after {
    content: "*";
    margin-left: 0 !important;
}
.gpo-ov-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 50%) !important;
}
.hamper-img-wrapper {
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 20px 20px;
}
section.section-gifting-banner {
    padding: 0 0 25px;
}
.banner-content-wrappers ul li:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(/cdn/shop/files/heart-images.png?v=1746169933);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    left: -6%;
}
.banner-content-wrappers ul li {
    font-family: "Fira Sans", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    padding: 10px 0;
    position: relative;
    left: 0%;
    color: #fff;
}
a.gift-part-one {
    text-decoration: none;
}
.hamper-block-wrapper p {
    font-size: 14px;
}
.pincode-checker {
    display: none;
}
.powered-by-zippy {
    display: none;
}
form#formide {
    display: flex;
}
.zipcode_bar_input_1511 button {
    display: inline-block;
    border-radius: 0px;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    /* min-width: 80px; */
    max-width: 100px !important;
    min-height: 35px;
    min-height: 35px;
    height: 46px !important;
    font-family: inherit;
    font-size: 14px;
    padding: 6px;
    background: #000000;
    color: #ffffff;
    cursor: pointer;
    line-height: inherit;
    vertical-align: inherit;
}
/* blog section */
.blog-section {
  background-color: #9bd0d2;
}

.blog-title {
    font-size: 35px;
    font-weight: bold;
    color: #d04c3f;
}

.blog-subtitle {
    font-size: 18px;
    color: #444;
}

.blog-card {
    background-color: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    transition: transform 0.3s;
    margin-top: 50px;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-img-wrap {
  overflow: hidden;
  border-bottom: 4px solid #d04c3f;
}

.blog-img {
  width: 100%;
  border-radius: 0;
}

.blog-content {
  padding: 20px;
}

.blog-heading {
    font-size: 21px;
    font-weight: bold;
    color: #d04c3f;
    margin-bottom: 10px;
}

.read-more {
  color: #007c91;
  text-decoration: none;
  font-weight: bold;
}

.read-more:hover {
  text-decoration: underline;
}
.blog-content p {
    font-size: 15px;
}