/** Shopify CDN: Minification failed

Line 3675:1 Expected "}" to go with "{"

**/
/* BASIC */

.custom-container-wrapper {
  max-width: 2200px;
  display: block;
  margin: 0 auto;
}

.custom-container-wrapper-grid {
  max-width: 1440px;
  /* max-width: 1550px; */
  padding: 75px 100px;
  display: block;
  margin: 0 auto;
}

.custom-container-wrapper--full {
  max-width: 2200px;
  padding: 0;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .custom-container-wrapper-grid {
    padding: 50px 30px;
  }
}

.custom-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
}

.custom-button-primary {
  background-color: transparent;
  font-weight: 900;
  font-size: 24px;
  line-height: 140%;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  background-color: #A24B5A;
}

.custom-button-primary:hover {
  opacity: 0.8;
  transition: .3s;
}


.custom-paragraph, .custom-paragraph * {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}

.custom-text-light {
  color: #ffffff;
}

.custom-text-dark {
  color: #000000;
}

.custom-text-align-left, .custom-text-align-left * {
  text-align: left!important;
}


.custom-text-align-left, .custom-text-align-left * {
  text-align: left!important;
}

.custom-important-text, .custom-important-text * {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.custom-button-ghost {
  background-color: transparent;
  font-weight: 900;
  font-size: 24px;
  line-height: 140%;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.custom-button-ghost-f-w  {
  width: 100%;
  display: block;
}

.custom-button-ghost-light {
  border: 3px solid #ffffff;
  color: #ffffff;
}
.custom-button-ghost-light:hover {
  border: 3px solid rgba(255, 255, 255, 0.8);;
  color: rgba(255, 255, 255, 0.8);
}

.custom-button-ghost-dark  {
  border: 3px solid #000000;
  color: #000000;
}

.custom-button-ghost-dark:hover {
  background-color: #000000;
  color: #FFFFFF;
}

@media only screen and (max-width: 991px) {
  .custom-button-primary {
    font-size: 16px;
  }

  .custom-button-ghost {
    font-size: 16px;
  }

 .custom-title {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
 }
}


/* HOMEPAGE */

/* Homepage Header */
.custom-slideshow-slide-header {
  display: flex!important;
  align-items: stretch;
  flex-wrap: wrap;
}

.custom-slideshow-header .flickity-page-dots {
  display: none!important;
}

.custom-slideshow-image {
  width: 70%;
}

.custom-slideshow-header-content {
  position: static;
  transform: none;
  max-width: 30%;
  left: unset;
  top: unset;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 120px;
}

.custom-slideshow-header-description {
  text-align: left;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
}

.custom-slide-buttons {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.custom-slide-buttons button {
  background-color: transparent;
  border: none;
  padding-top: 5px;
  cursor: pointer;
}

.custom-slide-buttons .previous {
  margin-right: 20px;
}

.custom-slide-buttons .next {
  margin-left: 20px;
}

.custom-slide-buttons span {
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 17px;
}


@media only screen and (max-width: 1700px) {
  .custom-slideshow-image {
    width: 65%;
  }

  .custom-slideshow-header-content {
    max-width: 35%;
    padding: 0 80px;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-slideshow-image {
    width: 60%;
  }

  .custom-slideshow-header-content {
    max-width: 40%;
    padding: 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .custom-slideshow-image {
    width: 100%;
    max-height: 400px;
  }

  .custom-slideshow-header-content {
    max-width: 100%;
    padding: 40px 80px 40px 40px;
  }
  .custom-slide-buttons-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .custom-slide-buttons-container .custom-button-ghost{
    max-width: 50%;
  }
  .custom-slide-buttons {
    margin-top: 0;
  }

  .slideshow-slide-heading {
    color: #ffffff;
  }

  .custom-slideshow-header-description {
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
  }
}


@media only screen and (max-width: 720px) {
  .custom-slideshow-image {
    width: 100%;
    height: 200px;
  }

  .custom-slideshow-header-content {
    max-width: 100%;
    padding: 25px;
    padding-top: 40px;
    margin-top: 0;
    height: 300px;
    display: block;
  }
  .custom-slide-buttons-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .custom-slide-buttons-container .custom-button-ghost{
    max-width: 50%;
  }
  .custom-slide-buttons {
    margin-top: 0;
  }
}

/* Homepage Collection Section Cook */

.featured-collection--container--custom-cook {
  max-width: 2200px;
  padding: 75px 100px 75px 100px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.custom-cook-section-info-container {
  width: 40%;
  padding-right: 120px;
  display: flex;
  justify-content: flex-end;
}

.custom-cook-section-info {
  width: 450px;
}

.featured-collection--content--custom-cook {
  width: 60%;
  position: static;
}

.custom-margin-top {
  margin-top: 30px !important;
}

.featured-collection--content--custom-cook[data-layout=slideshow] .productgrid--item {
  width: calc(100% / 3 - 16px);
}

.featured-collection--content--custom-cook[data-layout=slideshow]  .productitem--title--override{
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  text-align: center !important;
}

.featured-collection--content--custom-cook .flickity-button {
  background-color: #000000;
  border-radius: 0;
  opacity: 1;
  height: 80px;
  position: absolute;
}

.featured-collection--content--custom-cook .flickity-button:hover {
  height: 80px!important;
  transform: translateY(-50%)!important;
}

.featured-collection--content--custom-cook .flickity-button.next {
right: 0px!important;
}

.featured-collection--content--custom-cook .flickity-button.previous {
display: none !important;
}

.featured-collection--content--custom-cook .flickity-button svg {
  fill: #ffffff;
  right: 0;
}

@media only screen and (max-width: 1200px) {
  .featured-collection--container--custom-cook {
    padding: 0px 30px 40px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .custom-cook-section-info-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
  }

  .custom-cook-section-info {
    width: 100%;
  }

  .featured-collection--content--custom-cook {
    width: 100%;
  }

  .featured-collection--content--custom-cook[data-layout=slideshow] .productgrid--item {
    width: calc(100% / 3 - 16px);
  }
}

@media only screen and (max-width: 720px) {
  .featured-collection--content--custom-cook[data-layout=slideshow] .productgrid--item {
    width: calc(100% / 2 - 16px);
  }
}

@media only screen and (max-width: 450px) {
  .featured-collection--content--custom-cook[data-layout=slideshow] .productgrid--item {
    width: calc(100% - 60px);
  }
}


/* Homepage VIew all */
.custom-view-all-content {
  background: #88A53D;
}

.custom-view-all-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 45px 100px;
  background-image: url('https://cdn.shopify.com/s/files/1/0564/3904/6331/files/veggies.png?v=1627593766');
  background-repeat: no-repeat;
  background-position: center;
}

.custom-view-all-content h2 {
  width: 42%;
  margin: 0;
}

.custom-view-all-content a {
  width: 40%;
}

.custom-view-all-content h2, .custom-view-all-content a {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
}
.custom-view-all-content a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1200px) {
  .custom-view-all-content h2, .custom-view-all-content a {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .custom-view-all-wrapper {
    flex-wrap: wrap;
    padding: 20px 30px;
  }

  .custom-view-all-content h2 {
    width: 100%;
    margin: 0 0 40px;
  }

  .custom-view-all-content a {
    width: 100%;
  }


  .custom-view-all-content h2, .custom-view-all-content a {
    font-size: 20px;
    line-height: 24px;
  }
}


/* Categories Section */

.custom-categories-content h2 {
  margin: 0;
}

.custom-categories-cards {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  column-gap: 50px;
  row-gap: 70px;
}

.custom-category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.custom-category-card-text {
  font-weight: 900;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  color: #000000;
}

.custom-category-card-text:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 991px) {
  .custom-categories-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 30px;
    margin-top: 30px;
  }

  .custom-category-card {
    gap: 10px;
    width: 100%;
    justify-content: flex-start;
  }

  .custom-category-card-text {
    font-size: 16px;
    line-height: 18px;
  }

  .custom-category-card-img {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .custom-category-card-img img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .custom-categories-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 30px;
  }

  .custom-category-card {
    gap: 10px;
    width: 100%;
  }

  .custom-category-card-text {
    font-size: 14px;
    line-height: 18px;
  }

  .custom-category-card-img {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .custom-category-card-img img {
    max-width: 100%;
  }
}

/* Home Learn More Section */

.custom-learn-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.custom-spice-n-content {
  display: flex;
}

.custom-learn-img {
  width: 60%;
  max-height: 560px;
}

.custom-learn-img img,
.spice-n-content-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.custom-learn-info {
  width: 40%;
  background-color: #A24B5A;
  padding-left: 60px;
  display: flex;
}

.custom-learn-info-wrapper {
  max-width: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-learn-info-wrapper a {
  margin-top: 25px;
}

.custom-learn-pre-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

@media only screen and (max-width: 1400px) {
  .custom-learn-img {
    width: 50%;
  }
  .custom-learn-info {
    width: 50%;
    background-color: #A24B5A;
    padding-left: 40px;
    display: flex;
  }

  .custom-learn-info-wrapper {
    max-width: 100%;
    padding-right: 30px;
  }

  .custom-learn-info-wrapper h2 {
    margin: 0;
  }

  .custom-learn-info-wrapper .custom-button-ghost {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-learn-img {
    width: 40%;
    position: relative;
    overflow: hidden;
  }

  .custom-learn-img img {
    position: absolute;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .custom-learn-info {
    width: 60%;
    padding-left: 00px;
  }

  .custom-learn-info-wrapper {
    max-width: 100%;
    padding: 40px 30px;
  }

  .custom-learn-info-wrapper h2 {
    margin: 0;
  }

  .custom-learn-info-wrapper .custom-button-ghost {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .custom-learn-img {
    width: 100%;
  }

  .custom-learn-img img {
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .custom-learn-info {
    width: 100%;
    padding-left: 0px;
  }

  .custom-learn-info-wrapper {
    max-width: 100%;
  }
}

/* Home  Favorites*/
.favorites-collection {
  position: relative;
}

.favorites-collection .featured-collection--container {
  position: static;
}

.favorites-collection .featured-collection--content {
  position: static;
}

.favorites-collection-title {
  margin: 0 0 70px;
}

.favorite-collection-list .productgrid--item .productitem--title--override {
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.favorite-collection-list .flickity-button {
  background-color: #000000;
  border-radius: 0;
  opacity: 1;
  height: 80px;
  position: absolute;
}

.favorite-collection-list .flickity-button:hover {
  height: 80px!important;
  transform: translateY(-50%)!important;
}

.favorite-collection-list .flickity-button.next {
  right: 0px!important;
}

.favorite-collection-list .flickity-button.previous {
  display: none!important;
}

.favorite-collection-list .flickity-button svg {
  fill: #ffffff;
  right: 0;
}

.favorite-collection-list .productgrid--item {
  width: calc(100% / 4 - 20px)!important;
}

@media only screen and (max-width: 991px) {
  .favorite-collection-list .productgrid--item {
    width: calc(100% / 3 - 20px)!important;
  }
}

@media only screen and (max-width: 750px) {
  .favorite-collection-list .productgrid--item {
    width: calc(100% / 2 - 20px)!important;
  }
}

@media only screen and (max-width: 400px) {
  .favorite-collection-list .productgrid--item {
    width: calc(100% - 20px)!important;
  }
}

/* Home Story Section */
.custom-home-story-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.custom-home-story-info {
  width: 45%;
  padding:0 30px 0 40px;
}

.custom-home-story-info a {
  display: block;
  width: 90%;
  margin-top: 20px;
}

.custom-home-story-description {
  padding-right: 20px;
}

.custom-home-story-img {
  width: 50%;
  padding-left: 40px;
}

.custom-home-story-img img{
  width: 100%;
}


@media only screen and (max-width: 1200px) {
  .custom-home-story-content {
    justify-content: space-between;
  }
  .custom-home-story-info {
    width: 45%;
    padding:0px;
  }

  .custom-home-story-img {
    width: 50%;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .custom-home-story-content {
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 0;
  }

  .custom-home-story-info {
    width: 100%;
    padding:0px 30px 50px;
  }

  .custom-home-story-description {
    padding-right: 0px;
  }

  .custom-home-story-info a {
    width: 100%;
  }

  .custom-home-story-img {
    width: 100%;
    padding-left: 0px;
  }
}

/* Home Page Logos */
.custom-home-logos-content {
  background: #F6F6F6;
}

.custom-home-logos-wrapper {
  margin-top: 60px;
  display: flex;
  /* grid-template-columns: repeat(5, 1fr); */
  justify-content: space-between;
  gap: 10px;
}

@media only screen and (max-width: 1400px) {
  .custom-home-logo-img {
    width: 100%;
  }

  .custom-home-logo-img img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .custom-home-logos-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .custom-home-logo-img {
    width: 32%;
  }
}

@media only screen and (max-width: 720px) {
  .custom-home-logos-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .custom-home-logo-img {
    width: 30%;
  }

  .custom-home-logo-img img{
    width: 100%;
  }
}

/* Custom Testimonials  */
.custom-testimonials-content {
  background-color: #323232;
  background-image: url('https://cdn.shopify.com/s/files/1/0564/3904/6331/files/corn.png?v=1627593778');
  background-repeat: no-repeat;
}

.custom-testimonials-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.custom-testimonials-left {
  width: 30%;
}

.custom-testimonials-right {
  width: 55%;
  position: relative;
}
.custom-testimonials-right::before {
  content: '“';
  color: #ffffff;
  font-family: "Lato";
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 86px;
  position: absolute;
  left: -45px;
  top: 0;
}
.custom-testimonials-pre-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
}

.custom-testimonials-left h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.custom-testimonials-description, .custom-testimonials-author * {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.custom-testimonials-author {
  margin-top: 50px;
}


@media only screen and (max-width: 991px) {
  .custom-testimonials-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .custom-testimonials-left {
    width: 80%;
  }

  .custom-testimonials-left h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .custom-testimonials-right {
    width: 90%;
    position: relative;
    padding-right: 100px;
  }

  .custom-testimonials-description, .custom-testimonials-author * {
    font-size: 16px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 720px) {
  .custom-testimonials-right {
    width: 90%;
    position: relative;
    padding-right: 0;
  }
}

/* Instagram Section */

.custom-home-insta-link {
  display: block;
  text-align: center;
  margin: 0 auto;
  text-decoration: underline;
}

/* Product Card */

.product-item-card {
  height: 100%;
  min-height: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.productitem--actions--override {
  position: unset;
  padding: 0;
  margin: 0;
}

.productitem--title--override {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  min-height: 50px;
}

.productitem--title--override a {
  color: #000000;
}

.productitem--image--override {
  position: relative;
  width: 100%;
  padding-top: 83.3333%;
  min-height: 0;
  height: 0;
  overflow: hidden;
}

.productgrid--item--override img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.productitem--image:hover .productitem--image-second {
  visibility: visible !important;
  display: block !important;
  z-index: 99999999;
}

.productitem--image .productitem--image-primary {
  transition: none;
}

.productitem--image:hover .productitem--image-primary {
  opacity: 0;
}

.productitem--image-second {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

/* Product modal */

@media screen and (min-width: 1024px){
  .modal--quickshop-full .product-details {
    min-height: 400px;
  }
  .modal--quickshop-full .product-gallery {
    height: 100%;
  }
  .modal--quickshop-full .product-description .modal-desc-link a {
    font-style: normal;
  }
}

@media screen and (max-width: 767px) {

  .modal-inner .atc-button--text {
    position: relative;
    bottom: 5px;
  }

  .modal-inner .atc-button--text svg {
    position: relative;
    top: 5px;
  }
}

/* COLLECTION PAGE */
@media only screen and (max-width: 426px) {
 .collection-custom-hero-description * {
  font-size: 16px !important;
}
  .product-collection-sah {
    padding: 0px 0 !important;
}
  .custom-container-wrapper-grid {
     padding: 25px !important; 
}
}
/* Collection Page Header */
.collection-custom-hero-container {
  background-color: #F6F6F6;
}

.collection-custom-hero-content {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  align-items: center;
}

.collection-custom-hero-description * {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}

.collection-custom-hero-info {
  width: 60%;
}

.collection-custom-hero-img {
  width: 40%;
}

.collection-custom-hero-info h1 {
  margin-top: 0;
}

.collection-custom-hero-info h1 {
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .collection-custom-hero-info {
    width: 100%;
  }

  .collection-custom-hero-img {
    display: none;
  }
}

/* Collection Page Products GRID*/
.product-collection-sah {
  background-color: #fff;
  padding: 0px 0;
}

.custom-filters-mobile {
  display: none;
}

.productitem--info {
  background-color: transparent;
}

.productgrid--outer--override-collection {
  display: flex;
  justify-content: space-between;
}

.custom-collection-productgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 45px;
  grid-row-gap: 20px;
  padding-left: 0;
}

.custom-product-collection-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quickshop-button svg {
  position: relative;
  width: 20px;
  height: 16px;
  bottom: -2px;
}


.custom-productgrid--sidebar {
  width: 290px;
}

.productgrid--sidebar--override {
  width: 100%!important;
}

.custom-productgrid--wrapper {
  width: calc(100% - 290px);
  padding-left: 40px;
}


.custom-form-field-product-card {
  padding: 10px 23px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  margin-bottom: 11px;
}

.custom-form-field-product-card--active {
  background: #ffffff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 8px;
  border: 2px solid #000000;
  color: #000;
  padding-left:5px;
}

.form-field-title {
  font-style: normal;
}

@media (min-width: 1252px) and (max-width: 1500px) {
  #shopify-section-1627507919876fd842 .custom-form-field-product-card,
  #shopify-section-1627507919876fd842 .custom-form-field-product-card--active,
  #shopify-section-1627507919876fd842 .add-to-cart-custom{
    max-width: 190px !important;
  }

  .custom-card-button-text {
    font-size: 15px !important;
  }
}

@media (min-width: 1201px) and (max-width: 1252px) {

  #shopify-section-1627507919876fd842 .custom-form-field-product-card,
  #shopify-section-1627507919876fd842 .custom-form-field-product-card--active,
  #shopify-section-1627507919876fd842 .add-to-cart-custom {
    max-width: 150px !important;
  }

  .custom-card-button-text {
    font-size: 12px !important;
  }
}

@media (min-width: 752px) and (max-width: 1200px) {
  .featured-collection--section .custom-form-field-product-card,
  .featured-collection--section .custom-form-field-product-card--active,
  .featured-collection--section .add-to-cart-custom {
    max-width: 190px !important;
    margin: 0 auto;
    margin-top: 20px;
  }

  .custom-card-button-text {
    font-size: 15px !important;
  }
}

.custom-card-button-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
}

.custom-collection-title-products {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  color: #000000;
  margin-top: 0;
}

.custom-collection-products-total {
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
}

/* Recipe Collection page */
.trending-recipe-title {
  text-align: left;
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  color: #000;
}

.trending-recipes-cards {
  justify-content: center;
}

.custom-category-card-img {
  text-decoration: none;
  text-align: center;
}

.custom-trending-recipe {
  max-width: 280px;
}

.trending-recipes-card-text {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.quiz-link-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff
}

.quiz-link-grid a {
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
}

.content-position-center {
  justify-content: center;
  align-items: center;
  padding: 50px 0 80px 0;
}

@media screen and (max-width: 768px) {
  .quiz-link-grid {
    flex-direction: column;
  }

  .custom-spice-n-content {
    flex-direction: column;
    background-color: orange;
  }

  .spice-n-content {
    width: 100%;
  }

  .spice-n-content-img {
    width: 80%;
  }

  .trending-recipe-txt {
    font-size: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1400px) {
  .spice-n-content-img {
    max-width: 458px;
  }

  .spice-n-content {
    width: 50%;
  }
}

.spice-n-content {
  margin: 0 40px;
}

.blog-cards {
  column-gap: 7%;
}

.blog-card {
  width: 45%;
}

.blog-card-img {
  width: 100%;
}

.blog-card-img img {
  object-fit: cover;
  height:100%;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .blog-card {
    width: 100%;
  }
}

/* Recipe Category Collection page */
.category-title {
  max-width: 600px;
}

.category-title h2, .left-align {
  text-align: left;
}

.custom-text-bold {
  font-weight: 900;
}

.featured-category-recipes-link-text {
  color: #C43B3B;
}

.featured-category-recipe-card {
  width: 31%;
}

@media screen and (max-width: 767px) {
  .featured-category-recipe-card {
    width: 100%;
  }
}

/* Custom Colecction Side FIlter */

.custom-utils-sortby {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 12px;
}

.custom-utils-sortby .utils-sortby-title {
  width: fit-content;
}

.custom-utils-sortby .utils-sortby-select {
  display: flex;
  box-shadow: none!important;
  flex-grow: 1;
}

.custom-utils-sortby .utils-sortby-select {
  margin-left: 0;
}

.custom-utils-sortby .utils-sortby-select select {
  padding-left: 4px;
}

.custom-utils-sortby .utils-sortby-select svg {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px;
  pointer-events: none;
}

.productgrid--sidebar-title-custom {
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
}

.custom-productgrid--sidebar-section {
  margin-top: 0px;
}

.filter-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-top: 1px solid #DCDCDC;
  margin: 0;
  padding: 15px 0 0;
}

.custom-filter-group {
  margin-top: 15px;
}

.filter-menu-header svg {
  height: 20px;
  width: 20px;
  transition: all 0.2s linear;
  transform: rotate(180deg);
}

.filter-menu-close-header svg{
  transform: rotate(0);
}

.filter-menu-close {
  overflow: hidden;
  min-height: 0;
  height: 0;
  margin-top: 0;
}

.custom-filter-group [data-filter-active=true] a, .custom-filter-group [data-filter-active=true] a:hover {
  color:#000000;
  font-weight: bold;
}

.custom-filter-group .filter-icon--checkbox {
  opacity: 0!important;
}

.custom-filter-group .filter-text {
  font-size: 18px;
  line-height: 22px;
  margin-left: 0;
}

.filter-item-custom {
  margin-left: -15px;
}

.modal-filter {
  display: none;
}

@media screen and (max-width: 1200px) {
  .modal-filter {
    display: block;
    margin-top: 35px;
    padding-bottom: 20px
  }
  .filter-item-custom {
    margin-left: 0;
  }

  .filter-item-custom a{
    width: 100%;
    position: relative;
  }

  .custom-filter-group .filter-icon--checkbox {
    opacity: 1 !important;
    position: absolute;
    right: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .product-collection-sah {
    background-color: #fff;
    padding: 30px 0;
  }

  .custom-productgrid--sidebar--desktop {
    display: none;
  }

  .custom-productgrid--wrapper {
    width: 100%;
    padding-left: 0px;
  }

  .custom-filters-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
  }

  .custom-utils-sortby {
    width: 256px;
    margin: 0;
  }

  .utils-filter-icon-custom svg {
    width: 40px;
    height: 20px;
  }

  .utils-filter-text-custom {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 17px;
    text-transform: capitalize;
    color: #000000;
  }
}

@media only screen and (max-width: 991px) {
  .custom-collection-productgrid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
  }

  .custom-filter-group .filter-item {
    border: none!important;
  }
}

@media only screen and (max-width: 500px) {
  .custom-utils-sortby {
    width: 200px;
    margin: 0;
  }

  .custom-utils-sortby .utils-sortby-title {
    width: 32%;
  }

  .custom-collection-productgrid {
    display: grid;
    grid-template-columns: repeat(1 ,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
  }
}


@media only screen and (max-width: 400px) {
/*   .custom-filters-mobile {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 25px 0;
    flex-direction: column;
    gap: 20px;
  } */
}


/* Product categories collection */

.product-category-cards {
  display: grid;
  grid-template-columns: repeat(5, 180px);
  gap: 20px;
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .product-category-cards {
    overflow-x: scroll;
    justify-content: flex-start;
  }
}

.product-category-card {
  display: block;
  text-decoration: none;
}

.product-category {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.product-category-image img {
  width: 100%;
}

.product-category-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  color: #000000;
}

/* Featured Section */
.collection-featured {
  background-color: #F6F6F6;
  padding-bottom:20px;
}

.collection-featured .custom-title {
  font-size: 30px;
  line-height: 36px;
}

.collection-features-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: center;
}

.collection-features-items a {
  color: #C43B3B;
}


.collection-features-item-title {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
}

.collection-features-item-image {
  width: 100%;
  max-width: 400px;
  max-height: 268px;
  overflow: hidden;
}

.collection-features-item-image img {
  max-width: 100%;
  object-fit: cover;
}

.collection-features-item-description {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.collection-features-item-link {
  color: #C43B3B;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  .collection-features-items {
    overflow-x: scroll;
    grid-template-columns: repeat(3, 280px);
    justify-content: flex-start;
    padding-bottom: 40px;
  }

  .collection-features-item-link {
    margin-bottom: 20px;
  }
}

/* static-header */

 .header-item-box {
   margin: 0 15px;
 }

 .header-item {
   color: #fff;
   display: flex;
   align-items: center;
   font-size: 18px;
 }

 .site-header-cart--count:after {
   position: relative;
   right: 40px;
   z-index: 99999999;
 }

 .cart-txt {
   color: #fff;
 }

 .mobile-custom-header-icons, .mobile-search-icon {
   display: none;
 }

 .site-header-cart--button {
   text-decoration: none;
 }

 .site-header-cart--button svg {
   margin: 0 8px;
   position: relative;
   bottom: 2px;
 }

 .custom-livesearch-clear {
   display: none;
 }

 @media screen and (max-width:767px) {
   .site-header-logo {
     margin: 0 auto 0 0;
   }

   .site-header-cart {
     display: flex;
     align-items: center;
   }

   .site-header-cart--count:after {
     right: 0;
   }

   .live-search-form-mobile {
     display: none;
   }

   .mobile-custom-header-icons,
   .mobile-search-icon {
     display: block;
     color: #fff;
     margin-left: 10px;
   }

   .site-header-cart--button svg {
     margin: 0 8px 0 0 !important;
   }

   .header-item-box,
   .custom-live-search-button,
   .custom-mobile-txt {
     display: none;
   }

   .live-search {
     height: 0;
   }

   .live-search-form {
    position: fixed;
    top: 3px;
    z-index: 9999999;
   }

   .snize-ac-results.snize-ac-results-mobile {
     background-color: #fff;
   }

   .custom-clear-btn {
     background: #fff;
     border: none;
   }

   .custom-live-search-clear {
     display: block;
     position: relative;
     top: 5px;
     width: 30px;
     height: 30px;
   }

   .custom-live-search-clear::before,
   .custom-live-search-clear::after {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     width: 2px;
     height: 15px;
     background: #d9dadb;
   }

   .custom-live-search-clear::before {
     transform: translate(-50%, -50%) rotate(45deg);
   }

   .custom-live-search-clear::after {
     transform: translate(-50%, -50%) rotate(-45deg);
   }

 }

 @media screen and (min-width: 1025px) {
   .site-header-menu-toggle {
     display: none;
   }
 }

 @media screen and (max-width: 1023px) {
    .cart-txt {
      display: none;
    }

    .site-header-menu-toggle {
      position: absolute;
      top: 82px;
      z-index: 99999999999;
    }

    .header-item-table,
    .site-navigation .navmenu {
      display: none;
    }

    .site-navigation-wrapper {
      display: block;
    }

    .site-navigation ul {
      margin: 0 0 0 auto;
    }
 }

 @media (min-width: 768px) and (max-width: 1024px) {
   .site-header-main {
     position: relative;
   }

   .header-item-box {
    max-height: 43px;
    position: relative;
    bottom: 40px;
    display: none;
   }

   .header-item-tablet {
     display: none;
   }

   .live-search-form {
     max-width: 400px !important;
   }

   .site-header-main-content {
     display: flex;
     align-items: center;
     max-width: 80%;
   }

   .site-header-cart {
     display: flex;
     align-items: center;
     position: absolute;
     right: 20px;
   }

   .mobile-custom-header-icons,
   .mobile-search-icon {
     display: block;
     margin: 0 5px;
   }

   .mobile-search-icon {
     color: #fff;
   }

   .site-header-cart--button svg {
     margin: 0;
     position: relative;
     bottom: 0;
   }


 }


 /* header search fields */
 .search-flydown[data-animation] {
   display: none;
 }

.snize-ac-results .snize-price-list {
  display: none !important;
}

.live-search-form {
  max-width: 500px;
}

.live-search-form-mobile {
  transition: .3s ease-in-out;
}

.live-search-button {
  color: #aeaeae !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}

 /* footer */
.custom-site-footer-wrapper {
  background-image: url('https://cdn.shopify.com/s/files/1/0564/3904/6331/files/illustration-footer.png?v=1631640818');
  background-repeat: no-repeat;
  background-position: right 10% bottom 10%;
  background-size: 50% auto;
  background-color: #153961;
}

.site-footer-wrapper.custom-site-footer-wrapper a {
  color: #fff;
  text-decoration: none;
}

.custom-newsletter-wrapper-grid {
  max-width: 1380px;
  width: 95vw;
  padding: 50px 0;
  margin: 0 auto;
}

.custom-newsletter-txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  color: #fff;
}

.custom-newsletter-input-wrapper {
  margin: 27px 0;
}

.custom-newsletter-input {
  max-width: 400px !important;
}

.custom-newsletter-input>input {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #fff;
  max-height: 50px
}

.custom-newsletter-input > label {
  font-style: italic;
}

.custom-submit-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  position: relative;
  right: 10px;
}

.custom-site-footer-block-title {
  font-weight: 900;
  text-decoration: underline;
  color: #fff;
}

.loyalty-point-widget {
  position: fixed;
  bottom: 10px;
  right: 70px;
  background-color: #153961;
  color: #fff;
  padding: 0 10px;
  z-index: 999999;
}

.loyalty-point-widget p {
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
}

.recipe-logo-wrapper,
.recipe-logo-wrapper-top {
  display: none;
}

@media print {
  .recipe-logo-wrapper,
  .recipe-logo-wrapper-top {
    display: block !important;
    position: fixed!important;
    max-width: 250px;
    z-index: 9999999;
  }

  .recipe-logo-wrapper-top {
    right: 0;
    left: 0;
    top: -100px;
    margin: 0 auto;
  }

  .recipe-logo-wrapper {
    bottom: 10px;
    right: 70px;
  }

  .recipe-logo-wrapper svg {
    width: 100%;
  }
  .yotpo-widget-instance,
  .share-buttons {
      display: none;
  }
  .recipe-info-container .serving-suggestions {
    display: block!important;
  }
  .product-description.desc-border {
    display: block!important;
  }
  .product-description.desc-border p {
    font-size: 18px!important;
    margin: 0!important;
  }
}

li.navmenu-item a,
.site-footer-credits {
  font-style: normal;
  text-decoration: none;
}

.site-footer-credits {
  color: #fff;
}

@media screen and (max-width: 859px) {
  .custom-newsletter-input>input {
    max-height: 48px
  }
}

/* Search Result Page */
@media screen and (min-width: 1024px) {
  .page-content {
    max-width: 1200px;
  }

  .page-title {
    font-weight: 900;
    font-size: 36px;
    line-height: 43px;
  }
}

@media screen and (min-width: 720px) {
  .product-main {
    width: 40% !important;
  }
  .div_flx_rm {
    display:unset!important;
  }
}

.snize-price-list {
  display: none;
}

/* Cart Page */
@media screen and (min-width: 1025px) {
  .custom-cart-grid {
    display: flex;
    column-gap: 30px;
  }

  .custom-cart-checkout {
    max-width: 500px;
    width: 100%;
  }
}

/* Product Section */
.review-wishlist {
  display: flex;
  align-items: center;
}

.wishlist-container {
/*   margin-top: 20px; */
}

.desc-border {
  border-top: 1px solid #EBECEE;
  padding: 22px 0 30px 0;
}

.sub-product-price {
  font-size: 1.40625rem;
  position: relative;
  right: 5px;
}

@media screen and (max-width: 767px) {
  .sub-product-price {
    font-size: 1.2rem;
  }
}

.product-points {
  font-weight: 400;
  font-size: 1.2rem;
}

/* Product Form */
.product-form--atc-container {
  display: flex;
  align-items: center;
}

.form-fields--qty {
  margin-right: 21px;
  min-width: 148px;
  position: relative;
}

.btn-spinner {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  color: #000;
}

.spinner_area {
  position: relative;
  top: -2px;
  left: 5px;
}

.spinner_area .form-field-input {
  padding-left: 20px;
  max-width: 150px;
  width: 100%;
  text-align: center;
}

.spinner_area input {
  padding: 15px;
  border-radius: 4px;
  font-size: 18px;
  width: auto;
  vertical-align: middle;
  margin-top: 0px;
}

.spinner_area input[type="number"]::-webkit-outer-spin-button,
.spinner_area input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.spinner_area input[type="number"] {
  -moz-appearance: textfield;
}

.spinner_area input[type="button"] {
  cursor: pointer;
}

.spinner_area .btn-spinner {
  background: transparent;
  border: none;
  font-weight: 700;
}

.spinner_area .plus {
  position: absolute;
  right: 0;
  bottom: 0;
}

.spinner_area .minus {
  position: absolute;
  left: 0;
  bottom: 0;
}

.atc-button--text svg {
  position: relative;
  margin: 0 5px;
}

.atc-button--text {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

@media screen and (min-width: 990px) {
  .atc-button--text {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .modal--quickshop-full .smart-payment-enabled .product-form--atc-button {
    padding: 10px 0;
    position: relative;
    top: -26px;
  }

  .smart-payment-enabled .product-form--atc-button {
    padding: .7rem 1.75rem;
  }

  .modal--quickshop-full .form-options {
    margin-top: 0 !important;
  }

  .atc-button--text {
    font-size: 15px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .atc-button--text svg {
    width: 20px;
  }

  .form-fields--qty--modal .spinner_area {
    position: relative;
    top: 1px;
  }

  .form-fields--qty--modal .spinner_area .btn-spinner {
    font-size: 12px;
    font-weight: 600;
  }

  .form-fields--qty--modal .spinner_area .quantity {
    font-size: 12px;
  }

  .swym-button-bar {
    display: none;
    margin: 0 !important;
  }
}

.wishlist-container {
  align-items: center;
  text-align: right;
}

.wishlist-container-modal {
  display: none;
}

.location-container a{
  color: #A24B5A;
}

/* Product Info Section */
.product-info-section {
  background: #F6F6F6;
  padding: 51px 0;
}

.product-info-container {
  max-width: 1440px;
  width: 95vw;
  margin: 0 auto;
  color: #000000;
}

.product-info-container p,
.featured-quote,
.more-info1 {
  font-size: 16px;
  line-height: 22px;
}

.product-info-container hr {
  border: 1px solid #AEB7B6;
}

.more-info0 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.featured-quote {
  width: 33.3333%;
}

.featured-quote-center {
  margin: 0 10%;
}

.featured-quote svg {
  width: 30px;
}

.featured-quote h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.featured-quote p {
  font-weight: 18px;
  line-height: 25.2px;
}

.nutrients {
  display: flex;
  flex-wrap: wrap;
}

.nutrients p {
  margin-right: 20px;
}

.toggle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.toggle-header h2,
.ingredients-header h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
}

.arrow {
  transform: rotate(0deg);
  transition: all 0.2s;
}

.add {
  transform: rotate(180deg);
  transition: all 0.2s;
}

.diet-info p {
  font-weight: 500;
  font-size: 20.7754px;
  line-height: 25px;
}

.toggle-header-mobile {
  display: none !important;
}

.toggle-header-web {
  display: block;
}



@media screen and (max-width: 1024px) {
  .toggle-header-mobile {
    display: flex;
  }

  .toggle-header-web {
    display: none;
  }

  .featured-quote h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .toggle-header-web {
    display: none;
  }

  .toggle-header h2 {
    font-size: 20px;
  }

  .featured-quote h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .featured-quote svg {
    width: 20px;
    margin-right: 10px;
    position: relative;
    top: 5px;
  }

  .more-info0 {
    flex-direction: column;
    align-items: center;
  }

  .featured-quote {
    width: 95%;
  }

  .featured-quote-center {
    margin: 0;
  }

  .diet-info p {
    font-size: 16px;
    line-height: 19px;
  }
}

/* Featured in these Recipes Section */
.featured-recipe-section {
  background-color: #88A53D;
}

.invisible {
  display: none;
}

.featured-recipe-section-visible {
  display: block !important;
}

.featured-recipe-section-empty {
  display: none;
}

.featured-recipe-section h3,
.featured-recipe-section h4,
.featured-recipe-section a,
.featured-recipe-section p {
  color: #fff;
}

.featured-recipe-container {
  max-width: 1440px;
  margin: 0 auto;
  width: 95vw;
  padding: 54px 0 71px 0;
}

.featured-recipe-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.featured-recipe-header h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}

.featured-recipe-header a {
  font-size: 24px;
  line-height: 29px;
}

.featured-recipe {
  max-width: 250px;
}

.featured-recipes {
  display: none;
}

@media screen and (max-width: 1024px){
  .featured-recipes {
    display: flex;
    column-gap: 30px;
    overflow: scroll
  }

  .multiple-items {
    display: none;
  }
}

.featured-recipes a {
  margin-right: 30px;
}

a.slick-slide {
  text-decoration: none;
}

.featured-recipe h4 {
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 700;
  width: 100%;
}

.featured-recipe .featured-recipe-title {
  border-bottom: 1px solid #fff;
}

.featured-recipe p {
  font-weight: 500;
  line-height: 22px;
}

.featured-recipes em{
  display: none;
}

.featured-recipes .hidden-xs {
  display: none;
}

@media screen and (max-width: 767px) {
  .featured-recipe-header h3 {
    font-size: 20px;
    line-height: 24px;
  }
  /* Included in these recipes 
  .featured-recipe-header a ,
  .featured-recipe .desc{
    display: none;
  }*/
.featured-recipe-header a {
    display: none;
  }
  .featured-recipe {
    text-align: left;
  }
}

/* What's Included Section  */
.what-included-section {
  background-color: #1F5088;
}

.featured-recipe-section h3,
.featured-recipe-section h4,
.featured-recipe-section a,
.featured-recipe-section p {
  color: #fff;
}

.featured-recipe-container {
  max-width: 1440px;
  margin: 0 auto;
  width: 95vw;
  padding: 54px 0 71px 0;
}

.included-spices-header {
  text-align: center;
}

.included-spices-header h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}

.included-spices-header a {
  font-size: 24px;
  line-height: 29px;
}

.featured-recipe {
  max-width: 250px;
}

.included-spices {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.included-spices a {
  margin-right: 30px;
  text-decoration: none;
}

.featured-recipe h4 {
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 700;
  width: 100%;
}



@media screen and (max-width: 767px) {
  .included-spices-header h3 {
    font-size: 20px;
    line-height: 24px;
  }
  /* Included in these recipes 
  .included-spices-header a,
  .featured-recipe .desc{
    display: none;
  }*/
  .included-spices-header a{
    display: none;
  }
  .featured-recipe {
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .included-spices {
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }

  .included-spices a {
    padding-right: 20px;
  }
}

/* Login Page */
.AAI-customeractivate-wrapper {
  background-color: #f6f6f6;
  text-align: center;
  padding: 30px 0;
}

/* Account Page */
.account-page a{
  color: #a24b5a
}

.logout-container {
  text-align: right;
}

.logout-container a {
  margin-right: 10vw;
}

.loyalty-rewards table {
  width: 100%;
  border-top: 1px solid #aeb7b6;
  padding: 10px 0;
}

.loyalty-rewards table td {
  padding: 5px 0;
}

.table-left {
  width: 320px;
}


/* Recipe Page */
.product-main {
  color: #000
}

.product-gallery--expand {
  display: none;
}

.test-kitchen {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.test-kitchen p {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin: 0 14px;
}

.share-btn-mobile,
.recipe-info-mobile {
  display: none;
}

.recipe-by p {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
}

.recipe-by-mobile {
  display: none;
}

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

.share-container .share-buttons {
  width: 100%;
}

.share-container .share-buttons,
.share-container .share-buttons .share-buttons--list {
  margin-top: 0;
}

@media screen and (min-width: 1040px) {
  .share-container .share-buttons .share-buttons--list a {
    width: 40px;
    height: 40px;
  }
}

.desc-border p {
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
}

.toggle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle-header:hover {
  cursor: pointer;
}

.toggle-header h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}

.arrow {
  transform: rotate(0deg);
  transition: all 0.2s;
}

.add {
  transform: rotate(180deg);
  transition: all 0.2s;
}

.button-secondary-custom {
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  padding: 18px 5%;
  margin: 20px 0;
  max-width: 350px;
  width: 100%;
}

.button-secondary-custom svg {
  margin-right: 5%;
}

.button-secondary-custom path {
  fill: #fff;
}

.button-secondary-custom .atc-button--text {
  position: relative;
  top: -3px;
}

.multiple-items {
  overflow: hidden;
}

.multiple-items .slick-track {
  display: flex;
}

.slick-track-position {
  transform: initial !important;
}

.multiple-items .slick-track .featured-recipe {
  margin: 0 20px;
}

.slick-arrow,
.noprint .row{
  display: none !important;
}

.multiple-items .featured-recipe {
  min-width: 280px;
}

.multiple-items .slick-track a {
  width: 320px !important;
}

.multiple-items-irr {
  display: flex;
  overflow-x: scroll !important;
}

.multiple-items-irr div {
  margin: 20px 0;
  margin-right: 40px;
}

::-webkit-scrollbar-track {
  background: #7c3a45;
}

@media screen and (max-width: 961px) {
  .share-container {
    display: block;
  }

  .share-btn-mobile {
    display: none;
    margin: 0 0 20px 0;
  }

  .share-btn-mobile .share-buttons,
  .share-btn-mobile .share-buttons .share-buttons--list {
    margin-top: 0;
  }

  /* .swym-wishlist-button-bar {
    display: none;
  } */

  .test-kitchen {
    margin-top: 30px
  }

  .test-kitchen svg {
    width: 50px;
  }

  .test-kitchen p {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin-left: 10px;
  }

  .recipe-by {
    display: none;
  }

  .recipe-by-mobile {
    display: block
  }

  .recipe-by-mobile p {
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
  }

  .recipe-info-mobile {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #AEB7B6;
    border-bottom: 1px solid #AEB7B6;
    margin-bottom: 20px;
  }

  .recipe-info-mobile h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
  }

  .recipe-info-mobile p {
    font-size: 14px;
    line-height: 140%;
  }

  .recipe-info-block {
    display: flex;
  }

  .recipe-info-block div {
    width: 50%;
  }

  .recipe-info-block h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }

  .recipe-info-block p {
    font-size: 16px;
    line-height: 22px;
  }

  .desc-border p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }

  .toggle-header h3 {
    font-size: 20px;
    line-height: 28px;
  }
}


/* Related Recipe Section */
.related-recipe-section {
  background-color: #A24B5A;
}

.related-recipe-section h3,
.related-recipe-section h4,
.related-recipe-section a,
.related-recipe-section p {
  color: #fff;
}

.featured-recipe-container {
  max-width: 1340px;
  width: 95vw;
  margin: 0 auto;
  padding: 54px 0 71px 0;
}

.featured-recipe-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.featured-recipe-header h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}

.featured-recipe-header a {
  font-size: 24px;
  line-height: 29px;
}

.featured-recipe {
  max-width: 280px;
}

.featured-recipe img {
  width: 280px;
  height: 210px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {

  .featured-recipe-header h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .featured-recipe-header a {
    display: none;
  }

  .featured-recipes a {
    margin-right: 15px;
  }

  .featured-recipe {
    text-align: left;
  }

  .featured-recipe h4 {
    font-size: 14px;
  }

    /* Included in these recipes  
  .featured-recipe p {
    display: none;
  } */
}

/************ Wishlist /]************/

.swym-ui-component .swym-product-price .swym-product-final-price {
  display: none !important;
}
.swym-wishlist-grid .swym-add-to-cart-btn,
.swym-wishlist-detail-content .swym-wishlist-add-to-cart-btn {
  display: none !important;
}

/*********** Blog Post ***********/

.article--outer-custom {
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 0;
}


.article--container-custom {
  display: flex;
}

.article-image-custom {
  max-width: 830px;
  max-height: 349px;
}

.article--sidebar-custom {
  width: 25%;
  max-width: 350px;
  margin: 0 auto;
}

.article--inner-custom {
  max-width: 830px;
  width: 75%;
  margin: 0 auto;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .article--outer-custom {
    max-width: 95vw;
  }
  .article--sidebar-custom {
    width: 20%;
  }

  .article--inner-custom {
    width: 70%;
  }
}

.article--outer-custom h2,
.article--title-custom,
.article--content .row .col-lg-12 h2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
}

.article--inner-custom .share-buttons {
  margin-top: 0;
  margin: 35px 0;
}

.article--inner-custom p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 37px 0;
}

/* Blog post images */
.article--content figure {
  margin: 50px 0;
  text-align: center;
  width: 100%;
  max-width: 830px;
  max-height: 357px;
  overflow: hidden;
}

.article--content img {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
  width: 100%;
  object-fit: cover;
}

.article--content h3 a {
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.article--inner-custom .article--share-buttons {
  display: none;
}

.article--outer-custom .custom-container-wrapper {
  padding: 50px 0;
}

.related-articles-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .article--outer-custom {
    padding: 30px 0;
  }

  .article--container-custom {
    flex-direction: column;
  }

  .article--outer-custom h2,
  .article--title-custom,
  .article--content .row .col-lg-12 h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .article--inner-custom p {
    font-size: 16px;
    line-height: 140%;
  }

  .article--content h3 a {
    font-size: 18px;
    line-height: 22px;
  }

  .article--content figure {
    margin: 30px 0;
  }

  .article--inner-custom p {
    margin: 20px 0;
  }

  .article--outer-custom .custom-container-wrapper {
    padding: 35px 0;
  }

  .article--outer-custom .custom-container-wrapper {
    max-width: 80vw;
  }

  .article--sidebar-custom {
    width: 100%;
  }
}

/* Article SideBar */
.sidebar-item-wrapper {
  margin: 0;
  padding: 14px 27px;
  background: #f6f6f6;
  height: 100%;
  cursor: pointer;
  transition: .3s;
}

.sidebar-item-wrapper:hover {
  background: #A24B5A;
}

.sidebar-item:hover {
  color: #fff;
}

.sidebar-items {
  width: 100%;
}

.sidebar-item {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  padding: 0 27px;
}

.sidebar-items .arrow {
  display: none;
}

@media screen and (max-width: 768px) {
  .sidebar-item {
    line-height: 0;
    padding: 0;
  }
  .sidebar-items {
    border: 1px solid #000;
    z-index: 999;
    background: #fff;
  }
  .sidebar-item-wrapper {
    margin: 0;
    background: #fff;
    padding-top: 20px;
  }

  .sidebar-item-wrapper-introduction {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
  }

  .sidebar-items .arrow {
    display: block;
    padding-right: 27px;
    width: 4px;
    height: 20px;
    position: relative;
    bottom: 3px;
    right: 10px;
  }

  .sidebar-item-wrapper-body {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .collection-features-items {
    overflow-x: scroll;
    grid-template-columns: repeat(3,300px);
    justify-content: flex-start;
    padding-bottom: 80px;
  }
}

.article--outer-custom .featured-spices {
  grid-template-columns: repeat(4, 1fr);
  overflow: scroll;
  gap: 0;
}

.article--outer-custom .collection-features-item {
  min-width: 300px;
}

.article--outer-custom .featured-spices a {
  color: #000;
  text-decoration: none;
}

/* Landing Page */
.landing-hero-img-wrapper {
  max-width: 700px;
}

.landing-hero-img-wrapper img {
  width: 100%;
}

.custom-underline {
  border-bottom: 1px solid #000;
}

.featured-product-img-wrapper {
  max-width: 500px;
}

.featured-product-img-wrapper img {
  width: 100%;
}

#shopify-section-static-landing-collection {
  background-color: #F6F6F6;
}

.landing-collection-outer li {
  margin-bottom: 30px;
}

@media screen and (min-width: 860px) {
  .landing-collection-outer {
    grid-template-columns: 0 !important;
  }
}

.productgrid--item {
  margin-top: 0 !important;
}

@media screen and (min-width: 1024px) {

  .layout--has-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-4 .productgrid--item:nth-child(3n+1),
  .layout--has-sidebar:not(.productgrid-listview) .productgrid--items.products-per-row-4 .productgrid--item {
    margin-left: 0 !important;
  }
}

/* Toggle Switch */

.toggle-switch {
  margin: 0 20px;
  margin-top: -15px;
}

.toggle-switch input[type="checkbox"] {
  width: 0;
  height: 0;
  visibility: hidden;
}

.toggle-switch label {
  width: 64px;
  height: 35px;
  display: block;
  background-color: #939F9E;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  /* box-shadow: 0 0 20px #477a8550; */
}

.toggle-switch label::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  border-radius: 70px;
  top: 2px;
  left: 3px;
  transition: 0.3s;
}

.toggle-switch input:checked+label:after {
  left: calc(100% - 3px);
  transform: translateX(-100%);
}

.toggle-switch input:checked+label {
  background-color: #8CA955;
}

.toggle-switch label:active:after {
  width: 32px;
}

#shopify-section-static-people-also-loved-landing .flickity-button {
  display: none;
}

@media screen and (max-width: 768px) {
  .collection-custom-hero-content.mobile--full {
    justify-content: center;
    flex-direction: column;
  }

  .collection-custom-hero-content.mobile--full .collection-custom-hero-info,
  .collection-custom-hero-content.mobile--full .collection-custom-hero-img {
    width: 100%;
  }

  .featured-category-recipe-card {
    width: 100%;
  }
}

@media screen and (min-width: 860px) {
  .landing-collection-outer {
    grid-template-columns: 0 !important;
  }

  .landing-collection-outer li {
    margin-bottom: 30px;
  }
}

.product_class{
  z-index:99;
  width: auto;
  position: fixed;
  bottom: 10px;
  right: 65px;
  background-color: white
}

.new_cart{background-color: #fafafa;
    border: 3px solid #a24b5a;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 5px;}

.mdc-ripple-upgraded{
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.test-kitchen{
  width: 100% !important;
}
.kitch-div{
  width: 75%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.swym-wishlist-button-bar{
  
  width: 25%;
}
.swym-wishlist-button-bar div{
  display: flex !important;
  align-items: center;
    justify-content: center;
}

.main_cls{ width: 100% !important; display: flex !important;
  align-items: flex-start;
    justify-content: space-between;}
.main_cls .swym-wishlist-button-bar{width:auto !important;}

.productgrid--item {
  margin-top: 0 !important;
}



/* custom scrollbar  */
  .featured-recipe-custom-title{
    width: 280px;
    height: 45px !important;
  }
.featured-recipe-custom-description{
    display: -webkit-box;
  width: 280px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#fff;
  
  }
@media screen and (max-width: 860px) {
  .featured-recipe-custom-description{
    display: -webkit-box;
  width: 280px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#fff;
  
  }
}

.BT_class{
  display:unset!important;
}
.multiple-items .slick-list.draggable{
  overflow:hidden;
}
.rev_clss{
  display:flex;
  align-items: center;
  justify-content: space-between;
  
}
.swym-btn-container .swym-fave-count{
  box-shadow:none!important;
  
}
.displ_silder{
  display:none !important;
}

.badge--sale:nth-of-type(2) {
    bottom: 24px;
}

/* klaviyo form style */

.custom-newsletter-wrapper-grid .klaviyo-form input[type="email"] {
    border-radius: 7px 0 0 7px!important;
}
.custom-newsletter-wrapper-grid .klaviyo-form input[type="email"]::placeholder {
  font-size: 1.125rem;
  font-style: italic;
}
.custom-newsletter-wrapper-grid .klaviyo-form {
    max-width: 520px;
    margin: 27px 0;
}
.custom-newsletter-wrapper-grid .klaviyo-form button[type="button"]:hover,
.custom-newsletter-wrapper-grid .klaviyo-form button[type="button"]:focus {
  outline: none;
  border: none!important;
  box-shadow: none!important;
}
.custom-newsletter-wrapper-grid .klaviyo-form div[data-testid="form-component"]:nth-child(1) div > div {
  border-radius: 7px 0 0 7px!important;
}
.custom-newsletter-wrapper-grid .klaviyo-form div[data-testid="form-component"]:nth-child(2) button[type="button"] {
    padding: 0 1.75rem!important;
    border-radius: 0 7px 7px 0!important;
}

.custom-newsletter-wrapper-grid .klaviyo-form p, .custom-newsletter-wrapper-grid .klaviyo-form p span {
    color: #fff!important;
    font-size: 14px;
    line-height: 1.6;
}

.custom-newsletter-wrapper-grid .klaviyo-form p a, .custom-newsletter-wrapper-grid .klaviyo-form p span a {
    text-decoration: underline;
    color: #fff!important;
}
.card-price-hyphen{
  margin: 0 5px;
}
.atc-button--text.custom-card-button-text svg{
  margin-bottom: 5px!important;
  margin-right: 8px!important;
}

/* option style */
@media (max-width: 1100px) {
 .option-value {
    max-width: 120px;
  } 
  .option-value-input+.option-value-name {
    padding: 8px;
    border-radius: 6px;
    font-size: 14px!important;
  }
}
@media (max-width: 380px) {
  .option-value {
    max-width: 110px;
  } 
  .option-value-input+.option-value-name {
    padding: 6px;
    font-size: 12px!important;
  }
}
.product-wrapper-custom .productgrid--items li {
    height: auto;
    margin-bottom: 20px;
}

.product-details {
    position: relative;
}

.swym-wishlist-button-bar {
    position: absolute;
    top: -5px;
    right: 0;
}

@media (min-width: 768px) {
  .swym-wishlist-button-bar {
      right: -32px;
  }
}

.product-details .product-title {
  width: calc(100% - 135px);
}
.product-details .product-title.product-title__recipe {
  width: 100%;
}

@media (min-width: 768px) {
  .location-container {
      padding-top: 20px;
  }

@media (min-width: 768px) {
  .option-value-input+.option-value-name {
    font-weight: 600;
}