/** Shopify CDN: Minification failed

Line 122:37 Unexpected "("

**/
/* Print */
@media print {
  @page{
    margin:0.5cm;
  }
  .desktop-only {
    display: grid !important;
  }

  .mobile-only {
    display: none !important;
  }
  .skip-to-content-link{
    display: none !important;
  }
  .header-logo img{
    width:111px !important;
    height:72px !important;
    margin-bottom:30px !important;
    margin-top:30px !important;
  }
  .header__columns .header__column .search-action{
    display:none !important;
  }
  .header__columns .header__column .account-button{
    display:none !important;
  }
  .announcement-slider{
    display:none !important;
  }
  .menu-drawer-container .header__icon--summary{
    display:none !important;
  }
    .pantry-hero-wrapper{
        margin-top:30px !important;
    }
    .footer-utilities{
        display:none !important;
    }
    .menu__heading__accordion {
        display: none;
    }
    .footer-content rte-formatter.text-block p{
        display:none;
    }
    .email-signup-block{
        display:none;
    }
    .logo-block__image-wrapper{
        margin-bottom:30px;
    }
}
/* search css */
@media screen and (min-width: 750px){
   .search-modal .search-modal__content{
       --modal-width: 80dvw!important;
    }
   .search-modal .dialog-modal.search-modal__content{
       max-width: 80rem!important;
       height:fit-content;
   }
   .search-modal .predictive-search-form__content-wrapper{
  max-height:100%;
  min-height:100%;
  height:100%;
}
.search-modal .predictive-search-form__content{
  max-height:100%;
  min-height:100%;
}
}
.search-modal .predictive-search-results__card{
  padding: 0!important;
  border: none!important;
}
.search-modal .predictive-search-results__card:hover{
  background:transparent!important;
}
.search-modal .predictive-search-results__title{
    color: #2b2723;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.search-modal .predictive-search-results__resource-header slideshow-controls{
  z-index: 99;
}
.search-modal .slideshow-controls__arrows .slideshow-control.slideshow-control--previous,.slideshow-controls__arrows .slideshow-control.slideshow-control--next{
    width: 40px;
    height: 40px;
} 
.search-modal .predictive-search-results__resource-header{
  height:50px!important;
}
.search-modal .predictive-search-results__resource-header .svg-wrapper{
  height:40px!important;
}
.search-modal [ref="slideshowControls"] .slideshow-controls__arrows + .slideshow-controls__arrows{
  margin-left:10px;
}
.search-modal .predictive-search__close-modal-button{
  border: none;
  border-radius: 0 12px 0px 0px;
  margin-top:-3px;
}
.predictive-search-form__content-wrapper:has([data-search-results]):not(:has(.predictive-search-results__no-results))>.predictive-search-form__content {
    padding-block-end: 0rem!important;
}
.search-modal .resource-card .resource-card__media{
  --resource-card-aspect-ratio: 4 / 4!important;
}

.search-modal .predictive-search-form__footer{
  position:relative;
}
.predictive-search-results__card:has ( > [data-resource-type="page"]){
  width:100%;
}