/** Shopify CDN: Minification failed

Line 758:0 Unexpected "{"
Line 758:1 Expected identifier but found "%"
Line 760:2 Unexpected "{"
Line 760:3 Expected identifier but found "%"

**/
.header__icon-list a {
    display: flex;
}


.sc-home-hero {
    overflow: hidden;
}

.sc-home-hero .container {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
    padding: 0px 20px;
    max-width:1680px;
}

.sc-home-hero .hero-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.sc-home-hero .hero-headline {
    font-family: 'FONTSPRING DEMO - Borax Heavy';
    font-style: normal;
    font-weight: 900;
    font-size: 129px;
    line-height: 78%;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 40px;
    padding: 0;
}

.sc-home-hero .hero-cta-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 67px;
}

.sc-home-hero .hero-cta-primary {
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.8px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: WilcoLoftSans;
}

.sc-home-hero .hero-cta-primary:hover {
    background-color: #c9302c;
}

.sc-home-hero .hero-cta-secondary {
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 400;
    font-family: WilcoLoftSans;
    font-size: 16px;
    letter-spacing: 0.8px;
    transition: all 0.3s ease;
    border: 2px solid #000;
    cursor: pointer;
    text-transform: uppercase;
}

.sc-home-hero .hero-cta-secondary:hover {
    background-color: #000;
    color: #fff;
}

.sc-home-hero .hero-pepper {
    position: relative;
    margin-top: 0px;
}

.sc-home-hero .hero-pepper img {
    max-width: 200px;
    height: auto;
}

.sc-home-hero .hero-pepper-label {
    font-family: 'Brush Script MT', cursive;
    right: 0;
    font-style: italic;
    font-size: 43px;
    line-height: 90%;
    transform: rotate(-10deg);
    font-weight: 400;
}

.sc-home-hero .hero-pepper-arrow {
    width: 100%;
    margin-left: auto;
    max-width: 80px;
    height: 40px;
    margin-bottom: 25px;
    transform: rotate(15deg);
}
.sc-home-hero .hero-product-container {
    position: relative;
}

.sc-home-hero .hero-product-box img {
    width: 100%;
    height: auto;
    display: block;
}

.sc-home-hero .hero-annotation {
    font-family: 'Brush Script MT', cursive;
    font-size: 43px;
    font-style: italic;
    transform: rotate(12.31deg);
    line-height: 90%;
}
.right-text-wrapper {
    position: absolute;
    top: 30px;
    right: 0px;
}
    .sc-home-hero .hero-annotation-arrow {
    width: 100px;
    height: 67px;
    margin-left: -20px;
    margin-top: -20px;
}

.sc-home-hero .btn-color, .sc-home-hero .secondary-btn-color {
    border: 2px solid #000 ;
    padding: 18px 20px;
    line-height: 90%;
    font-size: 20px ;
}
.sc-home-hero .hero-cta-group {
    gap: 10px;
}
.sc-home-hero .secondary-btn-color{
    border: 2px solid #000 ;
}

.sc-home-hero .hero-pepper img {
    max-width: max-content;
    height: 280px;
    width: 100%;
    margin-left: -30px;
    object-fit: contain;
}
.sc-home-hero .icon-text-wrapper {
    position: absolute;
    bottom: 21%;
    left: -30%;
}


.sc-home-simple-text {
    position: relative;
    overflow: visible !important;
}
.sc-home-simple-text .container {
    max-width: 1606px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
.sc-home-simple-text .simple-box {
   border: 2px solid #000000;
}
.sc-home-simple-text .box-header {
    display: flex;
    justify-content: space-between;
    background-color: #CC1D13;
    border-bottom: 2px solid #000000;
}
.sc-home-simple-text .heading:first-child {
    border-right: 2px solid #000000;
}
.sc-home-simple-text .heading p {
    font-size: 27px;
    line-height: 90%;
    letter-spacing: 0.03em;
    font-family: WilcoLoftSans;
    font-weight: 400;
    color: #000000;
}
.sc-home-simple-text .heading {
       padding: 22px 38px 22px 38px;
}
.sc-home-simple-text .box-content p {
    padding: 45px 38px 55px;
    font-family: "borax" !important;
    font-weight: 900;
    font-size: 58px;
    line-height: 92%;
    letter-spacing: -0.02em;
    font-weight: 900;
}
.sc-home-simple-text .box-header .heading:nth-child(2) {
      text-align: right;
}
.sc-home-simple-text .box-header .heading:nth-child(2) p {
    font-size: 24px;
}
.sc-home-simple-text .right-bg-image img {
    max-width: 300px;
    position: absolute;
    bottom: -100px;
    right: -50px;
    z-index: 2;
}

.sc-home-product-grid p ,.sc-home-product-gridduct-grid h2 ,.sc-home-product-grid h3{
    margin:0px;
}
.sc-home-product-grid .container {
    max-width: 1606px;
    margin: 0 auto;
    padding: 0 20px;
    width:100%;
} 
.sc-home-product-grid .sc-feature-collection-grid {
    display:grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 2px solid #000
}
.sc-home-product-grid img.product-image {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
}
.sc-home-product-grid .product-card {
    border-right: 2px solid #000;
    border-radius: 0px;
}
.sc-home-product-grid .sec-content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Helvetica Neue';
    margin-top: 8px;
}
.sec-heading.section_comHeader{
    text-transform: uppercase;
    font-family: 'Inter';
}
.sec-heading.section_comHeader p{
    font-weight: 400;
    font-family: 'Cabinet Grotesk'!important;
    color: #FFFFFF;
}
.sc-home-product-grid .product-price {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Helvetica Neue';
    margin-top: 5px;
    color: #FFFFFF;
}
.sc-home-product-grid .product-card h3.product-title {
    font-size: 39px;
    line-height: 90% !important;
    letter-spacing:-0.02em;
    text-align: center;
    text-transform: capitalize;
    font-family: 'FONTSPRING DEMO - Borax Heavy';
    font-weight: 900;
    padding: 0px 0px 20px 0px;
}
.sc-home-product-grid .sec-header {
    margin-bottom: 24px;
}
.sc-home-product-grid.merch-collection-section .sec-header {
    margin-bottom: 24px;
}
.sc-home-product-grid .product-card .pro-info {
    width: 100%;
    padding: 42px 20px 46px;
    position: relative;
    text-align: center;
}
.sc-feature-collection-grid .product-card {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top:60px;
    transition:all 0.4s ease;
}
.sc-feature-collection-grid .product-card .product-card_link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.sc-feature-collection-grid .product-card:last-child{
    border-right:0px;
}
.sc-feature-collection-grid a.btn_text {
    align-items: center;
    background-color: #CC1D13;
    padding: 17px 29px;
    border-radius: 100px;
    border: 2px solid #000000;
    color: #000000;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.03em;
    font-weight: 500;
    font-family: 'Wilco Loft Sans';
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}
.sc-feature-collection-grid a.btn_text:hover {
    background-color:#000;
    color:#fff;
}
.sc-home-product-grid .middle-bg-img {
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    bottom: -5%;
    z-index: 1;
}


.recipe-swiper-sec .recipe-slider-container {
    max-width: 1598px;
    padding:0px 20px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 140px;
}
.recipe-swiper-sec .recipe_col{
    width:50%;
}
.recipe-swiper-sec .recipe-slider-image {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.recipe-swiper-sec .recipe-slider-image img {
    width: 100%;
    max-width: 628px;
}
.recipe-swiper-sec .recipe-slider-content {
    width: 100%;
    max-width: 700px;
    padding-top: 24px;
}
.recipe-swiper-sec .recipe-topbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 2px solid #000;
    border-bottom:0px;
    width: fit-content;
}
.recipe-swiper-sec .recipe-slide-number {
    padding: 8px 18px;
    font-weight: bold;
    font-size: 18px;
    border: 0;
}
.recipe-swiper-sec .recipe-next-title {
    border-left: 2px solid #000 !important;
    font-weight: bold;
    font-size: 18px;
    padding:18px 20px;
}
.recipe-swiper-sec .recipe-text-wrapper{
    margin-right: 87px;
}
.recipe-swiper-sec .recipe-nav-buttons .custom-nav-btn:after{
    content:"";
    display:none;
}
.recipe-swiper-sec .recipe-nav-buttons .custom-nav-btn {
    background: #c62721;
    color: black;
    font-size: 22px;
    cursor: pointer;
    width: 100%;
    height:100%;
    margin: 0px;
    box-sizing: border-box;
    transition:all 0.3s;
}
.recipe-swiper-sec .recipe-nav-buttons .custom-nav-btn:focus, .recipe-swiper-sec .recipe-nav-buttons .custom-nav-btn:active, .recipe-swiper-sec .recipe-nav-buttons .custom-nav-btn:hover {
    background:transparent;
}
.recipe-swiper-sec .recipe-nav-buttons .custom-nav-btn img{
    width:30px;
    height:30px;
}
.recipe-swiper-sec .swiper-button-next, .recipe-swiper-sec .swiper-button-prev {
    position: static !important;
    margin: 0 3px;
    top: auto !important;
    left: auto !important;
    right: auto !important;
}
.recipe-swiper-sec .recipe-nav-buttons .swiper-button-prev {
    border: 2px solid #000;
    border-top: 0px;
}
.recipe-swiper-sec .recipe-nav-buttons {
    min-height: 100%;
    min-width: 174px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: -87px;
}
.recipe-swiper-sec .recipe-nav-buttons .swiper-button-prev {
    border: 2px solid #000;
    border-left: 0;
    border-bottom: 0;
}
.recipe-swiper-sec .recipe-nav-buttons .swiper-button-next {
    border: 2px solid #000;
    border-left: 0px;
    height: calc(100% + 2px);
    margin-top: 2px;
}
.recipe-swiper-sec .recipe-title-wrapper{
    display:flex;
}
.recipe-swiper-sec .recipe-title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 42px 15px;
    border: 2px solid #000;
    border-bottom: 0;
    width: 100%;
    font-family: WilcoLoftSans!important;
}
.recipe-swiper-sec .ingredients-list{
    border: 2px solid #000;
}
.recipe-swiper-sec .ingredients-list .ingredient-row {
    border-bottom: 2px solid #000;
    padding: 15px 10px;
    text-transform: uppercase;
    background: #f4ebd9;
    font-size: 16px;
    padding: 12px 42px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.recipe-swiper-sec .ingredients-list .ingredient-row:last-child{
    border-bottom:0px;
}
.recipe-swiper-sec .recipe-nav-buttons.show_mob{
    display:none;
}
.right_side_img {
    width: 380px;
    margin-left: auto;
    position: absolute;
    z-index: 1;
    bottom: -100px;
    right: 250px;
}
  
   
.home_fr_pro_row {
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    border: 2px solid #000000
}

.home_fr_pro_row .home_fr_proImg {
    width: 63%;
    display: flex;
    border-right: 2px solid #000000;
}
.home_fr_proImg img {
    object-fit: cover;
}
.home_fr_pro_firstRow p {
    font-weight: 500;
    font-size: 27px;
    line-height: 90%;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.home_fr_pro_firstRow p:not(:first-child) {
    font-size: 22px;
}
.home_fr_pro_firstRow {
    display: grid;
    grid-template-columns: auto 1fr;
    text-align: center;
}
.home_fr_pro_firstRow p {
    font-weight: 500;
    font-size: 27px;
    line-height: 90%;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 21px 29px;
    border-bottom: 2px solid #000000;
    justify-content: center;
}
.home_fr_pro_firstRow p:not(:first-child) {
    font-size: 22px;
    border-left: 2px solid #000000;
}
.home_fr_pro_row .home_fr_proCol {
    width: 37%;
}
.home_fr_pro_title h2 {
    font-weight: 900;
    font-size: 99px;
    line-height: 78%;
    letter-spacing: 0.2px;
    padding: 35px 29px 25px 29px;
    word-break: break-word;
}
.home_fr_pro_title {
    border-bottom: 2px solid #000000;
}
.home_fr_proDis {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.home_fr_proDis .home_fr_promainImg {
    border-left: 2px solid #000000;
    display: flex;
    flex-direction: column;
}
.home_fr_promainImg img {
    height: 100%;
    object-fit: contain;
}
.home_fr_proDis .dis * {
    font-family: "borax" !important;
    font-weight: 400;
}
.home_fr_proDis .dis {
    padding: 40px 29px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.2px;
    text-align: justify;
}
.home_fr_pro .container {
    padding-bottom: 71px;
}
.home_fr_pro {
    position: relative;
}

.home_fr_pro_btn button {
    font-size: 20px;
    line-height: 90%;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    padding: 26.5px;
    border: 2px solid #000000 !important;
    background: #CC1D13;
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0;
    color: #000;
    font-family: "WilcoLoftSans";
    font-weight: 400;
}
.home_fr_pro_btn button:hover, .btn:not([disabled]):hover, .home_fr_pro .product-info__buy-buttons.home_fr_pro_btn button:hover{
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    background: #000 !important;
}
.home_fr_pro .home_fr_pro_btn {
    margin-bottom: -100%;
    width: calc(100% + 3px);
    margin-left: -1px;
    display: block;
    border-radius: 0;
}



.sc-home-bundle .container {
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 16px;
    width:100%;
}

.sc-home-bundle .bundle-headline {
    font-style: normal;
    font-weight: 800;
    font-size: 67px;
    line-height: 67px;
    text-align: center;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: #000000;
    padding-top: 0;
    font-family: "WilcoLoftSans" !important;
}

.sc-home-bundle .bundle-content {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.32px;
    color: #000000;
    font-family: "borax" !important;
    margin: 12px 0 18px 0;
}

.sc-home-bundle .home-Bundle-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}   

.sc-home-bundle .bundle-btn {
    display: block;
    padding: 17px 20px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.48px;
    transition: all 0.3s ease;
    border: 2px solid #000000;
    cursor: pointer;
    text-transform: uppercase;
}

.sc-home-bundle .bundle-btn:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.sc-home-bundle .home-Bundle-image {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.sc-home-bundle .home-Bundle-image img {
    width: 100%;
    max-width: 980px;
}

.sc-home-bundle .bundle-pepper-image {
    position: absolute;
    bottom: -7%;
    left: -15%;
    max-width: 360px;
}

.sc-home-bundle .bundle-capsicum-image {
    position: absolute;
    bottom: -7%;
    right: -4%;
    max-width: 320px;
} 
.recipe-swiper-sec {
    position: relative;
}


.footernew ul li a {
    font-weight: 400;
    font-size: 48px;
    line-height: 90%;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
.footernew ul li .link-faded {
    opacity: 1;
}
.footernew .footer__wrapper {
    border: 2px solid #000000;
}
.footernew .footer__block.footer__block--logoblock {
    padding: 25px 45px 19px 45px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
}
.footernew .footer__block.footer__block--logoblock .sitetagline{
  text-align: left;
}
.footernew .footer__block.footer__block--logoblock .copyrighttext {
    justify-content: end;
}
.footernew .footer__block.footer__block--logoblock .sitetagline,
.footernew .footer__block.footer__block--logoblock .copyrighttext {
    display: flex;
    align-items: center;
}
.footernew .footerlogo {
    width: 100%;
    max-width: 158px;
}
.footernew ul.v-stack {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 0;
}
{% comment %} .footernew ul li {
    width: 100%;
} {% endcomment %}
.footernew ul li a {
    padding: 35px 61px 46px 63px;
    width: 100%;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.footernew .copyrighttext, .footernew .sitetagline {
    font-weight: 400;
    font-size: 20px;
    line-height: 90%;
    letter-spacing: 0.48px;
    text-align: right;
    text-transform: uppercase;
    color: #000;
}
.footer__block--footermenu ul {
    justify-content: center;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
.footer__block--footermenu ul a {
    border: 0 !important;
}
.footernew ul.v-stack li {
    width: 100%;
    white-space: nowrap;
}
.footernew ul.v-stack li:not(:last-child) {
    border-right: 2px solid #000;
}
.footer__block--newsletter p.h3 {
    font-family: "WilcoLoftSans";
    font-weight: 800;
    font-size: 27px;
    line-height: 90%;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 0;
}
.footer__block--newsletter {
    padding: 35px 45px 72px;
}
.footer__block--newsletter form#footer-newsletter {
    width: 100%;
    max-width: 100%;
}
.footer__block--newsletter .form-control input {
    width: 100%;
    max-width: 100%;
    padding: 26px 34px;
}
.footer__block--newsletter .form-control input {
    width: 100%;
    max-width: 100%;
    padding: 26px 34px;
    min-height: auto;
    max-height: max-content;
    height: auto;
    border: 2px solid #000000;
    border-radius: 0;
    font-family: "WilcoLoftSans";
    font-weight: 400;
    font-size: 29px;
    line-height: 90%;
    letter-spacing: 0.3px;
    text-transform: lowercase;
}
.footer__block--newsletter .form-control input + label {
    margin-left: 0;
    left: 34px;
    top: 15px;
    font-family: "WilcoLoftSans";
    font-weight: 400;
    font-size: 29px;
    line-height: 90%;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #000;
    opacity: 1;
}
.footer__block--newsletter .form-control input:focus + label {
    top: 0;
}
.footer__block--newsletter form#footer-newsletter .self-submit-button {
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateY(0%);
    width: 83px;
    border-radius: 0;
}
.footer__block--newsletter form#footer-newsletter .self-submit-button button {
    height: 100%;
    width: 100%;
    border-radius: 0;
    border: 2px solid #000000;
    background: #CC1D13;
}
.footer__block--newsletter form#footer-newsletter .self-submit-button button:hover {
    background: transparent;
}

.stayai-subscription-box .stayai-btn-wrapper button {
    font-family: WilcoLoftSans!important;
    font-weight: 600;
    font-size: 18px;
    line-height: 90%;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    padding: 14px;
}
.stayai-subscription-box .stayai-btn-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 100%;
    border: 2px solid #000000;
}
.stayai-subscription-box .stayai-btn-wrapper button.active {
    background: #000;
    color: #F7EEDC;
}
.stayai-subscription-box[data-retextion-subscription-box] {
    padding: 11px 20px 20px;
}
.stayai-subscription-box[data-retextion-subscription-box] .stayai-main-wrapper {
    width: 100%;
}
.stayai-main-wrapper .stayai-frequency-label {
    font-family: WilcoLoftSans!important;
    font-weight: 600;
    font-size: 12px;
    line-height: 90%;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 11px;
}


@media(max-width:1750px) {
    .home_fr_pro_row .home_fr_proImg {
        width: 60%;
    }
    .home_fr_pro_row .home_fr_proCol {
        width: 40%;
    }
    .home_fr_pro_firstRow p {
        font-size: 22px;
    }
    .home_fr_pro_firstRow p:not(:first-child) {
        font-size: 20px;
    }
    .home_fr_pro_title h2 {
        font-size: 90px;
    }
    .home_fr_proDis .dis {
        font-size: 20px;
    }
    .home_fr_pro_btn button {
        font-size: 18px;
        padding: 22px;
    }
    .sc-home-bundle .home-Bundle-image img {
        max-width: 790px;
    }
    .sc-home-bundle .bundle-pepper-image {
        bottom: -12%;
        left: 0%;
        max-width: 270px;
    }
    .sc-home-bundle .bundle-capsicum-image {
        bottom: -7%;
        right: 8%;
        max-width: 260px;
    }
    .sc-home-hero .hero-headline {
        font-size: 110px;
    }
    .sc-home-simple-text .right-bg-image img {
        right: -140px;
    }
    .footernew ul li a {
        font-size: 30px;
    }
    .footer__block--newsletter .form-control input + label, .footer__block--newsletter .form-control input {
        font-size: 26px;
    }
}
@media(max-width:1400px) {
    .home_fr_pro_row .home_fr_proImg {
        width: 55%;
    }
    .home_fr_pro_row .home_fr_proCol {
        width: 45%;
    }
    .home_fr_pro_firstRow p {
        font-size: 22px;
        padding: 18px 24px;
    }
    .home_fr_pro_title h2 {
        font-size: 80px;
    }
    .home_fr_proDis .dis {
        padding: 30px 26px;
    }
    .home_fr_pro_btn button {
        padding: 18px;
    }
    .recipe-swiper-sec .recipe-slider-container {
        gap: 50px;
    }
    .right_side_img {
        width: 300px;
        right: 120px;
        bottom: -80px;
    }
    .sc-home-hero .hero-headline {
        font-size: 90px;
    }
    .sc-home-hero .hero-pepper img {
        height: 160px;
    }
    .sc-home-product-grid .product-card h3.product-title {
        font-size: 32px;
    }
    .recipe-swiper-sec .recipe-slider-content {
        max-width: 620px;
    }
     .footernew ul li a {
        padding: 30px 40px 30px 40px;
    }
    .footer__block--newsletter {
        padding: 30px 40px 62px;
    }
}
@media(max-width: 1199px) {
    .recipe-swiper-sec .recipe_col.recipe-slider-image{
        min-width:calc(40% - 25px);
    }
    .recipe-swiper-sec .recipe_col.recipe-slider-content{
        min-width:calc(60% - 25px);
    }
    .recipe-swiper-sec .recipe-title {
        font-size: 26px;
        line-height: 30px;
        padding: 23px 20px 15px;
    }
    .recipe-swiper-sec .ingredients-list .ingredient-row {
        padding: 15px 20px 8px;
    }
    .recipe-swiper-sec .recipe-nav-buttons .custom-nav-btn img {
        width: 25px;
        height: 25px;
    }
    .recipe-swiper-sec .recipe-nav-buttons {
        min-width: 150px;
        margin-right: -75px;
    }
    .recipe-swiper-sec .recipe-text-wrapper {
        margin-right: 75px;
    }
    
    .home_fr_pro_row .home_fr_proImg {
        width: 100%;
    }
    .home_fr_pro_row .home_fr_proCol {
        width: 100%;
    }
    .home_fr_proDis .home_fr_promainImg {
        min-height: 400px;
    }
    .home_fr_pro_row .home_fr_proImg {
        border-right: 0;
        border-bottom: 2px solid #000;
    }
    .home_fr_pro .home_fr_pro_btn {
        width: calc(100% + 2px);
    }
    .sc-home-bundle .bundle-headline {
      font-size: 52px;
      line-height: 52px;
    }

    .sc-home-bundle .bundle-content {
        font-size: 20px;
        line-height: 24px;
    }

    .sc-home-bundle .home-Bundle-image img {
        max-width: 730px;
    }
    .sc-home-bundle .bundle-pepper-image {
        left: -3%;
        max-width: 235px;
    }
    .sc-home-bundle .bundle-capsicum-image {
        bottom: -9%;
        right: -4%;
        max-width: 230px;
    }
    .sc-home-simple-text .box-content p {
        font-size: 42px;;
    }
    .sc-home-simple-text .heading p {
        font-size: 22px;
    }
    .sc-home-simple-text .box-header .heading:nth-child(2) p {
        font-size: 18px;
    }
    .sc-home-simple-text .box-content p {
        padding: 40px 30px 45px;
    }
    .sc-home-simple-text .heading {
        padding: 22px 30px;
    }
    .sc-home-simple-text .right-bg-image img {
        right: -100px;
        max-width: 230px;
    }
    .sc-home-product-grid .product-card h3.product-title {
        font-size: 27px;
    }
    .sc-feature-collection-grid a.btn_text {
        font-size: 18px;
    }
    .sc-home-product-grid .middle-bg-img {
        max-width: 220px;
    }
    .recipe-swiper-sec .recipe_col.recipe-slider-content {
        min-width: calc(50% - 25px);
        max-width: 50%;
    }
    .right_side_img {
        width: 240px;
        right: 70px;
        bottom: -90px;
    }
     .footernew ul li a {
        font-size: 26px;
        padding: 30px;
    }
    .footernew .footer__block.footer__block--logoblock {
        padding: 25px 35px 19px 35px;
    }
    .footer__block--newsletter {
        padding: 30px 35px 55px;
    }
    .footer__block--newsletter .form-control input {
        padding: 17px 26px;
    }
    .footer__block--newsletter .form-control input + label {
        left: 30px;
        top: 7px;
        font-size: 22px;
    }
    .footer__block--newsletter p.h3 {
        font-size: 23px;
    }
    .footernew .copyrighttext, .footernew .sitetagline {
        font-size: 16px;
    }
    .footer__block--newsletter > div {
        gap: 10px;
    }
}
@media (max-width: 991px) {
    .sc-home-hero .sc-home-hero .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .sc-home-hero .hero-headline {
        font-size: 48px;
    }
    .sc-home-hero .hero-annotation {
        right: 20px;
        font-size: 24px;
    }
    .sc-home-hero .hero-cta-group {
        flex-direction: column;
        align-items: stretch;
    }
    .sc-home-hero .hero-cta-primary, .sc-home-hero .hero-cta-secondary {
        text-align: center;
    }
    .sc-home-simple-text .box-content p {
        padding: 30px 16px 33px;
        font-size: 33px;
    }
    .sc-home-simple-text .right-bg-image img {
        max-width: 200px;
        bottom: -37%;
    }
        .sc-home-simple-text .heading p {
        font-size: 20px;
    }
    .sc-home-simple-text .heading {
        padding: 18px 20px;
    }
    .sc-home-simple-text .heading.heading-text p {
        font-size: 19px !important;
    }
    .sc-home-simple-text .heading.heading-text {
        padding: 12px 30px;
    }

    .sc-feature-collection-grid .product-card:nth-child(2n) {
        border-right: none;
    }
    .sc-feature-collection-grid .product-card:first-child,
    .sc-feature-collection-grid .product-card:nth-child(2) {
        border-bottom: 2px solid #000;
    }
      .sc-home-product-grid .sc-feature-collection-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sc-home-product-grid img.product-image {
        aspect-ratio: 1/1.93;
    }
      .sc-home-product-grid.merch-collection-section .sec-header {
        margin-bottom: 16px;
    }

    .recipe-swiper-sec .recipe_col.recipe-slider-image, .recipe-swiper-sec .recipe_col.recipe-slider-content{
        min-width:100%;
    }
    .recipe-swiper-sec .recipe-slider-container {
        gap: 40px;
        display: flex;
        flex-direction: column;
    }
    .right_side_img {
        width: 200px;
        margin-right: 10%;
        margin-bottom: -120px;
    }
    .sc-home-hero .btn-color, .sc-home-hero .secondary-btn-color {
        width: fit-content;
    }
    .sc-home-hero .hero-headline {
        margin-bottom: 20px;
    }
    .sc-home-hero .hero-cta-group {
        margin-bottom: 20px;
    }
    .sc-home-hero .hero-pepper img {
        height: 110px;
    }
    .sc-home-hero .hero-content {
        padding-top: 20px;
    }
    .sc-home-simple-text .heading p {
        font-size: 19px;
    }
    .sc-home-simple-text .box-header .heading:nth-child(2) p {
        font-size: 16px;
    }
    .sc-home-simple-text .heading {
        padding: 16px 17px;
    }
    .sc-home-simple-text .box-content p {
        padding: 25px 12px 30px;
        font-size: 30px;
    }
    .sc-home-product-grid .middle-bg-img {
        left: auto;
        transform: unset;
        bottom: -4%;
        max-width: 220px;
        right: 0;
    }
    .home_fr_pro_firstRow {
        grid-template-columns: 1.6fr 1fr;
    }
    .home_fr_pro_title h2 {
        font-size: 70px;
    }
     .footernew ul.v-stack {
        flex-direction: unset;
        width: calc(100% + 2px);
        gap: 0;
        flex-wrap: wrap;
        position: relative;
    }
    .footernew ul.v-stack li {
        width: 33.33%;
    }
    .footer__block--footermenu ul::after {
        position: absolute;
        content: '';
        top: calc(50% - 2px);
        border-bottom: 2px solid #000;
        left: 0;
        right: 0;
    }
    .footernew ul li a {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .sc-home-hero .container {
        display: block;
    }
    .sc-home-hero .hero-pepper img {
        max-width: 200px ;
        height: auto;
        margin-left:0px;
    }
    .sc-home-hero .icon-text-wrapper {
        bottom: -4%;
        left: 0%;
    }
    .sc-home-hero .hero-pepper{
          display: block;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .sc-home-hero .hero-headline{
        text-align:left;
    }
     .sc-home-simple-text .right-bg-image img {
        max-width: 200px;
        bottom: -14%;
        right: auto;
        left: -5px;
    }
     .home_fr_pro_title h2 {
        font-size: 60px;
    }
    .sc-home-bundle .bundle-headline {
        font-size: 44px;
        line-height: 46px;
    }

    .sc-home-bundle .bundle-content {
        font-size: 18px;
        line-height: 20px;
    }

    .sc-home-bundle .bundle-btn {
        padding: 14px 20px;
        font-size: 18px;
        line-height: 20px;
    }

    .sc-home-bundle .home-Bundle-image img {
        max-width: 550px;
    }
    .sc-home-bundle .bundle-pepper-image {
        left: -2%;
        max-width: 150px;
    }
    .sc-home-bundle .bundle-capsicum-image {
        max-width: 160px;
    }
    .recipe-swiper-sec .recipe-nav-buttons.show_desk {
        display: none;
    }
    .recipe-swiper-sec .recipe-nav-buttons.show_mob {
        display: flex;
        width: 100%;
        margin-top: 0;
        justify-content: flex-end;
        margin-right: -2px;
    }
    .recipe-swiper-sec .recipe-text-wrapper {
        margin-right: 0px;
    }
    .recipe-swiper-sec .recipe-nav-buttons .swiper-button-next {
        height: 100%;
        margin-top: 0px;
    }
    .recipe-swiper-sec .recipe-nav-buttons .swiper-button-prev{
        border: 2px solid #000000;
    }
    .recipe-swiper-sec .recipe-nav-buttons .custom-nav-btn {
        width: 50px;
         height: 100%;
        border-top: 0;
        border-bottom: 0;
    }
    .recipe-swiper-sec .recipe-next-title, .recipe-swiper-sec .recipe-slide-number {
        padding: 5px 15px;
        font-size: 14px;
    }
    .recipe-swiper-sec .recipe-slide-number {
        height: auto;
        display: flex;
        align-items: center;
    }
    .recipe-swiper-sec .recipe-next-title {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .recipe-swiper-sec .recipe-title {
        font-size: 32px;
        line-height: 26px;
        padding: 15px 15px 10px;
    }
    .recipe-swiper-sec .ingredients-list .ingredient-row {
        padding: 15px 15px 8px;
        font-size: 14px;
        line-height: 22px;
    }
    .recipe-swiper-sec .recipe-nav-buttons .custom-nav-btn {
        width: 50px;
        height: 50px;
    }
    .recipe-swiper-sec .recipe-nav-buttons .custom-nav-btn img {
        width: 15px;
        height: 15px;
    }
    .recipe-swiper-sec .recipe-slider-container {
        gap: 30px;
        display: flex;
        flex-direction: column;
    }
    .right_side_img {
        width: 200px;
        margin-left: 10%;
        right:auto;
        margin-top:-50px;
        margin-bottom: -80px;
    }

    .sc-home-product-grid .sec-header {
        margin-bottom: 16px;
    }
    .sc-home-product-grid img.product-image {
        aspect-ratio: 354 / 447 !important;
    }
    .sc-home-product-grid .product-card .pro-info {
        padding: 21px 10px;
    }
    .sc-home-product-grid .sc-feature-collection-grid {
          grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .sec-header .sec-content {
      max-width: 320px;
    }
    .sc-feature-collection-grid .product-card:last-child {
      border-bottom:none;
    }
    .sc-home-simple-text .box-header.show_mobile {
        display: block !important;
        border: 0;
        border-top: 2px solid #000000;
        border-right: 0;
    }
    .sc-home-simple-text .heading:first-child {
        text-align: center;
        border-right: 0;
        width: 100%;
    }
    .sc-home-simple-text .heading:first-child p {
        font-size: 26px;
    }
    .sc-home-simple-text .box-header .heading:nth-child(2) {
        display: none;
    }
    .recipe-swiper-sec .recipe-nav-buttons {
        margin-right: 0px;
    }
    .recipe-swiper-sec .recipe-topbar {
        width: 100%;
        align-items: unset;
    }   
    .sc-home-hero .hero-content {
        position: unset;
    }
    .sc-home-hero {
        position: relative;
    }
    .sc-home-simple-text .box-content p {
        padding: 25px 12px 30px;
        font-size: 33px;
    }
    .sc-home-product-grid .middle-bg-img {
        display: block;
        left: auto;
        bottom: -6.6%;
        max-width: 200px;
    }
    .sc-home-hero .hero-headline {
        font-size: 62px;
    }
     .footernew .footer__block.footer__block--logoblock {
      grid-template-columns: 1fr;
  }
  .footernew .footer__block.footer__block--logoblock > * {
      text-align: center !important;
      justify-content: center !important;
  }
  .footernew .footerlogo {
      margin: auto;
  }
  .footer__block--newsletter {
      padding: 16px;
  }
  .footernew ul li a {
      padding: 14px;
  }
  .footernew ul li a {
      font-size: 18px;
      text-align: center;
  }
  .footer__block--newsletter p.h3 {
     font-size: 18px;
    }
    .footer__block--newsletter .form-control input + label, .footer__block--newsletter .form-control input {
        font-size: 20px;
    }
    .footer__block--newsletter .form-control input + label {
        left: 24px;
        top: 1px;
    }
    .footer__block--newsletter form#footer-newsletter .self-submit-button button svg {
        height: 20px;
        width: 20px;
    }
    .footer__block--newsletter form#footer-newsletter .self-submit-button {
        width: 63px;
    }
    .footer__block--newsletter .form-control input + label {
        font-size: 16px;
    }
    .footer__block--newsletter .form-control input {
        padding: 13px 24px;
    }
}
@media (max-width: 575px) {
    .sc-home-simple-text .heading p {
        font-size: 14px;
    }
    /* .sc-home-simple-text .box-content p {
        padding: 15px 15px;
        font-size: 28px;
    } */
    .sc-home-simple-text .right-bg-image img {
        max-width: 179px;
        bottom: -20%;
    }
    .home_fr_pro_title h2 {
        font-size: 66px;
        padding: 25px 20px;
    }
    .home_fr_pro_firstRow p {
        font-size: 18px;
        padding: 18px 12px;
    }
    .home_fr_pro_firstRow p:not(:first-child) {
        font-size: 16px;
    }
    .home_fr_proDis .dis {
        padding: 20px 12px;
    }
    .sc-home-bundle .bundle-headline {
        font-size: 30px;
        line-height: 34px;
    }

    .sc-home-bundle .bundle-content {
        font-size: 16px;
        line-height: 24px;
        margin: 12px 0 12px 0;
    }

    .sc-home-bundle .bundle-btn {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 18px;
    }
    .sc-home-bundle .home-Bundle-image img {
        max-width: 100%;
    }

    .sc-home-bundle .bundle-pepper-image {
        bottom: -16%;
        left: -10%;
        max-width: 110px;
    }

    .sc-home-bundle .bundle-capsicum-image {
        max-width: 110px;
        bottom: -15%;
        right: -5%;
    }
    .sc-home-hero .hero-pepper img {
        max-width: 160px;
    }
    .sc-home-product-grid .product-card h3.product-title {
        font-size: 32px;
    }
    .home_fr_proDis {
        grid-template-columns: repeat(1,1fr);
    }
    .home_fr_proDis .home_fr_promainImg {
        border-left: none;
    }
    .home_fr_pro_btn button {
        padding: 18px;
        width: calc(100% + 2px);
        margin-left: -1px;
    }
    .footernew ul.v-stack li {
        width: 50%;
    }
    .footer__block--footermenu ul::after {
    display: none;
    }
    .footernew ul.v-stack li {
        width: 50%;
        border-bottom: 2px solid #000;
    }
    .footernew ul.v-stack li:last-child {
        border: none;
    }
    .sc-home-hero .hero-pepper-arrow {
        margin-left: 40%;
        max-width: 40px;
        height: 10px;
        transform: rotate(5deg);
    }
    .sc-home-hero .hero-pepper-label {
        font-size: 26px;
    }
    .sc-home-hero .icon-text-wrapper {
        bottom: 1%;
        left: 4%;
    }
    .sc-home-hero .hero-annotation-arrow {
        width: 40px;
        height: 27px;
    }
    .right-text-wrapper {
        top: 0px;
    }
    .sc-home-hero .hero-annotation-arrow {
        margin-left: 40px;
        margin-top: 0px;
    }
}

@media (max-width:400px){
    .right_side_img {
        width: 150px;
    }
    .sc-home-hero .hero-headline {
        font-size: 44px;
    }
    .sc-home-hero .btn-color, .sc-home-hero .secondary-btn-color {
        padding: 14px 20px;
        font-size: 18px;
    }
    .sc-home-hero .hero-pepper img {
        max-width: 140px;
    }
    .sc-home-simple-text .box-content p {
        font-size: 26px;
    }
    .sc-home-simple-text .heading:first-child p {
        font-size: 22px;
    }
    .sc-home-simple-text .right-bg-image img {
        max-width: 129px;
        bottom: -15%;
    }
    .sc-home-product-grid .product-card h3.product-title {
        font-size: 26px;
    }
    .sc-feature-collection-grid a.btn_text {
        font-size: 16px;
    }
    .sc-home-product-grid .middle-bg-img {
        bottom: -6.5%;
        max-width: 170px;
    }
    .recipe-swiper-sec .recipe-title {
        font-size: 28px;
    }
    .home_fr_pro_title h2 {
        font-size: 56px;
    }
    .home_fr_pro_firstRow p {
        font-size: 16px;
    }
}

@media (max-width: 1500px) {}
@media(max-width: 1300px) {}
@media(max-width: 992px) {}
@media(max-width: 768px) {}
@media (max-width: 640px) {}