/** Shopify CDN: Minification failed

Line 674:20 Expected identifier but found ","
Line 1057:5 Unexpected "{"

**/
.bunny-hover-image,
.where-buy-hover .bunny-image {
    max-width: 200x;
    min-height: 200px;
}
#blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 33px;
}
#blog-pagination .blog-prev svg {
    transform: rotate(180deg);
}
#blog-pagination svg {
    width: 33px;
    height: auto;
}
#blog-pagination a {
    font-size: 18px;
    color: #737373;
}
#blog-pagination .current {
    font-weight: 900;
    color: #404040;
    font-size: 18px;
}
/* Recipe detail page CSS start */
.article-feature-section .article-content-wrapper {
    padding-left: calc((100vw - 1160px) / 2);
    padding-right: 64px;
    padding-bottom: 50px;
    padding-top: 50px;
    width: 50%;
}
.article-feature-section .article-image {
    width: 50%;
}
.article-feature-section .article-title {
    color: #000000;
    margin: 0 0 6px 0 !important;
}
.article-feature-section .article-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.article-feature-section .additional_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #91BCB8;
    padding-top: 20px;
}
.article-feature-section .article-excerpt p {
    font-size: clamp(16px,.3vw + 13px,18px) !important ;
}
.article-feature-section .additional_info .prep-time,
.article-feature-section .additional_info .prep-time p,
.article-feature-section .additional_info .difficulty-text p,
.article-feature-section .additional_info .difficulty-text {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 6px;
}
.article-feature-section .additional_info .prep-time,
.article-feature-section .additional_info .difficulty-text {
    gap: 12px;
}
.article-feature-section .additional_info .prep-time .svgwrapper {
    max-width: 15px;
    height: auto;
}
.article-feature-section .additional_info .prep-time .svgwrapper svg {
    height: auto;
}
.article-feature-section .additional_info .difficulty-text .svgwrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}
.article-feature-section .article-excerpt {
    margin-bottom: 85px;
}
.additional-infoWrapper {
    padding-bottom: 30vw;
}
.additional-infoWrapper .additional-articleinfo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    padding: 50px 0;
}
.additional-infoWrapper .how-to-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: step-counter;
}
.additional-infoWrapper .how-to-info li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 37px;
    counter-increment: step-counter;
    font-size: clamp(16px,.3vw + 13px,18px)!important;
    line-height: 1.5em;
    letter-spacing: 0;
}
.additional-infoWrapper .how-to-info li:before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: #D4E6E5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.additional-infoWrapper .ingredients-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-right: 2px solid #91BCB8;
    padding-right: 82px;
    padding-bottom: 25px;
}
.additional-infoWrapper .ingredients-item {
    display: flex;
    flex-direction: column;
}
.additional-infoWrapper .ingredients-item span {
    max-width: 255px;
    font-size: clamp(16px,.3vw + 13px,18px)!important;
    line-height: 1.5em;
    letter-spacing: 0;
}
.fun_fact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    background: url('/cdn/shop/files/Path_9954.png?v=1763466040') no-repeat center / 100% 100%;
    padding: 0 40px 50px;
    position: relative;
    right: 100px;
}
.fun_fact-wrapper .fun-fact_info {
    position: relative;
}
.fun_fact-wrapper .fun-fact_info .fun-factMessege {
    max-width: 350px;
    text-align: center;
}
.fun_fact-wrapper .fun-fact_info .fun-images:nth-child(1) {
    position: absolute;
    left: -112px;
    /* top: -58px; */
    top:auto;
    bottom:5px;
}
.fun_fact-wrapper .fun-fact_info .fun-images:nth-child(2) {
    position: absolute;
    right: -126px;
    bottom: -3px;
}
.fun_fact-wrapper .fun-factTitle {
    margin-top: -25px;
    display: inline-block;
    padding: 12px 32px;
    font-family: prater sans;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--color-primary-button-text);
    background: url('/cdn/shop/files/wood_4c643fdb-18b2-413b-964e-bece52cef577.png?v=1763465823') no-repeat center / 100% 100%;
    text-align: center;
    min-width: 300px;
}
.fun_fact-wrapper .fun-factMessege p {
    font-size: clamp(16px,.3vw + 13px,18px)!important;
}
.custom-feature-blog-cls {
    background-size: cover !important;
    background-repeat: no-repeat;
}
/* .custom-feature-blog-cls .resource-list--grid .resource-list__item {
    background: #fff;
    border-radius: 20px;
} */
.custom-feature-blog-cls .featured-blog-posts-card__inner {
    border-radius: 20px;
}
.custom-feature-blog-cls .featured-blog-posts-card__content {
    padding: 14px 32px;
}
.custom-feature-blog-cls .featured-blog-posts-card__content > h4 {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
}
.custom-feature-blog-cls .mhbtn {
    margin: 0 auto;
}
.custom-feature-blog-cls .resource-list {
    max-width: 964px;
    margin: 0 auto;
}
.custom-feature-blog-cls .featured-blog-posts-card .btn.mhlink {
    gap: 6px;
    font-family: 'Prater Sans';
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding-top: 10px;
}
.custom-feature-blog-cls .featured-blog-posts-card .btn.mhlink:hover {
    color: #000;
   
}
.custom-feature-blog-cls .featured-blog-posts-card .btn.mhlink svg {
    min-width: 12px !important;
    width: 12px !important;
}
.custom-feature-blog-cls .featured-blog-posts-card .btn.mhlink svg path {
    fill: #D4D4D4;
}
.custom-feature-blog-cls .featured-blog-posts-card .btn.mhlink  svg {
  transition: transform 0.25s ease, fill 0.25s ease;
}
.custom-feature-blog-cls .featured-blog-posts-card .btn.mhlink svg path {
  transition: fill 0.25s ease;
}
.custom-feature-blog-cls .featured-blog-posts-card .btn.mhlink:hover svg {
  transform: translateX(3px);
}
.custom-feature-blog-cls .featured-blog-posts-card .btn.mhlink:hover svg path {
  fill: #000;
}

/* Recipe detail page CSS end */

/* Recipe Landing page CSS start */
.recipeMapleMagic .squirrel-vector {
    position: absolute;
    z-index: 1;
}
.recipeMapleMagic .squirrel-image,
.recipeMapleMagic .squirrel-hover-image {
    max-width: 300px;
}
.recipeMapleMagic .hover-image {
    position: absolute;
    right: 8%;
    transform: translateX(-15%);
    max-width: 324px;
    z-index: 2;
    display: flex;
    bottom: 12%;
}
.recipeMapleMagic .hover-image img {
    width: auto;
    max-width: 200px;
    height: auto;
    cursor:pointer;
}
.recipeMapleMagic .hover-image img:first-child{
    transform: translateY(-33px);
    transition:transform 0.3s linear;
}
.recipeMapleMagic .hover-image img:hover:first-child {
    transform: translateY(-40px);
}
.recipeMapleMagic .hover-image img:nth-child(2) {
    transform: translate(-90px, 0);
    transition:transform 0.3s linear;
    z-index:1;
}
.recipeMapleMagic .hover-image img:hover:nth-child(2) {
    transform: translate(-90px, -7px);
}
.recipeMapleMagic .squirrel-vector {
    position: absolute;
    z-index: 2;
    bottom: 15%;
    right: auto;
    left: 40%;
    transform: translateX(-100%);
}
.recipeMapleMagic .squirrel-vector .squirrel-hover-image {
    opacity: 0;
    position: absolute;
    bottom: 0;
    cursor:pointer;
    transition:opacity .3s linear;
}
.recipeMapleMagic .squirrel-vector .squirrel-image{
    max-width:295px;
    position:relative;
    z-index:3;
    transition:all .3s linear;
}
.recipeMapleMagic .squirrel-vector .squirrel-image:hover + .squirrel-hover-image {
    opacity: 1;
}
.recipeMapleMagic .group-block .text-block {
    max-width: 674px;
    margin: 0 auto;
}
.recipeMapleMagic .background-image-container img {
    object-position: bottom;
}
.recipeMulticolumn .group-block-content {
    max-width: 1160px;
    margin: auto;
}
.recipeMulticolumn .group-block-content .text-block {
    max-width: 300px;
    margin-left: 20px;
    margin-top: -33px;
    display: inline-block;
    padding: 12px 20px;
    font-family: prater sans;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    background: url('/cdn/shop/files/wood_2b9d530f-8145-4eec-a95d-391e52c303bb.png?v=1763621358') no-repeat center / 100% 100%;
    text-align: center;
    min-width: 264px;
    transition: background-image 0.3s ease, transform 0.3s ease;
    z-index: 1;
}
.recipeMulticolumn .group-block-content:hover > .text-block {
    background-image: url('/cdn/shop/files/wood_a338e9c6-db92-4688-81be-db9316882963.png?v=1763646709');
}
.recipeMulticolumn .group-block-content:hover > .image-block img {
    transform: scale(1.05);
}
.recipeMulticolumn .group-block-content .image-block img {
    transition: transform 0.3s ease;
}
.recipeMulticolumn .group-block-content .image-block{
    overflow: hidden;
    aspect-ratio: 280 /298;
}
.custom-blog-filter .article-tag, .custom-product-filter .product-tag {
    border-radius: 27px;
    background: #fff;
    color: #000;
}
.custom-blog-filter, .custom-product-filter {
    padding-bottom: 55px;
}
.custom-blog-filter .article-tag.active, .custom-product-filter .product-tag.active {
    background: #000;
    color: #fff;
}
.product-grid-container h3{
    color: #000;
    text-align: center;
    margin: 0;
    padding-bottom: 45px;
}
.blog-post-card__image-container {
    position: relative;
    display: inline-block;
}
.blog-post-card__image-container .article-tag {
    position: absolute;
    top: 30px;
    right: 18px;
    z-index: 10;
    font-family: Prater Sans;
    color: #fff;
    background: #000;
    padding: 12px 23px;
    border-radius: 27px;
    text-transform: uppercase;
    font-weight: bold;
}
.blog-posts-container.empty-result {
    display: block;
    text-align: center;
}
.blog-posts-container.empty-result .no-results {
    margin: 0;
    color: #000;
    font-size: 18px;
}
.blog-posts {
    --page-content-width: var(--narrow-page-width);
    --page-width: calc(var(--page-content-width) + (var(--page-margin) * 2));
    --columns-gap: 48px;
    --rows-gap: 36px;
}
.blog-posts-container {
    max-width: 1160px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    column-gap: var(--columns-gap);
    row-gap: var(--rows-gap);
    border-bottom: 2px solid #E8B86E;
    padding-bottom: 60px;
}
.blog-post-item {
    border: 1px solid rgb(var(--color-foreground-rgb) / var(--opacity-20));
    padding: 0 1rem 1rem;
}
.blog-post-item:has(.blog-post-card__image-container) {
    border: none;
    padding: 0;
}
.blog-posts-container.no-blogs {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    color: #000;
    margin: 50px auto;
    text-align: center;
}
.blog-posts-container.no-blogs svg {
    width: 60px;
    height: 60px;
}
.product-form-buttons .add-to-cart-text {
    text-transform: uppercase;
}
.product-form-buttons .custom-price-cls {
    margin-left: 7px;
}
.product-grid-container .collection-wrapper .main-collection-grid .product-grid {
  max-width: 1160px;
}
.custom-banner-li .banner-wrapper{
    position: relative;
    padding: 54px 0 65px 60px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    justify-content: space-between;
    height: 100%;
    align-items: flex-start;
}
.custom-banner-li.banner-li-below .banner-wrapper {
  padding: 64px 0 80px 0;
}
.custom-banner-li img.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: -1;
}
.collection-wrapper .product-card__content .buy-buttons-block {
    margin-top: auto;
}
.main-collection-grid .product-grid.empty-result {
    grid-template-columns: 1fr;
}
.main-collection-grid .no-results {
    color: #000;
    margin: 50px auto;
    text-align: center;
}
.template-collection .textBlockRight .custom-section-content .section-content-wrapper>.group-block {
    width: 100% !important;
    margin: 0 0 0 auto;
}
.template-collection .four-image-col .image-block__image {
    max-width: 550px;
    position: relative;
    top: 30px;
    left: -33px;
}
/* Recipe Landing page CSS end */
/* Collection page marquee section CSS start */
.custom-marquee-cls .custom-main-marquee,
.custom-col {
    position: relative;
}
.custom-marquee-cls .marquee-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding-left: calc((100vw - 1160px) / 2);
}
.custom-marquee-cls .fixed-text {
    width: 18%;
    padding-right: 30px;
    border-right: 3px solid #A2722E;
    min-height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.custom-marquee-cls .fixed-text h4 {
    line-height: 1.5em;
}
.custom-marquee-cls .marquee {
    width: 82%;
    overflow: hidden;
}
.custom-marquee-cls .marquee .swiper-slide {
    display: flex;
    align-items: center;
    gap: 45px;
    max-width: max-content;
}
.custom-marquee-cls .marquee .swiper-slide .slide-content {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 100%;
}
.custom-marquee-cls .marquee .swiper-slide img {
    max-width: 88px;
    height: auto;
}
.custom-marquee-cls .marquee .swiper-wrapper {
    transition-timing-function: linear !important;
}
.custom-marquee-cls .marquee-item {
    max-width: 140px;
}
.custom-marquee-cls .marquee-item h5 {
    font-weight: bold;
}
.custom-contact .contact-form__form .cu-email,
.custom-contact .contact-form__form .cus-ph-la {
    margin-bottom: 14px;
    display: inline-block;
}
/* Collection page marquee section CSS end */
.template-product .product-information .product-information__media .product-card-hover-image {
    display: none;
}
/* store locator section CSS start */
.custom-store-locator .layout-panel-flex {
    display: block;
}
.custom-store-locator .bootstrap-storeifyapps {
    max-width: 970px;
}
.custom-store-locator #storeifyapps-storelocator-index {
    margin: 0;
    padding: 0;
    background: transparent;
}
.custom-store-locator .storeify-stl-col1.col-md-8.map-tab-ggmap.map-tab-mobile.active {
    padding: 0;
    border: 2px solid #859CB2;
}
.custom-store-locator .storelocator-layout-2,
.custom-store-locator .bootstrap-storeifyapps .form-control-storeify {
    border: none;
}
.custom-store-locator .search-address-box {
    border-top: 1px solid #859CB2;
    padding: 10px 0;
}
.custom-store-locator .search-radius-box {
    border-top: 1px solid #859CB2;
    padding: 10px 0 0;
}
.custom-store-locator #getbylocal,
.custom-store-locator #submit-search {
    font-family: 'Avenir';
}
.custom-store-locator .search-type {
    margin-top: 0;
}
.custom-store-locator #frm-storelocator-search #reset-search {
    display: flex;
    align-items: center;
}
.custom-store-locator select.chose-search-slt.form-control-storeify {
    background: #557085;
    color: #fff;
    border-radius: 6px;
    padding: 0 20px;
    width: auto;
    margin-bottom: 12px;
    cursor: pointer;
    appearance: none;
    background-image: url(/cdn/shop/files/Group_4198_ecb7fa25-e148-4785-9b5d-bfeeb6db9a19.svg?v=1765793830);
    background-repeat: no-repeat;
    background-position: center right 14px;
}
.custom-store-locator .bootstrap-storeifyapps .row {
    margin: 0;
}
.custom-store-locator .bootstrap-storeifyapps .form-control-storeify {
    height: 40px !important;
    line-height: normal;
    padding: 7px 13px;
    width: 100% !important;
    float: none;
}
.custom-store-locator .bootstrap-storeifyapps .gr-search-slt {
    width: auto;
    float: none;
}
.custom-store-locator .storeifyapps-storelocator-layout-1 .results-slt .title {
    background: #557085 !important;
    margin: 10px 0 !important;
}
.custom-store-locator .bootstrap-storeifyapps .thumbnail {
    border: none;
    border-radius: 6px;
}
.storeify-sl-details .store-info .title-store-info {
    background-color: #557085 !important;
}
/* store locator section CSS end */
.custom-contact .spacing-style.layout-panel-flex {
    max-width: 950px;
    margin: 0 auto;
}
#wizard-validation-form .form-control {
  box-shadow: none !important;
}
.cart-drawer__inner .cart-bubble {
    display: none;
}
.cart-drawer__inner .cart-items__media-image {
    object-fit: contain;
}
.cart-drawer__inner .cart-discount__button {
    line-height: 1;
}
.cart-drawer__inner .cart-drawer__heading.h3 {
    color: #000;
}
.cart-drawer__inner .cart-drawer__summary {
    gap: 16px;
}
.product-form-buttons.spacing-style.product-form-buttons--stacked {
    flex-wrap: nowrap;
    gap: 30px;
}
@media (min-width: 992px) {
    .custom-store-locator #map {
        height: 575px !important;
    }
}
@media screen and (max-width: 1647px) {
  .product-form-buttons.spacing-style.product-form-buttons--stacked {
    flex-wrap: wrap;
  }
}
@media (max-width: 1280px) {
    .customColWrapper {
        bottom: 35%;
        right: auto;,uyy
        left: 47%;
    }
   .recipeMulticolumn .group-block-content .text-block {
        max-width: 270px;
        min-width: unset;
   }
   .recipeMapleMagic .hover-image,
   .recipeMapleMagic .squirrel-vector .squirrel-image{
        max-width:200px;
   }
   .recipeMapleMagic .hover-image img{
        max-width:150px;
   }
   .custom-marquee-cls .marquee .swiper-slide {
        gap: 30px;
   }
   .custom-marquee-cls .fixed-text {
        padding-right: 20px;
   }
}
@media (max-width: 1160px) {
    .article-feature-section .article-content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
    .custom-marquee-cls .marquee-wrapper {
        padding-left: 40px;
    }
}
@media screen and (max-width: 1129px) {
    .custom-banner-first.custom-banner-li {
        order: -1;
    }
}
@media (max-width: 1024px) {
    .customColWrapper img {
        max-width: 300px;
    }
    .customColWrapper {
        bottom: 34%;
        right: auto;
        left: 39%;
    }
    .custom-marquee-cls .fixed-text {
        border-right: none;
        min-height: 100%;
        padding-bottom: 20px;
    }
    .custom-marquee-cls .marquee-item {
        max-width: 100%;
    }
    .custom-marquee-cls .fixed-text {
        padding-left: 40px;
    }
    .custom-marquee-cls .marquee-wrapper {
        padding-left: 0;
    }
    .custom-marquee-cls .marquee-wrapper {
        flex-direction: column;
    }
    .custom-marquee-cls .fixed-text,
    .custom-marquee-cls .marquee {
        width: 100%;
    }
    .custom-marquee-cls .marquee .swiper-slide .slide-content {
        gap: 10px;
    }
    .custom-marquee-cls .marquee .swiper-slide {
        gap: 15px;
    }
    .article-feature-section .article-title {
        padding-top: 30px;
    }
    .article-feature-section .article-container {
        gap: 30px;
    }
    .article-feature-section .article-content-wrapper {
        padding-bottom: 30px;
        padding-top: 0;
    }
    .additional-infoWrapper .additional-articleinfo {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 992px) {
    .custom-store-locator .storeify-sear-box, .storeify-header-inner {
        border: none;
    }
    .custom-store-locator .storeify-sear-box, 
    .custom-store-locator .storeify-header-inner,
    .custom-store-locator .storeify-stl-col1.col-md-4.storeifyapps-storelocator-equal,
    .custom-store-locator .bootstrap-storeifyapps .container-fluid {
        padding: 0;
    }
    .custom-store-locator #storeify_location {
        min-height: auto;
    }
    .custom-store-locator .map-tab-mobile-bnt-item.active {
        background-color: #557085 !important;
    }
    .custom-store-locator .storeifyapps-storelocator-layout-1 .results-slt .title {
        margin: 0 0 10px 0!important;
    }
    .custom-store-locator .search-address-box {
        border-top: none;
        padding: 0 0 10px;
    }
}
@media (max-width: 900px) {
    .article-feature-section .article-container {
        flex-direction: column-reverse;
    }
    .article-feature-section .article-image {
        width: 100%;
        padding: 0 0px;
        overflow: hidden;
    }
    .article-feature-section .article-image img {
        transform: scale(1.05);
    }
    .article-feature-section .article-title {
        padding-top: 0;
    }
    .article-feature-section .article-excerpt {
        margin-bottom: 10px;
    }
    .article-feature-section .additional_info {
        padding-top: 10px;
    }
    .additional-infoWrapper .additional-articleinfo {
        gap: 30px;
    }
    .additional-infoWrapper .ingredients-info {
        padding-right: 32px;
    }
    .fun_fact-wrapper {
        right: 0;
    }
    .recipeMapleMagic .squirrel-vector .squirrel-image{
        max-width:170px;
    }
    .recipeMapleMagic .hover-image{
        bottom:40px;
        max-width:170px;
    }
    .recipeMapleMagic .squirrel-vector{
        left:35%;
    }
    .recipeMulticolumn .customGridCls>.group-block-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
   }
}
@media (min-width: 750px) and (max-width: 830px) {
    .mainHeader .header__column--left .header-menu nav overflow-list.overflow-menu::part(list), .mainHeader .header-menu__inner.menu-right-side .menu-list {
        grid-gap: 0 10px !important;
        justify-content: center !important;
    }
    .mainHeader .header__column--right {
        justify-content: center !important;
    }
    .header__columns {
        grid-gap: 0.25rem !important;
    }
}
@media (max-width: 767px) {
    .blog-posts-container {
        padding-bottom: 30px;
    }
    #blog-pagination {
        padding-top: 25px;
    }
    .custom-store-locator .bootstrap-storeifyapps .form-control-storeify {
        height: 37px !important;
    }
    .custom-store-locator .search-radius-box {
        margin-bottom: 5px;
    }
    .custom-store-locator .results-slt .title, .custom-store-locator .ify-col-schedule .title-store-info {
        padding: 10px 12px;
    }
    .blog-post-card__content .text-block,
    .blog-post-card__content a {
        padding: 0 !important;
    }
    .blog-post-card__content {
        padding: 20px 25px;
    }
    .custom-marquee-cls .marquee .swiper-slide img {
        max-width: 60px;
    }
    .blog-posts-container.no-blogs svg {
        width: 30px;
        height: 30px;
    }
     .additional-infoWrapper .ingredients-info {
        padding-right: 12px;
        gap: 20px;
    }
    .additional-infoWrapper .additional-articleinfo {
        gap: 20px;
    }
    .additional-infoWrapper .how-to-info li:before {
        width: 30px;
        height: 30px;
        transform: none;
        top: 0px;
    }
    .additional-infoWrapper .how-to-info li {
        padding-left: 42px;
        margin-bottom: 25px;
    }
    .fun_fact-wrapper .fun-fact_info .fun-factMessege {
        max-width: 250px;
    }
    .fun_fact-wrapper {
        padding: 0 30px 30px;
        width: 94%;
    }
    .fun_fact-wrapper .fun-factTitle {
        min-width: 200px;
        font-size: 22px;
    }
    .additional-infoWrapper {
        /* padding-bottom: 20vw; */
        padding-bottom: 17vw;
    }
    .custom-blog-filter,
    .custom-product-filter {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start !important;
        align-items: center;
    }
    .custom-blog-filter,
    .custom-product-filter {
        padding-bottom: 14px;
    }
    .custom-blog-filter .article-tag,
    .custom-product-filter .product-tag {
        min-width: 140px;
        text-align: center;
        padding: 10px;
    }
    .blog-posts-container {
        padding-top: 25px;
    }
    .blog-posts .text-block.h3 {
        --padding-block-end: 20px !important; 
    }
    .blog-posts-container {
        column-gap: 24px;
        row-gap: 24px;
    }
    .blog-post-card__image-container .article-tag {
        top: 13px;
        right: 14px;
        padding: 8px 18px;
    }
}
@media (max-width: 749px) {
    .hero .aboutBanner {
        padding-bottom: 100px;
    }
    .template-collection .four-image-col .image-block__image {
        top: 0;
        left: 0;
    }
    .template-collection .textBlockRight .section-content-wrapper .group-block-content {
        --gap: 38px !important;
    }
    .template-collection .borderCat .mobile__bg__image {
        object-position: center !important;
    }
    .collection-wrapper .main-collection-grid {
        padding-top: 25px;
    }
    .collection-wrapper .product-grid .product-grid__item .product-card__content {
        padding: 0 !important;
    }
    .custom-banner-li .banner-wrapper {
        padding: 34px 0 45px 40px;
    }
    .product-grid-container h3 {
        padding-bottom: 30px;
    }
    .custom-col {
        padding-left: 20px;
        padding-right: 20px;
    }
    .custom-feature-blog-cls .featured-blog-posts-card__link {
        background: #fff;
        border-radius: 20px;
    }
    .custom-feature-blog-cls .featured-blog-posts-card__content {
        padding: 10px 15px 15px;
    }
    .recipeMulticolumn .group-block-content .text-block.h4 p {
        font-size: 16px;
    }
    .recipeMulticolumn .group-block-content .text-block {
        padding: 9px;
        margin-left: 0;
        margin-top: -16px;
        margin-right: 0;
    }
    .recipeMulticolumn .customGridCls>.group-block-content {
        gap: 15px;
    }
    .aboutCheck .custom-section-content .section-content-wrapper {
        padding-bottom: 200px;
    }
}
@media (max-width: 600px) {
    .blog-posts-container {
        grid-template-columns: 1fr;
    }
    .recipeMapleMagic .squirrel-vector{
        display:none;
    }
    .recipeMapleMagic .hover-image{
        /* max-width: 40%; */
        max-width: 100%;
        margin: auto;
        right: 0;
        left: 0;
        transform: none;
        align-items: center;
        justify-content: space-between;
    }
    .recipeMapleMagic .hover-image img:first-child,
    .recipeMapleMagic .hover-image img:hover:first-child {
        transform: translateY(0);
    }
    .recipeMapleMagic .hover-image img:nth-child(2),
    .recipeMapleMagic .hover-image img:hover:nth-child(2) {
        transform: translate(0, 0);
    }
}
@media (max-width: 480px) {
    .main-collection-grid .product-form-buttons .mhbtn {
        padding: 11px !important;
    }
    .article-feature-section .article-container {
        gap: 20px;
    }
    .article-feature-section .additional_info {
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }
    .fun_fact-wrapper .fun-fact_info .fun-factMessege {
        max-width: 200px;
    }
    .fun_fact-wrapper .fun-fact_info .fun-images:nth-child(2) {
        right: -90px;
        bottom: 41px;
        max-width: 96px;
    }
    .fun_fact-wrapper .fun-fact_info .fun-images:nth-child(1) {
        left: -85px;
        /* top: -26px; */
        top:auto;
        bottom:40px;
        max-width: 90px;
    }
    .additional-infoWrapper .additional-articleinfo {
        flex-direction: column;
    }
    .additional-infoWrapper .ingredients-info {
        padding-right: 0;
        border-right: unset;
        padding-bottom: 0;
    }
    .additional-infoWrapper .how-to-info {
        border-top: 2px solid #91BCB8;
        padding-top: 15px;
    }
    .additional-infoWrapper .additional-articleinfo {
        gap: 15px;
    }
     {
        padding-top: 5px;
    }
    .custom-feature-blog-cls .featured-blog-posts-card__content>h4 {
        padding-bottom: 16px;
    }
}
@media (max-width: 390px) {
    .recipeMulticolumn .group-block-content .text-block.h4 p {
        font-size: 13px;
    }
    .main-collection-grid .product-form-buttons button {
        padding: 11px 0 !important;
    }
    .custom-col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .fun_fact-wrapper .fun-fact_info .fun-images:nth-child(2) {
        right: -59px;
        bottom: 50px;
        max-width: 69px;
    }
    .fun_fact-wrapper .fun-fact_info .fun-images:nth-child(1) {
        left: -60px;
        /* top: -25px; */
        top:0;
        max-width: 69px;
    }
    .recipeMapleMagic .hover-image{
        max-width:100%;
    }
    .newlatter .custom-section-content .email-signup__form .email-signup__input-group {
        flex-direction: column;
    }
    .newlatter .custom-section-content .email-signup__form .email-signup__input-group button.email-signup__button {
        max-width: 100%;
        width: 100%;
    }
}