/** Shopify CDN: Minification failed

Line 764:14 Expected identifier but found whitespace
Line 764:15 Unexpected "900"

**/
@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,800&display=swap');

@font-face {
    font-family: 'Addictive';
    src: url('/cdn/shop/files/Addictive-Regular.eot');
    src: url('/cdn/shop/files/Addictive-Regular.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Addictive-Regular.woff2') format('woff2'),
        url('/cdn/shop/files/Addictive-Regular.woff') format('woff'),
        url('/cdn/shop/files/Addictive-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* General */
.accent-font,
.ext-blog-post .bu-tip h3 {
  font-family: "Addictive" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.btn:not(.opt-label--btn),
#bu-contact-form input[type=submit], 
#bu-contact-form input[type=button],
#content .slideshow .text-overlay__button.btn--secondary {
  color: #FFF;
  background: #FF6C1A !important;
  border:1px solid #FF6C1A !important;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  border-radius: 50px;
  text-transform: none;
  letter-spacing: 0;
  padding: 1rem 3.5rem;
}

#bu-contact-form input[type=submit], 
#bu-contact-form input[type=button] {
  border-radius: 2px;
  cursor: pointer;
}

.sticky-atc__buttons .btn:not(.opt-label--btn) {
  font-size: 1rem;
}
.btn--primary:hover,
.btn.signup-form__button:hover,
.btn.add-to-cart:hover,
#bu-contact-form input[type=submit]:hover, 
#bu-contact-forminput[type=button]:hover,
.slideshow .text-overlay__button.btn--secondary:hover {
  color: #fff;;
  background: #1D1D1D !important;
  border-color: #1D1D1D !important;
}
.btn--secondary,
#content .btn--secondary {
  background: #1D1D1D !important;
  border-color: #1D1D1D !important;
}
.btn--secondary:hover,
#content .btn--secondary:hover {
  background: #FF6C1A !important;
  border-color: #FF6C1A !important;
}
.btn.signup-form__button {
  border-radius: 0;
}
#content .slideshow .text-overlay__title,
#content .h1 {
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.424px;
}
.ext-accent, 
.bu-accent {
  color: #FF6C1A !important;
}
.rte p {
  line-height: 1.4;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  line-height: 1.2;
}
#content .ext-blog-post  h1,
#content .ext-blog-post  h2,
#content .ext-blog-post  h3,
#content .ext-blog-post  h4,
#content .ext-blog-post  h5,
#content .ext-blog-post  h6 {
  line-height: 1.1;
}
#content h1 {
  font-size: 3.8rem;
  font-weight: 900;
}
#content .h1 {
  font-size: 3.5rem;
}
#content .h1.large,
#content .ext-blog-post h1.large {
  font-size: 4.5rem;
}
#content h1.xlarge,
#content .h1.xlarge {
  font-size: 5.5rem;
  font-weight: 400;
}

#content h1.product-title {
    font-size: 2.5rem;
    font-weight: 500;
}
#content .quickbuy-container h1 {
  font-size: 2rem;
  font-weight: 600;
}
#content h2,
#content .h2 {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.4px;
}
#content h1.h2 {
  font-weight: 900;
  line-height: 1.2;
}
#content h2.h2-smaller,
#content .subtotal.h2,
#content .ext-blog-post h2 {
  font-size: 2.5rem;
}
#content .subtotal.h2 {
  font-weight: 500;
}
#content h3, #content .related-products .hometitle,
.template-product #content .section-featured-blog .hometitle {
  font-size: 1.875rem;
  font-weight: 700;
}
#content h4,
#content .h4 {
  font-size: 1.25rem;
  font-weight: 700;
}
#content h5 {
  font-size: 1.1rem;
  font-weight: 700;
}
#content h6, .h6 {
  font-size: 19px;
  font-weight: 700;
}
#content .ext-subtitle {
  font-size: 1.25rem;
}
#content .ext-intro,
#content .bu-leader,
#content .ext-leader {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

.template-collection .rte {
  font-size: 1rem;
}

nav.breadcrumbs {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.bu-iframe-vertical-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height:0;
  padding-top:177%;
  border: none;
  outline: none;
}
.bu-responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}



/* Extima custom */
.ext-m-0 {
  margin: 0 !important;
}
.ext-mb-0 {
  margin-bottom: 0 !important;
}
.ext-relative {
  position: relative;
}
.ext-absolute {
  position: absolute;
}
.ext-block {
  display: block !important;
}
.ext-full-width,
.ext-full  {
  width: 100%;
}
.ext-flex {
  display: flex;
}
.ext-flex-column {
  flex-direction: column;
}
.ext-flex-wrap, 
.ext-wrap {
  flex-wrap: wrap;
}
.ext-align-center {
  align-items: center;
}
.ext-align-stretch {
  align-items: stretch;
}
.ext-just-center {
  justify-content: center;
}
.ext-vh100 {
  height: 100vh;
}
.ext-center {
  text-align: center;
}

.ext-left {
  text-align: left;
}

.ext-right {
  text-align: right;
}

.ext-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ext-no-margin {
  margin: 0;
}

.ext-no-padding {
  padding: 0;
}

.ext-clean {
  margin: 0;
  padding: 0;
}

.ext-abs-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.center, 
.ext-center, 
.bu-center {
  text-align: center;
}

.bu-block,
.ext-block {
  display: block;
}

.bu-small-padding-v {
  padding: 2rem 0;
}
.bu-med-padding-v {
  padding: 3.5rem 0;
}
.bu-large-padding-v {
  padding: 5rem 0;
}
.bu-xlarge-padding-v {
  padding: 7rem 0;
}
.bu-small-padding-top {
  padding-top: 2rem;
}

.bu-small-padding-bottom {
  padding-bottom: 2rem;
}
.bu-med-padding-top {
  padding-top: 3.5rem;
}

.bu-med-padding-bottom {
  padding-bottom: 3.5rem;
}

.bu-large-padding-top {
  padding-top: 5rem;
}

.bu-large-padding-bottom {
  padding-bottom: 5rem;
}

.bu-xlarge-padding-top {
  padding-top: 7rem;
}

.bu-xlarge-padding-bottom {
  padding-bottom: 7rem;
}

.bu-px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.bu-px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.ext-mb-1 {
  margin-bottom: 1rem;
}
.ext-mt-1 {
  margin-top: 1rem;
}
.ext-mb-1500 {
  margin-bottom: 1.5rem;
}
.ext-mt-2 {
  margin-top: 2rem;
}
.ext-mb-2 {
  margin-bottom: 2rem;
}
.ext-mb-3 {
  margin-bottom: 3rem;
}
.ext-mb-4 {
  margin-bottom: 4rem;
}
.ext-text-link:hover {
  text-decoration: underline;
  color: #FF6C1A;
}
.ext-more {
  text-transform: capitalize;
}

.ext-more:hover {
text-decoration: underline;
}
.ext-uppercase {
  text-transform: uppercase;
}
.ext-semibold-1 {
  font-weight: 500;
}
.ext-semibold-2 {
  font-weight: 600;
}
.ext-bolder {
  font-weight: 900;
}

/* Colors*/
.ext-white {
  color: #fff !important;
}
.ext-black {
  color: #1D1D1D !important;
}
.ext-text-link {
   color: #1D1D1D;
}

/* Backgrounds */
.bu-bg-style-1 {
  background: url('/cdn/shop/files/bu-bg-1.jpg') center center no-repeat;
}
.bu-bg-style-2 {
  background: url('/cdn/shop/files/bu-bg-2.jpg') center center no-repeat;
}

.bu-bg-style-6 {
  background: url('/cdn/shop/files/bu-bg-6.jpg') center center no-repeat;
  background-size: cover;
}
.bu-bg-style-7 {
  background: url('/cdn/shop/files/bu-bg-7.jpg') center center no-repeat;
  background-size: cover;
}
.bu-bg-style-8 {
  background: url('/cdn/shop/files/bu-bg-8.jpg') center center no-repeat;
  background-size: cover;
}
.ext-alt-bg {
  background: #F5F5F5;
}

/* Header */
.navigation__tier-1 > li > a {
  font-size: 1rem !important;
  font-weight: 500 !important;
}
.pageheader .logo {
  padding: 10px 0;
}
#ext-custom-search {
  margin: 0 auto;
  width: 100%; 
}
.main-search__form .main-search__input-container {
  background: none;
}
.main-search__form .main-search__input-container input {
  border-radius: 25px;
  border: 0.5px solid rgba(29, 29, 29, 0.40);
  color: #1D1D1D;
  font-family: "DM Sans";
  font-size: 14px; 
}
#ext-custom-search .main-search__input-container input {
  padding: 8px 10px 8px 50px;
}
#ext-custom-search .main-search__button {
  left: 20px;
  right: auto;
}
.header-account-link__text+.header-account-link__icon:not(.mobile-only) {
    margin-inline-start: 0 !important;
}

/* Footer */
#pagefooter p, #pagefooter li {
  font-size: 1rem;
}
.section-footer__newsletter-block__social svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.section-footer__newsletter-block {
  display: flex;
  flex-direction: column;
}
.section-footer__newsletter-block .section-footer__newsletter-block__social {
  order: 1;
  margin: 0 0 1rem 0;
}
.section-footer__newsletter-block .section-footer__title {
  order: 0;
}
.section-footer__newsletter-block .signup-form {
  order: 3;
}
.section-footer__newsletter-block .section-footer__text {
  order: 2;
  margin-bottom:0.5rem;
}
.section-footer__row-container {
    border-top: 0;
}
.section-footer__newsletter-block .signup-form #contact_form {
  display: flex;
  
}
.section-footer__newsletter-block .signup-form .signup-form__button span {
  display: none;
}
.section-footer__newsletter-block .signup-form .signup-form__button {
  padding: 0 20px;
  border: 0;
  background: url("/cdn/shop/files/Arrow-2.png") right center no-repeat;
  background-size: 28px;
}
.section-footer__row.section-footer__row--blocks {
  flex-wrap: wrap !important;
}
.section-footer__row .section-footer__row__col:nth-child(4) summary {
  opacity: 0;
}


/* Home*/
#home_newsletter_signup {
  text-align: left;
}
#home_newsletter_signup input[type="email"],
.section-footer__newsletter-block .signup-form #contact_form input[type="email"] {
  border-bottom: 1.5px solid #fff;
  background: transparent;
  border-left: none;
  border-top: none;
  border-right: none;
}
#home_newsletter_signup input[type="email"]::placeholder,
.section-footer__newsletter-block .signup-form #contact_form input[type="email"]::placeholder {
  color: #fff;
  opacity:1;
}
.slideshow .subheading {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.218px;
}
.slideshow-pagination [aria-current=true] .page-btn__bg-circle {
  opacity: 1;
  fill: #FF6C1A;
  stroke: #FF6C1A;
}
.slideshow .subheading--over {
  margin-bottom: 1.5rem;
}

/* PDP */
.product-form .product-title {
  color: #1D1D1D;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.media-gallery .slider-nav__btn {
  border: 0.5px solid #000 !important;
  border-radius: 50%;
}
.media-gallery .slider-nav__btn--style-2:after {
  background: none !important;
}
#yotpo-reviews-star-ratings-widget svg path {
  stroke: #1D1D1D;
  fill: #1D1D1D;
}
#yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-right-panel .yotpo-sr-bottom-line-text {
  color: #FF6C1A !important;
  font-family: "DM Sans" !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}
#yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-summary {
  align-items: center !important;
}
#yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-right-panel .yotpo-sr-bottom-line-text:before {
  content: '(';
  display: inline-block;
}
#yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-right-panel .yotpo-sr-bottom-line-text:after {
  content: ')';
  display: inline-block;
}

.product-info .price {
  font-family: "DM Sans";
  font-weight: 500;
}
.product-info .price .price__default {
  color: #FF6C1A;
  font-size: 1.75rem;
}

.product-info .price .price__was {
  color: #1D1D1D;
  font-size: 16px;
}
.option-selector__btns label {
  border-radius: 26px;
  border: 0.5px solid #000 !important;
  background: #FFF;
  box-shadow: none !important;
}
.option-selector__btns label:hover, 
.opt-btn:checked+.opt-label {
    background: #1D1D1D;
    color: #fff;
}

.rc-widget .rc-radio,
.rc-widget .rc-selling-plans {
  background: none !important;
}
quantity-wrapper.buttoned-input {
  border-radius: 26px;
  border: 0.5px solid #000 !important;
}
.template-product #content .product-info-accordion h1,
.template-product #content .product-info-accordion h2 {
  font-size: 1.1rem;
  letter-spacing: 0;
}
.template-product #content .product-info-accordion h3,
.template-product #content .product-info-accordion h4,
.template-product #content .product-info-accordion h5,
.template-product #content .product-info-accordion h6 {
  font-size: 1rem;
  letter-spacing: 0;
}
.template-product #content .product-info-accordion p,
.template-product #content .product-info-accordion li {
  font-size: 1rem;
}

.template-product .product-info-accordion .bu-specs-table {
  width: 100%;
  border: 0;
}
.template-product .product-info-accordion .bu-specs-table td {
  border: 0;
}
.template-product .product-info-accordion .disclosure {
    border-top: 0;
}
.related-collection .product-block,
.related-collection .block-inner {
  height: 100%;
}
.related-collection  .product-grid .product-block__detail {
  margin-bottom: 0;
}
#yotpo-reviews-main-widget .yotpo-headline {
  color: #1D1D1D !important;
  font-family: "DM Sans" !important;
  font-weight: 700 !important;
}

#yotpo-reviews-main-widget .yotpo-star-rating-icon path {
  fill:#FF6C1A;
  stroke:#FF6C1A;
}

#yotpo-main-widget-btn {
  font-family: "DM Sans" !important;
}
#yotpo-main-widget-btn:hover {
  background: #1D1D1D !important;
}
#yotpo-reviews-main-widget .yotpo-review-center-panel {
   order: 1 !important;
}
#yotpo-reviews-main-widget .yotpo-review-left-panel {
  order: 2 !important;
}
#yotpo-reviews-main-widget .yotpo-review-right-panel {
  order: 3 !important;
}
#yotpo-reviews-container .yotpo-review * {
  font-family: "DM Sans" !important;
}
#yotpo-reviews-container .yotpo-review .yotpo-review-title {
  color: #1D1D1D !important;
  font-weight: 700;
}
#yotpo-reviews-container .yotpo-review p,
#yotpo-reviews-container  .yotpo-reviewer-name,
#yotpo-reviews-container .yotpo-date-format {
   color: #1D1D1D !important;
}
.yotpo-main-layout .yotpo-border-margin,
.yotpo-display-s .yotpo-head {
    margin-top: 0 !important;
}

/* Blog */
.section-featured-blog .img-ar:before {
  padding-top: 70%;
}
.article__read-more-container a,
a.more {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1rem;
  letter-spacing: 0;
}
.article__inner .rte {
  line-height: 1.4;
}
.article-image {
  margin-bottom: 2.5rem;
}
.article__read-more-container a:hover,
a.more:hover {
  text-decoration: underline;
}
.pagination__number.underline--not-link,
a.more {
  color: #FF6C1A;
  text-decoration: none;
}
.template-blog .pagination-row,
.template-blog .page-header {
  text-align: left;
}
a.more > .underline {
  text-decoration: none;
  vertical-align: unset;
}
.template-blog .utility-bar .link-dropdown__options {
  visibility: visible;
}
#filter-dropdown-heading {
  position: relative;
  width: 100%;
  height: auto;
  color: #1D1D1D;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
.template-blog .utility-bar .link-dropdown__options .link-dropdown__link {
  border-radius: 26px;
  border: 1px solid #000;
  padding: 12px 22px;
  margin-right: 0.625rem;
  color: #1D1D1D;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.template-blog .utility-bar .link-dropdown__options .link-dropdown__link--active {
  background-color: #1D1D1D;
  color: #fff;
}
.ext-recipe-post .container--reading-width {
  max-width: 900px;
}
#content .ext-blog-post  h1
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1.104px;
}

/* Articles transition */

.template-article .bu-shopify-section.bu-bg2 {
  background: #f5f5f5;
}
.template-article .ext-post-footer-block .bu-h2.bu-accent {
  color: #1d1d1d !important;
}
#content .ext-recipe-post .ext-top-block h1 {
  font-size: 3rem;  
}
.ext-recipe-post .bu-shopify-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.ext-recipe-post .bu-recipe,
.ext-recipe-post .mobile-h-padding {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
}
.ext-recipe-post .bu-shopify-section .ext-recipe-directions {
  flex-direction: column;
}
.ext-recipe-post .bu-shopify-section .ext-recipe-directions > div {
    width: 100%;
}
.ext-recipe-post .bu-shopify-section .ext-recipe-directions > div p,
.ext-recipe-post .bu-shopify-section .ext-recipe-directions > div span,
.ext-recipe-post .bu-shopify-section .ext-recipe-directions > div li {
  font-size: 1.1rem !important;
}
.ext-recipe-post .bu-shopify-section .ext-recipe-directions > div > img,
.ext-recipe-post .bu-recipe .bu-recipe-directions > div {
  margin-bottom: 2rem;
}
.ext-recipe-post .ext-landing-bg {
    background: url('/cdn/shop/files/bu-bg-6.jpg') center center no-repeat;
    background-size: cover;
}
.ext-recipe-post .bu-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ext-recipe-post .bu-recipe .bu-recipe-directions {
  display: flex;
  flex-direction: column-reverse;
}
.ext-recipe-post .bu-recipe .bu-recipe-directions > div > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ext-recipe-post .ext-recipe-directions a:not(.btn),
.template-article .bu-recipe a:not(.btn),
.ext-blog-post .rte a:not(.btn) {
    color: inherit;
    text-decoration-color: inherit;
    text-decoration: underline;
  }
.template-article #content .ext-cta a,
.template-article #content .bu-cta a,
.template-article #content .bu-btn-accent.bu-btn {
    background: #FF6C1A;
    border: 1px solid #FF6C1A;
    font-family: "DM Sans";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    border-radius: 2rem;
    padding: 1rem 4rem;
    display: inline-block;
  }
.template-article #content .ext-cta a:hover,
.template-article #content .bu-cta a:hover,
.template-article #content .bu-btn-accent.bu-btn:hover {
    border-color: #000;
    background: #000;
  }
.ext-blog-post .bu-tip h3 {
  text-transform: uppercase;
}
.ext-blog-post .bu-tip {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ext-blog-post ul li {
  margin-bottom: 0.5rem;
}


/* Blog filter */
#blog-filter-focus select,
#blog-filter-focus button.blog-filter-reset,
.search-container .search-button,
.search-container .article-filter-search,
.blog-filter-app-container .hue-list-filter-option {
  font-weight: 400;
  letter-spacing: 0.18px;
  min-height: 40px;
  padding: 0.5rem 1.5rem !important;
  border-radius: 25px;
}
#blog-filter-focus select,
.blog-filter-app-container .hue-list-filter-option {
  font-size: 1.1rem;
  color: #1D1D1D;
  border-radius: 26px;
  border: 0.5px solid #000 !important;
  background: #FFF;
}
.blog-filter-app-container .hue-list-filter-option {
  background-color: #fff;
  margin: 0 10px 10px 0 !important;
}
.blog-filter-app-container .hue-list-close {
    right: 0;
    top: -16px;
}
.blog-filter-app-container .hue-list-filter-option.active,
.blog-filter-app-container .hue-list-filter-option.default {
  background-color: #000;
  color: #fff;  
}
.blog-filter-app-container .hue-list-filter-option.active .hue-list-close {
  display: none;
}
#blog-filter-focus button.blog-filter-reset,
.search-container .search-button {
  background-color: #1D1D1D !important;
}
#blog-filter-focus .blog-filter-search-button {
  color: #1D1D1D !important;
  text-transform: uppercase;
 font-weight: bold;
}
.search-container .article-filter-search {
  color: #1D1D1D;
}

.search-container {
  border-bottom: 1px solid #000 !important;  
}
h3.title-holder,
h3.recommend-title,
.result-column span {
  letter-spacing: 0.18px;
  color: #1D1D1D;
}
h3.recommend-title  {
  font-weight: 600 !important;
  line-height: 1.2;
}
.recommend-column a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.recommend-column br, 
.recommend-column p,
.hueapps-bottom-container span {
  display: none;
}
.recommend-column div {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.Modal-content #closeModal {
  color: #1D1D1D;
}
.result-column span {
  font-size: 1.2rem;
}

.search-container .search-button {
  height: 40px;
  border: 1px solid #000;
  top: auto;
}


/* Logos Work */

#main-nav .parent-categories .navigation__tier-2-container {
  /*transform: translateY(-12px);
  padding: 0 30px;*/
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  width: 100%;
  background: #fff;
}
#main-nav .parent-brands .navigation__tier-2-container {
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  width: 100%;
  left: 50%;
  transform: translatex(-50%);
  background: #fff;
}
#main-nav .parent-brands .container,
#main-nav .parent-categories .container {
  width: 100%;
  max-width: 100%;
}

#main-nav .parent-brands .container > ul > li {
  width: 100%;
  max-width: 100%;
  flex: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#main-nav .parent-brands .container > ul > li > a {
  width: 16.6666%;
}

#main-nav .parent-brands .container > ul > li a.menu-item-shop-all-brands {
  text-align: center;
  width: 33.3332%;
}
#main-nav .parent-brands .menu-item-shop-all-brands .ext-link-text {
  color: #fff;
  background: #ff6c1a;
  border: 1px solid #FF6C1A;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  border-radius: 50px;
  text-transform: none;
  letter-spacing: 0;
  padding: 1rem 3.5rem;
  cursor: pointer;
}
#main-nav .parent-brands .menu-item-shop-all-brands .ext-link-text:hover {
  background: #1D1D1D;
  border-color: #1D1D1D;
}

#main-nav .parent-brands .container > ul > li > a:not(.menu-item-shop-all-brands) > span.ext-link-text {
  display: none;
}

#main-nav .parent-categories .container > ul > li > a > span.ext-link-text {
  width: calc(100% - 120px);
}
#main-nav .parent-categories .container > ul > li > a.menu-item-mixes > span.ext-link-text {
  width: calc(100% - 160px);
}

#main-nav .parent-categories .container > ul >  li {
  width: 20%;
  height: 120px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#NavigationTier2-1 {
  overflow: visible !important;
}
#main-nav .parent-categories  li.navigation__column a.navigation__link {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: left;
  padding: 0 1rem 0 0;
  color: #000;
  text-transform:  none;
  opacity: 1;
  letter-spacing: 0;
}

#main-nav .parent-categories .container  li  a.navigation__link:hover,
#main-nav .parent-categories .navigation__child-tier li a:hover,
#main-nav .parent-categories .container  li.active > a {
  color: #FF6C1A !important;
}

#main-nav .parent-categories .container .navigation__child-tier {
  display: none;
  visibility: hidden;
  opacity: 0;
}
#main-nav .parent-categories  .container li.navigation__item--with-children:hover .navigation__child-tier {
  display: block;
  visibility: visible;
  opacity: 1;
}
#main-nav .parent-categories  .container li.navigation__item--with-children {
  position: relative;
}
#main-nav .parent-categories .container .navigation__child-tier {
  transform: translateX(-12px);
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  z-index: 6;
  background: #fff;
}

#main-nav .parent-categories li.navigation__item--with-children .navigation__child-tier {
  left: 80px !important;
  top: 70%;
  border: 1px solid #d2cdcc;
}
#main-nav .parent-categories li.navigation__item--with-children .navigation__child-tier  li > a.navigation__link {
  display: block;
  font-weight: 400;
  padding: 10px 5px;
  text-align: center;
}
#main-nav .parent-categories li.navigation__item--with-children .navigation__child-tier  li {
  text-align: center;
}
#main-nav .parent-categories li.navigation__item--with-children .navigation__child-tier  li:not(:last-child) {
  border-bottom: 1px solid #d2cdcc;
}

#main-nav .parent-brands li:last-child {
  width: 100%;
}

#main-nav .parent-brands li > a span.site-nav--link-text {
  display: none;
}
#main-nav .parent-brands li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  background-size: auto 100% !important;
  border:1px solid #fff;
}
#main-nav .parent-brands li a.menu-item-shop-all-brands:after {
  display: none;
}
#main-nav .parent-brands  .container > ul > li > a:hover:after {
  border-color: #FF6C1A;
}
#main-nav .parent-categories  li.navigation__column > a:before {
  display: inline-flex;
  align-items: center;
  content: '';
  height: 120px;
  margin-right: 15px;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
#main-nav .parent-categories  li.navigation__column > a:after {
  content: '';
  height: 0;
  width: 0;
}

#main-nav .parent-categories li .menu-item-alt-milks:before {
  width: 63px;
  background-image: url('/cdn/shop/files/nav-icon-milk-v2.png');
}
#main-nav .parent-categories li .menu-item-alt-milks:after,
#main-nav .parent-categories li .menu-item-alt-milks:hover:before,
#main-nav .parent-categories li.active .menu-item-alt-milks:before { 
  background-image: url('/cdn/shop/files/nav-icon-milk-active.png');
}

#main-nav .parent-categories li .menu-item-syrups-sauces:before {
  width: 36px;
  background-image: url('/cdn/shop/files/nav-icon-sauce.png?v=1721303093');
}

#main-nav .parent-categories li .menu-item-syrups-sauces:after,
#main-nav .parent-categories li .menu-item-syrups-sauces:hover:before,
#main-nav .parent-categories li.active .menu-item-syrups-sauces:before { 
  background-image: url('/cdn/shop/files/nav-icon-sauces-active.png?v=1721310125');
}

#main-nav .parent-categories li .menu-item-teas-and-chai:before,
#main-nav .parent-categories li .menu-item-teas-chai:before { 
  width: 66px;
  background-image: url('/cdn/shop/files/nav-icon-tea.png?v=1721303092');
}

#main-nav .parent-categories li .menu-item-teas-and-chai:after,
#main-nav .parent-categories li .menu-item-teas-and-chai:hover:before,
#main-nav .parent-categories li.active .menu-item-teas-and-chai:before,
#main-nav .parent-categories li .menu-item-teas-chai:after,
#main-nav .parent-categories li .menu-item-teas-chai:hover:before,
#main-nav .parent-categories li.active .menu-item-teas-chai:before { 
  background-image: url('/cdn/shop/files/nav-icon-tea-active.png?v=1721310125');
}

#main-nav .parent-categories li .menu-item-mixes:before { 
  width: 140px;
  background-image: url('/cdn/shop/files/nav-icon-mixes.png?v=1721303093');
}
#main-nav .parent-categories li .menu-item-mixes:after,
#main-nav .parent-categories li .menu-item-mixes:hover:before,
#main-nav .parent-categories li.active .menu-item-mixes:before { 
  background-image: url('/cdn/shop/files/nav-icon-mixes-active.png?v=1721310125');
}

#main-nav .parent-categories li .menu-item-grab-go:before {
  width: 94px;
  background-image: url('/cdn/shop/files/nav-icon-grabngov2.png?v=1721303092');
}
#main-nav .parent-categories li .menu-item-grab-go:after,
#main-nav .parent-categories li .menu-item-grab-go:hover:before,
#main-nav .parent-categories li.active .menu-item-grab-go:before {
  background-image: url('/cdn/shop/files/nav-icon-grabngo-acttive.png?v=1721310125');
}

#main-nav .parent-categories li .menu-item-sugars-sweeteners:before {
  width: 68px;
  background-image: url('/cdn/shop/files/nav-icon-sugar.png?v=1721303092');
}
#main-nav .parent-categories li .menu-item-sugars-sweeteners:after,
#main-nav .parent-categories li .menu-item-sugars-sweeteners:hover:before,
#main-nav .parent-categories li.active .menu-item-sugars-sweeteners:before {
  background-image: url('/cdn/shop/files/nav-icon-sugar-active.png?v=1721310125');
}

#main-nav .parent-categories li .menu-item-cups-lids-and-paper-goods:before,
#main-nav .parent-categories li .menu-item-cups-lids-paper-goods:before {
  width: 76px;
  background-image: url('/cdn/shop/files/nav-icon-cups.png?v=1721303093');
}
#main-nav .parent-categories li .menu-item-cups-lids-and-paper-goods:after,
#main-nav .parent-categories li .menu-item-cups-lids-and-paper-goods:hover:before,
#main-nav .parent-categories li.active .menu-item-cups-lids-and-paper-goods:before,
#main-nav .parent-categories li .menu-item-cups-lids-paper-goods:after,
#main-nav .parent-categories li .menu-item-cups-lids-paper-goods:hover:before,
#main-nav .parent-categories li.active .menu-item-cups-lids-paper-goods:before {
  background-image: url('/cdn/shop/files/nav-icon-cups-active.png?v=1721310125');
}

#main-nav .parent-categories li .menu-item-equipment:before {
  width: 89px;
  background-image: url('/cdn/shop/files/nav-icon-equipment.png?v=1721303093');
}
#main-nav .parent-categories li .menu-item-equipment:after,
#main-nav .parent-categories li .menu-item-equipment:hover:before,
#main-nav .parent-categories li.active .menu-item-equipment:before {
  background-image: url('/cdn/shop/files/nav-icon-equipment-active.png?v=1721310125');
}

#main-nav .parent-categories li .menu-item-accessories:before {
  width: 61px;
  background-image: url('/cdn/shop/files/nav-icon-accessoriesv2.png?v=1721303092');
}
#main-nav .parent-categories li .menu-item-accessories:after,
#main-nav .parent-categories li .menu-item-accessories:hover:before,
#main-nav .parent-categories li.active .menu-item-accessories:before {
  width: 61px;
  background-image: url('/cdn/shop/files/nav-icon-accessories-active.png?v=1721310125');
}

#main-nav .parent-categories li .menu-item-gelato:before {
  width: 89px;
  background-image: url('/cdn/shop/files/gelato.svg?v=1734647635');
}
#main-nav .parent-categories li .menu-item-gelato:after,
#main-nav .parent-categories li .menu-item-gelato:hover:before,
#main-nav .parent-categories li.active .menu-item-gelato:before {
  background-image: url('/cdn/shop/files/gelato-active.svg?v=1734647635');
}

/* brands*/

#main-nav .parent-brands li .menu-item-oatly:after {  
  background: url('/cdn/shop/files/brands-logo-oatley.png') center center no-repeat;
}
#main-nav .parent-brands li .menu-item-califia-farms:after {  
  background: url('/cdn/shop/files/brands-logo-califia.png') center center no-repeat;
}
#main-nav .parent-brands li .menu-item-pacific-foods:after {  
  background: url('/cdn/shop/files/brands-logo-pacific.png') center center no-repeat;
}
#main-nav .parent-brands li .menu-item-hollander-chocolate:after {  
  background: url('/cdn/shop/files/brands-logo-hollander.png') center center no-repeat;
}
#main-nav .parent-brands li .menu-item-routin-1883:after {  
  background: url('/cdn/shop/files/brands-logo-183.png') center center no-repeat;
}
#main-nav .parent-brands li .menu-item-monin:after {  
  background: url('/cdn/shop/files/brands-logo-monin.png') center center no-repeat;
}
#main-nav .parent-brands li .menu-item-minor-figures:after {  
  background: url('/cdn/shop/files/brands-logo-mf.png') center center no-repeat;
}
#main-nav .parent-brands li .menu-item-dona-chai:after {  
  background: url('/cdn/shop/files/brands-logo-dona.png') center center no-repeat;
}
#main-nav .parent-brands li .menu-item-rishi:after {  
  background: url('/cdn/shop/files/brands-logo-rishi.png') center center no-repeat;
}
#main-nav .parent-brands li .menu-item-chobani:after {  
  background: url('/cdn/shop/files/brands-logo-chobani.png') center center no-repeat;
}
#main-nav .parent-brands li .menu-item-big-train:after {  
  background: url('/cdn/shop/files/big-train-menu.png') center center no-repeat;
}

#main-nav .parent-brands li .menu-item-milkadamia:after {  
  background: url('/cdn/shop/files/brands-logo-milkadamia.png') center center no-repeat;
}
#main-nav .parent-brands li .menu-item-ghirardelli:after {  
  background: url('/cdn/shop/files/brands-logo-gh.png') center center no-repeat;
}
#main-nav .parent-brands li .menu-item-holy-kakow:after {  
  background: url('/cdn/shop/files/brands-logo-hk.png') center center no-repeat;
}
#main-nav .parent-brands li .menu-item-kilogram:after {  
  background: url('/cdn/shop/files/brands-logo-kg.png') center center no-repeat;
}
#main-nav .parent-brands li .menu-item-dr-smoothie:after {  
  background: url('/cdn/shop/files/brands-logo-dr.png') center center no-repeat;
}
#main-nav .parent-brands li .menu-item-torani:after {  
  background: url('/cdn/shop/files/brands-logo-torani.png') center center no-repeat;
}
/*#main-nav .parent-brands li .menu-item-shop-all-brands:after {
  background: url('/cdn/shop/files/shop-all-brandsv3.jpg') center center no-repeat;
}*/

/* Back Pages */
.section-image-with-text-overlay .subheading {
  color: #ff6c1a;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: 0.18px;
}
.section-image-with-text-overlay p {
  font-weight: 500;
}
.section-image-with-text-overlay p strong,
.ext-bold {
  font-weight: 700;
}

.instant-brand-search input {
  border-radius: 25px !important;
  border: 1px solid #1D1D1D !important;
}
.instant-brand-grid a {
  text-decoration: underline !important;
}
.instant-brand-grid a:hover {
  text-decoration: none !important;
}
.instant-brand-item-text.vertical.mob_center a.instant-brand-text-link {
  justify-content: flex-start !important;
  text-align: left !important;
}
.instant-brand-block-header.vertical.mob_center {
    text-align: left !important;
}
.instant-brand-grid-column.vertical {
    grid-auto-rows: auto !important;
}
#bu-contact-form .hbspt-form {
  width: 50%;
  margin: 0 auto;
  max-width: 50%;
}
#bu-contact-form .hbspt-form fieldset {
  max-width: 100%;
}
#bu-contact-form .hbspt-form .field,
#bu-contact-form .actions {
  text-align: left;
}

#bu-contact-form .actions {
  padding-top: 2rem;
}
.disclosure__title:before {
  display: none;
}
.disclosure__title:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 14px;
    height: 9px;
    background: url('/cdn/shop/files/chevron-orange.svg') center center no-repeat;
    transition: .3s ease;
    transition-property: transform,opacity;
}

/* CART */
.template-cart #cartform {
  display: flex;
  flex-wrap: wrap;
}
.free-shipping-bar__message {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
.free-shipping-bar__message.free-shipping-bar__message--no strong {
  color: #FF6C1A;
}
.template-cart #cartform .cart-item-list__head {
  border-bottom: 1px solid #000;
  background: rgba(217, 217, 217, 0.50);
  padding: 1rem;
}
.template-cart .ext-ship-bar .free-shipping-bar:not(.free-shipping-bar--no-cart) {
  border-bottom: 1px solid #000;
  background: rgba(217, 217, 217, 0.50);
  padding: 1rem;
  border-top: 1px solid #909090;
  border-left: 1px solid #909090;
  border-right: 1px solid #909090;
  border-radius: 2px;
}
.template-cart .checkout-subtotal-container {
  border: 1px solid #909090;
  padding: 1rem;
  border-radius: 2px;
}
.template-cart .checkout-subtotal-container .flexible-layout {
  flex-direction: column;
}
.template-cart .checkout-subtotal-container .flexible-layout .column--half {
    width: 100%;
}
.template-cart #cartform  .cart-item:not(:first-child) {
  border-top: 0.5px solid #000;
}
.template-cart #cartform > .cart-item-list .cart-item-list__body {
  border: 1px solid #909090;
  margin: 0;
  border-radius: 2px;
}
.template-cart #cartform .cart-item-list-heading {
  padding: 0;
}
.template-cart #cartform .cart-item {
  padding: 1.5rem 1rem;
}
.template-cart #cartform .cart-item-list-heading--price, 
.template-cart #cartform .cart-item__price {
    text-align: start;
}
.template-cart #cartform .cart-item-list-heading--quantity, 
.template-cart #cartform .cart-item__quantity {
    text-align: left;
}
.template-cart #cartform .cart-item-list-heading--total, 
.template-cart #cartform .cart-item__total {
    text-align: center;
}
.template-cart #cartform .quantity.buttoned-input {
  border-radius: 26px;
}

.template-cart .free-shipping-bar__bar {
  display: none;
}
.template-cart .free-shipping-bar {
    margin: 0;
}

#home-form .klaviyo-form input[type="email"]::placeholder,
#footer-form .klaviyo-form input[type="email"]::placeholder {
  color: #fff !important;
  letter-spacing: 0 !important;
}

#home-form .klaviyo-form input[type="email"],
#footer-form .klaviyo-form input[type="email"] {
  border-bottom: 1.5px solid #fff !important;
  background: transparent !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  color: #fff !important;

}

#home-form .klaviyo-form button,
#footer-form .klaviyo-form button {
  height: auto !important;
}
#footer-form .klaviyo-form {
  padding: 0 !important;
}
#home-form .klaviyo-form button {
  font-size: 1rem !important;
  padding: 1rem 1.5rem !important;
  font-family: "DM Sans", sans-serif !important;
  color: #fff;
  background: #ff6c1a;
  border: 1px solid #FF6C1A !important;
  font-style: normal;
  font-weight: 500 !important;
  text-align: center;  
  text-transform: none;
  letter-spacing: 0 !important;
  letter-spacing: 0 !important;
}

#footer-form .klaviyo-form div[data-testid="form-component"]:first-child {
  width: 70%;
  flex: unset !important;
}
#footer-form .klaviyo-form div[data-testid="form-component"]:last-child {
  width: 24%;
  flex: unset !important;
}

#footer-form .klaviyo-form button {
  color: #1d1d1d !important;
  background-color: #1d1d1d !important;
  border: none !important;
  position: relative;
}
#footer-form .klaviyo-form button:after  {
  content: '';
  width:100%;
  height:100%;
  display:inline-block;
  background:url('/cdn/shop/files/Arrow-2.png') center center no-repeat #1d1d1d;
  background-size: 30px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}

.gallery__image {
  overflow: hidden;
}
.gallery__item:hover img {
  transform: scale(1.2);
}
.gallery__item img {
  transition: all 0.6s ease-in-out;
}
#content .ext-testimonial h3 {
  font-weight: 600;
}
.ext-testimonial p {
  font-weight: 500;
}

#pageheader .logo-area .logo-area__middle {
  order:-1;
  margin: 0;
}
#pageheader .header-account-link {
  flex-direction: row-reverse;
}
#pageheader .cart-link__label {
    opacity: 0;
    visibility:hidden;
    width: 0;
    margin: 0;
    padding: 0;
}
  
#pageheader .header-account-link__text {
    text-align: center;
    font-family: "DM Sans";
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
    padding-left: 5px;
}
#pageheader .header-account-link,
#pageheader .cart-link__icon {
    border: 1px solid #1D1D1D;
    border-radius: 23px;
    padding: 5px 10px;
}
  #pageheader .cart-link__icon {
    background: #1D1D1D;
  }
  #pageheader .cart-link__icon svg path {
    stroke: #fff;
  }
  #pageheader .cart-link__count {
    position: relative;
    top: auto;
    right: auto;
    min-width: 0;
    padding: 3px;
    border-radius: 0;
    background: none;
    padding: 0;
  }
  #pageheader .cart-link__count, 
  #pageheader .cart-link__value {
    color: #fff;
    font-size: 0.9rem;
  }
  #pageheader .cart-link__value {
    margin-left: 5px;
  }

/* Ext post item */
.ext-post-item {
    background: #fff;
    color: #1D1D1D;
    padding: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .ext-post-item .article-image .ext-image-responsive {
    width: 100%;
    padding-bottom: 70%;
    position: relative;
    border-radius: 2px;
  }
  .ext-post-item .article-image .ext-image-responsive img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 2px;
  }
  .ext-post-item .article__read-more-container {
    margin-top: auto;    
  }
  .ext-post-item .article__read-more-container a {
    text-decoration: none;
  }

/*Carousels */
 .ext-articles-carousel.light-theme .ext-post-item {
    background: #fff;
    color: #1D1D1D;
    padding: 18px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 29, 0.40);
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .ext-articles-carousel .owl-stage {
    display: flex;
    align-items: stretch;
  }
  .ext-articles-carousel .article-image .ext-image-responsive {
    width: 100%;
    padding-bottom: 70%;
    position: relative;
    border-radius: 2px;
  }
  .ext-articles-carousel .article-image .ext-image-responsive img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 2px;
  }
  .ext-articles-carousel .article__read-more-container {
    margin-top: auto;    
  }
  .ext-articles-carousel .article__read-more-container a {
    text-decoration: none;
  }
  .ext-articles-carousel .owl-dots {
    justify-content: center;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translatex(-50%);
  }

  .ext-articles-carousel.ext-nav-dots .owl-dots {
    bottom: 0;
  }
  .ext-articles-carousel .owl-nav {
    position: absolute;
    width: 100%;
    bottom: -2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
  }
  
  .ext-articles-carousel.light-theme .owl-dot span {  
    background: #fff;
  }
  .ext-articles-carousel.light-theme .owl-dot.active span {
    background: #FF6C1A;
  }
  .ext-articles-carousel .owl-dot.active {
    color: #FF6C1A !important;
  }
  .ext-articles-carousel.light-theme .owl-prev, 
  .ext-articles-carousel.light-theme .owl-next,
  .ext-articles-carousel.light-theme .owl-dot {
    color: #fff;
  }
   .ext-articles-carousel .owl-prev span,
   .ext-articles-carousel  .owl-next span {
     opacity: 0;
   }
  .ext-articles-carousel.light-theme .owl-next {
    background:url('/cdn/shop/files/arrow-right.svg') center center no-repeat !important;
    background-size:contain !important;
  }
   .ext-articles-carousel.light-theme .owl-prev {
    background:url('/cdn/shop/files/arrow-left.svg') center center no-repeat !important;
    background-size:contain !important;
  }
  .ext-articles-carousel.dark-theme .owl-prev {
      background: url('/cdn/shop/files/arrow-left-black.svg') center center no-repeat!important;
      background-size: contain !important;
  }
  .ext-articles-carousel.dark-theme .owl-next {
      background: url('/cdn/shop/files/arrow-right-black.svg') center center no-repeat !important;
      background-size: contain !important;
  }
  .ext-articles-carousel .owl-stage-outer {
    padding-bottom: 4rem;
  }
  .ext-articles-carousel .owl-nav button {
    font-size: 3rem !important;
  }

/* Misc */
.ext-list-clean, .ext-list-clean > li {
  list-style-type: none !important;
}
.ext-hidden.product-block {
  display: none !important;
}

/* MEDIA */
@media screen and (min-width: 1199px) {
  #pageheader > .logo-area {
    flex-wrap: wrap;
  }
    #pageheader .logo-area .logo-area__left {
    width: 50%;
  }
  #pageheader .logo-area .logo-area__middle,
  #pageheader .logo-area__right {
    width: 25%;
  }
  #pageheader .logo-area .logo-area__middle {
    text-align: left;
    max-width: 25%;
  }
}

@media screen and (min-width: 1025px) {
  .template-cart #cartform {
    justify-content: space-between;
  }
  .template-cart #cartform > .cart-item-list {
    width: 65%;
  }
  .template-cart #cartform #ext-cart-subtotal {
    width: 32%;
  }
   .template-cart #cartform .cart-item__not-image {
     width: calc(100% - 20%);
   }
  .template-cart #cartform .cart-item-list-heading {
    width: 20% !important;
  }
  .template-cart #cartform .cart-item__column  {
    width: 20% !important;
    flex: unset !important;
  }
  .template-cart #cartform .cart-item__not-image .cart-item__column {
    width: 25% !important;
  }
  .template-cart #cartform .cart-item__column .lightly-spaced-row,
  .template-cart #cartform .cart-item__column.cart-item__price,
  .template-cart #cartform .cart-item__column.cart-item__quantity,
  .template-cart #cartform .cart-item__column.cart-item__total
  {
    height: 100%;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
  .template-cart #cartform .quantity.buttoned-input {
    width: 100%;
    justify-content: space-around;
  }
  .template-cart #cartform .buttoned-input a, 
  .template-cart #cartform .buttoned-input input {
      height: 2em;
  }

}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #main-nav .parent-categories .container > li.site-nav--has-dropdown > a.site-nav__link > div.site-nav--link-wrapper,
  #main-nav .parent-categories .container > li.bu-submenu-item > a.site-nav__link > span.site-nav--link-text {
    width: 65%;
    padding-left: 10px;
  }

  #main-nav .parent-categories .container li.navigation__column > a:before {
    width: 35%;
    margin: 0;
  }
  #main-nav .parent-categories .container  li.navigation__column > a:before {
    height: 80px;
  } 
}

@media only screen and (min-width: 768px) {
  #pageheader,
  .navigation {
    border-bottom: 0.5px solid #a5a5a5;
  }
  .navigation .navigation__tier-1>.navigation__item>.navigation__link {
    padding: 12px 18px !important;
  }
  #pageheader .logo-area__left__inner {
    justify-content: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #pageheader .logo-area__right {
    flex: none;
  }
  
  .navigation .navigation__tier-1>.navigation__item>.navigation__link {
    display: inline-block;
    position: relative;
    padding: 18px;
    white-space: nowrap;
    font-size: 1.2rem;
  }
   .mobile-only,
  #shopify-section-template--18392218828974__featured_collection_mFgXHY,
  #shopify-section-template--18452608221358__featured_collection_XiCnht {
    display: none;
  }
  .ext-75 {
    width: 75%;
  }
  .ext-65 {
    width: 65%;
  }
  .ext-50 {
    width: 50%;
  }
  .ext-33 {
    width: 33.3333%;
  }
  .ext-25 {
    width: 25%;
  }
  .ext-20 {
    width: 20%;
  }
  .section-image-with-text-overlay .text-overlay__text {
    width: 50%;
    margin: 0 auto;
  }
  
  .section-footer__row .section-footer__row__col:first-child {
    width: 40%;
  }
  .section-footer__row .section-footer__row__col:nth-child(2) {
    width: 15%;
  }
  .section-footer__row .section-footer__row__col:nth-child(3) ul.section-footer__menu-block__menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2
  }
  .section-footer__row .section-footer__row__col:nth-child(3){
    width: 25%;
  }
  .section-footer__row .section-footer__row__col:last-child {
    width: 20%;
  }
   .ext-paired-content .ext-content-left {
    padding-right: 1rem;    
  }
   .ext-paired-content .ext-content-right {
    padding-left: 1rem;    
  }
  .template-suffix-faq #content .collapsible-tabs__block {
    width: 48%;
  }
  .instant-brand-az {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 4rem !important;
  }
  .instant-brand-grid {
    grid-template-columns: auto auto auto auto auto auto auto auto !important;
    padding-bottom: 4rem !important;
  }
 

}

@media only screen and (max-width: 767px) {
  .btn:not(.opt-label--btn),
#bu-contact-form input[type=submit], 
#bu-contact-form input[type=button],
#content .slideshow .text-overlay__button.btn--secondary {
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
}
  #pageheader .logo-area {
    flex-wrap: wrap;
    padding: 0 1.5rem;
  }
   #pageheader .logo-area .logo-area__left,
   #pageheader .logo-area .logo-area__middle {
     width: 50%;
     max-width: 50%;
     flex: 100%;         
  }
   #pageheader .logo-area .logo-area__middle {
     text-align: left;
   }
  #pageheader .logo-area .logo-area__left__inner {
    justify-content: flex-end;
  }
  #pageheader .logo-area .logo-area__right__inner {
    gap:1rem;
    padding-top:0.75rem;
    padding-bottom: 1.5rem;
  }
  #ext-custom-search .main-search__button {
    left: auto;
    right: 20px;
}
  #ext-custom-search .main-search__input-container input {
    padding: 8px 50px 8px 10px;
}
  .section-header #ext-custom-search.main-search__form {
    max-width: 100%;
}
  #pageheader .header-account-link,
  #pageheader  .cart-link {
    width: auto;
    height: auto;
    margin: 0;
}
  #content h2,
  #content .h2 {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.1;
  }
  .ext-mobile-column,
  .logo-area__right {
    flex-direction: column;
  }
  .desktop-only,
  #shopify-section-template--18392218828974__16359278676808bea5,
  #shopify-section-template--18452608221358__featured_collection_UxUPFe {
    display: none;
  }
  .slideshow .h1 {
     font-size: 2rem !important;
    }
  .product-form .product-title {
    font-size: 2rem !important;
    line-height: 1;
  }
  #content h1, #content .h1 {
     font-size: 3rem;
    }
  #content h1.h2,
  .template-blog #content h1.majortitle {
    font-weight: 600;
  }
  #content .h1.large {
    font-size: 3.5rem;
}
  #content h1.product-title, 
  #content h2,
  .template-blog #content h1.majortitle {
    font-size: 2rem;
  }
  #content h3, 
  #content .related-products .hometitle, 
  .template-product #content .section-featured-blog .hometitle {
    font-size: 1.575rem;
}
  #content .ext-intro,
  #content .bu-leader,
  #content .ext-leader {
    font-size: 1.2rem;
  }
  #content .ext-post-item h5 {
    font-size: 1rem;
  }

  .section-footer__newsletter-block .signup-form__button {
    width: auto;
}
  .section-footer__newsletter-block .signup-form #contact_form p {
    width: 100%;
  }
  .template-cart #cartform {
    flex-direction: column;
    }
  .btn:not(.opt-label--btn),
  #bu-contact-form input[type=submit], 
  #bu-contact-form input[type=button] {
    font-size: 1.1rem;
    padding: 1rem;
  }
  .block-id-text_Ntxrxe h2 {
    text-align: center;
  } 
  .block-id-text_Ntxrxe p  {
    margin: 0 auto;
  }
  .section-id-template--18392218828974__custom_content_QqCbG9 {
    padding-bottom: 3rem;
  }
  .section-footer__row .disclosure {
    border: none;
  }
  .template-product .related-products h4,
  .template-product .blog-row h2 {
    text-align: left;
  }
  .sticky-atc__buttons .btn:not(.opt-label--btn) {
    font-size: 0.85rem;
}
  .sticky-atc__details__title {
    font-weight: 400;
    font-size: 14px;
}
  #bu-contact-form .hbspt-form {
    width: 100%;
    max-width: 100%;
}
  .strongly-spaced-row, .fully-spaced-row--medium {
    margin-top: 40px;
    margin-bottom: 40px;
}
  .page-section-spacing {
    margin-top: 20px;
    margin-bottom: 20px;
}
  .template-suffix-faq #content .collapsible-tabs__block {
    width: 100%;
  }
   #content .cart-item-upsells .h4 {
    font-size: 2rem;
  }
  .pagination {
    text-align: center;
  }
  .bu-large-padding-v.bu-mobile-reduced {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .ext-articles-carousel .owl-nav {
   gap: 0;
  justify-content: space-between;
}
  .ext-articles-carousel .ext-post-item h5 {
    font-size: 1rem;
  }
  .ext-articles-carousel .article__read-more-container a {
    text-transform: uppercase;
    font-weight: 400;
}
}


/****** SLIDESHOW ********/
.ext-slide-drsmoothie ul {
  margin: 0;
  text-align: left;
}

.ext-slide-drsmoothie ul li:before,
.ext-custom-ul li:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 0.5rem;
  background: url('/cdn/shop/files/checkmark-v2.png') center center no-repeat;
  background-size: contain;
}
.oct-slide-hlc p {
  margin-bottom: 0;
}
#content .section-slideshow .slideshow .text-overlay__title.h1 {
    font-weight: 800;
    letter-spacing: -0.415px;
}
.oct-slide-choco h2 strong {
  color: #FF6C1A;
  display: block;
}
#content .section-slideshow .slideshow .oct-slide-choco h2 {
  margin-bottom: 1rem;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 1;
}
.ext-slide p {
  font-weight: 500;
}
.nov25-slide-2 .text-overlay__text {
    display: flex;
    flex-direction: column;
  }
  .nov25-slide-2 .text-overlay__text .subheading {
    text-transform: none;
    font-weight: 700;
    font-size: 1.8rem;
  }
  .nov25-slide-2 .text-overlay__text .text-overlay__reveal:nth-child(2) {
    order: -1;
  }
  .dec25-slide-1 .subheading {
    color: #FF6C1A;
    font-weight: 800;
    letter-spacing: -0.415px;
      margin: 0 !important;
  }
  .dec25-slide-2 .subheading {
  text-transform: none !important;
  margin-bottom: 8px !important;
}
.dec25-slide-1 h2, 
.dec25-slide-2 h2,
.dec25-slide-2 h2 strong {
  font-weight: 800 !important;
}
.dec25-slide-2 h2 strong {
color: #FF6C1A;
}
#content .dec25-slide-2 h2 {
  margin: 0;
}

@media only screen and (min-width: 768px) {
   .ext-slide .text-overlay__inner {
    width: 50%;
  }
  .dec25-slide-2.ext-slide .text-overlay__inner {
    width: 100%;
  }
  .nov25-slide-2.ext-slide .text-overlay__inner {
    width: 40%;
}
   
.oct-slide-hlc .text-overlay {
  background: url('/cdn/shop/files/oct-25-banner-2-product.png') 80% center no-repeat;
  background-size: 30% auto;
}
#content .oct-slide-choco h2 {
  font-size: 3.75rem;
}
.dec25-slide-1 .subheading {
  font-size: 3rem;
}
#content .dec25-slide-2 h2 {
  font-size: 4rem;
}
}

@media only screen and (max-width: 767px) {
  .slideshow .subheading {
    font-size: 1rem;
  }

  .ext-slide:not(.bg-only) .text-overlay__button-row:before,
  .dec25-slide-1 .text-overlay__rte.large-text:before {
    content:'';
    width: 100%;
    height: 188px;
    margin: 1rem auto;
    display: block;
    background-size: contain !important;
  }
  .dec25-slide-1 .text-overlay__button-row:before {
    display: none !important;
  }


  .ext-slide.ext-slide-greenhouse .text-overlay__button-row:before {
    height: 250px;
  }
  .ext-slide .text-overlay__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ext-slide-whole .text-overlay__button-row:before {
    background: url('/cdn/shop/files/barista-mobile-2.jpg') center center no-repeat;
  }

   .ext-slide-drsmoothie .text-overlay__button-row:before {
    background: url('/cdn/shop/files/dr-smooth-mobile.png') center center no-repeat;
  }

  .ext-slide-greenhouse .text-overlay__button-row:before {   
    background: url('/cdn/shop/files/august25-banner3-v2-mob.png') center center no-repeat;    
  }
 
  .oct-slide-hlc .text-overlay__button-row:before {   
    background: url('/cdn/shop/files/oct-25-banner-2-product.png') center center no-repeat;    
  }
  .oct-slide-dchai .text-overlay__button-row:before {   
    background: url('/cdn/shop/files/replacement-banner-3-oct25-mobile.png') center center no-repeat;    
  }
  .oct-slide-choco .text-overlay__button-row:before {   
    background: url('/cdn/shop/files/oct-25-banner-4-mob.png') center center no-repeat;    
  }
  .nov25-slide-1 .text-overlay__button-row:before {   
    background: url('/cdn/shop/files/nov25-banner-1-mobile.png') center center no-repeat;    
  }
  .nov25-slide-2 .text-overlay__text .subheading {
    font-size: 1.3rem;
  }
  .ext-slide.nov25-slide-2 .text-overlay__button-row:before {
    height: 0;
  }
  .nov25-slide-2 .text-overlay {
    align-items: flex-start;
}
  .nov25-slide-3 .text-overlay__button-row:before {   
    background: url('/cdn/shop/files/nov25-banner-3-mobile.png') center center no-repeat;    
  }
  .nov25-slide-3 .text-overlay__reveal {
    padding-left: 10%;
    padding-right: 10%;
  }
  .nov25-slide-3 .text-overlay__rte {
    padding-left: 8%;
    padding-right: 8%;
  }
  .nov25-slide-3 .text-overlay__text {
    background: url('/cdn/shop/files/note1.svg') 0 0 no-repeat, url('/cdn/shop/files/note2.svg') right 3rem no-repeat;
    background-size: 3rem auto, 3rem auto;
  }
  .nov25-slide-4 .text-overlay__button-row:before {   
    background: url('/cdn/shop/files/nov25-banner-4-mobile.png') center center no-repeat;    
  }
  .dec25-slide-1 .text-overlay__rte.large-text:before {   
    background: url('/cdn/shop/files/dec25-banner01-mobv2.png') center center no-repeat;    
  }
  .dec25-slide-2 .text-overlay__button-row:before {   
    background: url('/cdn/shop/files/dec25-banner-2-mob.png') center center no-repeat;    
  }
  .dec25-slide-1 .subheading {
  font-size: 2rem;
}
.dec25-slide-1 .text-overlay__rte.large-text p {
  font-size: 1rem !important;
}
.dec25-slide-3 .text-overlay__button-row:before {   
    background: url('/cdn/shop/files/dec25-banner03-mobv2.png') center center no-repeat;    
  }
  
.dec25-slide-4 .text-overlay__button-row:before {   
    background: url('/cdn/shop/files/dec25-banner4-mob.png') center center no-repeat;    
  }
  .dec25-slide-5 .text-overlay__button-row:before {   
    background: url('/cdn/shop/files/dec25-banner5-mob.png') center center no-repeat;    
  }
  .ext-slide-drsmoothie ul {
    width: 50%;
    margin: 0 auto;
  }
  .ext-slide-drsmoothie ul li {
    list-style-type: none;
  }
  #content .slideshow .text-overlay__button.btn--secondary {
    font-size: 18px;
    padding: 1rem 1.5rem;
  }
}


