/** Shopify CDN: Minification failed

Line 439:13 Expected ":"

**/
.header-wrapper {
  background-color: transparent;
  border-bottom: none;
}

#MainContent {
  margin-top: -90px;
}

.slideshow__text.banner__box {
  background-color: transparent;
  max-width: 80rem !important;
  padding-top: 110px !important;
  text-align: center;
}

.slideshow__text-wrapper.banner__content {
  justify-content: flex-start !important;
}

.slideshow__text.banner__box {
  text-align: left;
  padding: 0;
  display: block !important;
}

.slideshow__text .banner__heading {
  font-size: 4vw;
  line-height: 4vw;
  letter-spacing: 7px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner__text {
  max-width: 530px !important;
  color: #fff;
  margin:0 auto;
  margin-bottom: 60px;
}

.header.header--middle-left.page-width.header--has-menu {
  display: flex;
  justify-content: space-between;
}

.header__heading {
  position: absolute;
  left: calc(50% - 109px);
  top: 25px;
}

.banner__buttons {
  position: relative;
  z-index: 3;
}

.banner__buttons .button {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  padding: 0;
  width: auto;
  min-width: auto;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner__buttons .button img {
  padding-left: 18px;
}

.banner__buttons .button:hover {
  box-shadow: none !important;
}

.header__menu-item.header__menu-item.list-menu__item.link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  transition: all ease 300ms;
}

/* .header__menu-item.header__menu-item.list-menu__item.link:hover {
  color: #2B273E;
}  */

.header__menu-item:hover span {
   text-decoration: unset;
   text-underline-offset: 0;
}

.slideshow__controls.slider-buttons {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
/*   z-index: 2; */
  height: 100%;
  border: 0;
  overflow: hidden;
}

.slider-counter.slider-counter--dots {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 40px;
  margin: 0;
  z-index: 2;
}

.slider-counter__link--active.slider-counter__link--dots .dot {
  background-color: #fff !important;
  border: #fff;
}

.slider-counter__link--dots .dot {
  border-color: #fff !important;
}

.slideshow__controls .slider-button--prev {
  opacity: 0;
  pointer-events: none;
} 

.slider-button {
  width: 130px !important;
  height: 130px !important;
  background: #00000024 !important;
  border-radius: 50% !important;
}

.slider-button svg {
  width: 17px;
  height: unset !important;
  margin-left: -45px;
}

.slider-button.slider-button--next {
  position: absolute;
  right: -65px;
  z-index: 2;
}

.slider-button--next .icon {
  transform: none !important;
}

.header__search {
  margin-left: 10px;
}

.icon.icon-cart-empty {
  width: 15px;
}

.header__menu-item {
  padding: 1.2rem 2.2rem;
}

/* .header__inline-menu li:first-child .header__menu-item {
 padding-left: 0;
} */

.shopify-section-header-hidden {
 transform: translateY(-140%);
}

.slideshow__mobile-image {
  display: none !important;
  width: 100%;
}

@media only screen and (max-width: 750px) {
/*   .header {
    display: none !important;
  } */
  
  .slideshow__desktop-image {
    display: none !important;
  }
  .slideshow__mobile-image {
    display: block !important;
    object-fit: cover !important;
    object-position: bottom !important;
  }
  
  .slider-button.slider-button--next {
    right: -45px;
    top: 330px;
    width: 90px !important;
    height: 90px !important;
  }
  
  .slider-button svg {
    width: 14px;
    height: unset!important;
    margin-left: -35px;
  }
  
  .header-drawer {
    margin-left: 0 !important;
  }
  
  .header__icon .icon {
    height: 4rem;
    width: 4rem;
  }
  
  .header.header--middle-left.page-width.header--has-menu {
    justify-content: center;
    padding-top: 30px;
  }
  
  .header__heading {
    top: 23px;
    left: calc(50% - 89px);
  }
  
  .header__heading img {
    width: 160px;
  }
  
  .header__icon.header__icon--menu {
    position: absolute;
    top: 20px;
    right: 30px;
  }
  
  .header__icons {
    display: none !important;
  }
  
  .slider-counter.slider-counter--dots {
    justify-content: flex-start;
    padding-left: 30px;
  }

/*   .slideshow__text-wrapper {
    background: #2B273E;
  } */
  
  .slider-counter__link {
    padding: 1.2rem !important;
  }
  
  .banner__buttons {
    margin-top: 0 !important;
  }
  
  .banner--mobile-bottom .slideshow__text .button {
    font-size: 16px;
  }
  
  .slideshow__text .banner__heading {
    font-size: 28px;
    line-height: 34px;
  }
  
  .banner--mobile-bottom .slideshow__text.banner__box {
    padding-bottom: 90px !important;
  }
  
  .slideshow__media.banner__media {
    height: 500px !important;
    top: 90px;
  }
  
  .banner--mobile-bottom .slideshow__text.banner__box {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  
  .header  {
    position: absolute;
    width: 100%;
  }
  
  .slideshow__text.banner__box {
    padding-top: 35px !important;
  }

  .banner__text {
    display: none;
  }
/*   .slideshow.banner {
    height: 100vh;
  } */
}

.featured-collection-slider__text {
  text-align: center;
}

.featured-collection-slider__preheading {
  font-size: 16px;
  text-transform: uppercase;
  color: #2B273E;
  letter-spacing: 1px;
}

.featured-collection-slider__heading {
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2B273E;
  margin-top: 10px;
  margin-bottom: 60px;
}

.card--outline:not(.card--soft) {
  border: 0 !important;
}

.featured-collection-slider .card-information__text {
  text-align: center;
  font-family: 'Montserrat';
  font-size: 16px;
  text-transform: uppercase;
  color: #2B273E;
  letter-spacing: 1px;
  max-width: 230px;
  margin: auto;
}

.featured-collection-slider .card-wrapper:hover .card-information__text {
  text-decoration: none !important;
}

.featured-collection-slider .price div {
  width: 100%;
  text-align: center;
  padding-top: 5px;
}

.featured-collection-slider {
  overflow: hidden;
}

.featured-collection-slider__slider-arrow {
  position: absolute;
  z-index: 2;
  right: -44px;
  top: calc(50% - 90px);
  cursor: pointer;
}

.featured-collection-slider__slider-arrow img {
  transform: scale(1.3);
}
    

@media only screen and (max-width: 600px) {
  .featured-collection-slider .media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    transform: scale(1.2);
  }
  
  .featured-collection-slider__heading {
    font-size: 30px;
    line-height: 34px;
    margin-top: 20px;
  }
  
  .featured-collection-slider__preheading {
    font-size: 14px;
  }
  
  .featured-collection-slider .card-information__text {
    padding-top: 20px;
  }
  
  .featured-collection-slider__slider-arrow img {
    transform: scale(1);
  }
  
  .featured-collection-slider__slider-arrow {
     top: calc(50% - 100px);
  }
}

.image-with-text {
  margin: 0 !important;
}

.image-with-text .grid--3-col-tablet .grid__item {
  width: calc(40.33% - 1rem * 2 / 5);
}

.image-with-text__content {
  align-items: center !important;
  justify-content: center !important;
}

.image-with-text__preheading {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.image-with-text__heading {
  font-size: 34px;
  line-height: 39px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px !important;
}

.image-with-text__text.rte.body p {
   font-size: 18px;
   color: #fff;
}

.image-with-text__text.rte.body {
  margin-bottom: 30px;
}

.button.button--primary {
  background: transparent;
  color: #fff;
  border: none;
  font-style: italic;
  font-family: 'Baskerville';
  outline: 0;
  box-shadow: none;
  font-size: 26px;
  display: flex;
  align-items center;
}

.button.button--primary:hover {
  box-shadow: none;
  border: 0;
}

.button.button--primary img {
  padding-left: 15px;
  margin-bottom: -3px;
}

.shop .page-heading {
  max-width: 850px;
  padding-top: 0;
}

.button.button--primary.button-dark {
  color: #2B273E;
  box-shadow: none !important;
  background: transparent;
}

@media only screen and (max-width: 1000px) {
  .image-with-text .grid--3-col-tablet .grid__item {
    width: 100% !important;
  }
  
  .image-with-text__preheading {
    font-size: 14px;
  }
  
  .image-with-text__heading {
    font-size: 30px;
    line-height: 34px;
  }
  
  .image-with-text__text.rte.body p {
    font-size: 16px;
  }
  
  .button.button--primary {
    font-size: 20px;
    padding: 0;
  }
}

.quote-block {
   max-width: 770px;
   margin: auto;
   text-align: center;
   margin-top: 100px;
   margin-bottom: 100px;
   padding: 0 30px;
   position: relative;
}

.quote-block__quote {
  width: 100%;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 1px;
  font-family: 'Baskerville No 2';
  text-transform: uppercase;
  margin-bottom: 30px;
}

.quote-block img {
  margin: auto;
  margin-bottom: 30px;
}

.quote-block__name {
  font-size: 18px;
}

.pages-slider__anchor {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #2B273E;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 24px;
}

.pages-slider .pages-slider__image {
  position: relative;
  width: 100%;
  height: 480px;
}

.pages-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pages-slider .slick-slide {
  padding: 50px 0;
}

.pages-slider .slick-slide:nth-child(even) {
  margin-top: -40px;
}

.pages-slider__header {
  text-align: center;
  padding: 20px 0;
  max-width: 160px;
  margin: auto;
}

.pages-slider-wrap { overflow: hidden; position: relative; }

.pages-slider__slider-arrow {
  position: absolute;
  right: -40px;
  z-index: 2;
  transform: scale(1.3);
  top: calc(50% - 120px);
  cursor: pointer;
}

.pages-slider-wrap__nut-img { display: none; }
.quote-block__nut-img { display: none; }

@media only screen and (max-width: 1000px) {
  .pages-slider .pages-slider__image {
     height: 340px;
  }
  
  .pages-slider-wrap {
    padding-top: 40px;
  }
  
  .quote-block__nut-img {
    display: block;
    position: absolute;
    display: block;
    width: 150px;
    z-index: 2;
    right: -10px;
    top: -115px;
  }
  
  .pages-slider-wrap__nut-img {
    display: block;
    position: absolute;
    display: block;
    width: 190px;
    z-index: 2;
    left: 10px;
    top: -25px;
  }
  
  .pages-slider__slider-arrow { display: none !important; }
  
  .quote-block__quote {
    font-size: 24px;
    line-height: 34px;
  }
  
  .quote-block {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  
  .quote-block__name { font-size: 16px; }
  
  .pages-slider__header {
    background: #2B273E;
    color: #fff;
    max-width: 100%;
    font-size: 14px;
    padding: 15px 0;
  }
}

.pages-slider .slick-dots {
  bottom: 0;
}

.slick-dots li button:before {
    font-size: 9px;
    color: transparent;
    border: 1px solid #2B273E;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: transparent;
  opacity: 1;
  background: #2B273E;
}

.social-links {
  background-color: #2B273E;
  color: #fff;
  padding: 70px 0;
}

.social-links__text {
  text-align: center;
}

.social-links__preheading {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 10px;
}

.social-links__heading {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-size: 34px;
  line-height: 39px;
  font-family: 'Baskerville No 2';
  margin-bottom: 60px;
}

.social-links__items .list-social__item {
  width: 25%;
}

.social-links__items .list-social__item img {
  width: 100%;
  padding: 0 40px;
  max-width: 300px;
  margin: auto;
}

.social-links__items {
  display: flex;
}

.social-links__items .list-social__link {
  flex-wrap: wrap;
  text-decoration: none;
}

.social-links__label {
  width: 100%;
  color: #fff;
  font-size: 30px;
  font-family: 'Baskerville No 2';
  font-style: italic;
  text-align: center;
  padding-top: 20px;
}

.social-links__nut-img { display: none; }


@media only screen and (max-width: 600px) {
  .social-links__items .list-social__item img {
     padding: 10px;
     max-height: 80px;
  }
  
  .social-links__nut-img {
    display: block;
    position: absolute;
    width: 120px;
    right: 10px;
    top: -70px;
  }
  
  .social-links {
    padding: 50px 10px;
    margin-top: 60px;
    position: relative;
  }
  
  .social-links__preheading {
    font-size: 14px;
  }
  
  .social-links__heading {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  
  .social-links__items .list-social__link {
    padding: 0;
  }
  
  .social-links__label {
    font-size: 14px;
    padding-top: 0;
  }
}

.generic-page #MainContent {
  margin-top: -140px;
}

.shop.generic-page #MainContent {
  background-color: #F3EFE5;
  padding-top: 45px;
  margin-top: 0;
}

.generic-page .header-wrapper {
  height: 140px;
/*   background-color: #fff; */
}

.generic-page .header__menu-item.header__menu-item.list-menu__item.link {
  color: #2B273E;
}

.page-four-oh-four .header__menu-item.header__menu-item.list-menu__item.link {
  color: #fff;
}

/* .generic-page.collection  .header__menu-item.header__menu-item.list-menu__item.link {
  color: #fff;
} */

.generic-page .shopify-section:nth-child(2) {
  margin-top: 0;
}

.page-heading {
  max-width: 850px;
  margin: auto;
  text-align: center;
  padding-top: 250px;
  padding-bottom: 100px;
}

.page-heading p {
  font-size: 18px;
  color: #2B273E;
}

.page-heading__title {
  font-size: 58px;
  line-height: 66px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  color: #2B273E;
}

.generic-page .icon.icon-hamburger line {
  stroke: #0D294E;
}

.all-products.generic-page .icon.icon-hamburger line {
  stroke: #fff;
}

@media only screen and (max-width: 600px) {
  .generic-page #MainContent {
    margin-top: 0;
  }
  
  .page-heading__title {
    font-size: 38px;
    line-height: 46px;
  }
  
  .page-heading p {
    font-size: 16px;
  }
  
  .page-heading {
    margin-bottom: 50px;
    padding: 0 20px;
  }
  
  .generic-page .header-wrapper {
    background-color: transparent;
  }
}

.collection.generic-page #MainContent {
  margin-top: 0;
  margin-bottom: 80px;
}

.page-four-oh-four #MainContent {
  margin-top: -140px;
}


.collection.all-products #MainContent {
  margin-bottom: 0;
}

.collection.all-products .pagination {
  margin-top: 70px;
}

.collection.generic-page .header-wrapper {
  background-color: transparent;
}

.collection-head {
  position: relative;
  height: 430px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .collection-head {
    padding-top: 0;
  }
}

.all-products.collection .collection-head {
  display: flex;
  align-items: center;
}

.all-head {
  background-color: #2B273E;
  height: auto;
  padding-top: 210px;
  padding-bottom: 120px;
}

.collection-head__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.collection-head__content {
  position: relative;
  width: 100%;
}

.all-products #shopify-section-template--15683941794030__16444163796085d119,
.all-products #shopify-section-template--15683941794030__product-grid{
  margin-top: 0;
}

.all-products.collection .featured-collection-slider {
  background: #F3EFE5;
  padding: 100px 0;
}

.all-head .collection-head__text {
  max-width: 775px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.all-head h1 {
  font-size: 58px;
  line-height: 66px;
  color: #fff;
  text-transform: uppercase;
}

.all-head .rte p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
}

.all-head .rte h3 {
  color: #fff;
  font-size: 23px;
  font-family: 'Montserrat';
}

/* .collection-filter-bar {
  background-color: #221F31;
  padding-top: 20px;
} */

.footer {
  background-color: #221F31;
  color: #fff;
  padding: 60px 0 30px 0;
}

.footer__main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}

.footer__links {
  display: flex;
  justify-content: space-between;
}

.footer__links .link {
  color: #fff !important;
}

.footer__links__heading {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}

.footer__links {
  width: 75%;
  padding-right: 200px;
}

.footer__newsletter {
  width: 25%;
}

.footer-block__heading {
  color: #fff;
}

#NewsletterForm--footer {
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
}

.footer .klaviyo-form {
  padding: 0 !important;
  border-bottom: 1px solid #fff !important;
}

.footer .klaviyo-form input {
  border: 0 !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  font-family: inherit !important;
}

.footer .klaviyo-form .needsclick {
  padding: 0 !important;
  min-height: unset !important;
  background-color: transparent !important;
}

.footer .klaviyo-form div {
  color: #fff !important;
}

.footer .klaviyo-form .ql-snow.ql-container {
  margin-bottom: 20px !important;
}

.footer .klaviyo-form .ql-editor p strong,
.footer .klaviyo-form .ql-editor p span{
  font-size: 14px !important;
  width: 100% !important;
  display: block !important;
  text-align: left !important;
  color: #fff !important;
}

.footer .klaviyo-form input:hover {
  border-color: #fff !important;
}

.footer .klaviyo-form button {
  position: relative !important;
  color: #221F31 !important;
}

.footer .klaviyo-form button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('/cdn/shop/files/right-arrow_1.png?v=1653468849');
  background-size: 18px;
  background-position: right;
  background-repeat: no-repeat;
}

.footer .klaviyo-form input::placeholder { 
  color: #fff !important;
  opacity: 1 !important;
}

.footer .klaviyo-form input:-ms-input-placeholder {
  color: #fff !important;
}

.footer .klaviyo-form input::-ms-input-placeholder {
  color: #fff !important;
}

.field__label, .customer .field label {
/*   color: #fff; */
/*   left: 0; */
  font-size: 14px;
/*   display: none; */
}

.field__input::placeholder { 
  color: #fff;
  opacity: 1;
}

.field__input:-ms-input-placeholder {
  color: #fff;
}

.newsletter-form__button .icon {
  width: 2.5rem !important;
}

.field__input::-ms-input-placeholder {
  color: #fff;
}

.newsletter-form__button {
  width: 20px !important;
}

.field__input:focus, .field__input:not(:placeholder-shown), .field__input:-webkit-autofill, .customer .field input:focus, .customer .field input:not(:placeholder-shown), .customer .field input:-webkit-autofill {
  padding: 1.5rem;
}

.footer__bottom-section {
  display: flex;
  justify-content: space-between;
}

.footer__bottom-section a {
  color: #fff;
  text-decoration: none;
}

.footer__bottom-section {
  font-size: 11px;
}

.footer__bottom-section__spacing {
  padding-right: 40px;
}

.list-social__link {
  padding: 0 0.6rem !important;
}

.footer__list-social .list-social__item:last-child .list-social__link {
  padding-right: 0 !important;
}

.list-social__item {
  transition: all ease 300ms;
}

.list-social__item:hover {
  opacity: 0.6;
}

.footer__links__heading img {
  display: none;
  transition: all ease 300ms;
}

@media only screen and (max-width: 1150px) {
  .footer__main {
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
  
  .footer__links__heading.active img {
    transform: rotate(180deg);
  }
  
  .footer__links__heading img {
    display: block;
  }
  
  .footer__links {
    flex-wrap: wrap;
    padding-right: 0;
  }
  
  .footer__links__col {
    width: 100%;
  }
  
  .footer-block__details-content {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 30px;
  }
  
  .footer .page-width {
    padding: 0;
  }
  
  .footer__links,
  .footer__newsletter{
    width: 100%;
  }
  
  .footer {
    padding: 0;
    padding-bottom: 50px;
  }
  
  .footer__links__heading {
    border-bottom: 1px solid #ffffff45;
    padding: 20px 30px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .footer-block__details-content {
    display: none;
  }
  
  .newsletter-heading {
    border-bottom: 0;
  }
  
  .newsletter-form {
    padding: 0 30px;
  }
  
  .footer__bottom-section {
    flex-wrap: wrap;
    padding: 0 30px;
  }
  
  .footer__socials {
    order: -1;
    margin-bottom: 40px;
  }
  
  .footer__copyright {
    display: block;
    width: 100%;
    text-align: left !important;
    width: 50%;
    padding: 0;
    margin: 0;
    margin-top: 3.5rem !important;
  }
  
  .footer__bottom-section__links {
    display: flex;
    flex-wrap: wrap;
  }
  
  .footer__bottom-section a {
    display: block;
    width: 100%;
  }
  
  .footer__siteby {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: right;
    margin-top: 3.5rem;
  }
  
  .footer__siteby a {
    display: inline-block;
    width: auto;
  }
  
  .shop.generic-page #MainContent {
    margin-top: -20px;
    padding-top: 30px;
  }
}

#MainContent {
  overflow-x: hidden;
}

.shop .page-heading p {
  margin-bottom: 40px;
}

.page-heading__features {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.page-heading__features__item {
  display: flex;
  align-items: center;
  margin: 0 30px;
  font-size: 16px;
  flex-wrap: wrap;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2b273e;
}

.page-heading__features__item img {
  height: 50px;
  margin-bottom: 10px;
}

.page-heading__features__item div {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .page-heading__features {
    justify-content: flex-start;
    margin-top: 50px;
  }
  
  .page-heading__features__item {
    margin-bottom: 10px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 0;
    font-size: 13px;
  }
  
  .page-heading__features__item div {
    width: 100%;
  }
  
  .page-heading__features__item img {
    padding-right: 0;
    padding-bottom: 10px;
  }
}

.shop #shopify-section-template--15683724738798__16444122527809f4a7 {
  margin-top: 0;
}

.search-bar-block {
  background: #fff;
  display: flex;
  justify-content: center;
}

.main-header__search-text {
  border: 0;
  font-size: 18px;
  font-weight: 600;
  color: #2B273E;
  padding: 20px 0;
  font-family: inherit;
}

.main-header__search-text:focus,
.main-header__search-text:active {
  box-shadow: none;
  border: 0;
  outline: 0;
}

.main-header__search-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2B273E;
  opacity: 1; /* Firefox */
}

.main-header__search-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2B273E;
}

.main-header__search-text::-ms-input-placeholder { /* Microsoft Edge */
  color: #2B273E;
}

.search-bar-block .search {
  display: flex;
  align-items: center;
}

.search-bar-block .search img {
  padding-right: 30px;
}

#product-grid a {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 240px;
    line-height: 24px;
    margin: auto;
    font-family: 'Montserrat';
    text-decoration: none !important;
}


.card-wrapper:hover .card-information__text {
  text-decoration: none !important;
}

#product-grid a:hover {
  text-decoration: none !important;
}

#product-grid .price div {
  width: 100%;
  text-align: center;
  padding-top: 5px;
}

.all-products .product-grid-filter {
  display: none;
}

/* .all-products #ProductGridContainer {
 padding-top: 50px;
} */

.collection-filter-bar {
  background-color: #221F31;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.product-count__text {
  color: #fff !important;
  font-size: 18px !important;
}

.facet-filters__field {
  color: #fff !important;
  font-size: 18px !important;
}

.facet-filters__sort {
  color: #fff !important;
  font-size: 18px !important;
}

.facets__summary {
  color: #fff !important;
  font-size: 18px !important;
}

.facet-filters__label {
  font-weight: 600;
  font-size: 18px !important;
}

.facets__heading  {
  color: #fff !important;
  font-weight: 600;
  font-size: 18px !important;
}


@media only screen and (max-width: 600px) {
  .main-header__search-text {
    font-size: 16px;
  }
  
  .all-products.collection .featured-collection-slider {
    padding: 60px 0;
  }
  
  .mobile-facets__open line, .mobile-facets__open circle {
    stroke: #fff !important;
  }
  
  .collection-filter-bar {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
  
  .mobile-facets__open {
    color: #fff !important;
  }
  
  .product-count__text {
    font-size: 16px !important;
  }
  
  .all-head h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  
  .all-head .rte p {
    font-size: 16px;
  }
  
  .all-head .rte h3 {
    font-size: 18px;
  }
  
  .all-head {
    padding-bottom: 40px !important;
  }
}

.banner__buttons .button.button--primary {
  font-style: initial;
  font-family: 'Montserrat';
  font-size: 20px;
}

.header__icon {
  position: relative;
  z-index: 4;
}

.menu-drawer {
  top: 0 !important;
  width: 100% !important;
  background: #2B273E !important;
}

.no-js details[open]>.menu-drawer, .js details[open].menu-opening>.menu-drawer, details[open].menu-opening>.menu-drawer__submenu {
  background: #2B273E !important;
}

.icon-close {
  width: 30px !important;
}

.icon-close path {
  fill: #fff;
}

.menu-drawer summary.menu-drawer__menu-item {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 25px;
}

.menu-drawer {
  height: 100vh !important;
  overflow: scroll !important;
}

.menu-drawer .list-menu__item {
  color: #fff;
  border-bottom: 1px solid #ffffff2e;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.menu-drawer__navigation {
  padding-top: 120px !important;
}

.menu-drawer summary.menu-drawer__menu-item {
  border-bottom: 1px solid #ffffff2e;
}

.menu-drawer__menu.list-menu {
  border-top: 1px solid #ffffff2e;
}

.menu-drawer__submenu {
  padding-top: 120px !important;
}

.menu-drawer__close-button {
  color: #fff !important;
}

.menu-drawer__navigation-container {
  background-color: #2B273E;
}

.menu-drawer__utility-links {
  display: flex;
  align-items: center;
}

.menu-drawer__utility-links a {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin-right: 20px !important;
}

.menu-drawer__utility-links a svg,
.menu-drawer__utility-links a img {
  width: 20px !important;
}

.menu-drawer__utility-links .header__icon, 
.menu-drawer__utility-links .header__icon--cart .icon {
  width: 25px !important;
  height: 25px !important;
  z-index: 0 !important;
}

.menu-drawer__account .icon-account {
  margin-right: 0 !important;
}

.menu-drawer__utility-links {
 padding: 3rem 30px !important;
 margin-bottom: 50px;
}

.menu-drawer__utility-links .header__icon--cart .icon {
 width: 20px !important;
 height: 22px !important;
}

.menu-drawer {
  transition: all ease 300ms !important;
}

.collection .collection-grid-section {
  margin-top: 0 !important;
}

.collection .collection {
  padding-top: 50px;
}

.collection-head__title {
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 34px;
  line-height: 39px;
  color: #fff;
  margin-bottom: 40px;
}

.collection-head__text {
  max-width: 590px;
  text-align: center;
}

.collection-head__content p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  max-width: 90%;
  margin: auto;
  margin-bottom: 0;
}

.product-count__text {
  display: none !important;
}


.collection-head__content h3 {
  color: #fff;
  font-size: 23px;
  font-weight: bold;  
  font-family: 'Montserrat';
}

/* .collection.generic-page .icon.icon-hamburger line {
  stroke: #fff;
} */

@media only screen and (max-width: 600px) {
  .collection-head__bg {
    position: relative;
    object-position: -600px;
    height: 500px;
    width: 100%;
  }
  
  .collection.generic-page #MainContent {
    margin-top: -20px;
  }
  
  .collection-head {
    flex-wrap: wrap;
    height: auto;
  }
  
  .collection-head__content {
    background-color: #2B273E;
  }
  
  .dried-fruit .collection-head__content {
    background-color: #BE7400;
  }
  
  .collection-head__title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  
  .collection-head__content.default-collection {
    text-align: center;
    padding: 20px 0;
  }
  
  .collection-head__content p {
    font-size: 16px;    
    max-width: 100%;
    margin-bottom: 20px !important;
  }
  
  .collection-head__content h3 {
    font-size: 18px;
  }
  
  .collection-head__content p {
    margin-bottom: 40px;
  }
  
  .collection-head {
    padding-bottom: 0;
  }
  
  .collection .collection {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 600px) {
  .collection-head__content {
    background-color: transparent !important;
  }
}

.product-hero__images {
  max-width: 1000px;
  margin: auto;
  display: flex;
  margin-bottom: 80px;
}

.product-hero__image {
  width: 50%;
  position: relative;
}

.product-hero__image.--single-img {
  width: 50%;
  margin: auto;
}

.product-hero__images img {
  width: 100%;
  transform: scale(1.2);
  position: relative;
  z-index: 3;
}

.product-hero__image:after {
  content: '';
  position: absolute;
  left: 10%;
  bottom: -2px;
  width: 80%;
  height: 40px;
  background-image: url('/cdn/shop/files/product-shadow.svg?v=1644819448');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product #MainContent{
   margin-top: -140px;
}

.product .product-section {
   margin-top: 0;
}

.product .header-wrapper {
  background-color: transparent;
}

.product-hero {
  background-color: #F0ECDF;
  padding-top: 150px;
  overflow: hidden;
}

.product-hero__breadcrumbs {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0D294E;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 70px;
  cursor:pointer;
}

.product-hero____title {
  font-size: 52px;
  line-height: 58px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #2B273E;
  max-width: 580px;
  margin: auto;
  margin-bottom: 40px;
}

.product-hero__text {
  text-align: center;
}

.product-hero__wrap {
  position: relative;
  z-index: 2;
}

.product-hero__watermark {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.product-hero .page-width {
  position: relative;
  padding-bottom: 100px;
}

.product-hero form {
  width: 150px;
  position: absolute;
  left: calc(50% - 75px);
  bottom: -75px;
  z-index: 4;
}

.product-hero form .shopify-payment-button {
  background: #2B273E;
  border: 0;
  border-radius: 50%;
  height: 150px;
}

.product-hero form .shopify-payment-button .shopify-payment-button__button {
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: 0;
    padding: 0;
    padding-top: 35px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.product-hero__features {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.product-hero__features__item {
  font-size: 14px;
  color: #2B273E;
  font-weight: 600;
}

.product-hero__features__divider {
  width: 2px;
  height: 20px;
  background: #2b273d;
  display: inline-block !important;
  margin: 0 10px;
}

.product-hero__features__item-wrap {
  display: flex;
  align-items: center;
}

.product-hero__features .product-hero__features__item:last-child .product-hero__features__divider {
  display: none !important;
}

.product-hero__images .product-hero__image:last-child img {
  transform: scale(1.18);
}

.product-main__pricing-block .shopify-payment-button {
  display: none !important;
}

.product-main__pricing-block .product__tax {
  display: none;
}

.product-main__pricing-block .product-form__quantity .form__label {
  display: none;
}

.product-main__pricing-block .product__info-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-main__pricing-block .price-item {
  font-family: 'Baskerville';
  font-size: 71px;
  letter-spacing: 0.5px;
}

.case-info {
  font-weight: 600;
  color: #2B273E;
}

.product-main__pricing-block .product-form__input.product-form__quantity {
  flex: 1;
  width: 100%;
  max-width: 100% !important;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}

.product-main__pricing-block .quantity {
  border-color: #2B273E;
  height: 68px;
}

.product-main__pricing-block .quantity__input {
  font-size: 26px;
  color: #2B273E;
  font-weight: 500;
  font-family: inherit;
}

.product-main__pricing-block .quantity__button svg {
  width: 1.5rem;
}

.product-main__pricing-block .quantity__button svg path {
  fill: #2b273c;
}

.product-delivery-info {
  font-size: 18px;
}

.product-main__pricing-block .quantity__button {
  width: 50px;
}


.product-main__pricing-block .product-form__submit.button.button--full-width.button--secondary {
  border: 0;
  outline: 0;
  background: #2b273d;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.product-main__pricing-block .product-form__submit.button.button--full-width.button--secondary span {
  width: 270px;
  display: flex;
  justify-content: space-between;
}

.product-main__pricing-block {
  padding: 40px 0;
}

.product-delivery-info {
  padding-left: 100px;
}

.product-description-features__description {
  width: 55%;
}

.product-description-features__description p {
  font-size: 30px;
  line-height: 42px;
  font-family: 'Baskerville';
  color: #2B273E;
}

.product-description-features {
  display: flex;
  align-items: center;
}

.product-description-features__features {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 30px;
}

.product-description-features__features__item {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  color: #0D294E;
  margin-bottom: 25px;
  font-weight: 600;
  padding-right: 10px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-right: 50px;
}

.product-description-features__features__item img {
  padding-right: 20px;
  height: 44px;
}

.product-specificiations {
  background-color: #F6F5F0;
  padding: 100px 0;
}

.product-main {
  padding-bottom: 60px;
}

.product-form form {
  display: flex;
  align-items: center;
}

.product-specificiations__wrap {
  display: flex;
}

.product-specificiations__nutritional {
  width: 40%;
  padding-right: 120px;
}

.product-specificiations__ingredients {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.product-specificiations__nutritional__row {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #0D294E;
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
  margin-bottom: 7px;
  letter-spacing: 1px;
}

.product-specificiations__nutritional__head {
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  font-family: 'Baskerville';
  color: #0D294E;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 30px;
}

.product-specificiations__ingredients h3 {
  font-size: 28px;
  font-family: 'Baskerville';
  color: #0D294E;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 30px;
}

.product-specificiations__ingredients__item {
  margin-bottom: 80px;
}

.product-specificiations__ingredients__text {
  font-size: 18px;
  color: #0D294E;
  line-height: 26px;
}

.image-with-text__anchor {
  background-color: #E39171;
  position: absolute;
  z-index: 2;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0 30px;
  text-align: center;
  line-height: 23px;
  font-size: 18px;
  padding-bottom: 60px;
  transform: rotate(-90deg);
  right: -75px;
  top: calc(50% - 80px);
}

.image-with-text__media-item {
  position: relative;
}

.image-with-text {
  text-decoration: none;
}

.per-label-mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .image-with-text__anchor {
    background-color: #E39171;
    transform: revert;
    top: unset;
    bottom: -80px;
    left: calc(50% - 80px);
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
    letter-spacing: 0;
  }
  
  .image-with-text__media-item {
    overflow: hidden;
  }
}

.relative {
  position: relative;
}

.product-recommendations {
  background: #2B273E;
  padding: 80px 0;
}

.product-recommendations .featured-collection-slider__heading {
  color: #fff;
}

.product-recommendations .featured-collection-slider__preheading {
  color: #fff;
  text-decoration: none;
}

.product-recommendations .featured-collection-slider .card-information__text {
  color: #fff;
}

.product-recommendations .price {
  color: #fff !important;
}

#shopify-section-template--15628310151406__product-recommendations {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.image-width-text-custom-product .image-with-text__text-item {
  order: -1;
}

.product-specificiations__arrow {
  display: none;
  transition: all ease 300ms;
}

@media only screen and (min-width: 600px) {
  .image-width-text-custom-product .image-with-text__anchor {
    right: unset;
    left: -75px;
    transform: rotate(90deg);
  }
}

@media only screen and (max-width: 600px) {
  .image-width-text-custom-product .image-with-text__text-item {
    order: unset;
  }
  
  .product-hero__breadcrumbs span {
    display: none;
  }
  
  .product-hero {
    padding-top: 240px;
  }
  
  .product-hero__breadcrumbs {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  
  .product-hero__watermark {
    display: none;
  }
  
  .product-hero__features {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  
  .product-hero____title {
    font-size: 26px;
    line-height: 29px;
  }
  
  .product-hero__features__item {
    font-size: 12px;
  }
  
  .product-hero__features__divider {
    height: 12px;
  }
  
  .product-hero__images img {
    transform: none;
  }
  
  .product-hero__image:after {
    left: 15%;
    bottom: 24px;
    width: 70%;
    height: 26px;
  }
  
  .product-hero__images {
    margin-bottom: 60px !important;
  }
  
  .product-main__pricing-block .product__info-container {
    flex-wrap: wrap;
  }
  
  .product-main__pricing-block #price-template--15628310151406__main {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  
  .product-delivery-info {
    padding: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
  }
  
  .product-main .page-width {
    padding: 0 30px;
  }
  
  .product-main__pricing-block .product-form__input.product-form__quantity {
    padding: 0;
  }
  
  .product-main__pricing-block .quantity {
    width: 100%;
  }
  
  .product-main__pricing-block .quantity__button {
    width: 80px;
  }
  
  .product__info-container>*+* {
    margin: 0 !important;
    width: 100%;
  }
  
  .product-form__submit {
    font-size: 16px !important;
    padding: 25px 20px !important;
  }
  
  .product-main__pricing-block .price-item {
    font-size: 60px;
  }
  
  .product-description-features {
    flex-wrap: wrap;
  }
  
  .product-description-features__description {
    width: 100%;
  }
  
  .product-description-features__features {
    width: 100%;
  }
  
  .product-description-features__description p {
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 60px;
  }
  
  .product-main__pricing-block {
    padding: 40px 0 0 0;
  }
  
  .product-description-features__features {
    padding-left: 0;
    justify-content: space-between;
    padding: 20px 20px;
    flex-wrap: wrap;
  }
  
  .product-description-features__features__item {
    width: 44%;
    margin: 10px;
    font-size: 12px;
  }
  
  .product-specificiations__wrap {
    flex-wrap: wrap;
  }
  
  .product-specificiations__nutritional,
  .product-specificiations__ingredients{
    width: 100%;
  }
  
  .product-specificiations__nutritional {
    padding-right: 0;
  }
  
  .product-specificiations .page-width {
     padding: 0 30px;
  }
  
  .per-label {
    display: none;
  }
  
  .product-specificiations__nutritional__head span {
    display: none;
  }
  
  .product-specificiations__nutritional__head {
    font-size: 14px;
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  
  .product-specificiations {
    padding: 30px 0 15px 0;
  }
  
  .product-specificiations__nutritional__specs {
    display: none;
    padding-bottom: 50px;
  }
  
  .product-main {
    padding-bottom: 30px;
  }
  
  .product-specificiations__arrow {
    display: block;
    transform: rotate(180deg);
  }
  
  .product-specificiations__ingredients h3 {
    font-size: 14px;
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .product-specificiations__ingredients__text {
    display: none;
    padding-bottom: 50px;
  }
  
  .product-specificiations__ingredients__item {
    margin-bottom: 0;
  }
    
  .product-specificiations__nutritional__head.active .product-specificiations__arrow {
    transform: none;
  }
  
  .product-specificiations__ingredients h3.active .product-specificiations__arrow {
    transform: none;
  }
  
  .product-specificiations__nutritional__row {
    font-size: 16px;
  }
  
  .per-label-mobile {
    display: block;
    text-align: right;
    font-size: 16px;
    font-family: 'Baskerville';
    font-weight: 600;
    text-transform: uppercase;
    color: #0e284d;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .content-page {
    padding: 50px 0 5px 0;
  }
}

.rich-text__blocks h2 {
   font-size: 34px;
   line-height: 39px;
   text-transform: uppercase;
   letter-spacing: 4px;
   color: #2B273E;
   margin-bottom: 40px;
}

.rich-text__blocks p {
   font-size: 18px;
   color: #2B273E;
}

.rich-text__blocks {
   padding: 40px 0;
}

.image-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 10px;
}

.image-row__item {
  width: calc(33.333% - 15px);
  height: 485px;
  position: relative;
}

.image-row .image-row__item:nth-child(2) {
  margin-top: -60px;
}

.image-row__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 900px) {
  .rich-text__blocks {
    padding: 0;
  }
  
  .rich-text__blocks h2 {
    font-size: 28px;
    line-height: 32px;
  }
  
  .image-row {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0px;
  }
  
  .image-row__item {
    width: 100%;
    height: 435px;
    margin-bottom: 30px;
  }
  
  .image-row .image-row__item:nth-child(2) {
    margin-top: 0;
  }
  
  .rich-text__blocks p {
     font-size: 16px;
   }
}

.page-heading.light-theme-heading .page-heading__title,
.page-heading.light-theme-heading p {
  color: #fff;
}

.header.light-theme .header__menu-item.header__menu-item.list-menu__item.link {
  color: #fff;
}

@media only screen and (min-width: 600px) {
  .image-with-text .image-with-text__anchor.go-left {
    right: unset;
    left: -75px;
    transform: rotate(90deg);
  }
}
.rich-text .button.button--primary {
  color: #2B273E;
}

.team-profiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 180px;
  margin-bottom: -80px;
}

.team-profiles__item {
  width: calc(33.333% - 15px);
  margin-bottom: 120px;
}

.team-profiles .team-profiles__item:nth-child(2),
.team-profiles .team-profiles__item:nth-child(5),
.team-profiles .team-profiles__item:nth-child(8),
.team-profiles .team-profiles__item:nth-child(11),
.team-profiles .team-profiles__item:nth-child(14){
  margin-top: -40px;
}

.team-profiles__item__image {
  width: 100%;
  height: 485px;
  position: relative;
  margin-bottom: 30px;
}

.team-profiles__item__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-profiles__item__text {
  padding: 0 20px;
  text-align: center;
}

.team-profiles__item__name {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2B273E;
  font-weight: 600;
  margin-bottom: 20px;
}

.team-profiles__item__text p {
  font-size: 18px;
  line-height: 24px;
  color: #2B273E;
}

@media only screen and (max-width: 600px) {
  .team-profiles {
    padding-top: 40px;
    flex-wrap: wrap;
    margin-bottom: 0;
  }   
  
  .team-profiles__item {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 40px;
  }
  
  .team-profiles__item__name {
     font-size: 18px;
  }
  
  .team-profiles__item p {
    font-size: 16px;
  }
}

.awards {
  margin-top: 130px;
  margin-bottom: 90px;
}

.awards img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.awards__image {
  width: 330px;
  height: 330px;
  position: relative;
  margin: auto;
}

.awards__name {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2B273E;
  margin-top: -20px;
  position: relative;
}

.awards .awards__item:nth-child(even) {
  margin-top: -50px;
}

@media only screen and (max-width: 600px) {
  .awards {
    margin-top: 10px;
    margin-bottom: 70px;
  }
  
  .awards .awards__item:nth-child(even) {
    margin-top: 0;
  }
  
  .awards-wrap .featured-collection-slider__slider-arrow {
    top: calc(50% - 40px) !important;
  }
  
  .solid-coloured-hero {
    margin-top: -140px !important;
  }
  
  .solid-coloured-hero .content-page {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 989px) {
  .light-theme .icon.icon-hamburger line {
    stroke: #fff;
  }
}

.news #shopify-section-template--15628310216942__main {
  margin-top: 0;
}

.news .blog-articles,
.recipes .blog-articles{
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 70px;
  margin-top: 120px;
} 

.recipes .blog-articles{
  grid-row-gap: 40px;
  margin-bottom: 40px;
}

.news .blog-articles .article-card__title,
.recipes .blog-articles .article-card__title{
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  min-height: 100px;
}

.recipes .blog-articles .article-card__title{
  font-size: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.news .blog-articles .button.button--primary,
.recipes .blog-articles .button.button--primary{
  color: #2B273E;
}

@media only screen and (max-width: 1000px) {
  .news .blog-articles,
  .recipes .blog-articles{
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 50px;
    margin-top: 80px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 600px) {
  .news .blog-articles,
  .recipes .blog-articles{
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    margin-top: 30px;
  }
  .news .blog-articles .article-card__title{
    min-height: unset;
  }
}


/* Blog Article */

.blog-article.content-page .page-heading{
  max-width: 980px;
  padding-top: 100px;
}

.blog-article.content-page .page-heading__title{
  font-size: 50px;
  line-height: 57px;
  text-transform: unset;
  letter-spacing: 0;
}

@media only screen and (max-width: 600px) {
  
  .blog-article.content-page .page-heading{
  	max-width: unset;
    padding-top: 50px;
  }
  
  .blog-article.content-page .page-heading__title{
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 40px;
  }
}



.blog-article.content-page .article__breadcrumbs{
  padding: 150px 5rem 0 5rem;
  color: #fff;
  display: inline-block;
  text-decoration: unset;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
}

@media only screen and (max-width: 600px) {
  .blog-article.content-page .article__breadcrumbs{
    padding: 0px 30px 0 30px;
  }
}

.article__wrap{
  margin-top: 80px;
  margin-bottom: 130px;
}

.article__content{
  max-width: 980px;
  margin: auto;
  font-size: 18px;
  line-height: 30px;
}


.article__img{
  margin: 80px 0;
}



.article__img img{
  width: 100%;
}

.article__share{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Baskerville';
  color: #fff;
  font-style: italic;
}

.article__share li{
  list-style: none;
}

.article__social{
  display: flex;
  margin: 0;
  padding-left: 15px;
}

.article__social li{
  padding-left: 1.35rem;
  transition: all ease 300ms;
}


.article__social li:hover{
  opacity: 0.6;
}


@media only screen and (max-width: 600px) {
  .article__share{
  	flex-wrap: wrap;
  }
  
  .article__share span{
  	width: 100%;
    margin-bottom: 20px;
  }
  
  .article__social{
    padding-left: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  
  .article__social li {
    padding: 1rem;
  }
  
  .article__wrap{
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0 30px;
  }
  
  .article__content{
    text-align: center;
    font-size: 16px;
    line-height: 25px;
  }
  
  .article__img{
    margin: 20px 0;
  }
}



/* Recipes */
.recipes .page-heading{
  max-width: 900px;
}

.recipes .page-heading__title{
  max-width: 800px;
  text-align: center;
  margin: auto;
}

.recipe-individual{
  padding-top: 120px;
/*   padding-bottom: 300px; */
}

.recipe-individual .page-heading__title{
  text-transform: uppercase !important;
}

/* .recipe-individual.content-page .page-heading{
  max-width: 650px;
} */

.recipe-individual.content-page .page-heading p{
  max-width: 570px;
  margin: auto;
  padding-bottom: 90px;
}

.image-slide__wrap{
  padding: 0 6rem;
}

.js-imageSlide{
  width: 100%;
}

.js-imageSlide .slick-list{
  width: 100%;
  height: 698px;
}

.js-imageSlide .slick-list .image-slide__item img{
  width: 100%;
}

.recipe-individual__wrap{
  display: flex;
  width: 100%;
/*   padding-top: 600px; */
}


.method{
  width: 60%;
}

.recipe-individual__left{
  width: 40%;
}


.ingredients{
  background: #2B273E;
  color: #fff;
  padding: 10rem 5rem 10rem 0;
  position: relative;
}

.ingredients__title,
.method__title{
  font-family: 'Baskerville';
  font-size: 34px;
  line-height: 39px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 5rem;
}

/* Basic Page */
.page-heading.basic{
  max-width: unset;
  text-align: unset;
  padding-top: 150px;
  padding-bottom: 50px;
}

.redactor{
  margin-bottom: 170px;
}

.redactor__head{
  font-size: 34px;
  line-height: 39px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.redactor__text{
  margin-bottom: 50px;
}

.redactor__text em{
  font-style: unset;
  padding-left: 3rem;
}


@media only screen and (max-width: 600px) {
  .page-heading.basic{
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .redactor{
    text-align: center;
    margin-bottom: 50px;
  }
  
  .redactor__head{
    font-size: 25px;
    line-height: 30px;
  }
}

.shipping-information .page-heading__title{
  margin-bottom: 0;
}

.shipping-information .redactor__text{
  padding-right: 5rem;
}

.shipping-information .redactor{
  margin-bottom: 100px;
}

.table__title{
  font-size: 34px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

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

.table-underline{
  border-bottom: .5px solid #2B273E;
}

.table__container{
  margin-top: 2rem;
  margin-bottom: 100px;
}

.table__list{
/*   width: 33.333%; */
  width: 50%;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.4px;
  font-weight: bold;
}

.table__item{
/*   width: 33.333%; */
  width: 50%;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.4px;
}

@media only screen and (max-width: 768px) {
  .table__method{
  	width: 40%;
    padding-left: 2rem;
  }
  
  .table__cost{
  	width: 60%;
  }
  
  .shipping-table{
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .shipping-information .redactor__text{
    padding-right: 0;
  }
  
  .table__title{
    font-size: 25px;
    line-height: 30px;
  }
  
  .table{
    text-align: center;
  }
  .table__list{
    font-size: 10px;
    line-height: 15px;
  }
  
  .table__container{
    margin-top: 20px;
    margin-bottom: 50px;
  }
  
  .table__item{
    font-size: 12px;
    line-height: 19px;
  }
}

/* accordion */

.accordion{
  cursor: pointer;
  margin-bottom: 60px;
}


.accordion__wrap{
  border-bottom: 0.5px solid;
}


.accordion__title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
  cursor: pointer;
}

.accordion__title-category{
  font-size: 34px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #2B273E;
  font-family: 'Baskerville No 2';
}

.accordion__question{
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  border-bottom: 0.5px solid;
  padding: 40px 0px;
}

.accordion__question-head{
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: bolder;
}

.accordion__question:last-child{
  border-bottom: unset;
}


.accordion__question-text{
  display: none;
}

.accordion__question-text{
  padding-top: 40px;
}

.accordion-icon{
  width: 30px;
  height: 30px;
  position: relative;
  transition: all ease 300ms;
}

.accordion-icon:before{
  background-color: #000;
  content: '';
  display: block;
  height: 16px;
  width: 2px;
  position: absolute;
  right: 13px;
  bottom: 7px;
  transition: all ease 300ms;
}

.accordion-icon:after{
  background-color: #000;
  content: '';
  display: block;
  height: 16px;
  width: 2px;
  transform: rotate(90deg);
  position: absolute;
  right: 13px;
  bottom: 7px;
  transition: all ease 300ms;
}

.accordion-icon.active:before{
  transform: rotate(90deg);
}

.accordion-icon.active:after{
  transform: rotate(-90deg);
}


.accordion__content-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}



@media only screen and (max-width: 600px) {
  .accordion__title-category{
    font-size: 20px;
  }
  
  .accordion__title{
    padding: 2rem 0;
  }
  
  .accordion__question{
    padding: 20px 0px;
  }
  
  .accordion__question-text{
    padding-top: 20px;
  }
}


.stockists__wrap{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 100px;
  margin: 100px 0 150px 0;
}

.stockists__content{

}

.stockists__title{
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}


@media only screen and (max-width: 1000px) {
  .stockists__wrap{
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
  }
  
  .article__breadcrumbs__wrap {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 600px) {
  .stockists__wrap{
    grid-template-columns: 1fr 1fr;
  }
}


@media only screen and (max-width: 480px) {
  .stockists__wrap{
    grid-template-columns: 1fr;
    grid-gap: 0px;
    text-align: center;
    margin: 30px 0 50px 0;
  }
}

.contact__wrap{
  width: 100%;
  display: flex;    
  justify-content: center;
  margin: 150px 0;
}

.contact__item{
  width: 50%;
}

.contact__text{
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  padding: 50px 0;
}

.contact__social{
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 27px;
    font-family: 'Baskerville';
    font-style: italic;
}
.contact__social span{
}


.contact__social-list{
    display: flex;
    margin: 0;
    padding-left: 15px;
}

.contact__social-list li{
  list-style: none;
  padding-left: 1.35rem;
  transition: all ease 300ms;
}


.contact__social-list li:hover {
  opacity: 0.6;
}

.contact__head{
  font-size: 34px;
  font-family: 'Baskerville No 2';
  line-height: 39px;
  text-transform: uppercase;
}

.contact .contact__form .globo-form-app.boxed-layout{
  box-shadow: unset;
  -webkit-box-shadow: unset;
  padding: 0;
}

.contact .globo-form-app,
.globo-form-id-73522 .globo-form-app{
  max-width: unset !important;
}

.contact .contact__form .globo-form-id-73522 .globo-form-app .globo-label,
.contact .contact__form .globo-form-id-73522 .globo-form-app .globo-form-control label.globo-label,
.contact .contact__form .globo-form-id-73522 .globo-form-app .globo-form-control label.globo-label span.label-content{
 display: none;
}


.contact .contact__form .globo-form-app .globo-form-control input,
.contact .contact__form .globo-form-app .globo-form-control textarea,
.contact .contact__form .globo-form-app .globo-form-control select{
  background-color: unset;
  box-shadow: unset;
  border: 1px solid #2B273E;
  padding: 2.5rem 3rem;
  border-radius: unset;
}

.contact .contact__form .globo-form-app .globo-form-control input::placeholder,
.contact .contact__form .globo-form-app .globo-form-control textarea::placeholder{
  font-size: 20px;
  line-height: 40px;
  color: #2B273E;
}


.contact .contact__form .globo-form-app p{
  position: relative;
  left: -1000%;
}

.contact .contact__form .globo-form-id-73522 .globo-form-app .footer button.submit{
  background-color: unset;
  color: #2B273E;
  font-size: 26px;
  line-height: 29px;
  font-style: italic;
  font-family: 'Baskerville';
}

.contact .contact__form .globo-form-id-73522 .globo-form-app .footer button.submit:after{
  position: relative;
  right: -20px;
  bottom: -9px;
  content: '';
  width: 70px;
  height: 30px;
  display: inline-block;
  background: url(/cdn/shop/files/dark-button-arrow.svg?v=1644476847) no-repeat center;
  padding-left: 50px;
}

.contact .contact__form .globo-form-id-73522 .globo-form-app .footer button{
  border: unset;
}

.contact .globo-form-app .footer .action{
  padding: 0;
}

.contact .contact__form .globo-form-app .footer .action:hover{
  box-shadow: unset;
}

.pagination {
  padding: 15px 0;
}

.blog-tags {
  background-color: #539FC9;
  padding: 20px 0px;
}

.blog-tags a {
  color: #fff;
  text-decoration: none;
  margin-right: 40px;
  position: relative;
}

.blog-tags a.active {
  font-weight: 600;
}

.blog-tags a.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

@media only screen and (max-width: 1000px) {
  .blog-tags {
    padding: 20px;
  }
  
  .blog-tags a {
    margin-right: 20px;
  }
}

.banner__box {
  display: none;
}

.recipes .header  {
  background: #2b273d;
}

.recipes .blog-tags {
  background-color: #64626F;
}

.store-locator {
  padding: 60px 0;
}

.search__input.field__input {
  border: 1px solid;
}

.search-results-page .page-heading {
  max-width: 1200px;
}

@media only screen and (min-width: 1000px) {
  .template-404 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.field__input, .customer .field input {
  border: 1px solid;
}

.slider-counter__link--dots .dot {
  border: 0.1rem solid #fff !important;
}

.recipes-type .header.light-theme .header__menu-item.header__menu-item.list-menu__item.link {
  color: #fff;
}

.recipes-type .content-page {
  margin-top: -70px;
}

@media only screen and (max-width: 767px) {
  .recipes-type .page-heading__title {
    font-size: 26px;
    line-height: 29px;
  }
  
  .news .blog-articles .article-card__title, .recipes .blog-articles .article-card__title {
     min-height: auto;
  }
}

@media only screen and (min-width: 767px) {
  .customer.login {
    margin-top: 220px !important;
  }
  
  .cart-page {
    margin-top: 220px !important;
  }
  
}

.customer.login h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cart-page-wrap .featured-collection-slider.collection {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1100px) {
  .contact__wrap {
    margin: 50px 0;
    flex-wrap: wrap;
  }
  
  .contact__item {
    width: 100%;
  }
  
  .contact__social {
    margin-bottom: 80px;
  } 
}

@media only screen and (max-width: 767px) {
  .contact__text {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 40px;
  }
  
  .contact__head {
    font-size: 26px;
    line-height: 29px;
  }
  
  .contact__social {
    margin-bottom: 60px;
  }
  
  .contact__social {
    flex-wrap: wrap;
  }
  
  .contact__social-list {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  
  .contact__social-list li {
    padding: 0;
    margin-right: 10px;
  }
  
  .classic-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 16px !important;
  }
  .classic-input::-moz-placeholder { /* Firefox 19+ */
    font-size: 16px !important;
  }
  .classic-input:-ms-input-placeholder { /* IE 10+ */
    font-size: 16px !important;
  }
  .classic-input:-moz-placeholder { /* Firefox 18- */
    font-size: 16px !important;
  }
  
  .globo-form-app .message+.footer {
    margin-top: 0 !important;
  }
}

.article-page.recipes-type .header.light-theme .header__menu-item.header__menu-item.list-menu__item.link {
  color: #2b273e;
}

.article-page.recipes-type .content-page {
  margin-top: 0;
}

.article-page.recipes-type .js-imageSlide .slick-list {
  height: auto;
}

.article-page.recipes-type .image-slide__wrap {
  padding: 0;
  margin-top: 80px;
  margin-bottom: -470px;
  position: relative;
}

.article-page.recipes-type .content-page.recipe-individual {
  margin-bottom: 530px;
}

.recipe-slider__arrows {
  position: absolute;
  right: 0;
  bottom: -70px;
}

.article-page.recipes-type .js-recipe-next {
  margin-left: 20px;
}

.article-page.recipes-type .js-recipe-next,
.article-page.recipes-type .js-recipe-prev {
  cursor: pointer;
}

.method__wrap {
  padding-left: 100px;
  padding-top: 100px;
}

.recipe-info {
  overflow-x: hidden;
  margin-bottom: 140px;
}

.recipe-individual__left {
  position: relative;
}

.ingredients:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 200vw;
  height: 100%;
  background-color: #2b273e;
}

.method__item {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px;
  display: flex;
  color: #2B273E;
}

.method__item__count {
  width: 40px;
}

.method__item__text {
  flex: 1;
}

.recipe__share__title {
  font-size: 16px;
  font-family: 'Baskerville';
  color: #2B273E;
  font-style: italic;
  margin-right: 30px;
}

.recipe__share-wrap {
  display: flex;
  justify-content: flex-end;
}

.recipe__share {
  padding-top: 80px;
  display: flex;
  align-items: center;
}

.recipe__share ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.recipe__share a {
  display: flex;
  padding-left: 13px;
  transition: all ease 300ms;
}

.recipe__share a:hover {
  opacity: 0.6;
}

.recipes-type.article-page .image-width-text-custom-product .image-with-text__text-item {
  order: unset;
}

.recipes-type.article-page .image-width-text-custom-product .image-with-text__anchor {
  right: -75px;
  left: unset;
  transform: rotate(-90deg);
}

.recipe-info-wrap {
  position: relative;
}

.recipe-info__watermark {
  position: absolute;
  right: -20vw;
  top: -420px;
  width: 70vw;
  z-index: -1;
}

.recipes-type.article-page .featured-collection-slider {
  background-color: #2B273E;
  color: #fff;
  margin-bottom: 0;
  padding: 100px 0;
}

.recipes-type.article-page .featured-collection-slider__preheading,
.recipes-type.article-page .featured-collection-slider__heading {
  color: #fff;
}

.recipe-slider-image {
  position: relative;
  height: 320px;
  width: 100%;
}

.recipe-slider-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recipe-slider-item {
  margin: 10px;
  display: block;
  color: #fff;
  text-decoration: none;
}

.recipe-slider-item__title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 40px;
  min-height: 120px;
}

.recipe-slider-item__link {
    color: #fff;
    font-size: 26px;
    font-style: italic;
    font-family: 'Baskerville';
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.recipe-slider-item__link img {
  padding-left: 20px;
}

.recipes-type.article-page .icon-account path{
  fill: #2b273e;
}

.recipes-type.article-page #cart-icon-bubble path {
  stroke: #2b273e;
}

@media only screen and (max-width: 767px) {
  .recipes-type.article-page .featured-collection-slider {
    padding: 60px 0;
  }
  
  .recipe-slider-image {
    height: 190px;
  }
  
  .recipe-slider-item__title {
    font-size: 15px;
    min-height: auto;
    margin-bottom: 20px;
  }
  
  .recipe-slider-item__link {
     font-size: 22px;
  }
  
  .recipe-individual__wrap {
    flex-wrap: wrap;
  }
  
  .recipe-individual__left,
  .method{
    width: 100%;
  }
  
  .ingredients:before {
    top: 0;
    right: -100px;
    z-index: -1;
    width: 200vw;
  }
  
  .ingredients {
    padding: 50px 10px;
  }
  
  .recipe-slider__arrows .slick-arrow {
    width: 25px;
  }
  
  .recipe-individual.content-page .page-heading p {
    padding-bottom: 130px;
  }
  
  .recipe-individual.content-page .page-heading {
    padding-top: 0;
  }
  
  .recipe-info__watermark {
    display: none;
  }
  
  .article-page.recipes-type .image-slide__wrap {
    margin-top: 30px;
    margin-bottom: -420px;
  }
  
  .article-page.recipes-type .content-page.recipe-individual {
    margin-bottom: 480px;
  }
  
  .article-page.recipes-type .icon.icon-hamburger line {
    stroke: #2b273e;
  }
  
  .recipe__share-wrap {
    justify-content: flex-start;
  }
  
  .recipe__share {
    padding-top: 40px;
    padding-left: 10px;
  }
  
  .recipe__share__title {
    margin-right: 10px;
  }
  
  .method__wrap {
    padding: 40px 7px 0px 7px;
  }
  
  .ingredients__title, .method__title {
    margin-bottom: 4rem;
  }
  
  .recipe-info {
    margin-bottom: 30px;
  }
  
  .recipes-type.article-page .image-width-text-custom-product .image-with-text__anchor {
    right: unset;
    left: calc(50% - 80px);
    transform: none;
  }
}

.collection #MainContent {
  overflow-x: unset;
}

.recipes .article-card__excerpt{
	display: none;
} 

.ingredients__head,
.method__head{
  font-size: 18px;
  margin-top: 35px;
  display: block;
  text-transform: uppercase;
}

.redactor__text a{
  text-decoration: unset;
  color: #2B273E;
  transition: all ease 300ms;
}

.redactor__text a:hover{
  color: #2b273ea1;
}

.method__textarea{
  margin-bottom: 3rem;
}

a{
  color: #2B273E;
}

ul{
  list-style: none;
  padding: 0;
  margin: 0;
}


.stockists-wrap{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 3rem;
}

.stockists-wrap a{
  text-decoration: unset;
  display: block;
  width: 100%;
  height: 100%;
}

.stockists__image{
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1000px) {
  .stockists-wrap{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .stockists-wrap{
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}

.card-information__case-size {
  text-align: center;
  margin-bottom: -10px;
  margin-top: 20px !important;
}

.featured-collection-slider__slider .price-item.price-item--regular {
  margin: 0 !important;
}

.featured-recommendation-slider__slider .card-information__case-size{
  color: #fff;
}

.quote-block__nut-img {
  display: none !important;
}

.js-quotes .slick-slide {
  opacity: 0.2;
}

.js-quotes .slick-slide.slick-current.slick-active {
  opacity: 1;
}

.js-quotes .slick-dots {
  bottom: 10px;
}

.js-quotes{
  margin-bottom: 70px !important;
}

@media only screen and (max-width: 600px) {
  .js-quotes{
  	 margin-bottom: 80px !important;
  }
  .js-quotes .slick-dots {
  	 bottom: -30px;
  }
}

.header__submenu {
  background-color: #2B273E !important;
  min-width: 420px !important;
}

.header__menu-item svg {
  display: none !important;
}

.header__submenu li .header__menu-item {
   padding: 0 40px !important;
  height: 65px;
}

.header__submenu li:first-child .header__menu-item {
  padding: 0 40px !important;
  height: 65px;
}

.header__submenu .header__menu-item.header__menu-item.list-menu__item.link:hover {
  color: #fff !important;
}

.header__submenu .header__menu-item.header__menu-item.list-menu__item.link {
  font-family: 'Baskerville No 2';
  font-size: 14px;
  letter-spacing: 2px;
}

.header__submenu .header__menu-item {
  color: #fff !important;
}

.header__submenu .header__menu-item img {
  width: 59px;
  margin-right: 20px;
  margin-left: -5px;
}

.header__inline-menu .list-menu {
  margin-left: -15px;
}
    
.header__submenu {
  display: none;
}

.list-menu li:hover .header__submenu {
  display: block;
}

/* Cookie */
.cooki-description{
  display: inline-block;
}

.cooki-container{
  padding: 0 5rem;
}

.cooki-accept{
  margin-left: 2rem;
}

.cooki-info{
  opacity: 0.4;
}

.image-text-cube__wrap {
  display: flex;
  flex-wrap: wrap;
}

.image-text-cube__item {
  width: 33.333%;
  position: relative;
  min-height: 480px;
}

.image-text-cube__item.--two-col {
  width: 66.66%;
}

@media only screen and (max-width: 1400px) {
  .image-text-cube__item {
    width: 50%;
    position: relative;
    min-height: 480px;
  }
  
  .image-text-cube__item.--two-col {
    width: 50%;
  }
}

@media only screen and (max-width: 900px) {
  .image-text-cube__item {
    width: 100%;
    position: relative;
    min-height: 480px;
  }
  
  .image-text-cube__item.--two-col {
    width: 100%;
    position: relative;
    min-height: 480px;
  }
  
  .image-text-cube__item.image-text-cube__item--text {
    min-height: auto;
  }
}


.image-text-cube__item__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-text-cube__item__text {
  text-align: center;
  color: #fff;
  padding: 100px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.image-text-cube__item--text {
  display: flex;
}

.image-text-cube__heading {
  font-size: 40px;
  line-height: 42px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-family: 'Baskerville';
  margin: 0;
  margin-bottom: 30px;
}

.image-text-cube__item__text p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

.slideshow__text  {
  text-align: center !important;
} 

.home-slideshow-slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-slideshow-slide h2 {
  color: #EEAB35;
  font-size: 61px;
  text-transform: uppercase;
  font-family: 'Baskerville';
  line-height: 56px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.home-slideshow-slide span {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.home-slideshow-slide h2 img {
  margin: auto;
  width: 290px;
}

.slideshow__video {
  overflow: hidden;
  position: relative;
  background-image: url('/cdn/shop/files/textured_background.jpg?v=1653991701');
  background-size: cover;
  background-repeat: no-repeat;
}

.slideshow__video__item {
  width: 600px;
  position: absolute;
}

[aria-hidden="false"] .slideshow__video__bag-two {
  bottom: -190px;
  left: -320px;
  transform: translate(0px, 450px);
  -webkit-animation: moveInOne 400ms ease forwards;
  animation: moveInOne 600ms ease forwards;
}

[aria-hidden="false"] .slideshow__video__bag-five {
  bottom: -200px;
  left: 20px;
  transform: translate(0px, 450px);
  -webkit-animation: moveInOne 400ms ease forwards 300ms;
  animation: moveInOne 600ms ease forwards 300ms;
}

[aria-hidden="false"] .slideshow__video__bag-four {
  bottom: -240px;
  left: 380px;
  transform: translate(0px, 450px);
  -webkit-animation: moveInOne 400ms ease forwards 500ms;
  animation: moveInOne 600ms ease forwards 500ms;
}

[aria-hidden="false"] .slideshow__video__bag-three {
  bottom: 110px;
  left: 200px;
  transform: translate(0px, -600px);
  -webkit-animation: moveInDownAndShake 2200ms ease forwards 400ms;
  animation: moveInDownAndShake 2200ms ease forwards 400ms;
}

[aria-hidden="false"] .slideshow__video__bag-one {
  bottom: 140px;
  left: -150px;
  transform: translate(0px, -600px);
  -webkit-animation: moveInDown 400ms ease forwards 200ms;
  animation: moveInDown 600ms ease forwards 200ms;
}

[aria-hidden="false"] .animation-title-one {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-animation: fadeInUp 400ms ease forwards 700ms;
  animation: fadeInUp 400ms ease forwards 700ms;
}

[aria-hidden="false"] .animation-title-two {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-animation: fadeInUp 400ms ease forwards 900ms;
  animation: fadeInUp 400ms ease forwards 900ms;
}

@-webkit-keyframes moveInOne {
  0% {
    transform: translate(0px, 450px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes moveInOne {
  0% {
    transform: translate(0px, 450px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes moveInDown {
  0% {
    transform: translate(0px, -600px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes moveInDown {
  0% {
    transform: translate(0px, -600px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes moveInDownAndShake {
  0% {
    transform: translate(0px, -600px);
  }
  40% {
    transform: translate(0, 0);
  }
  45% {
    transform: translate(-6px, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  55% {
    transform: translate(6px, 0);
  }
  60% {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(-6px, 0);
  }
  70% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(6px, 0);
  }
  80% {
    transform: translate(0, 0);
  }
  85% {
    transform: translate(-6px, 0);
  }
  90% {
    transform: translate(0, 0);
  }
  95% {
    transform: translate(6px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes moveInDownAndShake {
  0% {
    transform: translate(0px, -600px);
  }
  40% {
    transform: translate(0, 0);
  }
  45% {
    transform: translate(-6px, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  55% {
    transform: translate(6px, 0);
  }
  60% {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(-6px, 0);
  }
  70% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(6px, 0);
  }
  80% {
    transform: translate(0, 0);
  }
  85% {
    transform: translate(-6px, 0);
  }
  90% {
    transform: translate(0, 0);
  }
  95% {
    transform: translate(6px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}


@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}



.slideshow__video video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.collection-head__bg.--mob {
    display: none;
  position: relative;
}

.collection-head__bg.--mob img {
   width: 100%;
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 900px) {
  .home-slideshow-slide {
    display: none;
  }
  
  .image-text-cube__item__text {
    padding: 50px 30px;
  }
  
  .collection-head__bg {
    display: none;
  }
  
  .collection-head__bg.--mob {
    display: block;
  }
  
  .slider-counter.slider-counter--dots {
    padding: 0;
    justify-content: center;
  }
  
  .product-hero form {
    z-index: unset;
  }
  
  .page-four-oh-four .page-heading {
    padding-top: 170px;
  }
}

@media only screen and (min-width: 900px) {
  .home-slideshow-slide-mobile {
    display: none !important;
  }
}

.page-four-oh-four .icon.icon-hamburger line {
  stroke: #fff;
}

.home-slideshow-slide-mobile .slideshow__text .banner__heading {
   color: #EEAB35;
   font-size: 23px;
   line-height: 29px;
}

.page-404 h1 {
  font-size: 91px;
  line-height: 100px;
  letter-spacing: 0.7px;
  color: #fff;
}

.page-404 p {
  font-size: 28px;
  line-height: 47px;
  color: #fff;
}

.slideshow__video {
  position: relative;
  z-index: 2;
}

.slideshow__video video {
  height: 100%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
}

@media only screen and (max-width: 900px) {
  .slideshow__video video {
  	display: none;
  }
}

.shop-nav {
  background-color: #F3EFE5;
}

.shop-nav__list {
  display: flex;
  justify-content: space-between;
}

.shop-nav__list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  margin-bottom: 40px;
  width: 12%;
}

.shop-nav__list__item img {
  margin-bottom: 20px;
  width: 63px;
  height: 63px;
}

.shop-nav__list__title {
  width: 100%;
  font-family: 'Baskerville';
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2B273E;
  display: flex;
  justify-content: center;
  line-height: 16px;
}

.shop-nav__list__title span {
  max-width: 130px;
}

@media only screen and (max-width: 900px) {
  .shop-nav__list {
    overflow: scroll;
  }
  
  .shop-nav__list__item {
    min-width: 22%;
    margin-bottom: 20px;
  }
  
  .shop-nav .page-width{
    padding: 0 !important;
  }
  
  .shop-nav__list__item img {
    margin-bottom: 12px;
  }
  
}

@media only screen and (max-width: 600px) {
  .shop-nav__list__item {
    min-width: 40%;
  }
}

.top-bar-features {
  background-color: #2B273E;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-features__item {
  width: 25%;
  border-right: 1px solid #ffffff17;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  padding: 15px 0;
}

.top-bar-features__item:last-child {
  border-right: 0;
}

.top-bar-features__text__feat {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.top-bar-features__text__text {
  font-size: 10px;
  opacity: 0.6;
  line-height: 16px;
}

.top-bar-features__item img {
  margin-right: 20px;
}

@media only screen and (max-width: 1150px) {
  .top-bar-features {
    display: none;
  }
  
  .klaviyo-form {    
    padding: 20px 30px !important;
    border-bottom: 0 !important;
    padding-top: 0 !important;
  }
  
  .klaviyo-form form {
    border-bottom: 1px solid #fff !important;
  }
}

.collection .shop-nav {
  padding-top: 45px;
}

@media only screen and (max-width: 1100px) {
  .collection .shop-nav {
    padding-top: 20px;
  }
}

.product-main {
  background-color: #F0ECDF;
  padding-top: 150px;
  position: relative;
}

.product-main__wrap {
  display: flex;
  position: relative;
  z-index: 2;
}

.product-main__details,
.product-main__gallery {
  width: 50%;
  color: #2B273E;
}

.product-main .product-hero____title,
.product-hero____description{
  text-align: center;
}

.product-hero____description {
  max-width: 470px;
  margin: auto;
}

.product-main__watermark {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}

.product-main .price-item {
  font-family: 'Baskerville';
  font-size: 40px;
  letter-spacing: 0.5px;
}

.product-main .price {
   justify-content: center;
   margin-top: 30px;
}

.product-page-v2__gallery__wrap {
  display: flex;
}

/* .product-page-v2__gallery__main .featured  {
  width: 100%;
} */

.product-page-v2__gallery__thumbs {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-page-v2__gallery__main {
  width: 80%;
}

.product-pricing-block {
  background-color: #2B273E;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.product-pricing-block__wrap {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  padding: 0px 25px;
}

.product-pricing-block__wrap .product-form__input.product-form__quantity {
  display: none;
}

.product-form__buttons {
  background-color: #79A25F;
}

.product-pricing-block .product-form__submit.button {
  font-family: 'Montserrat';
  font-style: initial;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.7px;
  margin: 0;
  padding: 25px 50px;
}

.product-pricing-block__price {
  display: flex;
  font-size: 18px;
}

.product-pricing-block__case-size {
  font-weight: 800;
  margin-left: 30px;
}

.product-pricing-block .product-single__price {
  font-family: 'Baskerville';
  font-size: 30px;
  letter-spacing: 0.5px;
  padding: 0 40px;
}

#preview-bar-iframe {
  display: none !important;
}

.product-pricing-block__quant {
  background: #4F4B5F;
  outline: 0;
  box-shadow: none;
  border: 0;
  width: 70px;
  text-align: center;
  color: #fff;
  display: block;
  height: 76px;
  font-size: 20px;
}

.productGallery__image img {
  border: 1px solid #D2CEC7;
}

.productGallery__image.active img {
  border: 1px solid #2B273E;
}

@media only screen and (max-width: 1100px) {
  .product-main__wrap {
    flex-wrap: wrap;
  }
  
  .product-main__details, .product-main__gallery {
    width: 100%;
  }
  
  .product-main {
    padding-top: 130px;
  }
  
  .product-page-v2__gallery__wrap {
    flex-wrap: wrap;
  }
  
  .product-page-v2__gallery__thumbs,
  .product-page-v2__gallery__main {
    width: 100%;
  }
  
  .product-page-v2__gallery__main {
    order: -1;
  }
  
  .product-page-v2__gallery__thumbs {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: initial;
  }
  
  .product-page-v2__gallery__thumbs .productGallery__image {
     margin-right: 10px;
  }
  
  .product-page-v2__gallery__thumbs .productGallery__image:last-child {
    margin-right: 0;
  }
  
  .product-page-v2__gallery {
    margin-bottom: 30px;
  }
  
  .product .featured-collection-slider{
    margin-bottom: 0 !important;
  }
  
  .product-pricing-block__price {
    display: none;
  }
  
  .product-pricing-block__wrap {
    padding: 0;
  }
  
  .product-pricing-block .product-single__price {
    display: none;
  }
  
  .recipe-individual {
    background-color: transparent !important;
  }
}

.preda-fair-trade-mango .product-description-features__features .product-description-features__features__item:last-child img {
   width: 94px;
}

.coming-soon-recipes {
  align-items: flex-start !important;
  position: relative;
}

/* .collection .card.card--product {
  min-height: 335px;
} */

.product-hero____price-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-main__details .product-form__buttons .product-form__submit {
  margin-bottom: 0;
  border: 1px solid #2B273E;
  font-family: inherit;
  font-style: inherit;
  text-transform: uppercase;
  font-size: 16px;
  color: #2B273E;
  padding: 15px 30px;
}

.product-main__details .product-form__buttons {
  background-color: transparent;
  transition: ease 300ms;
}

.product-main__details .product-form__buttons:hover {
  background-color: #2B273E;
  color: #fff;
}

.product-main__details .product-form__buttons .product-form__submit {
  transition: ease 300ms;
}

.product-main__details .product-form__buttons:hover .product-form__submit {
  color: #fff;
}

.product-main__details .price {
  margin-top: 0;
  margin-right: 20px;
}

.product-hero____case-quant {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.product-hero____case-quant .product-pricing-block__quant {
  height: 35px;
  width: 40px;
  background: #CFCBC3;
  color: #2B273E;
  font-size: 16px;
}

.product-hero____case-quant__case {
  margin-right: 20px;
}

.product-main__details .quantity {
  border: 0;
}

.product-main__details .quantity__input {
  background: #CFCBC3;
}

.coming-soon-recipes__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 308px;
}

.coming-soon-recipes__wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1100px) {
  .coming-soon-recipes {
    margin-bottom: 50px;
    height: 218px;
  }
  
  .coming-soon-recipes__wrap {
    height: 218px;
  }
}
  
.social-links__nut-img {
  display: none;
}

.customer.register { margin-top: 220px !important;}

@media only screen and (max-width: 1100px) {
  .customer.register { margin-top: 0 !important;}
  
  .product-pricing-block .page-width {
    padding: 0 !important;
  }
  
  .product-form form {
    align-items: unset;
  }
  
  .product-pricing-block .product-form {
    width: 100%;
  }
  
  .product-pricing-block .product-form__buttons {
    flex: 1;
  }
  
  .cooki-container {
    bottom: 0 !important;
    padding: 30px!important;
  }
  
  .cooki-accept {
    margin-left: 0;
  }
  
  .cooki-container {
    display: none !important;
  }
  
  .slideshow__video {
    display: none !important;
  }
}

.message.success {
  background: #FBA200 !important;
  font-family: 'Montserrat';
  box-shadow: none !important;
  padding: 20px 30px !important;
}

.message.success h4 {
 font-family: 'Montserrat' !important;
 color: #fff !important;
 font-size: 22px !important;
}

.message.success .content {
  height: 30px !important;
}

.message.success .dismiss path {
  fill: #fff !important;
}

.message.success .dismiss {
  width: 24px !important;
  height: 14px !important;
  top: 22px !important;
  right: 22px !important;
}

.product-hero____free-delivery {
  text-align: center;
  padding-top: 30px;
  font-weight: 600;
  font-family: 'Baskerville';
  font-size: 18px;
}

.product-pricing-block__quant__wrap {
  background: #4F4B5F;
  display: flex;
  align-items: center;
  padding: 0px 20px;
}

.product-pricing-block__quant__minus,
.product-pricing-block__quant__plus{
  display: flex;
  align-items: center;
  height: 50px;
  width: 20px;
  justify-content: center;
  cursor: pointer;
}

.cart-notification.active {
  z-index: 9999;
}

.menu-drawer .list-menu__item {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.menu-drawer .list-menu__item img {
  width: 60px;
  margin-right: 20px;
}

.page-nav__list__item-img img:first-child {
  display: none;
}

.page-nav__list__item-img:hover img:first-child {
  display: block;
}

.page-nav__list__item-img:hover img:last-child {
  display: none;
}

.page-nav__list__item-img,
.page-nav__list__item-wrap-img{
  height: 90px;
}

@media only screen and (min-width: 1100px) {
  .slideshow__text {
    background-color: transparent !important;
  }
  
  .first-slide-text {
    display: none !important;
  }
}

.menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover {
  color: #fff;
}

.card-information__text {
  min-height: 50px;
}

@media only screen and (max-width: 1100px) {
  .card-information__text {
  	min-height: auto;
  } 
  
  .message.success h4 {
    font-size: 16px !important;
  }
  
  .globo-form-app .message.success {
    margin-bottom: 20px;
  }
}

.menu-drawer__inner-submenu {
  padding-bottom: 250px;
}

.slideshow.banner {
  position: relative;
  z-index: 2;
}

.ecologi .image-row__item {
  height: 630px;
}

#Slide-template--15628310184174__1643191104e0159830-5 .banner__text {
  margin-bottom: 20px;
}

.image-text-cube__item__text .button.button--primary {
   padding: 0;
   font-size: 23px;
}

.ecologi .image-row .image-row__item:nth-child(2) {
  margin-top: 0;
}

.menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover {
  color: #fff !important;
}

.image-text-cube__logo {
  width: 60px;
  margin: auto;
}

.features-with-icon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  margin-top: 100px;  
  margin-bottom: 70px;
}

.features-with-icon__item {
  width: 30%;
  text-align: center;
  margin-bottom: 60px;
  color: #221F31;
}

.features-with-icon____heading {
  font-size: 22px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 20px 0;
}

.features-with-icon__item__wrap {
  max-width: 280px;
  margin: auto;
}

.features-with-icon__item img {
  width: 135px;
  margin: auto;
}

@media only screen and (max-width: 900px) {
  .features-with-icon__item {
    width: 50%;
  }
  
  .features-with-icon {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 700px) {
  .features-with-icon__item {
    width: 100%;
  }
  
  .features-with-icon {
    margin-top: 50px;
  }
}

.contact-careers {
  position: relative;
  height: 580px;
  display: flex;
}

.contact-careers__text {
  width: 30%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  justify-content: center;
}

.contact-careers__heading {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: initial;
  font-family: 'Baskerville';
  max-width: 270px;
  margin: auto;
  margin-bottom: 50px;
}

.contact-careers__image {
  width: 70%;
  position: relative;
}

.contact-careers__image__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1250px) {
  .contact-careers__image {
    width: 60%;
  }
  .contact-careers__text {
    width: 40%;
  }
}


@media only screen and (max-width: 900px) {
  .contact-careers {
    flex-wrap: wrap;
  }
  
  .contact-careers__image {
    width: 100%;
  }
  .contact-careers__text {
    width: 100%;
  }
  
  .slideshow__text .banner__heading {
    text-align: center;
  }
}

.test {
  width: 300px;
}

.slideshow__nuts-animation {
/*   position: relative; */
}

.slideshow__nuts-animation__gif {
  position: absolute;
  width: 200px;
  top: 120px;
  left: 280px;
}

@media only screen and (min-width: 750px) {
  .slideshow__text.banner__box {
    background-color: transparent !important;
  }
  .icon.icon-hamburger {
    width: 50px;
  }
  .first-slide-text .banner__box {
    display: none !important;
  }
}

@media only screen and (max-width: 1240px) {
  .header__menu-item.header__menu-item.list-menu__item.link {
    font-size: 12px;
  }
  
  .header__heading img {
    width: 180px;
  }
  
  .header__heading {
    left: calc(50% - 89px);
  }
}

@media only screen and (max-width: 750px) {
  .header__heading img {
    width: 150px;
  }
}

@media only screen and (max-width: 989px) {
  .header__heading {
    top: 15px;
  }
}

@media only screen and (min-width: 1150px) {
  .our-craft .image-row__item {
    height: 655px;
  }
}

@media only screen and (max-width: 1330px) {
  .collection-head__text {
    max-width: 500px;
  }
}

@media only screen and (max-width: 1125px) {
  .collection-head__text {
    max-width: 430px;
  }
  
  .banner__heading img {
    max-width: 100%;
  }
  
  .banner__heading .banner__heading__image-one {
    max-width: 200px;
  }
}

@media only screen and (max-width: 990px) {
  .collection-head__text {
    max-width: 370px;
  }
}

@media only screen and (max-width: 990px) {
  .collection-head__text {
    max-width: 370px;
  }
}

@media only screen and (max-width: 900px) {
  .collection-head__text {
    max-width: 100%;
  }
}

.high-fibre img {
  width: 75px;
}

.vegan img {
  height: 35px;
}


.delay-notification {
  /*background-color: #2B273E;*/
  background-color: #E43778;
  color: #fff;
  padding: 0;
  text-align: center;
  font-size: 15px;
  z-index: 999;
  width: 300px;
  min-height: 100px;
  display:flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction:column-reverse;
}

.delay-notification img {
  max-width:300px;
  max-height:300px;
  object-fit:cover;
}

.delay-notification a {
  margin-top:30px;
  color:white;
}

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

  .delay-notification  {
    width: 400px;
}
  .delay-notification img {
    max-height: 400px;
    max-width:400px;
    object-fit: cover;
}
}

@media screen and (min-width:992px) {
  .delay-notification {
    flex-direction: row;
    width: 800px;
  }

  .delay-notification img {
    max-height:100%;
    max-width:100%;
  }

  .delay-notification a {
    margin-top:50px;
    color:white;
  }
}

.delay-notification-content {
    padding: 30px;
}

.delay-notification-banner {
  width:400px;
  height:100%;
}



.delay-notification__close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.delay-notification__close img {
  width: 100%;
}

.delay-notification-wrap {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
/*   background: #2b273e7a; */
/*   display: none; */
}


#product-zoomable-image {
   max-width: 100%;
   margin: 0 auto;
}


@media screen and (max-width:1100px) {
 
  img.zoomImg {
   display:none!important; 
    
  }
}

.thanks-our-stand {
  display: flex;
  height: calc(100vh - 200px);
  margin-top: 140px;
  min-height: 650px;
}

.thanks-our-stand h1 {
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.thanks-our-stand p {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  max-width: 310px;
  margin: auto;
  margin-bottom: 30px;
  line-height: 32px;
}

.thanks-our-stand a {
  background: #183965;
  color: #fff;
  text-decoration: none;
  padding: 7px 30px 7px 40px;
  display: inline-block;
  border-radius: 30px;
  font-family: 'Baskerville';
  font-style: italic;
  letter-spacing: 1px;
  font-size: 24px;
}

.thanks-our-stand a img {
  margin-left: 20px;
}

.thanks-our-stand__item {
  width: 50%;
}

.image-item {
  background-image: url('/cdn/shop/files/Component_2_1_5811800a-89cb-4569-9107-0b3cf0eb6afc.jpg?v=1661474801');
  background-size: cover;
  background-position: top;
  display: flex;
  justify-content: center;
  text-align: center;
}

.image-item div {
  font-family: 'Baskerville"';
  color: #fff;
  font-size: 75px;
  line-height: 60px;
  text-transform: uppercase; 
}

.textarea-item {
  background-color: #007CA5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 990px) {
  .thanks-our-stand {
    flex-wrap: wrap;
    margin-top: 0;
    height: auto;
    min-height: auto;
  }
  
  .thanks-our-stand__item {
    width: 100%;
    padding: 40px 0;
  }
  .image-item {
    height: 400px;
  }
  .thanks-our-stand h1 {
    font-size: 38px;
    line-height: 46px;
  }
}