/** Shopify CDN: Minification failed

Line 12:0 Unexpected "{"
Line 12:1 Expected identifier but found "%"
Line 13:0 Unexpected "<"
Line 423:0 Unexpected "<"
Line 424:1 Expected identifier but found "%"
Line 427:0 Unexpected "<"
Line 760:0 Unexpected "<"

**/
{% if template.name == "index" %}
<style>
  .award-container {
    margin: 0 auto;
    padding: 20px;
  }
  
  h1.award-header {
    margin-top: 25px;
    color: #bf0013;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: left;
    font-size: 2.4em;  
    font-style: italic;
  }
  
  .award-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .award-text-section {
    flex: 1 1 50%;
    padding: 20px;
    box-sizing: border-box;
  }
  
  .award-text-section h2 {
    color: #333;
    font-size: 2.1em;  
    margin-bottom: 20px;
  }
  
  .award-text-section p {
    color: #555;
    line-height: 1.7;
    margin: 10px 0;
    font-size: 1.2em; 
    font-style: italic;
    
  }
  
  .award-text-section p strong {
    font-weight: bold;
  }
  
  .cta-button {
    display: inline-block;
    background-color: #bf0013;
    color: white;
    text-decoration: none;
    padding: 15px 50px !important;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 1.6em;  
    text-align: center;
    text-transform: uppercase;
  }
  
  .cta-button:hover {
   background-color: #d90419;
    color: white;
  }
  
  .external-link-icon {
    width: 16px;
    margin-left: 8px;
    vertical-align: middle;
    padding-bottom: 5px;
  }
  
  .award-image-section {
    flex: 1 1 34%;
    padding: 20px;
    padding-top: 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
  }
  
  .award-image-section img {
    max-width: 95%;
    height: auto;
    margin-top: 10px;
    border-radius: 10px;
  }
  
  @media(min-width:1100px) and (max-width:1200px) {
    h1.award-header {
      font-size: 2.2em;
      margin-bottom: 10px;
    }
    .award-text-section h2 {
      font-size: 1.9em;
    }
    .cta-button {
      margin-top: 15px;
      font-size: 1.4em;
      padding: 12px 40px !important;
    }
  }
  @media(min-width:1000px) and (max-width:1100px) {
    h1.award-header {
      font-size: 2em;
      margin-bottom: 10px;
    }
    .award-text-section h2 {
      font-size: 1.7em;
    }
    .cta-button {
      margin-top: 15px;
      font-size: 1.3em;
      padding: 12px 35px !important;
    }
    .award-image-section {
      margin-top: 35px;
      padding: 0px;
    }
  }
  
  
  /* recipe video */
  .recipe-video-container {
    margin: 0 auto;
   
    display: grid;
    grid-template-columns: 65% 35%;
    gap: 20px;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 6px;
  }
  
  .recipe-video-container iframe {
    width: 100%;
    height: 500px;
    border-radius: 6px;
  }
  
  .recipe-content {
    height: 500px;
    overflow-y: auto;
    padding-right: 15px;
    scrollbar-width: thin;
    scrollbar-color: #bf0013 #f2f2f2;
  }
  
  .recipe-content::-webkit-scrollbar {
    width: 8px;
  }
  
  .recipe-content::-webkit-scrollbar-track {
    background: #f2f2f2;
  }
  
  .recipe-content::-webkit-scrollbar-thumb {
    background-color: #bf0013;
    border-radius: 4px;
  }
  
  .recipe-content h2 {
    color: #bf0013;
    margin-bottom: 20px;
    font-size: 1.2em;
  }
  
  .recipe-content ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
  }
  
  .recipe-content ul li {
    margin-bottom: 8px;
    font-size: 1em;
  }
  
  .recipe-content ol {
    padding-left: 20px;
  }
  
  .recipe-content ol li {
    margin-bottom: 12px;
    font-size: 1em;
  }
  
  @media (max-width: 767px) {
    .recipe-video-container iframe {
      height: 220px;
    }
  }
  @media (min-width: 768px) and (max-width: 1023px) {
    .recipe-video-container iframe {
      height: 390px;
    }
  }
  
  /* Home page sections: featured, category, shipping, recipe */
  @media (max-width: 1399px) {
    #shopify-section-template--23264824230135__16468133992f4a3383 > div > div {
      max-width: 1300px !important;
    }
    #shopify-section-template--23264824230135__16541910614b6a3393 > div > div {
      max-width: 1300px !important;
    }
  
    #shopify-section-template--23264824230135__shipping_AjFDjK > div > div {
      max-width: 1300px !important;
    }
    #shopify-section-template--23264824230135__custom_html_bNwpdz > div > div {
      max-width: 1300px !important;
    }
  }
  
  @media (min-width:1400px) {
    #shopify-section-template--23264824230135__16468133992f4a3383 > div > div {
      max-width: 1400px !important;
    }
    #shopify-section-template--23264824230135__16541910614b6a3393 > div > div {
      max-width: 1400px !important;
    }
  
    #shopify-section-template--23264824230135__shipping_AjFDjK > div > div {
      max-width: 1400px !important;
    }
    #shopify-section-template--23264824230135__custom_html_bNwpdz > div > div {
      max-width: 1400px !important;
    }
  }
  
  /* Tablet Styles  */
  @media (max-width: 820px) {
   
  .mobile-award-img-container {
      display: block;
    }
  
    .mobile-award-img-container img {
      max-width: 90%;
      height: auto;
      margin-top: 0;
      border-radius: 10px;
    }
  
    .award-image-section {
      display: none;
    }
    .award-content {
      flex-direction: column;
      text-align: center;
    }
  
    h1.award-header {
      text-align: center;
      font-size: 2em; 
      margin-top: 0px;
    }
  
    .award-text-section h2 {
      font-size: 1.8em;
    }
    .award-text-section p {
      font-size: 1.4em;
    }
  
    .award-text-section,
    .award-image-section {
      flex: 1 1 100%;
      padding: 5px;
      margin-top: 5px;
    }
  
    .award-image-section img {
      max-width: 95%;
      margin: 0 auto;
    }
  
    .cta-button {
      padding: 10px 20px !important;
      font-size: 1.4em; 
    }
  
      .recipe-video-container {
      grid-template-columns: 1fr;
      gap: 30px;
    }
  
    .recipe-content {
      height: 375px;
    }
  }


  /* Mobile Styles */
  @media (max-width: 767px) {
    .award-container {
      padding: 5px;
    }
  
    h1.award-header {
      font-size: 18px; 
      line-height: 1.3;
      margin-bottom: 5px;
    }
  
    .award-text-section h2 {
      font-size: 1.4em; 
      line-height: 1.3;
    }
    .mobile-award-img-container img {
      max-width: 93%;
    }
  
    .award-text-section p {
      font-size: 1em;
    }
  
   .recipe-video-container {
      gap: 10px;
      padding: 0;
    }
  
    .recipe-content h2 {
      margin-left: 10px;
    }
  
      .cta-button {
      width: 100%;
      padding: 15px 0;
      margin-top: 5px;
      font-size: 1.2em;
    }
    #shopify-section-template--23264824230135__custom_html_BQDBfb > div > div > div > div > div > div.award-text-section > h2 > u {
      content: "\a";
      white-space: pre;
    }
    
  }

  /* Small Phones */
  @media (max-width: 375px) {
    .recipe-video-container iframe {
      height: 205px;
    }
  }
  
  /* Beyond iPad Mini (> 821px)*/
  @media (min-width: 821px) {
    .mobile-award-img-container {
      display: none;
    }
  }
  
  /* Subscribe input field */
  @media (max-width: 767px) {
    input.t4s-text-center.t4s-text-md-start.t4s-newsletter__email {
      text-align: left !important;
    }
    .t4s-newsl-large .t4s-newsletter__inner input.t4s-newsletter__email, .t4s-newsl-large .t4s-newsletter__inner .t4s-newsletter__submit {
      padding: 16px 15px !important;
      font-size: 15px !important;
    }
  }


  .t4s-quote-content {
    display: flex;
    flex-direction: column;
  }
  .t4s-quote-author {
    order: 1;
    margin-top: 0px !important;
    margin-bottom: 5px;
    font-size: 15px !important;
  }
  .t4s-rating-wapper {
    order: 2;
  }
  .t4s-quote-content p, .t4s-quote-texts p {
    order: 3;
    font-size: 15px !important;
  }
  @media (max-width: 767px) {
    .t4s-rating-wapper {
      margin-bottom: 0px !important;
    }
    .t4s-quote-content {
      margin-bottom: 12px !important;
    }
  }
  @media (min-width: 1400px) {
    #shopify-section-template--23264824230135__testimonials_EVzU3t > div > div {
      max-width: 1400px !important;
    }
  }
  @media (min-width:1025px) {
    .t4s-quote-wrap.quote_01 {
      display: inline-block;
      transition: transform 0.3s ease, color 0.3s ease;
    }
    .t4s-quote-wrap.quote_01:hover {
      transform: scale(1.05);
    }
  }



</style>
{% endif %}


<style>
  /*Header CSS*/
  a.t4s-pr {
    z-index: 100 !important;
  }
  a.t4s-lh-1.t4s-d-flex.t4s-align-items-center.t4s-pr {
    z-index: 100 !important;
  }
  .t4s-col-md-4.t4s-col-3.t4s-d-lg-none.t4s-col-item {
    z-index: 100 !important;
  }
  span.t4s-pr.t4s-icon-cart__wrap {
    z-index: 100 !important;
  }
  .t4s-col-lg-2.t4s-col-md-4.t4s-col-6.t4s-text-center.t4s-text-lg-start.t4s-col-item {
    z-index: 100 !important;
  }
  @media (max-width: 1024px) and (orientation: portrait) {
    .t4s-header__wrapper {
      --h-text-color: #000000 !important;
      background-color: #ffffff !important;
    }
  }
  .t4s-header__wrapper {
    --h-text-color-hover: #f85c5c !important;
  }


  /* Footer */
  a.t4s-footer-link.t4s-footer-link-active {
    --link-hover-cl: #f85c5c !important;
  }
  a.t4s-footer-link {
    --link-hover-cl: #f85c5c !important;
  }
  #t4s-form-footer-12 > div.t4s-newsletter__fields > div > div.t4s-newsletter__fields > div > button:hover {
    background-color: #D80000 !important;
  }
  /* .t4s-footer a:hover, .t4s-footer-menu ul li a:hover {
    color: #f85c5c !important;
  } */
  #shopify-section-footer > div > div > div > div.t4s-custom-col.t4s-col-border-none.t4s-col-item.t4s-col-lg-3.t4s-col-md-6.t4s-col-12.bl-footer-6 > div > div.t4s-footer-content > div > p:nth-child(1) {
    margin-bottom: 20px !important;
  }
  #shopify-section-footer > div > div > div > div.t4s-custom-col.t4s-col-border-none.t4s-col-item.t4s-col-lg-3.t4s-col-md-6.t4s-col-12.bl-footer-6 > div > div.t4s-footer-content > div > p:nth-child(2) {
    margin-bottom: 20px !important;
  }
  #shopify-section-footer > div > div > div > div.t4s-custom-col.t4s-col-border-none.t4s-col-item.t4s-col-lg-3.t4s-col-md-6.t4s-col-12.bl-footer-6 > div > div.t4s-footer-content > div > p:nth-child(3) {
    margin-bottom: 20px !important;
  }
  #shopify-section-footer > div > div > div > div.t4s-custom-col.t4s-col-border-none.t4s-col-item.t4s-col-lg-3.t4s-col-md-6.t4s-col-12.bl-footer-6 > div > div.t4s-footer-content > div > p:nth-child(4) {
    margin-bottom: 20px !important;
  }

  #shopify-section-footer > div > div > div > div.t4s-custom-col.t4s-col-border-none.t4s-col-item.t4s-col-lg-3.t4s-col-md-6.t4s-col-12.bl-footer-6 > div > div.t4s-footer-content > div > p:nth-child(1) > a:hover {
    color: #f85c5c !important;
  }

  #shopify-section-footer > div > div > div > div.t4s-custom-col.t4s-col-border-none.t4s-col-item.t4s-col-lg-3.t4s-col-md-6.t4s-col-12.bl-footer-6 > div > div.t4s-footer-content > div > p:nth-child(2) > a:hover {
    color: #f85c5c !important;
  }

  #shopify-section-footer > div > div > div > div.t4s-custom-col.t4s-col-border-none.t4s-col-item.t4s-col-lg-3.t4s-col-md-6.t4s-col-12.bl-footer-6 > div > div.t4s-footer-content > div > p:nth-child(3) > a:hover {
    color: #f85c5c !important;
  }

  #shopify-section-footer > div > div > div > div.t4s-custom-col.t4s-col-border-none.t4s-col-item.t4s-col-lg-3.t4s-col-md-6.t4s-col-12.bl-footer-6 > div > div.t4s-footer-content > div > p:nth-child(4) > a:hover {
    color: #f85c5c !important;
  }

  @media (min-width: 1025px) {
    .t4s-col-lg-4 {
    	margin-right: 20px;
    }
    .t4s-col-lg-2 {
    	width: 13.67%;
    }
    .t4s-col-lg-10 {
      width: 54% !important;
    }
    .t4s-footer-wrap.t4s-bottom-bar.t4s-row.is--footer-collapse-.t4s-gx-md-30.t4s-gy-md-0.t4s-gx-0.t4s-gy-0 {
      justify-content: center;
    }
    P.t4s-text-bl.t4s-fnt-fm-inherit.t4s-font-italic-false.t4s-hidden-mobile-false.t4s-br-mb-false.t4s-text-shadow-false {
      font-size: 15px;
    }
    .t4s-custom-col.t4s-col-border-none.t4s-col-item.t4s-col-lg-3.t4s-col-md-6.t4s-col-12.bl-bl_col_RX9xAg {
      width: 100%;
      margin-top: 45px;
    }
    #shopify-section-footer > div > div > div > div.t4s-custom-col.t4s-col-border-none.t4s-col-item.t4s-col-lg-3.t4s-col-md-6.t4s-col-12.bl-bl_col_RX9xAg > div > div > div > ul {
      display: flex;
      justify-content: center;
      gap: 25px;
    }
    
  }


  /* Tablet portrait logo*/
  @media (min-width: 767px) and (max-width: 1024px) and (orientation: portrait) {
    img.header__mobile-logo.t4s-d-lg-none {
      width: 170px !important;
    }
  }

  /*Home hero video*/

  /* big phones */
  @media (min-width: 431px) and (max-width: 445px) {
    .t4s-section-inner.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s-container-fluid {
      --aspect-ratio-cusmb: 225px !important;
    }
  }

  @media (min-width: 420px) and (max-width: 430px) {
    .t4s-section-inner.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s-container-fluid {
      --aspect-ratio-cusmb: 215px !important;
    }
  }
  /* big phones */
  @media (min-width: 410px) and (max-width: 419px) {
    .t4s-section-inner.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s-container-fluid {
      --aspect-ratio-cusmb: 210px !important;
    }
  }

  /* iphone 12 pro */
  @media (width: 390px) {
    .t4s-section-inner.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s-container-fluid {
      --aspect-ratio-cusmb: 195px !important;
    }
  }
  /* small phones */
  @media (min-width: 370px) and (max-width: 389px) {
    .t4s-section-inner.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s-container-fluid {
      --aspect-ratio-cusmb: 190px !important;
    }
  }
  /* smaller phones */
  @media (min-width: 360px) and (max-width: 369px) {
    .t4s-section-inner.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s-container-fluid {
      --aspect-ratio-cusmb: 180px !important;
    }
  }
  /* all phones */
  @media (max-width:768px) {
    .t4s-section-inner.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s-container-fluid {
      --mgmb-top: 60px !important;
    }
  }


  /* ipad mini Hero Video*/
  @media (width: 1024px) and (orientation: landscape) {
    .t4s-section-inner.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s-container-fluid {
    	--mgtb-top: -60px !important;
    	--aspect-ratio-custb: 512px !important;
    }
  }
  @media (width: 768px) and (orientation: portrait) {
    .t4s-section-inner.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s-container-fluid {
        --mgtb-top: 60px !important;
        --aspect-ratio-custb: 385px !important;
    }
  }
  /* ipad air Hero Video*/
  @media (width: 820px) and (orientation: portrait) {
    .t4s-section-inner.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s-container-fluid {
        --mgtb-top: 60px !important;
        --aspect-ratio-custb: 400px !important;
    }
  }
  /* ipad pro Hero Video*/
  @media (width: 1024px) and (orientation: portrait) {
    .t4s-section-inner.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s_nt_se_template--23264824230135__background_video_GzyRyV.t4s-container-fluid {
        --mgtb-top: 58px !important;
        --aspect-ratio-custb: 505px !important;
    }
  }

  /* About Us */
  @media (max-width: 767px) {
    h3.t4s-image-text-heading.t4s-fs-md-60.t4-fs-30 {
      font-size: 28px !important;
    }
    .t4s-image-text-heading {
      margin-bottom: 10px !important;
    }
  }
  @media (min-width: 1025px) {
    .t4s-col-text.t4s-col-item.t4s-col-lg-7.t4s-col-md-6.t4s-order-md-1.t4s-order-1.t4s-col-12.t4s-txt-shadow-false {
      width: 53% !important;
    }
    .t4s-col-img.t4s-col-item.t4s-col-lg-4.t4s-col-md-6.t4s-col-12.t4s-order-md-2.t4s-order-1.t4s-image-text-layout-carousel.t4s-image-text-col-img-right {
      width: 33.3% !important;
    }
  }

  /* Contact Us */
  @media (max-width: 767px) {
    .t4s-contact-form .t4s-input-textarea {
      min-height: 160px !important;
    }
  }
  @media (min-width: 768px) {
    .t4s-contact-form .t4s-input-textarea {
      min-height: 260px !important;
    }
  }


  /* product add to cart/quick view*/
  @media (min-width: 1025px) {
    .t4s-product:not(.t4s-pr-style5):not(.t4s-pr-style6) .t4s-product-btns>a {
      max-width: 100% !important;
    }
    .t4s-product:not(.t4s-pr-style2):not(.t4s-pr-style4):not(.t4s-pr-style8) .t4s-product-btns a span.t4s-text-pr {
      display:none !important;
    }
  }

  /* Collections template */
  div.page-head {
    margin-top: 10px !important;
  }
  @media(max-width: 767px) {
    .t4s-collection-header {
      margin: 0px 0 8px 0 !important;
    }
    nav.breadcrumbs {
      margin-top: 12px !important;
    }
    .t4s-product-wrapper {
      margin-top: 8px !important;
    }
    .t4s-active-filters {
      margin-bottom: 10px !important;
    }
  }
  @media(min-width: 768px) {
    .t4s-collection-header {
      margin: 0px 0 40px 0 !important;
    }
    nav.breadcrumbs {
      margin-top: 17px !important;
    }
  }
  

  /* product page mobile */
  @media (max-width: 767px) {
    h1.t4s-product__title {
      margin-top: 10px;
    }
  }


  /* Cart page */
  P.t4s-cart__tax {
    color: #EC0101 !important;
  }
  .t4s-main-cart {
    margin-top: 25px !important;
  }
  @media (max-width: 767px) {
    .t4s-cart-couponcode__label {
      margin-top: 5px !important;
      margin-bottom: 5px !important;
    }
    .t4s-cartPage__footer {
      margin-top: 20px !important;
      margin-bottom: 40px !important;
    }
    .t4s-cartPage__items .t4s-page_cart__item, .t4s-cartPage__items .t4s-page_cart__item:last-child {
      padding-bottom: 10px !important;
    }
    .t4s-main-cart {
      margin-top: 25px !important; 
    }
    #shopify-section-template--23264823804151__main > div > form > div.t4s-cartPage__footer > div > div.t4s-col-item.t4s-col-12.t4s-col-md-6.cart_actions.t4s-text-md-start.t4s-text-center.t4s-order-2 > p {
    	margin-bottom: 15px !important;
    }
    .t4s-cart-total {
      margin-top: 5px !important
    }
    .t4s-page_cart__info {
      display: flex !important;
      flex-direction: row !important;
    }
    .t4s-page_cart__tools {
      margin-left: auto !important;
      margin-top: 0px !important;
    }
    .t4s-cartPage__items .t4s-page_cart__info {
      flex-grow: 1 !important;
      display:flex !important;
    }
    #shopify-section-template--23264823804151__main > div > form > div.t4s-cartPage__footer > div > div.t4s-col-item.t4s-col-12.t4s-col-md-6.cart_actions.t4s-text-md-start.t4s-text-center.t4s-order-2 > p {
      display: none !important;
    }
    .t4s-cart-couponcode__label {
        display: inline-block !important;
        margin-right: 10px !important;
        vertical-align: middle !important;
    }
    #CartDiscountcode {
        display: inline-block !important;
        width: 75% !important;
        vertical-align: middle !important;
    }
    #CartSpecialInstructions {
      margin-bottom: 5px;
    }
    P.t4s-cart__tax {
      line-height: 21px !important
    }
    .t4s-col-item.t4s-col-12.t4s-text-md-end.t4s-text-center.t4s-order-4.t4s-col-md-6 {
      margin-top: 0px !important;
    }
    #shopify-section-template--23264823804151__main > div > form > div.t4s-cartPage__footer > div > div.t4s-col-item.t4s-col-12.t4s-text-md-end.t4s-text-center.t4s-order-4.t4s-col-md-6 > p.t4s-pr.t4s-cart__agree {
      margin-bottom: 20px !important;
    }
  }

  /* Search results styling*/
  .t4s-product.t4s-pr-list, .is--listview .t4s-product {
    --pr-quickview-color: #d80000 !important;
    --pr-addtocart-color: #d80000 !important;
  }



</style>


