/** Shopify CDN: Minification failed

Line 483:2 "adding" is not a known CSS property
Line 721:25 Unexpected "'.btn'"
Line 1223:9 Expected ":"
Line 1223:11 Expected identifier but found "0"

**/
/*********************** Custom Fonts Section **********************/
/*
@font-face {
  font-family: 'Museo Slab';
  src: url(//www.snackify.co/cdn/shop/files/MuseoSlab-900.eot?v=2634573954317922879);
  src: local('Museo Slab 900'), local('MuseoSlab-900'),
      url(//www.snackify.co/cdn/shop/files/MuseoSlab-900.eot?%23iefix&19931) format('embedded-opentype'),
      url(//www.snackify.co/cdn/shop/files/MuseoSlab-900.woff2?v=17305265738001176210) format('woff2'),
      url(//www.snackify.co/cdn/shop/files/MuseoSlab-900.woff?v=7569335099996528053) format('woff'),
      url(//www.snackify.co/cdn/shop/files/MuseoSlab-900.ttf?v=1718393646312709930) format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Slab';
  src: url(//www.snackify.co/cdn/shop/files/MuseoSlab-700.eot?v=18018263767335063722);
  src: local('Museo Slab 700'), local('MuseoSlab-700'),
      url(//www.snackify.co/cdn/shop/files/MuseoSlab-700.eot?%23iefix&19931) format('embedded-opentype'),
      url(//www.snackify.co/cdn/shop/files/MuseoSlab-700.woff2?v=2511947977775891329) format('woff2'),
      url(//www.snackify.co/cdn/shop/files/MuseoSlab-700.woff?v=18405970882862422626) format('woff'),
      url(//www.snackify.co/cdn/shop/files/MuseoSlab-700.ttf?v=3434231448230630395) format('truetype');
  font-weight: 700;
  font-style: normal;
}
*/

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Regular'), local('Proxima-Nova-Regular'),
    url(//www.snackify.co/cdn/shop/files/ProximaNova-Regular.woff2?v=2677661511723748961) format('woff2'),
    url(//www.snackify.co/cdn/shop/files/ProximaNova-Regular.woff?v=14050523950607733011) format('woff'),
    url(//www.snackify.co/cdn/shop/files/ProximaNova-Regular.ttf?v=1762472255734051069) format('truetype');
  /*
  Regular
  font-weight: 400;
  Semibold
  font-weight: 600;
  Bold
  font-weight: 700;
  */
  font-style: normal;
}

/************************** Common Section *************************/
body, button {
  font-family: 'Proxima Nova';
  font-weight: 400;
}
.h1, .h2, h1, h2 {
  font-family: "museo-slab",serif;
}

h5.border-line {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
}
h5.border-line:before {
  content: " ";
  height: 2px;
  width: 25px;
  margin-right: 7px;
  display: block;
  background: var(--color-text);
}

.main-content .index-section:last-child {
  padding-bottom: 0;
}
.nav-bar__item {
  font-family: 'Proxima Nova';
  font-weight: 600;
}

.btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
  font-weight: 600;
  font-family: 'Proxima Nova';
}

.index-section, .padding-section {
  padding-bottom: 70px;
}
.h2, h2 {
  font-size: 60px;
}

.cursor-bow:hover {
  cursor: url("//www.snackify.co/cdn/shop/t/151/assets/cursor-mark_20x.png?v=20553959954950933531752484395"), auto;
}

@media screen and (min-width:750px) and (max-width:989px) {
  .h2, h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 749px) {
  .index-section, .padding-section {
    padding-bottom: 50px;
  }

  .h2, h2 {
    font-size: 40px;
  }
}

/*********************** Breadcrumbs Section ***********************/
.breadcrumbs__item:not(:last-child):after {
  height: 8px;
  margin: 0 5px 0 0px;
  width: 8px;
}

/************************** Header Section *************************/
/*-------------------- AnnouncementBar Section --------------------*/
.AnnouncementBar__Content p {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 749px) {
  .AnnouncementBar {
    padding: 6px 10px;
  }
  .AnnouncementBar__Content p {
    font-size: 12px;
    line-height: 12px;
  }
}
/*---------------------- Header top Section -----------------------*/
.site-header .top_navigation_links,
header .top_navigation_links .disclosure__toggle {
  font-weight: 400;
}
.header_top__row, .site-header .header_top {
  padding: 5px 20px;
}
.site-header .top_navigation_menu li a,
.header_top .top_navigation_links button, 
.header_top .top_navigation_links a {
  font-size: 14px;
}
.header_cart_info .cart_icon svg {
  fill: #008059;
}
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-bar__input {
  min-height: 50px;
}
header.site-header .categories_menu.emphasize_link .nav-bar__item .categories_main_link {
  min-height: 50px;
  font-size: 16px;
}
.search_categories_menu .search_categories_button {
  font-size: 16px;
}
.site-header.logo--inline .header_cart_info.show_cart_subtotal .cart_icon, 
.header_cart_info.show_cart_subtotal .cart_icon, 
.site-header.logo--left .header_cart_info.show_cart_subtotal .cart_icon {
  width: 38px;
  height: 38px;
}

.nav-bar__linklist .nav-bar__item.item-has-mega-menu .nav-dropdown__link,
.mega-menu__column,
.mega-menu__link,
.mega-menu__image-heading {
  color: #000;
}
.categories_menu .second_lvl.nav-dropdown.withoutMegamenuLvl {
  min-width: 200px;
}
.mega-menu__inner.mega-menu__inner--left .mega_menu_columns__wrapper .mega-menu__column {
  margin-right: 30px;
}
.mega_menu_columns__wrapper .mega-menu__column {
  max-width: calc(20% - 30px);
}
.mega-menu__image-text {
  font-size: calc(var(--font-size-navigation) * 1px - 1px);
}
.mega-menu__promo .mega-menu__image-wrapper img {
  border-radius: 14px;
}

/************************** Footer Section *************************/
.site-footer__item-inner--newsletter {
  text-align: center;
}
.site-footer__item-inner--newsletter .contact-form .input-group {
  flex-wrap: wrap;
}
.site-footer__item-inner--newsletter .contact-form .input-group .newsletter__submit {
  border-radius: 50px;
  width: 100%;
  height: auto;
  justify-content: space-between;
  margin: 0;
  max-width: 100%;
  padding: 0 15px 0 25px;
  margin-bottom: 11px;
}
.site-footer__item-inner--newsletter .contact-form .input-group .newsletter__input {
  border: 0;
  margin-bottom: 11px;
  padding: 15px 15px 15px 25px;
  background: #fff;
  color: #4d4d4d;
}
.site-footer__item-inner--newsletter .contact-form .input-group .newsletter__input::placeholder {
  color: #000;
}
.site-footer__content .site-footer__item-inner .h5 {
  font-family: "museo-slab",serif;
  font-size: 30px;
}
.site-footer__content .site-footer__social-icons .social-icons__item {
  border-radius: 0;
  width: 30px;
  height: 30px;
  margin: 0 5px 5px 0;
  background: transparent;
}
.site-footer__content .site-footer__social-icons .social-icons__item .icon {
  color: #fff;
}
.site-footer__content .site-footer__social-icons .social-icons__item:hover .icon {
  fill: #afdc36;
}
.site-footer__content .site-footer__social-icons .social-icons__item:hover {
  background: transparent;
}
.site-footer__content .site-footer__social-icons .social-icons__item:after {
  background: transparent;
}

.newsletter-app-wrapper {
  margin: 0 auto;
  text-align: center;
}
.newsletter-app-wrapper .klaviyo-form .needsclick form.needsclick.klaviyo-form {
  padding: 0 !important;
}
.newsletter-app-wrapper .klaviyo-form form.needsclick.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 .needsclick.kl-private-reset-css-Xuajs1:first-child p span {
  font-family: "museo-slab",serif !important;
  font-size: 30px !important;
  font-weight: 400 !important;
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .site-footer__item-inner--newsletter .site-footer__rte+.site-footer__newsletter {
    margin: 0 auto;
  }
}
@media screen and (min-width:750px) and (max-width:989px) {
  .site-footer__item-inner--newsletter .site-footer__rte+.site-footer__newsletter {
    margin: 0 auto;
  }
}

@media screen and (max-width: 749px) {
  .site-footer__item {
    justify-content: center;
  }
  .site-footer__item-inner--link_list {
    width: 80%;
  }
  .site-footer__item-inner--newsletter .site-footer__rte+.site-footer__newsletter {
    margin: 0 auto;
  }
}

@media screen and (max-width:480px) {
  .site-footer__item-inner--link_list {
    width: 100%;
  }  
}

/************************ Home Page Section ************************/
/*------------------------- Slider Section ------------------------*/
.slideshow__text-wrap--desktop .slideshow__text-content .slideshow__title {
  margin-bottom: 50px;
}
.slideshow__btn-wrapper--push {
  margin-top: 50px;
}
.slideshow-btm-wrapper {
  padding-top: 16px;
}

.slideshow__text-wrap .slideshow__text-content {
  padding: 0 !important;
}
.slider-image img {
  display: block;
  width: 100%;
}
.slideshow__text-wrap .slideshow__text-content .grid {
  align-items: center;
}


@media screen and (min-width: 1440px) {
  .slideshow__text-wrap--desktop .slideshow__text-content .slideshow__title {
    font-size: 76px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .slideshow__text-wrap .slideshow__text-content .grid {
    align-items: flex-end;
  }
  .slideshow__text-wrap--desktop .slideshow__text-content .slideshow__title {
    margin-bottom: 20px;
    font-size: 55px;
  }
  .slideshow__btn-wrapper--push {
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .slideshow__controls {
    bottom: 10px;
  }
}
@media screen and (min-width: 990px) and (max-width: 1199px) {
  .slideshow__text-wrap .slideshow__text-content .grid {
    align-items: flex-end;
  }
  .slideshow__text-wrap--desktop .slideshow__text-content .slideshow__title {
    margin-bottom: 16px;
    font-size: 50px;
  }
  .slideshow__btn-wrapper--push {
    margin-top: 16px;
    margin-bottom: 50px;
  }

  .slideshow__controls {
    bottom: 10px;
  }
}

@media screen and (min-width:750px) and (max-width:989px) {
  .slideshow__text-wrap--desktop .slideshow__text-content .slideshow__title {
    margin-bottom: 16px;
    font-size: 40px;
  }
  .slideshow__btn-wrapper--push {
    margin-top: 16px;
  }
}

@media screen and (max-width: 749px) {
  .slideshow {
    min-height: 100%;
    max-height: none;
  }
  .slideshow.mobile-slideshow--adapt .slideshow__slide .slideshow__text-wrap {
    position: initial;
    top: auto;
    left: auto;
    transform: none;
  }
  .slideshow__text-wrap .slideshow__text-content {
    padding-bottom: 70px !important;
  }
  .slideshow__text-wrap--desktop .slideshow__text-content .slideshow__title br {
    display: none;
  }
  .slideshow__text-wrap--desktop .slideshow__text-content .slideshow__title {
    margin-bottom: 16px;
  }
  .slideshow__btn-wrapper--push {
    margin-top: 16px;
  }
  .slideshow__arrows {
    display: none;
  }
}

@media screen and (max-width:480px) {
  .slideshow__title {
    font-size: 40px;
  }
}

/*--------------------- featured-blocks Section -------------------*/
.featured-block.layout_grid.image_style_background .featured-block-wrapper .featured-block-content-wrapper {
  height: 100%;
}
[data-section-type="featured-blocks"] .featured-block .featured-block-wrapper .featured-block_link {
  z-index: 2;
}
[data-section-type=featured-blocks] .featured-block .featured-block-content-wrapper .featured-block-content {
  padding: 50px 30px 30px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
[data-section-type=featured-blocks] .featured-block .featured-block-content-wrapper .featured-block-content .featured-block-btn-wrapper {
  width: 100%;
}
[data-section-type=featured-blocks] .featured-block .featured-block-content-wrapper .featured-block-content .featured-block-btn-wrapper .btn {
  width: 100%;
  color: #008059;
}

.home_product_block .featured-block-details {
  max-width: 150px;
}
.home_product_block .featured-block-wrapper:hover .featured-block-image-container img {
  transform: scale(1.1) !important;
}

@media screen and (max-width:480px) {
  .featured-block-btn-wrapper .btn {
    padding: 10px 12px 10px 14px;
    font-size: 14px;
  }
}

/*------------------------ logo-bar Section -----------------------*/
.logo-bar .logo-bar__item {
  padding-right: 0;
  margin-bottom: 15px;
}
.logo-bar .logo-bar__item .grid-view-item {
  height: auto;
  padding: 0;
  margin: 0 15px;
  border-radius: 24px;
  box-shadow: none;
}
.logo-bar .logo-bar__item .grid-view-item .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  gap: 15px;
  padding-top: 15px;
}
.logo-bar .logo-bar__link {
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.logo-bar .logo-title {
  width: 100%;
}
.logo-bar .logo-bar__link:hover {
  cursor: url("//www.snackify.co/cdn/shop/t/151/assets/cursor-mark_20x.png?v=20553959954950933531752484395"), auto;
}
.logo-title.btn.btn--primary {
  border-radius: 24px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}    
.logo-bar .logo-bar__link:hover .logo-title.btn.btn--primary,
.logo-title.btn.btn--primary:hover {
  cursor: url("//www.snackify.co/cdn/shop/t/151/assets/cursor-mark_20x.png?v=20553959954950933531752484395"), auto;
}
.logo-title.btn.btn--primary:after {
  background: transparent;
}

.logo-bar__image-container {
  width: 100%;
}
.logo-bar__image-container .logo-bar__image {
  position: initial;
  adding: 15px;
}
.logo-content {
  color: #000;
}

.section-btm-btn-wrapper {
  text-align: center;
  padding-top: 50px;
}
.section-btm-btn-wrapper .btn,
.section-btm-btn-wrapper .btn:hover {
  color: #008059;
}

.home_lifestyle {
  padding: 80px 0;
}
.home_lifestyle .section-header h2 {
  color: #fff;
}

@media screen and (min-width:750px) and (max-width:989px) {
  .home_lifestyle .logo-bar {
    overflow-x: scroll;
    flex-wrap: nowrap;
    margin-left: -55px;
    margin-right: -55px;
  }
  .home_lifestyle .logo-bar__item.small--one-half {
    min-width: 250px;
  }
}

@media screen and (max-width: 749px) {
  .home_lifestyle {
    padding: 50px 0;
  }
  .home_lifestyle .logo-bar {
    overflow-x: scroll;
    flex-wrap: nowrap;
    margin-left: -22px;
    margin-right: -22px;
  }
  .home_lifestyle .logo-bar__item.small--one-half {
    min-width: 250px;
  }
  .home_lifestyle .logo-bar .logo-bar__item .grid-view-item {
    margin: 0;
  }
}
@media screen and (max-width:480px) {
  
}

/*------------------- featured-products Section -------------------*/
.flickity-slider .product-item-block {
  min-height: 530px;
}
.featured-collection {
  padding: 0;
}
.featured-collection .home_collection_slider {
  padding: 100px 0;
  background: #f4f4f4;
}
.featured-collection .home_collection_slider .section-header {
  margin-bottom: 0;
}
.featured-collection .home_collection_slider .section-header .header-content {
  margin-bottom: 0;
}
.featured-collection .home_collection_slider .index-tabs-collections-wrapper .index-tabs_nav__wrapper.navigation_style_normal .index-tabs_nav {
  border-bottom: 0;
}
.featured-collection .home_collection_slider .index-tabs-collections-wrapper .index-tabs_nav__wrapper {
  margin-top: -45px;
}

@media screen and (min-width: 1700px) and (max-width: 1799px) {
  .flickity-slider .product-item-block {
    min-height: 516px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1699px) {
  .flickity-slider .product-item-block {
    min-height: 506px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1599px) {
  .flickity-slider .product-item-block {
    min-height: 486px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1499px) {
  .flickity-slider .product-item-block {
    min-height: 466px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
  .flickity-slider .product-item-block {
    min-height: 444px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .flickity-slider .product-item-block {
    min-height: 422px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .flickity-slider .product-item-block {
    min-height: 398px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1099px) {
  .flickity-slider .product-item-block {
    min-height: 375px;
  }
}
@media screen and (min-width: 800px) and (max-width: 899px) {
  .flickity-slider .product-item-block {
    min-height: 372px;
  }
}
@media screen and (min-width: 750px) and (max-width: 799px) {
  .flickity-slider .product-item-block {
    min-height: 340px;
  }
}

@media screen and (min-width:750px) and (max-width:989px) {
  .featured-collection .home_collection_slider {
    padding: 60px 0;
  }
  .featured-collection .home_collection_slider .section-header, 
  .featured-collection .home_collection_slider .section-header .header-content {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 749px) {
  .featured-collection .home_collection_slider {
    padding: 50px 0;
  }
  .index-tabs-collections-wrapper .section-tabs-content {
    padding-right: 0;
  }
  .featured-collection .home_collection_slider .index-tabs-collections-wrapper .index-tabs_nav__wrapper {
    margin-top: 16px;
  }
}
@media screen and (max-width:480px) {
  
}

/*------------------- product-card-item Section -------------------*/
.product-card {
  padding: 11px 11px 0;
  border-radius: 20px;
}
.product-item--info {
  padding: 11px;
  margin-top: 10px;
}
.product-card__link-image:hover,
.product-card__link-title:hover,
.product-item--info .btn:hover {
  cursor: url(//www.snackify.co/cdn/shop/t/151/assets/cursor-mark_20x.png?v=20553959954950933531752484395), auto;
}
.product-item--media {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 11px;
}
.product-card__image-wrapper,
.product-card__image-wrapper img.product-card__image,
.use_align_height .product-card img {
  max-width: 100% !important;
  max-height: 100% !important;
  display: block;
  border-radius: 15px;
}
.use_align_height .product-card .product-card__image-with-placeholder-wrapper {
  max-width: 100% !important;
  max-height: 100% !important;
  min-height: 100% !important;
  margin-bottom: 0;
}
.use_align_height .product-card .product-card__image-wrapper {
  position: initial;
  transform: none;
}
.use_align_height .product-card .product-card__image--alternate {
  top: 0;
  left: 0 !important;
  transform: none;
}
.product-item__price_and_reviews_row {
  margin: 5px 0 10px;
}
.product-card__link-title {
  color: #000000;
}
.product-card__title {
  font-family: 'Proxima Nova';
}
.open-quick-view--btn {
  background-color: #008059;
}
.shopify-section .zoom-fade-animation.zoomFade-animation .zoom-fade-animation-element {
  transition: all .5s;
}
.product-item-block.product-item-block--withAlternateImage img {
  transition: all .5s;
}

    
/*---------------------- feature-row Section ----------------------*/
.featured-row-bottom {
  margin-top: 20px;
}
.feature-row__text h2 {
  font-size: 60px;
  font-family: "museo-slab",serif;
}
.feature-row__text h5 {
  font-family: 'Proxima Nova';
  font-weight: 400;
  color: var(--color-body-text);
}
.feature-row__text h5.border-line:before {
  background: var(--color-body-text);
}
.feature-row__text ul {
  margin-left: 20px;
}
.feature-row__text p a,
.feature-row__text a:not('.btn') {
  text-decoration: none;
  color: #afdc36;
}

.home_img_text_logo {
  padding: 100px 0 275px;
  background-image: url("//www.snackify.co/cdn/shop/files/smartbox-committed-bottom.png?v=928437169406034282");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 275px;
}
.home_img_text_logo .feature-row__text.feature-row__text--right {
  margin-right: auto;
  margin-left: 0;
  padding-left: 0;
}
.home_img_text_logo .feature-row__image-wrapper {
  border-radius: 0;
  margin-left: 0;
}
.home_img_text_logo .section-header {
  margin-bottom: 40px;
}
.home_img_text_logo .section-header h2 {
  color: #fff;
}

@media screen and (min-width:750px) and (max-width:989px) {
  .feature-row__text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .feature-row__text h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 749px) {
  .feature-row {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }  
  .feature-row__text {
    padding: 50px 20px;
    max-width: 100%;
  }
  .feature-row__text.feature-row__text--right {
    margin-left: 0;
    margin-right: auto;
  }
  .feature-row__text h2 {
    font-size: 40px;
  }

  .home_img_text_logo .feature-row__text.feature-row__text--right {
    padding-top: 0;
  }

  .about_img_text_sea .feature-row,
  .about_img_text_proude .feature-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width:480px) {}

/*------------------------- quotes Section ------------------------*/
.section_with_bg .section_bg {
  left: 50%;
  max-width: 1550px;
  transform: translateX(-50%);
}
.quotes-section .image_style_right .section_bg_image {
  width: 600px;
}
.quotes-section .section-header {
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
}
.quotes-section {
  padding: 80px 0 !important;
  background: #f4f4f4;
}
.quotes-section .section-header .h5 {
  color: var(--color-body-text);
  flex: 1 0 100%;
}
.quotes-section .section-header .h5:before {
  background: var(--color-body-text);
}
.quotes-section .section_with_bg .section-header .slider_custom_arrows {
  position: initial;
}

[data-section-type=quotes] .testimonials_slider .testimonial_block .title {
  margin-bottom: 10px;
  font-family: 'Proxima Nova';
  color: #000000;
}
[data-section-type=quotes] .testimonials_slider .testimonial_block .quote {
  margin-bottom: 20px;
}
.author_name {
  font-family: 'Proxima Nova';
  font-size: 20px;
  color: #000000 !important;
}

@media screen and (max-width: 749px) {
  .quotes-section {
    padding: 16px 0!important;
  }
  .section_with_bg .section_bg {
    display: none;
  }
}
@media screen and (max-width:480px) {}

/*------------------- logos-with-content Section ------------------*/
.logos-with-content-wrapper {
  padding-top: 70px;
}
.logos-with-content-wrapper .section-header .h5 {
  color: var(--color-body-text);
}
.logos-with-content-wrapper .section-header .h5:before {
  background: var(--color-body-text);
}
.logos-content-wrapper h2 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 1px;
}

@media screen and (min-width:750px) and (max-width:989px) {
  .logos-content-wrapper h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 749px) {
  .logos-content-wrapper h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

/*----------------------- newsletter Section ----------------------*/
.index-newsletter .newsletter-section {
  padding: 50px 0;
}
.index-newsletter .newsletter-section .contact-form [type=submit] {
  max-width: 100%;
}
.newsletter-section .section-header h2 {
  color: #fff;
}

/*--------------------- page-contact Section ----------------------*/
.section-contact-form {
  padding: 55px 0;
}

/*********************** Product Page Section **********************/
.template-product {
  background: #f4f4f4;
}
.template-product   #shopify-section-header.showAlternateHeader + #PageContainer.marginTop {
  padding-top: 40px; 
}

.product-single__media-wrapper {
  background: transparent;
  border-radius: 10px;
}
.thumbnails-wrapper {
  margin-top: 25px;
}
.thumbnails-block_wrapper {
  background: #fff;
  border-radius: 20px;
}

.shipping-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: 50px 0;
  gap: 50px;
}
.shipping-item img {
  max-width: 50px;
  width: 100%;
}

.product-single__title {
  font-size: 40px;
  font-family: "museo-slab",serif;
  color: #000;
  margin-bottom: 15px;
}
.product__price {
  font-size: 40px;
  margin-bottom: 20px;
}
.product-single__meta .form_bg_row {
  background: transparent;
  padding: 0;
}
.product-single__meta .header {
  color: #000;
}
.swatch-element input:checked+label {
  border-color: var(--color-text);
  background: var(--color-text);
  color: #fff;
}
.product-form__controls-group--submit {
  display: inline-block;
  min-width: 300px;
  margin-right: 15px;
}
.product-form__cart-submit,
.product-form__item--payment-button .product-form__cart-submit {
  max-width: 300px;
  background-color: #008059;
  width: 100%;
}
.social-sharing {
  display: inline-flex;
}

@media screen and (min-width:750px) and (max-width:989px) {
  .product-single__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 749px) {
  .product-single__title {
    font-size: 30px;
  }
  .template-product .shipping-text {
    margin: 30px 0 0;
    gap: 16px;
  }
}


/************************* Common Page Section **********************/
/*------------------------ main-page Section -----------------------*/
.custom_page_header_section {
  min-height: 500px;
  padding-bottom: 100px;
    margin-bottom: unset;
}
.custom_page_header_section .page-width .page_header_heading {
  margin: 15px 0;
  font-size: 60px;
}
.page-header-content {
  color: #fff;
}
/************************* Modified Hendra **********************/
.template-page.template-survey-landing .custom_page_header_section {
  margin-bottom:0px;
}
.template-page.template-survey-landing .homepage_subtitle_style_primary{
  margin-bottom: 15px;
}
.template-page.template-survey-landing .page-width.custom-section{
  padding-bottom: 30px;
}
.template-page.template-survey-landing .shopify-section+.shopify-section{
  padding-bottom: 0;
}
@media screen and (max-width: 749px) {
  .template-page.template-survey-landing .slideshow__text-wrap .slideshow__text-content {
    padding-top: 70px !important;
  }
  .template-page.template-survey-landing .slideshow__text-wrap--desktop .slideshow__text-content .slideshow__title {
    font-size: 40px;
    margin-top: 15px;
  }
}
/************************* Modified Hendra END **********************/
@media screen and (max-width: 749px) {
  .custom_page_header_section .page-width .page_header_heading {
    font-size: 54px;
    line-height: 60px;
  }
}

/*----------------------- rich-text Section -----------------------*/
.rich-text {
  padding-bottom: 0;
}
.rte_icon.rich-text-image-layout {
  margin: 0 auto;
  position: relative;
}
.rte_icon.rich-text-image-layout img {
  display: block;
  width: 100%;
}
.rich-text-wrapper {
  padding: 50px 0;
}

@media screen and (max-width: 749px) {
  .rich-text {
    padding-top: 30px;
  }
}

/*********************** about-us Page Section *********************/
/*----------------------- rich-text Section -----------------------*/
.rte_icon.rich-text-image-layout:after {
  content: "";
  height: 300px;
  width: 300px;
  position: absolute;
  left: 50%;
  bottom: -150px;
  transform: translate(-50%);
  background-image: url("//www.snackify.co/cdn/shop/files/star-logo.png?v=11357534698048407059");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width:750px) and (max-width:989px) {
  .rte_icon.rich-text-image-layout:after {
    height: 200px;
    width: 200px;
    bottom: -120px;
  }  
}

@media screen and (max-width: 749px) {
  .rte_icon.rich-text-image-layout:after {
    height: 150px;
    width: 150px;
    bottom: -90px;
  }
}

@media screen and (max-width: 480px) {
  .rte_icon.rich-text-image-layout:after {
    height: 100px;
    width: 100px;
    bottom: -60px;
  }
}


/*------------------------ logo-bar Section -----------------------*/
.about_logo_excellence {
  padding: 200px 0 50px;
}
.about_logo_excellence .section-header {
  max-width: 900px;
  margin: 0 auto 50px;
}
.about_logo_excellence .logo-bar {
  max-width: 1000px;
  margin: 0 auto;
}
.about_logo_excellence .section-header h2 {
  color: #fff;
  font-size: 30px;
}
.about_logo_excellence .section-header .rte-setting {
  color: #fff;
}
.about_logo_excellence .logo-bar .logo-title {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.about_logo_initiatives {
  padding: 80px 0;
}
.about_logo_initiatives .section-header {
  max-width: 900px;
  margin: 0 auto 50px;
}
.about_logo_initiatives .logo-bar {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .about_logo_excellence {
    padding: 150px 0 50px;
  }
  .about_logo_initiatives .section-header {
    max-width: 900px;
    margin: 0 auto 16px;
  }
  .about_logo_initiatives .logo-bar .logo-bar__item {
    margin-bottom: 50px;
  }
  .about_logo_initiatives .logo-bar .logo-bar__item:last-child {
    margin-bottom: 0px;
  }
}

/*-------------------- featured-product Section -------------------*/
.section-single-product {
  padding-top: 100px;
  padding-bottom: 45px;
}
.section-single-product .grid.product-single  {
  align-items: center;
}
.section-single-product .shipping-text {
  margin: 16px 0;
}

@media screen and (max-width: 749px) {
  .section-single-product {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .section-single-product .shipping-text {
    gap: 16px;
  }
}

/************************ Blogs Page Section ***********************/
/*--------------------- blogs-wrapper Section ---------------------*/
.template-blog {
  background: #f4f4f4;
}
.article_block .article_block_info {
  padding: 20px 25px;
}
.article__title {
  font-family: "museo-slab",serif;
  color: var(--color-body-text);
}
.article_block .article_block_info .article__grid-meta {
  color: #000;
  opacity: 0.6;
}
.blog_page_layout .blog-sidebar__item,
.blog-sidebar__post-title {
  color: var(--color-body-text);
}
.category-filters-area-list .panel-heading a {
  color: var(--color-body-text);
  font-size: 16px;
}

/******************** Contact us Page Section *********************/
.contact-content {
  text-align: center;
  margin: 0 auto 70px;
  max-width: 900px;
}
.contact-content .contact--address {
  display: none;
}
.contact-content h1 {
  color: #008059;
}
.template-contact .block_info .h4 {
  color: #000;
  font-family: "museo-slab",serif;
}
.template-contact .block_content p {
  margin-bottom: 10px;
}
.template-contact .homepage_subtitle_style_primary h2 {
  font-size: 40px!important;
  color: #000!important;
}
.template-contact .contact-form .btn {
  background-color: #008059;
}
.template-contact .btn--primary:not([disabled]):hover {
  background-color: #00583d;
}
.template-contact .mosaic_section_wrapper .mosaic_block .mosaic_image {
  width: 100%;
}
.connect-social-media {
  margin: 50px 0 30px;
  text-align: center;
}
.connect-social-media ul {
  padding; 0;
  margin: 30px auto 0;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.connect-social-media .social-media-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.connect-social-media .social-media-links a {
  display: flex;
  align-items: center;
  color: #000;
}
.form-vertical label {
  color: #000;
}
.form-vertical .disclosure__toggle, 
.form-vertical input:not([type="submit"]), 
.form-vertical select, 
.form-vertical textarea {
  background: #fff;
}
@media screen and (min-width: 750px) {
  .template-contact .mosaic_section_wrapper .mosaic_block.height_1 {
    min-height: 300px;
  }
}
@media screen and (max-width: 749px) {
  .connect-social-media .social-media-links a {
    font-size: 0;
  }
}
/**************** Smartbox-for-business Page Section ***************/
.template-smartbox-business .custom_page_header_section {
  margin-bottom: 0;
}
.logo-bar-section.corporate_gifting_logos {
  padding-bottom: 15px;
}
.logo-bar-section .homepage_subtitle_style_primary {
  padding-top: 50px;
}

/*------------------------- Slider Section ------------------------*/
.slider_corporate .slideshow-btm-wrapper {
  padding-top: 30px;
}
.slider_corporate .slideshow__text-wrap .slideshow__text-content {
  padding-top: 300px!important;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider_corporate .slideshow__text-wrap .slideshow__text-content {
    padding-top: 200px!important;
  }
}
@media screen and (min-width: 990px) and (max-width: 1199px) {
  .slider_corporate .slideshow__text-wrap .slideshow__text-content {
    padding-top: 250px!important;
  }
}
@media screen and (min-width:750px) and (max-width:989px) {
  .slider_corporate .slideshow__text-wrap .slideshow__text-content {
    padding-top: 200px!important;
  }
}
@media screen and (max-width: 749px) {
  .slider_corporate .slideshow__text-wrap .slideshow__text-content {
    padding-top: 100px!important;
  }
}

/*-------------------- icons-with-text Section --------------------*/
.block_info .h4 {
  color: #000;
  font-family: "museo-slab",serif;
}

@media screen and (max-width: 749px) {
  .icon-with-text--blocks .icon-with-text--block {
    flex-direction: row;
    gap: 16px;
    justify-content: flex-start;
  }
  .icon-with-text--blocks .icon-with-text--block .block_info {
    text-align: left;
  }
}

/*------------------------ logo-bar Section -----------------------*/
.logo_business_customized {
  padding: 80px 0;
}
.logo_business_customized .section-header h2 {
  color: #fff;
}
.logo_business_customized .logo-bar {
  max-width: 1100px;
  margin: 0 auto;
  gap: 100px;
  flex-wrap: nowrap;
}
.logo_business_customized .logo-bar .logo-title {
  justify-content: center;
  font-size: 30px;
  font-family: "museo-slab",serif;
}
.logo_business_customized .logo-bar .logo-content {
  color: #fff;
}

@media screen and (min-width:750px) and (max-width:989px) {
  .logo_business_customized .logo-bar {
    gap: 50px;
  }
}
@media screen and (max-width: 749px) {
  .logo_business_customized .logo-bar {
    gap: 16px;
    flex-wrap: wrap;
  }
}

/*---------------------- page-contact Section ---------------------*/
.template-smartbox-business .section-contact-form {
  padding: 100px 0;
}
.template-smartbox-business .contact-form label {
  color: #000 !important;
}
.template-smartbox-business .contact-form .btn {
  background-color: #008059;
}
.template-smartbox-business .contact-form input {
  background: #fff;
}
.template-smartbox-business .custom-section {
  padding-top: 100px;
}

@media screen and (max-width: 749px) {
  .template-smartbox-business .section-contact-form {
    padding: 50px 0;
  }
  .template-smartbox-business .custom-section {
    padding-top: 50px;
  }
}

.smartbox_gifting_form .section-header {
  text-align: center;
}
.smartbox_gifting_form {
  padding-bottom: 50px;
}

@media screen and (max-width: 749px) {
  .smartbox_gifting_form {
    padding-bottom: 0;
  }
}

/*------------------ custom-form-section Section ------------------*/
.corporate_gifting_contact_form {
  background: #AFDC36;
  padding: 100px 0;
}
.corporate_gifting_contact_form header {
  text-align: center;
}
.corporate_gifting_contact_form .btn {
  background-color: #008059;
  width: 100%;
  justify-content: center;
  margin-top: 11px;
}
.corporate_gifting_contact_form .btn:hover {
  color: #008059;
  background-color: #f4f4f4;
}

/********************** Collection Page Section ********************/
.template-collection {
  background: #f4f4f4;
}
.Collection_Section .collection-sidebar {
  background: #f0f0f0;
  margin-right: 11px;
  padding: 50px 30px;
  max-width: 350px;
}
.collection-sidebar .category-filters-area .category-filters-area-section {
  padding-bottom: 60px;
  border: none;
  display: inline-block;
  width: 100%;
}
.category-filters-area .category-filters-area-section:last-child {
  padding-bottom: 30px !important;
}
.collection-sidebar .category-filters-area-list {
  height: 100% !important;
  overflow: visible !important;
}
.collection-sidebar a.show_more_options {
  display: none !important;
}

/******************* Collection List Page Section ******************/
.template-list-collections {
  background: #f4f4f4;
}
.collection-grid-item__image-wrapper {
  padding: 11px;
}
.collection-grid-item.full_image .collection-grid-item__info {
  padding: 11px;
}
.collection-grid-item__button_wrapper .btn {
  background-color: #008059;
}

/********************* office-box Page Section *********************/
/*----------------- icons-with-text page Section ------------------*/
.office_box_icon .section-header {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.office_box_icon .section-btm-btn-wrapper .btn {
  max-width: 300px;
  background-color: #008059;
  width: 100%;
  color: #fff;
}
/*-------------------- Featured blocks Section --------------------*/
.bg_colum_box {
  padding: 100px 0;
  background: #f4f4f4;
}
.bg_colum_box .featured-block-wrapper {
  border-radius: 20px;
  background: var(--white-color);
  padding: 11px 11px 0;
  border-radius: 20px;
}
.bg_colum_box .featured-block .featured-block-content-wrapper .featured-block-content {
  text-align: left;
  align-items: flex-start;
}
.bg_colum_box .featured-block .featured-block-content-wrapper .featured-block-details {
  margin-bottom: 20px;
}
.bg_colum_box .featured-block .featured-block-content-wrapper .featured-block-content .featured-block-btn-wrapper .btn {
  color: #fff;
  background: #008059;
}

/*------------------- featured-product Section --------------------*/
.section-header-content {
  text-align: center;
  margin: 10px 0 50px;
  overflow: hidden;
}
.page-gallery {
  padding: 50px 0 30px;
}
.page-gallery-bg .header-title {
  line-height: 1em;
  margin-bottom: 0;
  font-weight: 400;
}
.page-gallery-bg .gallery-wrapper .featured-images {
  max-width: 80%;
  margin: 0 auto;
}
.page-gallery-bg .gallery__image-container {
  max-width: 80%;
  margin: 0 auto;
}
.page-gallery-bg .gallery-image-text {
  color: #fff;
}
.page-gallery-bg .gallery-image-text h2 {
  line-height: 1em;
  font-weight: 300;
}

/*--------------------- image-gallery Section ---------------------*/
.mosaic_section_wrapper.mosaic-normal-images .mosaic_block {
  min-height: auto;
  height: auto;
}
.mosaic_section_wrapper.mosaic-normal-images .mosaic_block .mosaic_image {
  position: initial;
  height: auto;
  object-fit: initial;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .mosaic_section_wrapper.mosaic-normal-images .mosaic_block {
    height: auto !important;
  }
}

/*********************** Contact Page Section **********************/
/*-------------------- featured-blocks Section --------------------*/
.landing_page {
  background: #afdc36;
  padding: 80px 0;
  margin-top: 50px;
}

/*********************** Cart Page Section **********************/
.template-cart #gs__toggle-box {
  margin-bottom: 15px;
}

/*********************** Gifting Page Section **********************/
/*------------------------- Slider Section ------------------------*/
.gifting_icon_text .section-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

/*********************** Affiliates page **********************/
.brand-promotion-packages-wrapper .brand-promotion-package-wrapper {
  margin-bottom: 20px;
}
.brand-promotion-packages-wrapper h4 {
  text-align: center;
  color: #000;
  font-family: "museo-slab", serif;
}
.brand-promotion-packages-wrapper p {
  text-align: center;
  margin-bottom: 30px;
}
.brand-promotion-package-wrapper {
  background: #f0f0f0;
  color: #000;
  padding: 30px 25px;
  border-radius: 20px;
  font-size: 16px;
}
.brand-promotion-package-wrapper .head {
  color: #008059;
  font-weight: bold;
  font-size: 24px;
  font-family: 'museo-slab', serif;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c8c8c8;
}
ul.green-bullet {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.green-bullet li {
  list-style: none;
  background: url("//www.snackify.co/cdn/shop/files/bullet-green.jpg?v=8678786443371864718") left top 6px no-repeat transparent;
  background-size: 12px auto;
  padding-left: 24px;
  margin-bottom: 30px;
  color: #000;
}

@media screen and (min-width: 1024px) {
  .brand-promotion-package-wrapper {
    margin: 0 15px;
  }
}


/*------------------------- Slider Section ------------------------*/

/*-----------------------------------------------------------------*/
/*----------------------- Responsive Section ----------------------*/
/*-----------------------------------------------------------------*/
@media screen and (max-width: 1199px) {}
@media screen and (min-width: 990px) and (max-width: 1199px) {}
@media screen and (min-width:750px) and (max-width:989px) {}
@media screen and (max-width: 749px) {}
@media screen and (max-width:480px) {}


