/** Shopify CDN: Minification failed

Line 24:0 All "@import" rules must come first
Line 3114:0 Unexpected "#"

**/

importanttom:root {
    --primary-green: #06be4b;
}

img.header-menu-icon[alt="New Year's Gifts"] {
    width: 19px;
    margin-right: -4px;
}

body {
    font-family: 'Mont-Regular';
}
body * {
    font-family: 'Mont-Regular', sans-serif !important;
    letter-spacing: 0 !important;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body h1, body h2, body h3, body body h4, body h5, body h6 {
  font-family: "Inter", sans-serif !important;
  font-weight: bold !important; 
}
body h2.collection-title--identify  span {
    font-family: "Inter", sans-serif !important;
}
body .heading span {
    font-family: "Inter", sans-serif !important;
}
body .wbverticalcoll .wbsortbar {
    margin-bottom: 0;
}
.wbsimplemenuxs .header__submenu .wbmenuinner>a {
    font-family: "Inter", sans-serif !important;
}
.x1lliihq.x1ghz6dp.x1717udv.xjb2p0i.x1hl2dhg.xjbqb8w.x1wty727.x1b6ykf0.x1gnnqk1.x6mezaz.x14y7zgk.x9f619.x2lwn1j.x10rsq8x.xdi48bf.x1s688f.x13jbg0v.xatrb82.x19dipnz {
    font-family: "Inter", sans-serif !important;
}
body .accordion__title {
    padding-right: 10px;
    font-family: 'Mont-Semibold' !important;
}
.product-grid .product-title b span {
    font-family: Mont-Semibold !important;
}

body b {
    font-family: Mont-Semibold !important;
}
@media screen and (max-width: 768px) {
body .header__heading-mobile-logo {
    max-width: 150px;
}
}
.color-custom-background {
    color: #fff;
    background: #95DF28;
}
.color-background-black {
    background: #000;
}
.shopify-policy__container {
    max-width: 1170px !important;
    margin: 0 auto 40px !important;
}
.shopify-policy__body a {
    color: var(--primary-green);
}
h4 {
    font-family: 'Mont-Regular';
}
.color-custom-background .wbhcartitem {
 background-color: #fff;
 color: #214a36;
}

.color-custom-background .svgbg svg {
    fill:#fff;
}

.color-custom-background .wbcarthtotal span {
    color: #fff;
}

.color-custom-menu-background {
    background: #E9E9E9;
}

.footer__content-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* html{
    overflow: hidden;
} */


.brand-list {
    padding: 0 60px;
}

.brand-list .wbhomesbtn .slider-button svg {
    width: 40px;
    height: 40px;
}

.brand-list .wbhomesbtn button::after {
    box-shadow: none ;
}

.wbimgtxt-show-vender {
    color: rgba(18, 18, 18, 0.90);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.3px;
}
.swiper-container.subcategory-list-grid {
    overflow: hidden;
    /* display: none; */
}

/* .swiper-initialized.subcategory-list-grid{
    display: block;
} */

.subcategory-list-wrapper {
    display: flex;
} 
/* .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; 
} */

/* .subcategory-list-grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
} */

.subcategory-image {
    border: 3px solid #9ED82A !important;
    border-radius: 100%;
}

.subcategory-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.PLP-subcategory-item img {
    width: 135px;
    border: 2px solid #ddd;
    border-radius: 100%;
    height: 135px;
    object-fit: cover;
}
.product-title-with-brand {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 15px;
}

.product-title-with-brand .brand_url {
    padding-right: 10px;
}

.product-title-with-brand .product__title {
    margin-bottom: 0 !important;
}

.product_save_badge {
    border-radius: 100px !important;
    padding: 4px 12px !important;
    font-weight: 600 !important;
    line-height: 18px; /* 150% */
    letter-spacing: 0.3px;
    font-family: Lato;
    margin-bottom: 32px;
    border: 1px solid #676767;
}

.save_discount_badge {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 24px;
}
.collection_title_show {
    color: #212121;
    font-family: "Mont-Regular";
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 72px */
    letter-spacing: 1.44px;
    display: flex;
    justify-content: flex-start;
    padding: 20px 0;
    text-align: left;
}

.product-tags {
    padding: 4px 10px;
    border-radius: 30px;
    /* border: 1px solid var(--primary-green); */
    background: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
}

.product-tags span {
    font-family: Lato;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
    letter-spacing: 0.3px;
    text-align: center;
    color: var(--primary-green);
}

.product-tags.tag-shipping {
    border-color: var(--primary-green);
}

.product-tags.tag-shipping svg path {
    fill: var(--primary-green);
}

.product-tags.tag-shipping span {
    color: var(--primary-green);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.product-tags.tag-shipping .icon-close path {
    fill: var(--primary-green);
}

.cart-item__shipping-message {
    margin-top: 2px !important;
    color: var(--primary-green);
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400
}


.sub_collection-title {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .sub_collection-title {
        width: 103px;
    }
}

.price-item--regular {

    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 135% */
}
.msrp-price {
    color: rgba(18, 18, 18, 0.60);
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 175% */
}

@media (min-width: 992px) and (max-width: 1400px) {
    .brand-list .grid--1-col-tablet-down .grid__item {
        width: 30%;
        max-width: 30%;
    }

    .grid--5-col-desktop .grid__item, .grid--6-col-desktop .grid__item, .grid--7-col-desktop .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
        max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    }

}

@media (max-width: 992px) {
    .brand-list .grid--1-col-tablet-down .grid__item {
        width: 33%;
        max-width: 33%;
    }
    .brand-list .brand_url img {
        width: 75px;
        height: 60px;
        object-fit: contain !important;
        margin: 15px;
    }
}

.card__content .brand_url img {
    height: 50px;
    width: 60px;
    object-fit: contain;
    mix-blend-mode: darken;
}

 #ContactForm .contact__button button {
    background-color: #9ed82a;
    --border-offset: unset; 
 }

 #ContactForm .contact__button button:hover {
    background-color: var(--primary-green);
 }

.product-grid-container .card__content .brand_url {
    background-color: #f3f3f3 !important;
}
.brand_url .brand_title {
    display: flex;
    align-items: center;
    height: 50px;
}
@media (max-width:767px) {
    /* .subcategory-list-wrapper {
        display: flex;
        gap: 0;
    }  */
    .brand-list {
        padding: 0;
    } 
    .collection_title_show {
        font-size: 32px;
    }
    .hidden_arrow_mobile {
        display: none !important;
    }
    .wbcolllist .grid--2-col-tablet-down .grid__item {
        width: calc(44% - var(--grid-mobile-horizontal-spacing) / 2) !important;
    }  
    .grid--2-col-tablet-down .grid__item, .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item, .grid--peek .grid__item {
        width: calc(44% - var(--grid-mobile-horizontal-spacing) / 2) !important;    
    }  
    .subcategory-list-grid .subcategory-item img {
        width: 90px;
    }
}
@media (min-width:768px) {
    /* .subcategory-item.swiper-slide {
        width: unset !important;
    }    */
    /* .subcategory-list-wrapper {
        gap: 24px;
        display: flex;
    }  */
}

@media (min-width: 992px) {
    .header__submenu.list-menu--disclosure {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .wbsimplemenuxs .header__submenu .wbmenuinner > a {
        font-size: 1.2rem;
    }
}

.tag-kosher {
    fill: #005EB8;
    border-color: #005EB8;
}

.tag-kosher span {
    color: #005EB8;
}

.card__badge.wb_badge_pos:has(.tag-kosher) {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.card__badge.wb_badge_pos:has(.tag-kosher) .tag-kosher {
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: transparent;
}

@media (min-width: 992px) {
    .card__badge.wb_badge_pos:has(.tag-kosher) .tag-kosher {
       padding: 2px 8px;
      
    } 
}

@media (max-width: 468px) {
    .card__badge.wb_badge_pos:has(.tag-kosher) {
        padding-right: 4px;
        padding-left: 4px;
    }
}

@media (max-width: 1500px) {
  .card__badge.wb_badge_pos:has(.tag-kosher) {
display: flex;
        justify-content: flex-start;
  }

  .card__badge .badge {
    font-size:11px;
  }
}

/* body .wbcolllist .slider {
    overflow: scroll !important;
} */

sticky-header:has(details[open]):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
@media(max-width: 767px) {
sticky-header:has(details[open]):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.st-wishlist-details-button {
  display: none !important;
}
}

.subcategory-wrapper img {
    border: 1px solid #eee;
    border-radius: 100%;
    margin-bottom: 1rem;
}

.subcategory-wrapper img:hover,
.subcategory-item img:hover {
    border-color: #9ed82a;
    border-width: 3px;
}

.wbverticalcoll .wbsortbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
    border-width: 0 !important;
}

.wbsortbar > div:not(.collection_title_show) {
    padding: 8px 15px;
}

.card__content.wbproductdes {
    padding-top: 0;
}

.product-form__submit {
    height: 40px !important;
}

input[value="Kosher"] ~ span:not(.visually-hidden) {
    border: 1px solid #005EB8;
    border-radius: 100px;
    padding: 2px 12px 2px;
    color: #005EB8;
    margin-top: -3px;

}

.template-search__results .card,
.template-search__results .media--transparent {
    /* background-color: #f3f3f3; */
}

.template-search__results .card__media img{
    mix-blend-mode: darken;
}

.product-form__buttons shopify-accelerated-checkout {
    display: none !important;
}

.st-wishlist-button {
    background-color: transparent !important;
}

.card .st-wishlist-button {
    padding-right: 0 !important;
}

.product-form__buttons .st-wishlist-button {
    padding: 0 !important;
}

.st-wishlist-button svg {
    color: #d9d9d9 !important;
}

.st-wishlist-button .label {
    display: none !important;
}

.index-page .subcategory-wrapper {
    background-image: url(//go-stock-up.myshopify.com/cdn/shop/files/Pattern.png?v=1732543646&width=1920);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-size: cover;
    background-attachment: scroll !important;
}
.collection-list--home .wbhomesbtn button {
    position: absolute;
    top: 37% !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.6) !important;
}

@media screen and (max-width: 767px) {
   
  /* .banner__media {
        height: 80% !important;
        top: 60px !important;
    } */
.wbsortbar > div:not(.collection_title_show) {
    display: none;
}
    .slider.slider--everywhere .slider__slide {
        height: 87.5vh !important;
    }

    .deliveryinfo {
        overflow: hidden;
    }

    .deliveryinfo .grid__item {
        width: 65% !important;
        flex: 0 0 65% !important;
        margin-right: 10px;
    }

    .card__content .brand_url img {
        width: 45px;
        height: auto;
        margin-bottom: 0.75rem;
    }

    .subcategory-item img {
        width: 90px;
        height: 90px;
    }

    .grid--2-col-tablet-down .grid__item, .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item, .grid--peek .grid__item {
        width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2) !important;
    }
    .collection-list--home .wbhomesbtn button {
        position: absolute;
        top: 33% !important;
    }
    .collection-list--home .wbhomesbtn button.slider-button--prev {
        left: 0px !important;
    }
    .collection-list--home .wbhomesbtn button.slider-button--next {
        right: 0px !important;
    }
}

@media (max-width: 991px) {
    .card__badge span, .badge {
        padding-bottom: 0;
    }
    .collection-list--home .slider-button .icon {
        height: 0.6rem !important;
    }
}

@media (min-width: 1200px) {
    #product-grid.product-list .wbproduct-container .wbimgblock {
        width: 40%;
    }
}


.product-page  .restock-rocket-button-container button {
    width: 298px;
    border-radius: 30px !important;
    overflow: hidden;
    background-color: #214a36 !important;
    padding: 22px !important;
    height: auto;
    margin-top: -11px;
    margin-bottom: 22px !important;
    font-size: 16px !important;
}
p#form-Promotion {
    display: none;
}
button#form-Button {
    background-color: #214a36 !important;
}
div#form-Registration-Container {
    font-family: 'Mont-Regular';
}
body button#scroll {
    bottom: 30px;
    right: 30px;
}
button#ShowPickupAvailabilityDrawer {
    display: none;
}


#Details-HeaderMenu-1 ul#HeaderMenu-SubMenuList-1 {
    margin-left: -30px;
}
#Details-HeaderMenu-1 ul#HeaderMenu-SubMenuList-1 li a {
    padding: 0 30px;
}
@media (min-width: 992px) {
    .header__submenu.list-menu--disclosure {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}
.header__submenu .header__menu-item {
    padding: 0 0 7px;
}
.mark-check {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    margin: 0 !important;
}

p:has(>.icon-close) {
    margin-bottom: 0 !important;
}

.pickup-availability-info .icon-close {
    width: 0.7rem !important;
    height: 0.7rem !important;
    margin-right: 6px;
}

.pickup-availability-info .icon-close path {
    fill: red;
}


.collection-page .sub_collection-title {
    width: auto;
    color: #000;
    padding: 10px 10px;
    border-radius: 30px;
}

.collection-page .subcategory-item.swiper-slide {
    color: #000;

}

.collection-page .subcategory-item-with--title.swiper-slide {
    background-color: #e9e9e9;
    border-radius: 30px; 
}
.collection-page .subcategory-item.swiper-slide {
    min-height: 48px;
    line-height: 15px;
    font-size: 13px;
}



@media (min-width: 768px) {
    /* body .subcategory-list-wrapper {
        display: flex;
    } */
}

/* .subcategory-list-grid .sub_collection-title{
    opacity: 0;
} */

/* .subcategory-list-grid {
    flex-wrap: wrap;
    min-height: 65px;
} */
/* .collection-page .subcategory-item.swiper-slide img {
    display: none;
} */
/* .collection-page .subcategory-item.swiper-slide {
    min-width: 125px;
} */
body .collection_title_show {
  font-size: 45px;
}
.collection-page .subcategory-item.swiper-slide:hover {
    /* background-color: #214a36 !important; */
}

.collection-page .subcategory-item-with--title.swiper-slide:hover {
    background-color: #214a36 !important;
}

/* .collection-page .subcategory-item.swiper-slide:hover .sub_collection-title{
      color: #fff !important;
} */
.collection-page .subcategory-item-with--title.swiper-slide:hover .sub_collection-title{
    color: #fff !important;
}


.color-custom-background .svgbg svg path {
    stroke: rgb(255, 255, 255) !important;
}

@media (max-width: 767px) {
    body .collection_title_show {
 
       max-width: 60%;
        font-size: 40px;
        padding-bottom: 0;
             
    }


 body  .wbverticalcoll .wbsortbar {
    margin-bottom: 10px;
}
  body .collection_title_show h1 {
           font-size: 19px;
     text-align: left;
            padding-right: 10px;

  }

}

@media (max-width: 1024px) {
.collection_title_show {
    font-size: 30px;
}
}

@media (min-width: 1024px) {
.subcategory-list-wrapper .PLP-subcategory-item {
    width: calc(12% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(12% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
}


}

@media (max-width: 767px) {
    body .mobile-facets__wrapper {
    padding-top: 20px !important;
    }

    inbox-online-store-chat[is-open="true"]{
        top: 121px !important;
    }
    .subcategory-list-wrapper .PLP-subcategory-item {
        width: calc(32% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
        max-width: calc(32% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    }

.mobile-facets__inner .facets__price .field__label {
    left: 1.5rem;
    margin-top: -9px !important;
    top: 12px !important;
}
}


.color-background-gray {
    background: #eee;
}
.st-wishlist-button .st-wishlist-icon {
    width: 26px !important;
    height: 26px !important;
}
.recommendation__title {
  display: flex !important;
  align-items: center;
  gap: 5px;
}


.facets__display-vertical .facets__price .field__label {
    top: calc(4px + var(--inputs-border-width)) !important;
}

.collection-list-wrapper {
    display: flex;
    gap: 6px;
}
body .header__heading-logo {
    max-width: 192px;
}
body #ShopifyChat {
    z-index: 7 !important;
}
body .facets-wrap-vertical ul.list-unstyled:has(input[value=Kosher]) {
  display: flex;
   flex-direction: column; 
}
body .facets-wrap-vertical ul.list-unstyled:has(input[value=Kosher]) li.facets__item:has(input[value=Kosher]) {
    order: 99;
}
body .rich-text__text.rte p:not(:first-of-type) {
    display: none;
}
body  .rich-text__text.rte.expanded p {
    display: block;
}
body .rich-text__blocks {
    max-width: 100%;
    background-color: #f9f9f9;
    text-align: left;
    padding: 30px;
    border-radius: 30px;
}
body .rich-text__blocks h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

body .rich-text__blocks button.see-more-btn {
    margin-top: 4px;
    background-color: #000;
    color: #fff;
    padding: 4px 25px;
    border-radius: 30px;
    border: none;
}
body  button.see-more-btn:hover {
    background: #000000b5;
}
.st-wishlist-details-button.st-wishlist-details-button--bottom_left {
  bottom: 66px !important;
  left: 23px !important;
}
.cart-drawer .drawer__close svg path {
    fill: #000 !important;
}
.wbproduct-container .card__inner .media img {
    position: unset !important;
    padding: 43px;
}

@media(max-width: 767px) {
  .wbproduct-container .card__inner .media img {
        position: unset !important;
        padding-top: 40px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
}
}
.shopify-policy__body .rte table {
    font-size: 13px;
}
.shopify-policy__body u {
    font-size: 20px;
    text-decoration: none;
}
.shopify-policy__body  strong {
    font-size: 16px;
    font-family: 'Lato';
}
.shopify-policy__body ol, 
.shopify-policy__body ul {
    font-size: 13px;
}
.section-template--18712489656564__form-padding .field__label {
    display: none;
}

#Details-HeaderMenu-2  .header__submenu .wbmenuinner>a {
    font-size: 22px;
    margin-bottom: 15px;
}


#HeaderMenu-MenuList-7 .brand-navigation--content {
    row-gap: 8px;
    width: 90%;
}
#HeaderMenu-MenuList-7 .brand-navigation--brand__count {
    display: none;
}

#HeaderMenu-MenuList-7 .brand-navigation--content-right {
    width: 10%;
}

#HeaderMenu-MenuList-7 .brand-navigation--content-right {
    display: none;
}

div#shop-hcaptcha-badge-container {
    display: none;
}

body .st-wishlist-details-button[data-type=floating] {
    z-index: 1;
}


body .wbproduct-container .card.display_btninline .pdes_innder {
    align-items: end;
}


.klaviyo-bis-trigger {
    max-width: 289px;
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center; /* if needed */
  }

  .installment.caption-large {
    display: grid;
  }
  .out_of_stock {
    margin-top: 30px;
    margin-bottom: 0 !important;
    grid-row: 2;
  }


  .restock-alert-form {
    max-width: 420px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    padding-top: 0;
  }
  
  .restock-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    font-family: 'Mont-Regular';
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: rgba(55, 63, 71, 1);
  }
  
  .restock-message {
    margin-bottom: 0;
    line-height: 1.6;
    font-family: 'Mont-Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: rgba(55, 63, 71, 1);
  }

  .restock-message strong {
    font-weight: 700;
    color: #000;
  }

  .restock-submessge {
    font-family: 'Mont-Regular';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    padding: 30px;
  }
  
  .restock-input {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
  }

  .back-in-stock-button {
    width: 298px;
    border-radius: 30px !important;
    overflow: hidden;
    background-color: #214a36 !important;
    padding: 12px !important;
    height: auto;
    margin-top: 16px;
    margin-bottom: 22px !important;
    font-size: 16px !important;
    color: rgb(255, 255, 255);
    border-color: transparent;
  }

  .card-back-in-stock-button {
    font-size: 14px !important;
    padding: 8px 20px !important;
    margin-bottom: 0 !important;
  }
  .back-in-stock-button:hover {
    opacity: 0.7;
  }
  
  .restock-button {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Mont-Regular";
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .restock-alert-text-content {
    display: flex;
    flex-direction: column;
  }
  
  .restock-button:hover {
    background-color: #222;
  }
  
  .klaviyo-modal {
    display: none; 
    position: fixed; 
    z-index: 3; 
    padding-top: 100px; 
    left: 0;
    top: 5%;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
  }

  .klaviyo-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    max-width: 460px; 
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    padding:20px;
    overflow: auto;
    max-height: 91%;
  }

  .notify_modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    stroke: #000;
  }

  .notify_modal__close path {
    fill: #000;
  }

  .klaviyo-modal-image {
    text-align: center;
  }

  .klaviyo-modal-success-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 35%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    z-index: 999;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .klaviyo-modal-success-content.hidden {
    display: none;
  }
  
  .success-modal-content {
    background: #fff;
    padding: 3rem;
    max-width: 400px;
    width: 90%;
    text-align: center;
    border-radius: 12px;
    font-family: sans-serif;
  }
  
  .success-modal-content h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-family: "Mont-Regular";
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: rgba(55, 63, 71, 1);
  }
  
  .success-modal-content p {
    font-size: 1rem;
    color: #444;
    margin-bottom: 1.5rem;
    font-family: "Mont-Regular";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }
  
  .back-to-shop-button {
    background: #000;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    font-family: "Mont-Regular";
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

  }

  .back-to-shop-button:hover {
    background-color: rgba(0,0,0,0.4);
    color: #fff;
  }

  .modal-success-image svg {
    width: 150px;
    height: auto;
    margin: 0 auto 1.5rem;
  }

  .klaviyo-modal-content::-webkit-scrollbar-track {
    background-color: #f1f1f1;  
    border-radius: 10px;  
    }
    .klaviyo-modal-content::-webkit-scrollbar-thumb {
        background-color: #888; 
        border-radius: 10px;  
        border: 3px solid #f1f1f1;  
    }
  
  
  @media (max-width: 767px) {
    .success-modal-content {
        width: 100%;
        padding: 16px;
    }
    .klaviyo-modal-success-content {
        width: 88%;
    } 
    .klaviyo-modal {
        padding-top: 110px;
    }
    .success-modal-content h2 {
        font-size: 24px;
    }

    .success-modal-content p {
        font-size: 16px;
    }

    .klaviyo-modal-content {
        width: 90%;
        overflow: auto;
        max-height: 86%;
    }

    .card-back-in-stock-button {
        font-size: 9px !important;
        padding: 6px !important;
    }
    .klaviyo-modal-image img {
        width: 136px;
    }

    .restock-message {
        font-size: 16px;
        line-height: 23px;
    }

    .restock-title {
        font-size: 18px !important;
        margin-bottom: 11px;
    }

    .restock-submessge {
        padding: 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .restock-input {
        padding: 10px;
    }

    .restock-button {
        padding: 13px;
        font-size: 14px;
    }

  }

.footer__follow-on-shop .shop-follow-button {
    display: none;
} 

body .cart-notification-inner button.button-label {
    display: none !important;
}
body  .cart-notification-product {
    align-items: flex-start;
    display: flex;
    margin-bottom: 0px;
}
body  .cart-notification-product__name {
    margin-bottom: 0 !important;
}
body  .cart-notification-product {
    align-items: center;
    display: flex;
    margin-bottom: 0px;
}
body  .cart-notification .cart-notification-inner {
    bottom: -50px !important;
    top: auto;
}

body .cart-notification {
    padding: 0 !important;
    width: 100%;
    height: 200px;
    position: fixed;
    bottom: 0 !important;
    top: auto;
    left: 0;
    margin-left: -210px;
    background-color: transparent !important;
    justify-content: center;
    background: linear-gradient(rgba(33, 34, 39, 0) 0%, rgba(33, 34, 39, 0.3) 100%);
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility, transform, -webkit-transform;
    margin: 0px !important;
}
body .cart-notification-inner .cart-notification__header *,
body .cart-notification-inner .cart-notification__links * {
    transition: none !important;
}
body .cart-notification-product__name {
    font-family: 'Mont-Regular';
    font-size: 14px;
}
body  .cart-notification__links a, .cart-notification__links button.button.button--primary.button--full-width {
    min-height: auto !important;
    padding: 6px 30px !important;
    width: auto;
}

body  .cart-notification__links {
    text-align: center;
}
body  .cart-notification__links {
    text-align: center;
    display: flex;
    column-gap: 10px;
    justify-content: center;
}
body  .cart-notification__links a, 
body  .cart-notification__links button.button.button--primary.button--full-width {
    min-height: auto !important;
    padding: 6px 30px !important;
      font-size: 13px;
}
body  .cart-notificaton-product-title {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Lato';
}
body .cart-notification__links a, 
body .cart-notification__links form {
    width: auto;
}
body .cart-notification__header {
    margin-top: -40px;
}

  @media (max-width: 767px) { 
body .cart-notification-product__image {
    display: none;
}
body .cart-notificaton-product-title {
    text-align: left;
    font-size: 15px;
}
body .cart-notification__links a, body .cart-notification__links button.button.button--primary.button--full-width {
    min-height: auto !important;
    padding: 5px 15px !important;
    font-size: 12px;
}
body .cart-notification__links {

    column-gap: 10px;
    justify-content: flex-start;
    flex-direction: row;
}
body .cart-notification-product__name {
    font-family: Mont-Regular;
    font-size: 13px;
    margin-top: 5px;
}    
body .cart-notification .cart-notification-inner {
    bottom: 20px !important;
    top: auto;
    left: 15px;
    transform: none !important;
} 
body .cart-notification .cart-notification-inner {
    bottom: 20px !important;
    top: auto;
    left: 15px;
    transform: none !important;
    padding: 15px 10px;
}
   body  .cart-notification .cart-notification-inner {
        width: 270px;
        padding: 15px;
    }    
}
.cart-notification {
  transform: translateY(20px);
  visibility: hidden;
  transition: 
    transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.5s ease,
    visibility 0s linear 0.4s;
}

.cart-notification.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: 
    transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.3s ease,
    visibility 0s linear 0s;
}

.cart-notification-inner {
  max-height: 200px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
div#cart-notification-product {
    min-height: 50px;
}

body button#scroll {
    display: none !important;
}


.template-cart cart-items {
    padding: 40px !important;
    background-color: #f3f3f3;
    border-radius: 30px;
}

.template-cart .progress .determinate {
    border-radius: 30px;
}
.template-cart main#MainContent {
    display: flex;
    flex-direction: row;
    max-width: 1600px;
    margin: 0 auto;
    column-gap: 40px;
}
.template-cart  .cart__footer {
    margin-top: 0;
    padding-top: 0;
    border: none;
}
.template-cart .cart-item__media img {
    max-width: 60px;
}
.template-cart .cart-item__media {
    width: auto !important;
}

@media screen and (max-width: 1200px) {
    .template-cart main#MainContent {
      display: flex;
      flex-direction: column;
          margin: 10px;
    }
    .template-cart cart-items {
      padding: 40px 9px !important;
    }
    .template-cart .cart__footer>* {
          width: 100%;
          margin-top: 20px;
    }
    .template-cart #main-cart-footer {
      padding: 0 !important;
    }
    .template-cart nav.breadcrumb.row {
      display: none;
    }
    .template-cart main#MainContent {
      margin-top: 20px !important;
    }
    .template-cart .cart-item__media a {
      background-color: transparent !important;
    }
}

.template-cart .wallet-cart-button {
    border-radius: 30px;
    overflow: hidden !important;
}
.template-cart nav.breadcrumb.row > div {
    display: none;
}

@media (min-width: 768px) and (max-width: 1399px) {
    body  #product-grid.product-grid.grid--4-col-desktop .grid__item, 
    body .template-search__results .product-grid.grid--4-col-desktop .grid__item {
        width: 47%;
        max-width: 47%;
    }
body .collection_title_show {
    font-size: 28px;
}
}

.article-template>.container {
    display: flex;
    max-width: 1200px;
    flex-direction: row;
    column-gap: 30px;
    flex-wrap: nowrap;
}
.article-template .sidebar {
    min-width: 300px;
}

.article-template .wbsingleblog {
    max-width: 100%;
    margin: 0 auto;
}
  .blog-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 40px 0;
  }
  
 .blog-product-item {
    position: relative;
    transition: all .3s ease;
    background: #f9f9f9;
    border-radius: 12px;
    overflow: hidden;
}
  
  .blog-product-link {
    text-decoration: none;
    color: inherit;
    display: block;
  }
  
  .blog-product-image-wrapper {
    overflow: hidden;
    aspect-ratio: 1/1;
  }
  
  .blog-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    transition: transform 0.5s ease;
  }
  
  .blog-product-info {
    padding: 15px;
    text-align: center;
  }
  
  .blog-product-title {
    font-size: 16px;
    margin: 8px 0;
    font-weight: 500;
  }
  
  .blog-product-price {
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0;
  }
  
  .blog-product-compare-price {
    font-size: 14px;
    text-decoration: line-through;
    margin: 0;
  }
  
  @media (max-width: 1200px) {
    .blog-product-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .blog-product-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
  }

  
  @media (max-width: 480px) {
    .blog-product-grid {
      grid-template-columns: 1fr;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
    }
  }

.blog-sidebar {
    position: sticky;
    top: 160px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  
  .sidebar-widget {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #eee;
  }
  
  .widget-title {
    margin-top: 10px;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
  }
.recent-posts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
  margin-bottom: 10px;
    padding: 0;
  }
  
  .recent-post-link {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: inherit;
  }
  
  .recent-post-image {
    flex: 0 0 60px;
    border-radius: 4px;
    overflow: hidden;
  }
  .recent-post-image img {
    width: 100%;
    height: 100%;
  }
  .recent-post-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .recent-posts-list {
      padding: 0;
  }
  .recent-post {
    list-style: none;
    margin-bottom: 15px;
  }
  .recent-post-title {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .recent-post-date {
    font-size: 12px;
    color: #888;
  }
  
  .custom-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .custom-links li {
    margin-bottom: 8px;
  }
  
  .custom-links a {
    display: block;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
.swiper-container {
    overflow: hidden;
}

.wbsingleblog .article-template__title {
    text-align: left;
}
.wbsingleblog .wbblogdate {
    text-align: left;
}
.wbsingleblog .wbblogdate span {
    font-size: 14px;
    letter-spacing: 0;
}
.article-top {
    display: flex;
    justify-content: space-between;
}
.text-center.wbblogdate {
    display: flex;
    flex-direction: row;
}
.text-center.wbblogdate span {
    text-transform: none;
}

blockquote.author-bio {
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.toc-list {
    list-style: decimal;
    padding-left: 15px;
}
.wbsingleblog .tag-section a {
    text-transform: capitalize  !important;
    font-size: 14px !important;
    color: rgb(18, 18, 18) !important;
}

.blog-articles__article .wbblogdate svg,
.blog-articles__article .wbblogauth svg {
    margin-top: -3px;
}

@media screen and (max-width: 991px) {
.article-template>.container {
    display: flex;
    column-gap: 30px;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
}
.article-template .sidebar {
    margin: 30px 0;
}
.article-top {
    flex-direction: column;
}
.wbsingleblog .wbblogdate {
    margin-bottom: 5px;
}  
}
ul.custom-tags {
    list-style: none;
    padding: 0;
}
ul.custom-tags li {
    vertical-align: middle;
    text-transform: capitalize;
      display: inline-block;
    line-height: 1;
  margin-bottom: 5px;
}
ul.custom-tags li a {
    display: inline-block;
      border: 1px solid;
    padding: 4px 10px;
      border-radius: 5px;
    font-size: 12px;
}
ul.custom-tags li a:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.wbmainblog .tag-section a {
    border: 1px solid;
    padding: 0 10px;
    color: #000 !important;
    text-transform: capitalize;
    border-radius: 4px;
}
.blog-articles.text-center {
  column-count: 4;
  margin: 0 auto;
}

.blog-articles__article.article {
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 20px;
  vertical-align: top;
}

@media (max-width: 992px) {
  .blog-articles.text-center {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .blog-articles.text-center {
    column-count: 1;
  }
}

.product-grid-container .card__content .brand_url {
    display: none !important;
}
#product-grid .wbproductdes .product-title a {
    font-size: 16px;
}
#product-grid .wbproductdes .product-title {
    min-height: 42px;
}
.price .price-item {
    font-weight: bold;
}
button.st-wishlist-button.st-initialized {
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.wbproduct-container .quantity__input {
    width: 40px;
    flex-grow: unset;
    padding: 0;
}
body .wbproduct-container .card.display_btninline .pdes_innder {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-between;
}
body .klaviyo-notify-me {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.card-back-in-stock-button {
    width: 100% !important;
    background-color: #c2c2c2 !important;
}
body .wbproduct-container .quantity__input {
    width: 40px;
}
body .soldout_product_badge {
    color: #c2c2c2;
    border-color: #c2c2c2;
}
body .wbproductdes card__content .brand_url {
    display: none !important;
}
body .wbproductdes card__content .product-title {
    font-size: 16px;
      min-height: 44px;
}
body .wbproductdes.card__content button.st-wishlist-button {
    display: none;
}
body #product-grid .wbproduct-container .wbimgblock {
    position: relative;
}
body .card-back-in-stock-button {
    margin-top: 0;
}
body .wbproduct-container .card.display_btninline .wbproductdes .brand_url {
    display: none !important;
}
body .product-grid .product-title a {
    font-size: 16px;
}
@media (max-width: 991px) {
  body  h3.product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}
  #product-grid .wbproductdes .product-title {
      min-width: 100%;
    }
    #product-grid .product-title a {
        font-size: 13px !important;
        line-height: 15px;
        padding-top: 6px !important;
        display: inline-block;
    }
    body .product-grid .product-title a {
        font-size: 13px;
        line-height: 16px;
    }
    body .st-wishlist-button {
        display: inline-block !important;
    }
    button.st-wishlist-button.st-initialized {
      position: absolute;
      bottom: 0px;
      right: 4px;
      scale: 0.7;
    }
    body .wbproduct-container .quantity__input {
      width: 24px;
    }
    body .card__content {
      padding: 15px 10px;
    }
    body .product-title {
          font-size: calc(var(--font-body-scale) * 14px);
          padding: 0 0 6px;
          overflow: hidden;
          white-space: normal;
          text-overflow: inherit;
          width: auto;
    }
    body .card-back-in-stock-button {
        font-size: 10px !important;
        padding: 8px !important;
    }
}

body .wbsingleblog .article-template__title {
    font-size: 32px;
}
body .article-template__content h2 {
    margin-top: 25px;
}


pickup-availability {
    display: none !important;
}
#delivery-estimate {
    margin-bottom: 30px;
}
#delivery-estimate strong {
    font-size: 17px;
    margin-bottom: 17px;
    display: inline-block;
    font-family: "Inter", sans-serif !important;
}

@media (max-width: 991px) {
.wbproduct-container div#delivery-estimate li span {
    font-size: 11px;
    line-height: 10px;
}
}


.wbproduct-container #delivery-estimate ul li {
  color: #12121299;
}


#product-grid .wbproductdes .product-title {
    padding-top: 10px;
    padding-bottom: 0;
}
.product-grid .wbproductdes .price .price-item,
#product-grid .wbproductdes .price .price-item {
    font-size: 24px;
}
.product-grid .wbproductdes .price .msrp-price,
#product-grid .wbproductdes .price  .msrp-price {
    font-size: 13px !important;
}
.product-grid .product-title {
    padding-bottom: 0;
    margin-bottom: 0;
}
.product-grid .product-title a,
#product-grid .product-title a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.wbproductdes.card__content:has(.price--sold-out) h3.product-title {
    margin-bottom: 15px;
}
.product__info-container .price .price-item {
    font-size: 28px !important;
}  
.product__info-container .price .msrp-price {
    font-size: 16px !important;
} 

@media (max-width: 991px) {

.product-grid .wbproductdes .price .price-item,
#product-grid .wbproductdes .price .price-item {
    font-size: 19px;
}
.product-grid .wbproductdes .price .msrp-price,
#product-grid .wbproductdes .price  .msrp-price {
    font-size: 11px !important;
}  
#product-grid .wbproductdes .product-title {
    padding-top: 0;
    padding-bottom: 0;
}
  
#product-grid .wbproductdes  .price__container {
    padding-top: 5px;
}
body .wbproduct-container .quantity__input {
    width: 29px !important;
}
.product__info-container .price .price-item {
    font-size: 24px !important;
}  
.product__info-container .price .msrp-price {
    font-size: 16px !important;
}  
}
.product__info-container .price--on-sale .price-item--regular {
    font-size: 14px;
}
.product-rating .stars {
  display: flex;
  gap: 2px;
  pointer-events: none;
}
.product-rating .stars span {
  font-size: 18px;
  color: #ccc;
  transition: color 0.2s;
}
.product-rating .stars span.active {
  color: #ffe34c;
}
.rating-value {
  font-size: 14px;
}

.gr-rate-sold {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -6px;
    margin-top: 8px;
}
.gr-rate-sold .product-rating {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.gr-rate-sold .stars-rate {
    font-size: 13px;
    margin-left: 5px;
}
.gr-rate-sold .sold {
    font-size: 13px;
    margin-left: 10px;
}
@media (max-width: 768px) {
.gr-rate-sold {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
}
.gr-rate-sold .sold {
    font-size: 11px;
    margin-left: 0;
}
.price .msrp-price.price-item {
  padding-right: 0px;
  margin-right: 0px;
}  
}
.save_discount_badge .tag-kosher {
    fill: #005eb8;
    border-color: #005eb8;
    border: 1px solid #005eb8;
}
.collection-list .card--card>.card__content .card__caption {
    display: none !important;
}
.quantity-buttons button.qty-btn {
    border-radius: 30px;
    border: 1px solid #676767;
    background-color: #f9f9f9;
  font-size: 12px; 
    height: 30px;
    line-height: 1;
}
.product__info-container .product-form__input .quantity__input {
    font-size: 17px;
}
.product-collection-new {
    float: left;
    width: 100%;
      margin-bottom: 10px;
    margin-top: -2px;
}
.product-collection-new ul {
    padding: 0;
    padding-bottom: 10px;
}
.product-collection-new ul li {
    list-style: none;
    margin-bottom: 15px;
    float: left;
    margin-right: 10px;


}
.product-collection-new ul li a{
    border: 1px solid #949291;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 1;
}
.product-collection-new:before {
    content: 'Tags:';
    display: inline-block;
    float: left;
    margin-right: 5px;
    font-size: 13px;
    line-height: 25px;
}
.product-collection-new ul li a:hover {
    background-color: #9ed82a;
    border-color: #9ed82a;
}
.product-collection-new ul li a:hover {
    color: #fff !important;
}
/*
.product-collection-new {
    display: none;
}
*/
.brands-masonry {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 5px;
}

.brands-masonry ul.brand-list li {
    list-style: none;
}
.brands-masonry .brand-list {
    padding: 0;
    margin-top: 13px;
}
.brands-masonry .category-card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.brands-masonry .category-card {
  flex: 1 1 calc(25% - 15px); 
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.category-card h3 {
    font-size: 22px;
    font-family: 'Mont-Regular';
}

.brands-masonry ul.brand-list li a {
    font-size: 15px !important;
    padding-bottom: 5px;
    display: inline-block;
    letter-spacing: 0.64px;
}
.category-card-row:first-child {
    border-bottom: 2px solid rgb(217, 217, 217);
    padding-bottom: 25px;
    margin-bottom: 15px;
  
}
.brand-navigation-title-a-z a {
    font-size: 22px;
    padding-bottom: 33px;
    display: inline-block;
    text-decoration: underline;
}

.active-facets.active-facets-mobile {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: -.5rem;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 767px) {
    body .mobile-facets__wrapper {
        position: absolute;
        right: 14px;
        margin-top: -58px;
        width: 40%;
    }
}
.delivery-only li.shipping-av {
    display: none;
}
li.grid__item  :not(.delivery-only) .shipping-nw {
    display: none;
}
li.grid__item  .shipping-nw {
    display: none;
}
.unshippableproduct .collapsible-content .accordion:last-child {
    display: none;
}

.card-wrapper .wbimgblock:hover .media.media--hover-effect>img+img {
    margin-top: -100%;
}
.product__info-container #delivery-estimate li {
      color: #000;

}
.product__info-container #delivery-estimate li span {
    font-weight: bold;
    color: #000;
}
.product__info-container #delivery-estimate ul li.shipping-nw span {
    color: #bb0000;
}
.product__info-container #delivery-estimate li span#delivery-text {
    color: #000;
}
.mobile-change-zipcode,
div#user-address,
li.shipping-nw {
    display: none;
}

body .PLP-subcategory-item span {
    border: 2px solid #ddd;
    border-radius: 50%;
}
body .PLP-subcategory-item img {
    border: none;
      scale: 0.91;
}
body .PLP-subcategory-item span.subcategory-image {
    border: 2px solid #9ED82A !important;
}
body span .subcategory-image {
    border:none !important;
}





.dropdown-menu  .terms-wrapper input.terms-checkbox {
    margin-top: 4px;
    display: block;
    float: left;
}


body table:not([class]) td,
body  table:not([class]) th {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1;
}
tbody p {
    margin: 0;
}
table {
    margin-bottom: 20px;
}

.template-search__search .search label.field__label {
    display: none;
}
img.header-menu-icon[alt="New Arrivals"] {
    margin-right: -4px;
}


.menu-drawer__menu .shop-all-collection {
    text-align: left;
    margin: 16px;
    margin-bottom: 20px;
}
.mobile-menu-first-image {
    display: none;
}
.category-title-with__icon .menu-arrow {
    display: none;
}

.wbproductdes  .brand_url {
    display: none !important;
}
.category-card h3 {
    font-weight: 700;
}
.category-title-with__icon .category_title {
    text-align: left;
}

.cart-notification button[name="checkout"] {
    display: none;
}

span.confirm-terms-label
 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 17px !important;
    display: block;
}
span.confirm-terms-checkbox {
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin-top: -3px;
}
p.terms-error {
    font-size: 13px;
}
.template-cart span.confirm-terms-label {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 19px !important;
    display: block;
    font-weight: bold;
}
.template-cart span.confirm-terms-checkbox {
    font-size: 14px;
    line-height: 20px;
  display: inline;
    vertical-align: top;
}

#menu-drawer .menu-drawer__header {
    display: none;
}
#menu-drawer .menu-drawer__inner-container {
    margin-top: 10px;
}
#menu-drawer .menu-drawer__utility-links {
    bottom: 0;
}



body .shop-all-collection a {
    padding: 12px 24px;
    background-color: #e1e1e1;
    border-radius: 30px;
}
@media (max-width: 767px) {
    body .header--top-left .header__icon--menu .icon-close {
         position: fixed;
        right: 13px;
        top: 15px !important;
        z-index: 9999;
    }
}
.menu-drawer summary.menu-drawer__menu-item {
    height: 60px !important;
}

.menu-drawer__utility-links {
    display: none !important;
}
@media (max-width: 767px) {
     inbox-online-store-chat[is-open=true] {
        top: 0 !important;
    }
}





img.header-menu-icon[alt="Summer 2025"] {
    margin-left: -5px;
    margin-right: -7px;
}
#webi-main-cart-footer button#checkout {
    display: none;
}
#webi-main-cart-footer .cart__ctas .button--primary {
    width: 100% !important;
    min-height: 44px;
}
.product__info-container .price .price-item.msrp-price {
    text-decoration: none;
}
.product-grid .wbproductdes .price .msrp-price, #product-grid .wbproductdes .price .msrp-price {
    text-decoration: none;
}

@media screen and (max-width: 768px) { 
input#Search-In-Modal-1::-webkit-input-placeholder {
    font-size: 11px;
}
}
.predictive-search {
    z-index: 99999;
}


div#free-shipping-bar {
    display: none;
}
.js-contents-shiping {
    display: none;
}
#webi-main-cart-footer .cart__blocks .cart__blocks {
    border-top: none;
}

div[data-essential-upsell-element="container"] {
    padding: 30px !important;
    background-color: #f3f3f3 !important;
    border-radius: 30px !important;
    margin-top: 27px !important;
}
div[data-essential-upsell-element="discounted-price"] {
    font-size: 20px !important;
    font-weight: 900;
    color: #000 !important;
}
div[data-essential-upsell-element="price"] {
    display: flex;
    align-items: baseline;
        position: relative;
    flex-direction: row;
}
div[data-essential-upsell-element="discounted-price"]:after {
    content: '-5%';
    color: #000;
    border-radius: 30px;
    padding: 3px;
    height: 18px;
    width: 18px;
    font-size: 14px;
    line-height: 13px;
    margin-top: 0px !important;
    display: inline-block;
    float: left;
    margin-left: 1px;
}

div[data-essential-upsell-element="title"]:after {
    content: 'Enjoy an extra 5% off these items when added from your cart!';
    display: block;
    font-size: 14px;
    font-family: 'Mont-Regular';
    margin-top: 10px;
}
div[data-essential-upsell-element="regular-price"] {
    display: none !important;
}

div[data-essential-upsell-element="regular-price"]:after {
    font-size: 11px;
    content: 'MSRP';
    margin-left: 3px;
    margin-top: 3px;
}
div[data-essential-upsell-element="regular-price"] {
    color: #12121299 !important;
    text-decoration: none !important;
}
div[data-essential-upsell-element=product] {
    border-color: #e7e7e7 !important;
    align-items: flex-end !important;
}

button[data-essential-upsell-element=add-to-cart-button] {
    background-color: #95df28 !important;
    font-weight: 700 !important;
    border-radius: 30px !important;
      margin-bottom: 5px !important;
}

div[data-essential-upsell-element="title"] {
    font-size: 22px !important;
      font-family: 'Lato' !important;

}
a[data-essential-upsell-element="title"] {
    font-size: 13px !important;
    white-space: normal !important;
    line-height: 17px !important;
    margin-bottom: 2px !important;
}
div[data-essential-upsell-element="header"] {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.cart__dynamic-checkout-buttons.additional-checkout-buttons {
    margin-top: 10px;
    margin-right: 5px;
}
div[data-essential-upsell-element="header"] {
    padding-left: 0 !important;
}
@media screen and (max-width: 768px) {
.fixed-buttons {
    position: fixed;
    bottom: 0;
    background-color: #fcfcfc;
    width: 100%;
    left: 0;
    z-index: 999;
    padding: 0px 20px;
    padding-bottom: 10px;
}
.fixed-buttons .totals {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
}  
body .fixed-buttons .totals {
        display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 20px;
    flex-direction: column !important;
    flex-wrap: nowrap;
    margin-bottom: 5px;
}

.fixed-buttons .tax-note {
    font-size: 13px;
    text-align: center;
    margin-top: 4px;
    margin-bottom: -12px;
    display: none;
}
      .template-cart .discount-code-container .title {
        margin-top: 0;
        text-align: center;
    }
  
.template-cart div#dynamic-checkout-cart {
    display: none;
}
.template-cart  div#shopify-chat {
    display: none;
}
.template-cart .cart__ctas button {
    width: 100%;
    padding: 5px 10px;
    background-color: #95df28;
    --border-offset: unset;
}  
.fixed-buttons label {
    text-align: center;
}  
.cart__dynamic-checkout-buttons {
    display: none !important;
}
 .template-cart span.confirm-terms-checkbox {
    font-size: 13px;
}
  .template-cart  p#terms-error {
    font-size: 13px;
    text-align: center;
}
div[data-essential-upsell-element=title] {
    font-size: 18px !important;
    font-family: 'Lato' !important;
}  
  div[data-essential-upsell-element=container] {
    padding:25px 15px !important;
  }
 .template-cart .discount-code-container .title {
    margin-top: 0;
}

     .template-cart cart-items {
        padding: 40px 15px !important;
    } 
.left-side .location span {
    font-size: 35px !important;
    margin-top: 20px !important;
    display: block;
    margin-bottom: 20px;
}  
.left-side .location span img  {
            scale: 0.7;
  }
}

.product-tags.tag-shipping span {
    display: none;
}

#cart-notification div[data-essential-upsell-element="container"] {
    display: none !important;
}

.insta span a {
    border-bottom: 1px solid;
}
.insta span img {
    margin-left: 5px;
}


.insta span {
    display: block;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
}

.template-cart  span.price.price--end {
    font-size: 20px;
    font-weight: 500;
}

.template-cart  td.cart-item__details .product-option {
    display: none;
}

.template-cart dd.price.price--end span.sale-price {
    font-size: 15px;
}
.template-cart .cart-items {
    margin-bottom: 30px;
}
.template-cart dd.price.price--end {
    background-color: #fff;
    display: inline-block;
    padding: 2px 12px;
    border-radius: 4px;
}
.you-save.totals__you-save {
    background-color: #fff;
    padding: 15px 25px;
    font-size: 15px;
    display: block;
    font-weight: 700;
    border-radius: 10px;
    width: 100%;
    border: 1px solid gainsboro;
    text-align: left;
}
.you-save.totals__you-save p {
    margin-bottom: 0;
}
.you-save.totals__you-save span {
    font-weight: 300;
    font-size: 12px;
}


.discount-code-container .title {
    margin-top: 0;
}
.discount-code-container {
    background-color: #f3f3f3;
    padding: 40px;
    border-radius: 30px;
}
body .discount-code-container .title {
    font-size: 21px;
    margin-bottom: 21px;
    text-align: center;
}
section.handling-fee-info {
    text-align: right;
}
section.handling-fee-info li {
    list-style: none;
}
section.handling-fee-info {
    margin-top: 15px;
    font-size: 13px;
}
section.handling-fee-info h3 {
    font-size: 18px;
    padding-top: 10px;
}

body .cart-discount.input-wrapper {
    align-items: center ;
} 
@media screen and (max-width: 768px) { 
section.handling-fee-info ul {
    padding-left: 0;
}
section.handling-fee-info {
    text-align: center;
    margin-top: -25px;
    margin-bottom: 40px;
}
  
}

@media screen and (min-width: 1200px) { 
.cart__footer-wrapper {
    position: sticky;
    align-self: start;
    top: 150px;
}
}
section.handling-fee-info span {
    font-weight: bold;
    max-width: 270px;
    display: inline-block;
}



@media screen and (max-width: 767px) {
    body .cart-item {
        padding-bottom: 15px;
        display: grid;
        grid-template: repeat(2, auto) / repeat(4, 1fr);
        gap: 15px;
        border-bottom: 1px solid #d5d3d3;
        margin-bottom: 15px;
    }
}


.cart__footer small.tax-note.caption-large.rte a {
    text-decoration: none;
    pointer-events: none;
}
.cart__footer span.confirm-terms-checkbox a {
    text-decoration: underline;
}

.header__inline-menu {
    background-color: transparent;
} 
@media (max-width: 991px) {
  .announcement--bar .announcement-bar {
    padding-bottom: 0 ;
}
      .announcement-bar span {
        font-size: 14px !important;
    }
}

  
.index-page .annoucehome.desktop_announce {
  background: linear-gradient(180deg,rgba(23, 109, 82, 1) 0%, rgba(22, 114, 77, 1) 100%);

}
.index-page sticky-header.header-wrapper {
background: linear-gradient(180deg,rgba(22, 114, 77, 1) 0%, rgba(6, 183, 12, 1) 100%);
}

sticky-header.header-wrapper {
    background: #176D52;
    background: linear-gradient(180deg,rgba(23, 109, 82, 1) 0%, rgba(6, 183, 12, 1) 100%);

}
sticky-header header {
    background-color: transparent !important;
}
.userdrop .svgbg svg path {
    stroke: rgb(255 255 255) !important;
}
.userdrop button:hover .svgbg svg path {
    stroke: #b0e420 !important;
}
sticky-header .wbsimplemenuxs .list-menu--inline > li > a {
    color: #fff !important;
}
sticky-header .wbsimplemenuxs .list-menu__item > span {
    color: #fff;
}
sticky-header .wbsimplemenuxs .list-menu__item svg path {
    fill: #fff;
}
sticky-header .wbsimplemenuxs .list-menu__item:hover>span {
    color: #cbe97a;
}
sticky-header .wbsimplemenuxs .list-menu__item:hover svg path {
    fill: #cbe97a;
}
sticky-header .wbmenuup.header__inline-menu {
    border-top: 1px solid rgb(255 255 255 / 30%);
}


sticky-header .color-custom-background {
    background-color: #b0e420;
}
sticky-header .color-custom-background .svgbg svg {
    fill: #000;
}
sticky-header .color-custom-background .wbhcartitem {
    background-color: #000;
    color: #fff;
}

sticky-header .color-custom-background .wbcarthtotal span {
    color: #000;
}
sticky-header .userdrop .svgbg svg path {
    stroke: #fff;
}
sticky-header .wbheader_cont ul {
    background-color: #000;
    border-radius: 30px;
    padding: 4px 15px !important
}

sticky-header .wbheader_cont ul a {
    color: #fcd943;
}
sticky-header .wbheader_cont svg {
    fill: #fcd943 !important;
}
sticky-header .wbsimplemenuxs .list-menu__item>span {
    font-weight: 500;
}
@media (min-width: 992px) {
    sticky-header .header--top-left .header__icons {
        width: 100%;
    }
    sticky-header .header--top-left .headlogo {
        width: 25%;
    }
    sticky-header details-modal.header__search.col-lg-7 {
      max-width: 80% !important;
      flex: 0 0 80%;
  }
}

.annoucehome.desktop_announce {
        display: block;
        background-color: #176D52;
}
.announce_item .list-social__link {
    text-align: center;
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 9px !important;
    margin-right: 5px;
}
.announce_item .announcement-bar {
    color: #fff;
}
.announcement--bar .headannunce svg path {
    fill: #fff;
}
span.custom-white {
    color: #fff !important;
}

sticky-header .header__icon--menu.header__icon .icon {
    fill: #fff;
}
body .announcement-bar span {
    font-weight: 500;
}
.wbheader_cont ul:hover {
    background-color: #ffd845;
}
sticky-header .wbheader_cont ul:hover svg {
    fill: #000 !important;
}
sticky-header .wbheader_cont ul:hover a {
    color: #000;
}







/* end */


.cart__ctas button {
    max-width: 500px;
}


.fixed-buttons .totals .totals__item-count {
    display: none;
}
.fixed-buttons .totals__price {
    font-size: 25px;
}
.fixed-buttons .totals {
    font-size: 14px;
}
.fixed-buttons .totals {
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.fixed-buttons .totals__price {
    font-size: 25px;
    margin-left: 10px;
}
.totals__label {
    display: flex;
    align-items: baseline;
}
@media screen and (max-width: 768px) {
  .fixed-buttons {
    text-align: center;
  }
  .fixed-buttons div#terms-container {
    margin-top: 0 !important;
}
    .fixed-buttons .totals .totals__item-count {
        display: inline-block;
        font-size: 13px;
    }
    .fixed-button .totals__label {
      font-weight: bold;
     }
    .fixed-buttons .totals {
font-size: 15px;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 8px;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding-right: 5px;
        margin-top: 9px;
    }
    .fixed-buttons .totals__price {
        font-weight: bold;
        font-size: 20px;
    }
}

span.hover-i-icon span.hover-i-block {
    display: none;
}

span.hover-i-icon {
    color: #000;
    font-weight: bold;
  cursor: pointer;
      position: relative;
    font-size: 15px !important;
    display: inline-block;
}
span.hover-i-icon:hover span.hover-i-block {
    display: inline-block;
}
span.hover-i-icon span.hover-i-block {
    position: absolute;
    left: -188px;
    width: 200px;
    background-color: #fff;
    bottom: -65px;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.collection-title-box {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
.collection-title-box .collection__view-all {
    margin-left: 25px;
      font-weight: 600;

}
.head-top.collection__title.coll_btn_top.left .vall_space {
    display: none !important;
}
@media (max-width: 991px) { 
    .collection-title-box a.button {
        padding: 4px 8px !important;
        font-weight: bold;
    }
.collection-title-box {
    width: 100%;
}
.collection-title-box h2.collection-title--identify {
    max-width: calc(100% - 140px);
}  
}



body.collection-page .PLP-subcategory-item a:before {
    content: '';
    width: 90%;
    height: 85%;
    background-color: #f4f4f4;
    position: absolute;
    z-index: -1;
    border-radius: 15px;
    bottom: 0;
}

body.collection-page .PLP-subcategory-item img {
    mix-blend-mode: multiply;
}
body .PLP-subcategory-item span.subcategory-image {
    border: none !important;
}
@media (min-width: 1024px) {
    body.collection-page .subcategory-item.swiper-slide {
        min-height: 48px;
        line-height: 15px;
        font-size: 13px;
        height: auto !important;
    }
    .collection-page .sub_collection-title {
    max-width: 160px;
        font-size: 14px;
    }
}

body.collection-page .PLP-subcategory-item span {
    border: transparent !important;
}
.collection-page .subcategory-item.swiper-slide {
    height: auto !important;
}
@media (max-width: 1024px) { 
    .collection-page .subcategory-item.swiper-slide {
        min-height: 48px;
        line-height: 15px;
        font-size: 12px;
        height: auto !important;
    }

}



.subcategory-list-grid .subcategory-item img {
        border-radius: 0;
}
body .menu-drawer .menu-drawer__menu-item {
 padding: 15px;   
}

#Details-menu-drawer-submenu-842 ul {
    padding-bottom: 30px !important;
}
.rp-micro-app-label-icon-container {
  z-index: 3 !important;
}
.mobile-language-switcher select {
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
  bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  width: 310px;
}
.Language {
  background-color: #fff;
  padding: 15px;
  padding-left: 15px;
  margin: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding-left: 47px !important;
}
 .js .menu-drawer__submenu {
  top: 60px !important;
}

#childlink-Frozen ul {
  padding-bottom: 50px !important;
}
##childlink-Sweets\ \&\ Snacks ul {
  padding-bottom: 30px !important;
}
.Language:before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(/cdn/shop/files/language-svgrepo-com.svg?v=1757415772);
    background-size: cover;
    margin-right: 12px;
    position: absolute;
    left: 12px;
}
.link--text.list-menu__item.Language {
    margin-bottom: 8px;
}

.Language {
    margin-bottom: 7px;
    padding-left: 48px !important;
}
body .menu-drawer .menu-drawer__menu-item {
    height: auto !important;
}
.Language .menu-drawer__menu-item--active:hover {
    background-color: transparent;
}
.Language ul.menu-drawer__menu {
    padding-top: 5px !important;
    padding-bottom: 10px !important;
}
.mobile-language-form button.grand_sub_collection {
    margin-left: 12px;
    border-radius: 7px;
}
.footer shop-follow-button {
    display: none;
}
.menu-drawer__inner-container .list.list-social.list-unstyled {
  margin-left: 5px;
}

#childlink-language ul.menu-drawer__menu.list-menu.grand_sub_menu-list {
    padding-top: 5px !important;
    padding-bottom: 10px !important;
}


#childlink-language .grand_sub_collection:active {
    background-color: transparent;
}
.rp-micro-app-dummy-icon.rp-badge-logo {
  background: linear-gradient(180deg,#16724d,#06b70c);
    background-color: rgba(0, 0, 0, 0);
}

div#conv-content-powered-by {
    display: none;
}
.fixed-buttons,
.mobile-facets {
    z-index: 99999999 !important;

}
.menu-drawer__submenu-item--link {
        background-size: cover !important;
}
 
.homepage-subcategory-image {
     width: auto !important;
}

.swiper-container:has(.homepage-subcategory-image) .swiper-slide.subcategory-item {
        min-width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
}
.swiper-container:has(.homepage-subcategory-image)  img {
    border: none;
    margin-bottom: 1rem;
    border-radius: 0;
    scale: .85;
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}


.swiper-container:has(.homepage-subcategory-image) .subcategory-item:before {
    content: "";
    width: 90%;
    height: 100%;
    background-color: #f4f4f4;
    position: absolute;
    border-radius: 15px;
    bottom: 0;
    z-index: -1;
}

.swiper-container:has(.homepage-subcategory-image) .subcategory-item:after {
    content: "";
    width: 100%;
    height: 80%;
    background-color: #e8e8e8;
    z-index: -1;
    position: absolute;
    top: 20%;
    border-radius: 10px;
}
.swiper-container:has(.homepage-subcategory-image) .sub_collection-title {
        width: auto;
        font-size: 13px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 14px;
        padding-bottom: 15px;

}

body .wbproduct-container .card__inner .media img {
    position: unset !important;
    padding: 30px;
}

.template-cart  .discount-code-container {
    display: none;
}


footer .delivery-block {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer .delivery-block h2 {
    font-size: 23px;
    margin-bottom: 30px;
}

footer  .delivery-block ul li {
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 8px;
}

footer  .delivery-block ul li a {
      border: 1px solid #d3caca;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}

footer  .delivery-block ul {
    padding-left: 0;
    max-height: 90px;
    overflow: hidden;
}
footer .delivery-block-box ul.expanded {
  max-height: 9999px; /* expand fully */
}
footer  .delivery-block > div {
    max-width: 1600px;
    margin: 0 auto;
}
footer .delivery-block-box .see-more {
    padding: 4px 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
    display: block;
    border: 1px solid;
    background-color: #214a36;
}

span.perishable-label {
    color: #fff;
    background-color: #176d52;
    border-radius: 5px;
    padding: 4px 16px;
    margin-left: 5px;
}
.template-cart .popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.template-cart .popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.custom-checkout-button {
    border: none !important;
    width: 100%;
    background-color: #95df28;
    outline: none !important;
}

.template-cart .quantity:after {
   z-index: 0; 
}



.wbproductdes p.wbprotype {
    display: none;
}
.box-sr span {
    font-size: 20px !important;
    z-index: 999;
    position: absolute;
    margin-left: 15px;
    font-size: 29px !important;
    color: #fff !important;
}


@media (max-width: 1024px) {
    html body .box-sr span {
        left: 8px;
        margin-top: -8px;
        z-index: 999;
        font-size: 23px;
    }
}

.delivery-block-l.page-width h3 {
    font-size: 22px;
    margin-bottom: 20px;
}


body .tright {
    display: flex;
    align-items: center;
    column-gap: 8px;
}


.header-localization:not(.menu-drawer__localization) .localization-form:only-child .localization-form__select {
    margin: 0;
    background-color: #ffffff1a;
    padding: 10px 30px;
    line-height: 1;
    height: auto;
    color: #fff;
}


@media (max-width: 1024px) {
.faq-icon img {
  max-width: 23px;
}
}

.see-all-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  flex-shrink: 0;
  max-width: 65px;
}

.see-all-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  border: 1px solid #000;
  background-color: rgba(0,0,0,0.0); 
  position: relative;
  overflow: hidden;
  transition: background 0.2s ease;
}

.see-all-link svg {
  z-index: 2;
 width: 16px;
  fill: #fff;
  position: relative;
}

@media (max-width: 768px) { 
.card__badge  span.badge.soldout_product_badge {
    display: none;
}
.card__content  .klaviyo-notify-me {
    margin-top: 15px;
}
}





.fixed-buttons .js-contents {
    display: flex;
    flex-direction: column;
}

.fixed-buttons .tax-note {
    order: 3;
    margin-top: 7px;

}
.mw-stack--alignment-trailing {
    align-items: flex-end;
    order: 2;
    margin-top: 3px;
}
.mw-stack__item {
    display: none;
}
.mw-stack>.mw-stack__item:has(.mw-text) {
    display: inline-block;
}

span.mw-text.mw-text--style-strong {
    margin-right: 5px;
}
span.handling-fee {
    font-size: 13px;
    display: block;
    text-align: right;
    margin-top: 5px;
}

.mw-stack__item.mw-hidden-fee-notice {
    display: none;
}
.mw-stack {
    padding-top: 5px;
}


.appstle-not-logged-in-banner {
    max-width: 30%;
}
.appstle-not-logged-in-banner {
    background: linear-gradient(180deg, #16724d, #06b70c);
    border-radius: 30px !important;
}
.appstle-not-logged-in-banner span {
    top: 5px !important;
    right: 25px !important;
}


@media (max-width: 768px) { 
    .appstle-not-logged-in-banner {
    max-width: 100%;
    font-size: 13px !important;
    width: 97% !important;
}
}

ul.popoular-searches {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 15px;
}
ul.popoular-searches li {
    list-style: none;
    border: 1px solid;
    line-height: 1;
    padding: 3px;
    border-radius: 30px;
    margin-bottom: 8px;
    margin-right: 7px;
}
ul.popoular-searches li a {
    font-size: 12px;
    padding: 5px 4px;
    text-transform: capitalize;
}
ul.popoular-searches li:last-child  {
        margin-right: 0px;

}
ul.popoular-searches li:hover {
    background: linear-gradient(180deg, #16724d, #06b70c);
    border: 1px solid #06b70c !important;
    color: #fff !important;
}
ul.popoular-searches li a:hover {
    color: #fff !important;
}
.popoular-searches-wrap h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #595959;
    padding-bottom: 10px;
    border-bottom: .1rem solid rgba(18, 18, 18, .08);
}
.popoular-searches-wrap {
    margin-top: 5px;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    body .predictive-search {
        height: 700px !important;
    }
}

.appstle-not-logged-in-banner {
    display: none;
}



#webi-main-cart-footer .cart__blocks {
        padding: 8px;
}
.mws-fees-overlay {
    display: none !important;
}
.appstle-discount-banner {
    display: none;
}
.template-customers-addresses nav.breadcrumb.row,
.template-customers-account nav.breadcrumb.row,
body:has(#appstle_iframe) nav.breadcrumb.row {
    display: none;
}
a.appstle_manageSubBtn button {
    padding: 15px 30px !important;
    height: auto !important;
    line-height: 1 !important;
}
.customer.addresses,
.customer.account.container {
    padding-top: 50px;
}
.field__label, 
.customer .field label {
    display: none;
}
.left-subcategory-child-list.hidden { display: none; }
.left-subcategory-child-list.visible { display: block; }

.subcategory-toggle {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 5px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.subcategory-toggle.open svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.left-subcategory-item.active-parent > .subcategory-toggle svg {
  transform: rotate(180deg);
}

.left-subcategory-item {
  list-style: none;
  margin-bottom: 0.5em;
}

.left-subcategory-item > a.parent-link {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.left-subcategory-child-list {
  padding-left: 0;
}

.left-subcategory-child-item a {
  text-decoration: none;
  color: #555;
}


l.subcategory-list {
    padding-left: 0;
}


.left-subcategory-list {
    padding-left: 0;
}
.left-subcategory-list li {
    list-style: none;
}
.left-subcategory-child-list {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-bottom: 15px !important;
    
}

.subcategory-toggle {
    border: 1px solid #eeeeee;
    border-radius: 4px;
}
.subcategory-toggle {
    border: 1px solid #eeeeee;
    border-radius: 6px;
    float: left;
    margin-left: 0;
    margin-right: 10px;
    padding: 2px 5px;
}
.subcategory-toggle svg.icon.icon-caret {
    width: 10px;
}
.left-subcategory-list li {
    margin-bottom: 15px;
}
.left-subcategory-item.groceries a {
    color: #121212;
}
.left-subcategory-child-item.mushrooms.active-item span {
    font-size: 13px;
    font-family: 'Mont-Semibold' !important;
}
.left-subcategory-list li li a {
    font-size: 13px;
    padding-bottom: 4px !important;
    display: block;
}
.left-subcategory-list li li {
    margin-bottom: 4px;
}
.left-subcategory-child-list {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
    padding-bottom: 10px;
}
.left-subcategory-main-title {
    font-size: calc(var(--font-body-scale) * 22px);
    margin-bottom: 25px;
}
.left-subcategory-list-wrap {
    margin-bottom: 20px;
}
.left-subcategory-child-item.active-item a {
    color: #000;
    font-family: 'Mont-Semibold' !important;
    font-weight: 500;
}
.left-subcategory-item.active-parent .parent-link {
    font-family: 'Mont-Semibold' !important;
}
.left-subcategory-item .child_count,
.left-subcategory-item .parent_count {
font-size: 13px;}
.subcategory-toggle.open svg.icon-caret {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
    body .facets-container.facets-containerverticl {
        margin-top: 45px;
    }
    .left-subcategory-list-wrap {
    margin-top: -60px;
    }
}
@media screen and (max-width: 768px) {
.recommendation__title {
    display: block !important;
}
.left-subcategory-list-wrap {
    display: none;
}
.template-cart dd.price.price--end {
    margin-bottom: 10px;
        min-width: 117px;
}
.template-cart .perishable-label {
    padding: 4px 21px;
    margin-left: 0;
    margin-top: 10px !important;
}
ul.popoular-searches {
    max-height: 83px;
    overflow: hidden;
}
}


body .cart__note label {
    font-family: 'Inter' !important;
    display: flex;
    line-height: 1;
    height: auto;
    margin-bottom: 1rem;
    font-size: 18px;
    padding-top: 10px;
    font-weight: bold;
    justify-content: flex-end;
}

body #main-cart-footer #Cart-note {
    height: 70px !important;
    float: right;
    min-height: auto;
    border-radius: 10px;
}
body .cart__note {
    display: block;
    margin-top: 20px;
    float: left;
    margin-bottom: 25px;
}
  .checkout-disabled {
    pointer-events: none !important;
    opacity: 0.5;
    filter: grayscale(80%);
  }

body .sku-packfee {
    display: none !important;
}
#shopify-section-template--18712489066740__cart-items {
    flex: 1 1 auto;
}


.footer__content-bottom .localization-form__select {
    display: none !important;
}


body .fixed-buttons .totals {
  flex-direction: column;
}



.ship-progress {
  font-size: 12px;
  padding: 10px;
  background: #f9f9f9;
}

.ship-header {
    display: none !important;
}

.ship-bar-wrap {
  margin: 8px 0;
}

.ship-labels {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #201f1f;
  margin-bottom: 4px;
}

.ship-bar {
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.ship-fill {
  height: 100%;
  background: #214a36;
  border-radius: 3px;
  transition: width 0.3s ease;
}
.ship-msg strong {
    font-family: 'Mont-Semibold' !important;
}
.ship-ticks {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ship-ticks div {
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fff;
  transform: translateX(-50%);
}

.ship-msg p {
  margin: 4px 0;
  font-size: 11px;
}

.ship-msg .done {
  color: #00a000;
  font-weight: 500;
}

.ship-msg .note {
  font-size: 9px;
  color: #888;
  margin-left: 2px;
}
.ship-labels span:last-child {
    text-align: right;
}
.ship-labels span {
    text-align: center;
}
.ship-labels span:first-child {
    text-align: left;
}


@media screen and (max-width: 768px) {
#cart-icon-bubble .dropdown-menu webi-cart-items {
    display: block;
    overflow-y: auto;
    max-height: 270px !important;
    padding: 15px;
}

body .wbheadcartdrop {
    margin-bottom: 10px;
}
.ship-header {
    display: none !important;
}
.wbcartddesc a {
    font-size: 12px;
    line-height: 14px;
}
.ship-msg p {
    margin: 1px 0;
    font-size: 10px;
    color: #666;
}
}

.shipping-progress-container {
    display: none;
}
div#cart-errors {
    display: none;
}
body .ship-msg {
    display: flex;
    justify-content: space-between;
}






iframe#richpanel_messenger_iframe {
    z-index: 4 !important;
}


@media screen and (min-width: 768px) {
    body .template-search .facets-container.facets-containerverticl {
        margin-top: 40px;
    }
}

body .template-search nav.breadcrumb.row {
    display: none;
}

body .template-search main#MainContent {
    margin-top: 40px;
}
.template-search .wbverticalcoll .wbsortbar {
    padding-bottom: 20px !important;
}


.card-wrapper .price__container .save_top.badge.amount__badge-sale {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px;
    color: #369d66;
    font-family: 'Mont-Semibold' !important;
}
.product-grid .wbproductdes .price .msrp-price {
    font-family: 'Mont-Semibold' !important;
    margin-left: 7px;
}
.product-grid .wbproductdes .price .msrp-price span {
    font-family: 'Mont-Semibold' !important;
}
.card__badge .save_top.badge.amount__badge-sale {
    display: none;
}


.tag-perishable {
    background-color: transparent;
    color: #e28b36;
    line-height: 1;
    padding: 2px 10px;
    border: 1px solid #e28b36;
}
.product-tags-perishable {
    font-size: 12px;
    padding: 8px 10px;
    background-color: #ffd845;
    border-radius: 30px;
    color: #000;
    line-height: 1;
}

.template-cart .perishable-label {
    color: #000;
    background-color: #ffd845;
    border-radius: 5px;
    padding: 4px 16px;
    margin-left: 5px;
}
.product-tags.tag-best-sellers {
    border: 1px solid #000 !important;
    padding: 2px 10px;
}
.product-tags span {
    font-size: 10px !important;
}
.card__badge .product-tags {
    padding: 1px 8px !important;
}

.product-grid .wbproductdes .price .msrp-price {
    text-decoration: line-through;
}


.product-tags.tag-perishable:before {
    content: '';
    background-image: url(/cdn/shop/files/1_6.svg?v=1762766715);
    width: 14px;
    height: 14px;
}

.product-tags.tag-best-sellers:before {
    content: '';
    background-image: url(/cdn/shop/files/2_5.svg?v=1762766714);
    width: 14px;
    height: 14px;
}

body .facets__price .field__input {
    padding: 5px 12px;
    height: auto;
}
.product-grid .wbproductdes .price .msrp-price,
 #product-grid .wbproductdes .price .msrp-price {
    text-decoration: line-through !important;
}

@media (max-width: 992px) { 
.card__badge.wb_badge_pos {
    display: flex;
    justify-content: flex-start !important;
}

.price-item.price-item--sale.price-item--last {
    width: 100%;
}
    .price--on-sale .price__sale > span:last-child {
        display: flex;
                align-items: center;
        justify-content: space-between;
    }
.product-grid .wbproductdes .price .msrp-price {
     margin-left: 0px;   
             line-height: 1;
}
.card-wrapper .price__container .save_top.badge.amount__badge-sale {
    font-size: 11px;
            line-height: 1;
    margin-right: 4px !important;
}
#delivery-estimate ul li {
    margin-bottom: -3px !important;
}
.gr-rate-sold {
        justify-content: flex-start;
        flex-direction: row;
        align-content: flex-start;
        display: flex;
        margin-top: 0;
        align-items: center;
    }
    .gr-rate-sold .sold {
        font-size: 11px;
        margin-left: 5px;
        margin-top: 1px;
    }
 .card__badge span {
    display: none;
}
 .card__badge .product-tags {
    padding: 2px 2px !important;
}  
.card__badge .product-tags:hover span {
    font-size: 10px !important;
    width: auto;
    display: inline-block;
    padding: 0 4px;
}
.card__badge .product-tags {
    background-color: #fff !important;
}    
.card__badge.wb_badge_pos div:last-child span {
    font-size: 10px !important;
    width: auto;
    display: inline-block;
    padding: 0 4px;
    padding-left: 0 !important;
}
.product-grid .wbproductdes .price .price-item, 
#product-grid .wbproductdes .price .price-item {
    width: 100%;
        line-height: 1;
}
#product-grid .wbproductdes .price__regular,
.product-grid .wbproductdes .price__regular {
    line-height: 1;
}
    .price--on-sale .price__sale > span:last-child {
        white-space: nowrap;
    }


}

@media (max-width: 767px) {
    body .wbproduct-container .quantity {
        padding: 3px 5.5px;
        height: auto;
    }
    body  .product-form .cartmobile {
        margin: 0;
        padding: 5px 3px;
        height: auto !important;
        line-height: 1 !important;
        min-height: auto;
    }
.product-grid .wbproductdes .price .price-item, #product-grid .wbproductdes .price .price-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-grid .wbproductdes .price .msrp-price {
    display: none !important;
}

}


.card__badge.wb_badge_pos {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start !important;
    align-items: center;
    display: flex;
}


.vendor-notice.back-shop-notice {
    padding: 12px;
    padding-bottom: 1px;
    border-radius: 10px;
    border: 1px solid #cfd183;
    background-color: #f9de4e24;
}

    .vendor-notice.back-shop-notice p {
    margin-bottom: 10px;
}


 .vendor-notice.back-shop-notice p:before {
    content: '⚠️';
        margin-right: 5px;
}


.vendor-back-shop-notice p {
    position: absolute;
    right: 10px;
    bottom: 30px;
    padding: 10px;
    background-color: #ede6be;
    min-width: 150px;
    font-size: 12px;
    border: 1px solid #cfd183;
    border-radius: 15px;
    line-height: 15px;
    z-index: 99;
    display: none;
}

.vendor-back-shop-notice {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 20px;
    font-size: 20px;
    padding-right: 0;
    padding-bottom: 0;
}
.vendor-back-shop-notice:hover p {
    display: inline-block;
}

slider-component .card-wrapper .card--media:hover {
    transform: none !important;
}

span.price__regular-wrap {
    white-space: nowrap;
}

body .wbproductdes .product-title a{
    font-family: 'Mont-Regular', sans-serif !important;
        font-weight: normal;
}
.left-subcategory-list li a {
    font-weight: normal !important;
}

.amount__badge-sale-percent {
    position: absolute;
    bottom: 0;
    background-color: #000;
    color: #fff;
    margin-left: 15px;
    margin-bottom: 10px;
}
.price-item.price-item--regular.msrp-price {
    display: none;
}
#Details-3-template--20844898746612__product-grid ul li{
    display: none !important;
}

#Details-3-template--20844898746612__product-grid ul li:has(input[value="BF:10"]),
#Details-3-template--20844898746612__product-grid ul li:has(input[value="BF:15"]),
#Details-3-template--20844898746612__product-grid ul li:has(input[value="BF:25"]) {
    display: inline-block !important;
}

.button-show-more {
    display: none;
}


#Details-3-template--20844898746612__product-grid ul li .facets-title {
    font-size: 0;
}
#Details-3-template--20844898746612__product-grid ul li:has(input[value="BF:10"]) .facets-title:after{
    content: 'Cyber week 10%'; 
    font-size: 14px;
}

#Details-3-template--20844898746612__product-grid ul li:has(input[value="BF:15"]) .facets-title:after{
    content: 'Cyber week 15%'; 
    font-size: 14px;
}

#Details-3-template--20844898746612__product-grid ul li:has(input[value="BF:25"]) .facets-title:after{
    content: 'Cyber week 25%'; 
    font-size: 14px;
}


#Details-Mobile-3-template--20844898746612__product-grid ul li{
    display: none !important;
}

#Details-Mobile-3-template--20844898746612__product-grid ul li:has(input[value="BF:10"]),
#Details-Mobile-3-template--20844898746612__product-grid li:has(input[value="BF:15"]),
#Details-Mobile-3-template--20844898746612__product-grid ul li:has(input[value="BF:25"]) {
    display: inline-block !important;
}

.button-show-more {
    display: none;
}


#Details-Mobile-3-template--20844898746612__product-grid ul li .facets-title {
    font-size: 0;
}
#Details-Mobile-3-template--20844898746612__product-grid ul li:has(input[value="BF:10"]) .facets-title:after{
    content: 'Cyber week 10%'; 
    font-size: 14px;
}

#Details-Mobile-3-template--20844898746612__product-grid ul li:has(input[value="BF:15"]) .facets-title:after{
    content: 'Cyber week 15%'; 
    font-size: 14px;
}

#Details-Mobile-3-template--20844898746612__product-grid ul li:has(input[value="BF:25"]) .facets-title:after{
    content: 'Cyber week 25%'; 
    font-size: 14px;
}

.bf-footer-bar .bf-text .sale {
    margin-left: 3px;
}


.bf-footer-bar .bf-text .sale {
    margin-left: 3px;
}