.product__image img {
    height:100%;
    object-fit:contain;
  }
  .announcement {
      width: 100%;
      font-size: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--sea-nymph);
      margin-bottom: 20px;
      margin-top: -20px;
      letter-spacing: .5px;
      padding: 0 20px;
      text-align: center;
  }
  .shop-back-button span {
      font-size: 30px;
      float: left;
      margin-right: 10px;
  }
  .shop-back-button a {
      color: #000;
      font-size: 18px;
  }
  .merch-item {
      margin: 0 10px;
  }
  .merch__slider-arrow{
      width: 40px;
      height: 40px;
      position: absolute;
      top: 27%;
      filter: brightness(0);
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 9;
      cursor: pointer;
  }
  .merch__slider-arrow_left{
      left: 0;
      background-image: url(//cdn.shopify.com/s/files/1/0654/5814/3485/t/3/assets/left-arrow.png);
  }
  .merch__slider-arrow_right{
      right: 0;
      background-image: url(//cdn.shopify.com/s/files/1/0654/5814/3485/t/3/assets/right-arrow.png);
  }
  .merch-item-wrap {
      padding: 0 50px;
  }
  .shop-back-button {
      margin-bottom: 10px;
  }
  
  /* age selection */
  .age-gate__select {
      width: 100%;
      display: flex;
      gap: 20px;
      justify-content: space-between;
      max-width: 420px;
      margin: 0 auto;
  }
  .age-gate__select-item {
      flex: 1 0 30%;
      text-align: center;
      margin-top: 20px;
      position: relative;
  }
  .age-gate__select-label {
      width: 100%;
      color: var(--sea-nymph);
      background-color: #fff;
      border-radius: 30px;
      line-height: 40px;
      cursor: pointer;
  }
  .age-gate__select-cont {
      background-color: #fff;
      border-radius: 10px;
      color: var(--sea-nymph);
      height: 256px;
      overflow: auto;
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
  }
  .age-gate__select-open .age-gate__select-cont{
      display: block;
  }
  .age-gate__select-cont li{
      padding: 3px 0;
      cursor: pointer;
  }
  .age-gate-btn .yes-btn{
      opacity: .3;
      pointer-events: none;
  }
  .age-gate-btn .btn-active{
      opacity: 1;
      pointer-events: all;
  }
  .age-gate__inputs {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
      overflow: hidden;
      clear: both;
      display: flex;
      gap: 10px;
      padding-top: 10px;
  }
  .the-selection {
      flex: 1 0 20%;
      width: 100%;
      border: none;
      height: 50px;
      color: var(--sea-nymph);
      text-align: center;
      font-size: 18px;
      border: 2px solid #fff;
  }
  .the-selection::placeholder {
      color: var(--sea-nymph);
  }
  .the-selection.error{
      border: 2px solid #ff0000;
  }
  .hero-wrap .common-wrap {
      max-width: 585px;
  }
  .disclaimer {
      font-size: 10px;
      line-height: 12px;
      margin-top: 20px;
      width: 100%;
      float: left;
  }
  .disclaimer a{
      color: #fff;
      text-decoration: underline;
  }
  .disclaimer_cart{
      color: var(--sea-nymph);
      margin-top: 10px;
      margin-bottom: 10px;
  }
  .disclaimer_cart a{
      color: var(--sea-nymph);
  }
  .hero-btn a{
      margin:  0 auto;
  }
  .video-wrapper img{
      object-fit: cover;
  }
  .announcement a{
      color: #fff;
      text-decoration: underline;
  }
  .international__inner{
      padding-top: 200px;
      text-align: center;
      color: #000;
      padding-bottom: 70px;
  }
  .international__title {
      color: var(--sea-nymph);
      margin-bottom: 15px;
  }
  .international__text{
      color: #000;
      max-width: 775px;
      margin: 0 auto 30px;
  }
  .international__locations {
      max-width: 600px;
      margin: 0 auto;
      padding: 30px;
      border: 1px solid var(--sea-nymph);
  }
  .dropdown__stat {
      border: 1px solid #000;
      padding: 15px;
      display: flex;
      justify-content: space-between;
      cursor: pointer;
  }
  .dropdown__stat:after{
      content: '';
      width: 0; 
      height: 0; 
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;  
      border-top: 13px solid var(--sea-nymph);
      margin-top: 8px;
  }
  .international__locations-title{
      margin-bottom: 10px;
  }
  .dropdown{
      position: relative;
      width: 100%;
      margin-bottom: 10px;
  }
  .dropdown__items{
      position: absolute;
      width: 100%;
      left: 0;
      top: 60px;
      background-color: var(--linen);
      text-align: left;
      padding: 15px;
      border: 1px solid var(--sea-nymph);
      z-index: 2;
      max-height: 300px;
      overflow-y: auto;
      display: none;
  }
  .dropdown__item{
      cursor: pointer;
      padding: 3px 0;
  }
  .international__button .btn{
      cursor: pointer;
  }
  .international__results{
      max-width: 600px;
      margin: 30px auto 0;
      padding: 0 61px;
  }
  .international__result h5{
      font-size: 35px;
      margin-bottom: 10px;
  }
  .international__result p{
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 19px;
  }
  .international__result a{
      color: #000;
      text-decoration: underline;
  }
  .international__result{
      display: none;
  }
  .hero-bg .video-wrapper:after,
  .hero-bg picture:after{
      display: none;
  }
  .hero-btn{
      justify-content: center;
      gap: 0 10px;
  }
  .hero-wrap .common-wrap{
      max-width: 1326px;
  }
  .index .hero-inner{
      max-width: 390px;
      float: right;
  }
  .age-gate-bottom a{
      color: #fff;
      text-decoration: underline;
  }
  .copyright-wrap{
      flex-flow: column-reverse;
  }
  .footer-nav {
      width: 100%;
  }
  .copyright-wrap {
      width: 100%;
      gap: 15px 0;
      align-items: center;
  }
  .footer-wrap .common-wrap {
      max-width: 829px;
  }
  .footer-nav ul{
      display: flex;
      gap: 0 20px;
      justify-content: center;
      flex-flow: wrap;
  }
  .footer-nav ul li{
      margin: 0;
  }
  .copyright{
      text-align: center;
  }
  .general-page-header{
      margin-bottom: 15px;
  }
  .rec-title{
    font-size: 45px !important;
    line-height: 34px !important;
  }
  .newsletter-wrap {
    padding-top: 0;
  }
  .product-single-recipes .recipes-item-content .recipes-item-title h4 {
    font-size: 25px;
}
.product-single-recipes .recipes-item-wrap .slick-dots{
    display: none;
}
.product-single-recipes .recipes-item-content {
    gap: 10px 0;
}
.product-single-recipes .recipes-item-wrap .recipes-item-link {
    padding: 7px 0;
}
.n-info a{
    font-size: 18px;
    line-height: 23.4px;
    color: #000;
    text-decoration: underline;
    text-transform: none;
}
.recipes-item-wrap .slick-track{
    display: flex;
}
.recipes-item{
    height: auto;
    padding-bottom: 38px;
}
.recipes-item-link {
    position: absolute;
    bottom: 0;
}
.main-nav ul li a {
    font-size: 58px;
}
  
  
  
  
  
  
  
  @media (max-width: 767px) {
      .age-gate-content h5{
          font-size: 34px;
          line-height: 32.3px;
      }
      .cc-message {
          line-height: 16px;
          width: calc(100% - 45px);
          margin-top: 0 !important;
      }
      .cc-color-override-186450242.cc-window {
          padding: 15px !important;
          display: flex;
          flex-flow: wrap !important;
      }
      .cc-logo {
          width: 45px;
      }
  
      .merch__slider-arrow{
          display: none !important;
      }
      .merch-item-wrap {
          padding: 0;
      }
      .merch-item-wrap .slick-list{
          padding-right: 60px;
          padding-left: 0 !important;
      }
      .merch-item-wrap .merch-item {
          margin: 0 10px;
      }
      .hero-btn.flex {
          gap: 0 19px;
      }
      .hero-wrap {
          padding-top: 0;
          height: auto;
          margin-top: 80px;
      }
      .hero-bg{
          position: relative;
      }
      .hero-bg .video-wrapper{
          height: auto;
      }
      .hero-bg picture{
          height: auto;
      }
      .hero-inner {
          position: absolute;
          top: 48px;
          width: 100%;
          left: 0;
      }
      .hero-btn.flex{
          flex-flow: column;
          gap: 10px 0;
          max-width: 171px;
          margin: 0 auto;
          float: none;
      }
      .hero-inner h1{
          margin-bottom: 23px;
      }
      .hero-btn.flex a{
          padding: 10px 20px;
          margin-bottom: 0;
      }
      .international__result p {
          font-size: 16px;
          line-height: 22px;
      }
      .international__result h5 {
          font-size: 32px;
      }
      .international__inner {
          padding-top: 151px;
      }
      .international__locations {
          padding: 21px;
      }
      .footer-nav ul li {
          flex: 1 0 30%;
          justify-content: flex-start;
      }
      .footer-nav ul {
          flex-flow: wrap;
      }
      .copyright{
          text-align: left;
      }
      .copyright-wrap {
          margin-top: 25px;
      }
      .rec-title{
        font-size: 36px !important;
      }

      .single-product__content-inner .recipes__slider-arrow{
        display: none !important;
      }
      .product-single-recipes .recipes-item-wrap .slick-dots{
        display: none !important;
      }
      .product-single-recipes .recipes-item-wrap{
        max-width: 360px;
      }
      .product-single-recipes.recipes-wrap {
        padding-bottom: 0;
    }
    .product-image-slider .slick-dots img{
        display: none;
    }
    .product-image-slider .slick-dots{
        width: 100%;
        left: 0;
        /* position: relative; */
        flex-flow: wrap;
        justify-content: center;
        bottom: -10px;
        top: inherit;
    }
    .product-image-slider .slick-dots li{
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #faf1e6;
    }
    .product-image-slider .slick-dots li.slick-active{
        background-color: #76a09f;
    }
    .product-image-slider .slick-dots li button{
        display: none;
    }
    .main-nav ul li a {
        font-size: 51px;
    }
      
  }
  
  @media (max-width: 290px) {
      .age-gate-wrap {
          padding: 170px 0 64px;
          overflow-y: auto;
      }
      
  }
  
  
  
  