.fl, [class*=fl-] {
  display: flex;
}

.fl-center-all {
  align-items: center;
  justify-content: center;
}

[class*=-nw] {
  flex-wrap: nowrap;
}

.eqfl {
  flex: 1;
}

@media (max-width: 1220px) {
  .fl.stack-tablet, [class*=fl-].stack-tablet {
    display: block;
  }
}
@media (max-width: 920px) {
  .fl.stack-mobile, [class*=fl-].stack-mobile {
    display: block;
  }
}
.bg-fill {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*

Colors  - defined by lightwave color-tokens
$white : #ffffff;
$black : #000000;
$charcoal: #5B5E6E; // use for all greys as sketch is showing poorly
$grey: #ABABAB;

$new-yellow: #EAFF23;
$new-purple: #70279D;
// candy based tokens
$chocolate : #80392c;
$lollipops : #D7002D;
$chewy : #FF7803;
$sour-beans : #F66C70;
$hard-candy : #F48DE9;
$vitamin-c : #c229b9;
$fruit-snacks : #7314a1;
$gummy-bears : #6494f7;
$licorice : #00b2bf;
$sour-candy : #96c93d;

$halloween: $black;
$easter: #B472D4;
$holiday: #72A022;
$valentines: #FFCCFA;

$primary-green: $sour-candy;
$primary-teal: $licorice;
$primary-body: $charcoal;
*/
.color-green {
  color: #96c93d;
}

.bg-green {
  background-color: #96c93d;
}

.color-teal {
  color: #00b2bf;
}

.bg-teal {
  background-color: #00b2bf;
}

.color-chocolate {
  color: #80392c;
}

.bg-chocolate {
  background-color: #80392c;
}

.color-lollipops {
  color: #D7002D;
}

.bg-lollipops {
  background-color: #D7002D;
}

.color-chewy {
  color: #FF7803;
}

.bg-chewy {
  background-color: #FF7803;
}

.color-sour-beans {
  color: #F66C70;
}

.bg-sour-beans {
  background-color: #F66C70;
}

.color-hard-candy {
  color: #F48DE9;
}

.bg-hard-candy {
  background-color: #F48DE9;
}

.color-vitamin-c {
  color: #c229b9;
}

.bg-vitamin-c {
  background-color: #c229b9;
}

.color-fruit-snacks {
  color: #7314a1;
}

.bg-fruit-snacks {
  background-color: #7314a1;
}

.color-gummy-bears {
  color: #6494f7;
}

.bg-gummy-bears {
  background-color: #6494f7;
}

.color-licorice {
  color: #00b2bf;
}

.bg-licorice {
  background-color: #00b2bf;
}

.color-sour-candy {
  color: #96c93d;
}

.bg-sour-candy {
  background-color: #96c93d;
}

.color-halloween {
  color: #000000;
}

.bg-halloween {
  background-color: #000000;
}

.color-easter {
  color: #B472D4;
}

.bg-easter {
  background-color: #B472D4;
}

.color-holiday {
  color: #72A022;
}

.bg-holiday {
  background-color: #72A022;
}

.color-valentines {
  color: #FFCCFA;
}

.bg-valentines {
  background-color: #FFCCFA;
}

.category-lollipops, .lollipops {
  background-color: #D7002D;
}

.category-licorice, .licorice {
  background-color: #00b2bf;
}

.category-sours, .sours {
  background-color: #96c93d;
}

.category-sour-beans, .jelly-beans {
  background-color: #F66C70;
}

.category-hard-candy, .hard-candies {
  background-color: #F48DE9;
}

.category-vitamin-c, .vitamin-c {
  background-color: #c229b9;
}

.category-fruit-snacks, .fruit-snacks {
  background-color: #7314a1;
}

.category-chocolate, .chocolate {
  background-color: #80392c;
}

.category-chewy, .chewy {
  background-color: #FF7803;
}

.category-gummy-bears, .gummy-bears {
  background-color: #6494f7;
}

.category-halloween, .halloween {
  background-color: #000000;
}

.category-holiday, .holiday {
  background-color: #72A022;
}

.category-valentines, .valentines {
  background-color: #FFCCFA;
}

.category-easter, .easter {
  background-color: #B472D4;
}

.category-all {
  background-color: #70279D;
}

.hero__overlay::before {
  background-color: transparent;
}

html, body {
  font-family: houschka-rounded, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #5B5E6E;
  letter-spacing: 0;
}

.wt-demi-bold {
  font-weight: 600;
}

.wt-bold {
  font-weight: 700;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.btn, .shopify-payment-button .shopify-payment-button__button--unbranded,
body, input, textarea, button, select, .disclosure__toggle,
.cart-popup__heading, .cart-popup-item__title, .list-view-item__title {
  font-family: houschka-rounded, sans-serif;
  line-height: 1.2em;
  letter-spacing: 0;
}

p, a, .site-footer p, .site-footer__linklist-item a, .site-footer__rte a, .site-footer h4,
.site-footer small, .site-footer__copyright-content a, .site-footer__newsletter-error,
.site-footer__social-icons .social-icons__link,
.rte, .grid-view-item__title, .price-item {
  color: inherit;
}

.angled-title {
  transform: rotate(-4deg);
  display: block;
}

.shopify-policy__title h1 {
  text-transform: lowercase;
}

.shopify-policy__body .rte a:not(.btn) {
  text-decoration: underline;
  border: none;
}

.jotform-form label.form-label.form-label-auto {
  font-family: houschka-rounded, sans-serif !important;
}

.white-outline-button {
  border: 3px solid #ffffff;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: lowercase;
  background: transparent;
  color: #ffffff;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.primary-button {
  font-family: houschka-rounded, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #00B1BE;
  line-height: 1.2em;
  background: #ffffff;
  border: 4px solid #5B5E6E;
  border-radius: 20px;
  text-transform: lowercase;
  padding: 0.5rem 1.5rem;
  transition: all 0.25s;
}
.primary-button:hover {
  background: #5B5E6E;
  color: #ffffff;
}
.primary-button.teal {
  border-color: #00b2bf;
}
.primary-button.teal:hover {
  color: #ffffff;
  background: #00b2bf;
}

.btn {
  border-color: #00b2bf;
}

.solid-green-button, .shopify-challenge__button, .btn--secondary-accent {
  margin-bottom: 2rem;
  border-radius: 20px;
  text-transform: lowercase;
  letter-spacing: 0;
  padding: 0.75rem 2rem;
  color: #FFF;
  font-weight: 700;
  position: relative;
  font-size: 18px;
  background: #96c93d;
  transition: all 0.25s;
  border-color: transparent;
}
.solid-green-button:hover, .shopify-challenge__button:hover, .btn--secondary-accent:hover {
  background: #88b933;
  color: #FFF !important;
}
.solid-green-button .icon, .shopify-challenge__button .icon, .btn--secondary-accent .icon {
  width: 6px;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.btn--small-wide {
  margin-bottom: 0;
}

.btn--secondary-accent:not([disabled]):hover, .btn--secondary-accent:focus {
  background: #88b933;
  color: #FFF !important;
  border-color: transparent;
}

.pdp-outline-button {
  font-size: 18px;
  font-weight: 700;
  text-transform: lowercase;
  text-align: center;
  color: #96c93d;
  background: #ffffff;
  border: 3px solid #96c93d;
  border-radius: 20px;
}

.pdp-solid-button {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: lowercase;
  text-align: center;
  color: #ffffff;
  background-color: #96c93d;
  border: 3px solid #96c93d;
  border-radius: 20px;
}
.pdp-solid-button:hover {
  color: #ffffff !important;
  background-color: #00b2bf !important;
  border-color: #00b2bf !important;
}

.pdp-outline-button-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded {
  font-size: 18px;
  font-weight: 700;
  text-transform: lowercase;
  text-align: center;
  color: #96c93d;
  background: #ffffff;
  border: 3px solid #96c93d;
  border-radius: 20px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
}
.pdp-outline-button-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded:hover {
  color: #00b2bf;
  border-color: #00b2bf;
  background: #ffffff !important;
}
.pdp-outline-button-wrapper .shopify-payment-button__button--hidden {
  display: none;
}

.text-button {
  color: #96c93d;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0.5rem;
  transition: all 0.25s ease;
}
.text-button .icon {
  fill: #96c93d;
  width: 6px;
  margin-left: 0.5rem;
}
.text-button:hover {
  color: #00b2bf !important;
}

.button-arrow-forward {
  position: absolute;
  right: 1rem;
  top: 0;
  background: none;
  border: 0;
}

.apply-max-contrast .solid-green-button {
  background: #5B5E6E !important;
  border-color: #5B5E6E !important;
}
.apply-max-contrast .text-button {
  color: #5B5E6E !important;
}
.apply-max-contrast .text-button .icon {
  fill: #5B5E6E !important;
}
.apply-max-contrast .pdp-solid-button {
  background: #5B5E6E !important;
  border-color: #5B5E6E !important;
}
.apply-max-contrast .pdp-outline-button-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}

.sign-in-container {
  border: 8px solid #00B1BE;
  border-radius: 20px;
  padding: 40px;
}

#LoginHeading {
  font-family: houschka-rounded, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #00B1C0;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.form-required-text {
  font-family: houschka-rounded, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #5B5E6E;
  line-height: 1.2em;
}
.form-required-text.register {
  margin-bottom: 30px;
}

.form-label {
  font-family: houschka-rounded, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #5B5F6D;
  line-height: 1.2em;
  text-transform: lowercase;
}

.form-group-aside-left {
  padding-right: 1rem;
}

.form-group-aside-right {
  padding-left: 1rem;
}

.form-field {
  border: 2px solid #00B1BE;
  border-radius: 9px;
}
.form-field::-moz-placeholder {
  font-family: houschka-rounded, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #00B1BE;
  line-height: 1.2em;
}
.form-field:-ms-input-placeholder {
  font-family: houschka-rounded, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #00B1BE;
  line-height: 1.2em;
}
.form-field::placeholder {
  font-family: houschka-rounded, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #00B1BE;
  line-height: 1.2em;
}

#CustomerPassword.form-field {
  margin-bottom: 9px;
}

.recover-label {
  margin-bottom: 40px;
}

.recover-label-link {
  font-family: houschka-rounded, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #5A5F6C;
  line-height: 1.2em;
  margin-bottom: 30px;
}

#customer_register_link {
  font-family: houschka-rounded, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  color: #5A606B;
  line-height: 1.2em;
  text-transform: lowercase;
  border-bottom: 3px solid #96c93d;
}

.savings-label {
  font-family: houschka-rounded, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #5C5C72;
  line-height: 1.2em;
}

.register-wrapper {
  display: flex;
  justify-content: center;
}

.register-grid {
  width: 80%;
  left: auto;
}

.register-text {
  font-family: houschka-rounded, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #00b2bf;
  line-height: 1.2em;
}

.register-button {
  margin-top: 40px;
}

.contact-grid {
  left: auto;
}

.contact-form-aside {
  margin-top: 2rem;
}

.contact-form {
  flex-basis: 270px;
  margin-right: 4rem;
  width: 100%;
}

.form-select {
  font-family: houschka-rounded, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #00b2bf;
  line-height: 1.2em;
  padding: 12px 32px 12px 16px;
  border: 2px solid #00b2bf;
  border-radius: 9px;
}
.form-select option {
  color: #00b2bf;
}

.form-field.selected {
  border-color: #00b2bf;
}

.form-field.disabled {
  border-color: #5B5E6E;
  background-color: #5B5E6E;
}

.form-field.error {
  border-color: #5B5E6E;
}

.contact-info-questions {
  margin-bottom: 2rem;
}

.contact-info-questions {
  font-family: houschka-rounded, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #5B5E6E;
  line-height: 1.2em;
}
.contact-info-questions strong {
  font-family: houschka-rounded, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #5B5E6E;
  line-height: 1.2em;
  text-transform: lowercase;
}
.contact-info-questions p {
  margin-bottom: 0;
}

.contact-info-headquarters {
  font-family: houschka-rounded, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #5B5E6E;
  line-height: 1.2em;
}
.contact-info-headquarters strong {
  font-family: houschka-rounded, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #5B5E6E;
  line-height: 1.2em;
}
.contact-info-headquarters p {
  margin-bottom: 0;
}

.contact-group {
  margin-top: 1rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.contact-checkbox {
  margin-top: 5px;
}

.sub-text {
  font-family: houschka-rounded, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #5B5E6E;
  line-height: 1.2em;
}

.apply-max-contrast .sign-in-container {
  border-color: #000000 !important;
}
.apply-max-contrast #LoginHeading {
  color: #000000 !important;
}
.apply-max-contrast .form-field {
  border-color: #000000 !important;
}
.apply-max-contrast #customer_register_link {
  border-color: #000000 !important;
}

.grid-contain {
  max-width: 1380px;
  width: 100%;
  margin: auto;
}
.grid-contain .grid__item {
  padding-left: 18px;
}
.grid-contain .grid__item .grid-view-item {
  margin-bottom: 18px;
}

.cart__continue-btn.solid-green-button .icon {
  top: 1.2rem;
}

.page-container {
  transition: none;
}

.page-width {
  max-width: 1380px;
  padding-top: 0;
}

.main-content {
  padding-top: 0;
}

.bootstrap-mswl .btn-warning {
  font-family: houschka-rounded, sans-serif !important;
  font-size: 1rem !important;
  color: #5B5E6E !important;
  background: #ffffff !important;
  border: 4px solid #5B5E6E !important;
  border-radius: 20px !important;
  text-transform: lowercase !important;
  padding: 0.5rem 1.5rem !important;
  transition: all 0.25s !important;
}
.bootstrap-mswl .btn-warning:hover {
  background: #5B5E6E !important;
  color: #ffffff !important;
}

.bootstrap-mswl .btn-primary {
  font-family: houschka-rounded, sans-serif !important;
  font-size: 1rem !important;
  color: #00b2bf !important;
  background: #ffffff !important;
  border: 4px solid #00b2bf !important;
  border-radius: 20px !important;
  text-transform: lowercase !important;
  padding: 0.5rem 1.5rem !important;
  transition: all 0.25s !important;
}
.bootstrap-mswl .btn-primary:hover {
  background: #00b2bf !important;
  color: #ffffff !important;
}

.product-quantity-widget {
  width: 90px;
  margin: auto;
}

.quantity-widget-left {
  width: 30px;
  text-align: center;
  cursor: pointer;
}

.quantity-widget-center {
  width: 30px;
  text-align: center;
}

.quantity-widget-right {
  width: 30px;
  text-align: center;
  cursor: pointer;
}

.product-card {
  border-radius: 20px;
  padding-top: 13px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 1rem;
  color: #ffffff;
  min-width: 260px;
  position: relative;
  z-index: 1;
}
.product-card .notinwishlist .fa-heart:before {
  content: "" !important;
  background: url("//cdn.shopify.com/s/files/1/0408/0576/1178/t/1/assets/heart-default.svg?v=7790107548072662733");
  width: 15px;
  height: 15px;
  position: absolute;
  background-size: 15px;
  background-repeat: no-repeat;
  top: 2px;
}
.product-card .stamped-badge-caption[data-reviews][data-label][data-version="2"] > span {
  display: none !important;
}
.product-card .product-form__item label {
  font-size: 14px;
  font-weight: 500;
  text-transform: lowercase;
}
.product-card .white-outline-button {
  padding: 0.5rem 1rem;
}
.product-card .grid-view-item__image {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  width: auto;
  max-height: 230px !important;
}

.price-item.price-item--regular em {
  font-size: 12px;
}

.product-card-badge {
  position: absolute;
  top: 5px;
  right: 30px;
  z-index: 2;
  border-radius: 9px;
  padding: 2px 8px;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 18px;
}
.product-card-badge.badge-new-product {
  background-color: #EAFF23;
  border-color: #EAFF23;
  color: #70279D;
}
.product-card-badge.badge-best-seller {
  background-color: #F48DE9;
  border-color: #F48DE9;
  color: #70279D;
}

.product-card-favorite {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
}
.product-card-favorite .heart-selected {
  display: none;
}
.product-card-favorite.favorited .heart-default {
  display: none;
}
.product-card-favorite.favorited .heart-selected {
  display: block;
}

.grid__item:hover .grid-view-item__image {
  transform: scale(1.13);
}

.grid-view-item__image {
  transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.product-card-image-frame {
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 8px;
  height: 260px;
}

.product-card-title {
  height: 50px;
  padding-top: 14px;
  margin-bottom: 14px;
}

.product-card-title-h2 {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: lowercase;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.product-card-title-h2:hover {
  color: #FFF !important;
  text-decoration: underline;
}

.product-card-quick-form-lower {
  align-content: center;
  align-items: center;
}

.product-form, .product-card-quick-form {
  padding-top: 0;
}

.single-option-selector.pack-count .pack-count-option {
  display: none;
}
.single-option-selector.pack-count .pack-count-option.available {
  display: block;
}

.product-card-quick-form-quantity-input {
  display: none;
}

.product-form__controls-group {
  width: 100%;
}

.product-form__input {
  border-radius: 9px;
}

.add-to-cart-btn .icon {
  width: 6px;
}

.product-form__item--submit {
  margin-bottom: 0;
}

.product-card-price-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.product-card-price-row .price__badges {
  position: absolute;
  top: 0px;
  right: 20px;
}
.product-card-price-row .price__badges .price__badge--sale {
  color: #ffffff;
  background: #7314a1;
  border-color: #7314a1;
  border-radius: 12px;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 8px;
}
.product-card-price-row .price__badges .price__badge--sold-out {
  color: #ffffff;
  background: #D7002D;
  border-color: #D7002D;
  border-radius: 12px;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 8px;
}

.product-card-stars {
  flex-basis: 50%;
  justify-content: flex-start;
  display: flex;
}

.product-card-price {
  flex-basis: 50%;
  justify-content: flex-end;
  display: flex;
  text-align: right;
}

@media (max-width: 920px) {
  .product-card {
    min-height: 502px;
  }
  .product-card .product-form__item label {
    margin-right: 1rem;
    width: 60px;
  }
  .product-card .quantity.column {
    display: none;
  }
  .product-card .price dd {
    margin: auto;
  }
  .product-card .price__regular {
    margin-right: 0;
  }

  .stamped-badge-caption[data-reviews][data-label][data-version="2"] > span {
    display: none !important;
  }

  .product-card-image-frame {
    height: 220px;
  }

  .product-form__controls-group {
    display: block;
    flex-flow: column;
  }

  .product-form__item {
    display: flex;
    align-items: center;
    margin-top: 0rem;
  }

  .product-card-quick-form-lower {
    flex-flow: column;
  }

  .action.column {
    margin-top: 1rem;
  }

  .grid-contain .grid__item {
    padding-left: 30px;
  }

  .grid__item {
    padding-left: 30px;
    padding-right: 10px;
  }

  .category-grid .grid {
    margin: 0;
  }
  .category-grid .grid__item {
    padding: 0 0.5rem;
  }
  .category-grid .product-card {
    min-width: revert;
  }
  .category-grid .product-card-title-h2 {
    font-size: 18px;
  }

  .product-card-price-row {
    flex-flow: column;
  }
}
.apply-max-contrast .product-card {
  background-color: #000000 !important;
}
.apply-max-contrast .price__badge {
  background: #5B5E6E !important;
  border-color: #5B5E6E !important;
}
.apply-max-contrast .fa .fa-heart {
  color: #5B5E6E !important;
}
.apply-max-contrast .mswishlist .notinwishlist:hover {
  color: #5B5E6E !important;
}
.apply-max-contrast .mswishlist .inwishlist {
  color: #5B5E6E !important;
}
.apply-max-contrast .mswishcount {
  color: #5B5E6E !important;
}

.breadcrumbs-wrapper {
  width: 100%;
}
.breadcrumbs-wrapper a, .breadcrumbs-wrapper span {
  text-tranform: lowercase;
}

.breadcrumbs-inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 4px;
  font-size: 14px;
  text-transform: lowercase;
  font-weight: 500;
}

.pdp-breadcrumbs {
  background-color: #00b2bf;
  color: #ffffff;
  margin-bottom: 20px;
}

@media screen and (max-width: 1220px) {
  .breadcrumbs-wrapper {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb, .breadcrumbs-wrapper {
    display: none;
  }
}
.homepage-billboard {
  padding: 0;
}

.homepage-billboard-text-wrapper {
  max-width: 40%;
  width: 100%;
  margin: 0 0 0 3rem;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.homepage-billboard-text-wrapper .mega-title {
  padding: 2rem 0 0;
  text-shadow: none;
  line-height: 4.5rem;
  font-size: 4rem;
  margin-bottom: 1rem;
}
.homepage-billboard-text-wrapper .mega-title img {
  position: absolute;
  transform: translate(20%, -10%);
  max-width: 80px;
}
.homepage-billboard-text-wrapper .mega-subtitle {
  color: #5B5E6E;
  position: relative;
}
.homepage-billboard-text-wrapper .mega-subtitle p, .homepage-billboard-text-wrapper .mega-subtitle ul, .homepage-billboard-text-wrapper .mega-subtitle li {
  color: #5B5E6E;
  text-shadow: none;
  position: relative;
}
.homepage-billboard-text-wrapper .mega-subtitle.add-checkmarks p {
  padding-left: 2rem;
}
.homepage-billboard-text-wrapper .solid-green-button .icon {
  top: 19px;
  width: 1rem;
}

.hero-section-mobile {
  display: none;
}

@media (max-width: 920px) {
  .hero-section-desktop {
    display: none;
  }

  .hero-section-mobile {
    display: block;
  }
  .hero-section-mobile .hero__inner {
    padding: 0.5rem;
    vertical-align: revert;
    margin: auto;
  }
  .hero-section-mobile .homepage-billboard-text-wrapper {
    max-width: 80%;
    margin: 2rem auto;
  }
  .hero-section-mobile .homepage-billboard-text-wrapper .mega-title {
    font-size: 3.5rem;
    line-height: 3.6rem;
    padding-top: 1.5rem;
  }
  .hero-section-mobile .homepage-billboard-text-wrapper .mega-subtitle.add-checkmarks p {
    margin-bottom: 0.75rem;
  }
  .hero-section-mobile .homepage-billboard-text-wrapper .solid-green-button {
    margin-bottom: 1rem;
  }
  .hero-section-mobile .homepage-billboard-text-wrapper .hero__btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .hero {
    height: 775px !important;
  }
}
@media screen and (max-width: 480px) {
  .hero-section-mobile .homepage-billboard-text-wrapper {
    margin: 0;
    max-width: 100%;
  }
  .hero-section-mobile .homepage-billboard-text-wrapper .hero__btn {
    margin-bottom: 1rem;
    margin-top: 0rem;
  }
  .hero-section-mobile .homepage-billboard-text-wrapper .mega-title {
    font-size: 2rem;
    line-height: 2.2rem;
    padding-top: 1.5rem;
  }
  .hero-section-mobile .homepage-billboard-text-wrapper .mega-title img {
    max-width: 60px;
  }
  .hero-section-mobile .homepage-billboard-text-wrapper .mega-subtitle.add-checkmarks p {
    margin-bottom: 0.25rem;
  }

  .hero {
    height: 582px !important;
  }
}
.apply-max-contrast .mega-title {
  color: #000000 !important;
}
.apply-max-contrast .mega-subtitle {
  color: #000000 !important;
}
.apply-max-contrast .mega-subtitle p, .apply-max-contrast .mega-subtitle ul, .apply-max-contrast .mega-subtitle li {
  color: #000000 !important;
}
.apply-max-contrast .add-checkmarks p::before {
  color: #000000 !important;
}
.apply-max-contrast .homepage-billboard-text-wrapper-bg {
  background: #ffffff !important;
}

.top-treats-row {
  position: relative;
  transition: all 0.4s ease-in-out;
  display: flex;
}

@media (hover: hover) {
  .top-treats-row {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
@media (hover: none) {
  .top-treats-row {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.top-treats-row-header {
  position: relative;
}
.top-treats-row-header .button-arrow-forward {
  top: 1.5rem;
}
.top-treats-row-header .button-arrow-forward.backward {
  transform: rotateY(180deg);
  right: 5rem;
  display: none;
  z-index: 2;
}
.top-treats-row-header .section-header {
  margin-bottom: -1rem;
  transform: translateX(-2rem);
}

.top-treats-row-ul {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 2rem;
  overflow-x: visible;
  padding-right: 2rem;
  overflow-y: visible;
}

.top-treats-row-footer {
  margin-top: 3rem;
}
.top-treats-row-footer .solid-green-button .icon {
  top: 1rem;
  width: 6px;
}

@media (min-width: 1025px) {
  .top-treats-row-li {
    width: 360px;
    min-width: 360px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-treats-row-ul {
    padding-left: 1rem;
  }
}
@media (max-width: 1024px) {
  .top-treats-row-header .button-arrow-forward {
    right: 0;
  }
  .top-treats-row-header .button-arrow-forward img {
    width: 18px;
  }
  .top-treats-row-header .button-arrow-forward.backward {
    transform: rotateY(180deg);
    right: 3rem;
    display: none;
    z-index: 2;
  }
}
@media screen and (max-width: 920px) {
  .top-treats-row-ul {
    padding-left: 10px;
  }

  .top-treats-row .grid__item {
    padding-left: 0;
  }
  .top-treats-row .action.column {
    margin-top: 0.5rem;
  }
}
.reviews-row {
  position: relative;
  min-height: 570px;
}
.reviews-row #stamped-reviews-widget {
  margin-top: 2rem;
}
.reviews-row .stamped-reviews-date {
  display: none;
}
.reviews-row .stamped-ratings-wrapper {
  width: 80%;
}

.stamped-carousel-buttons {
  display: none;
}

.reviews-row-inner {
  background-size: cover;
}

.reviews-row-cutout {
  transform: translateY(2rem);
}

.stamped-reviews-product-title a, .stamped-reviews-message-block .stamped-style-color-text, .stamped-reviews-title a {
  font-family: houschka-rounded, sans-serif !important;
}

.reviews-row-inner .button-arrow-forward {
  display: none;
}

#stamped-reviews-widget[data-widget-type=carousel] .stamped-style-color-link {
  text-transform: lowercase;
}

.stamped-carousel-scroll-wrapper .block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.reviews-row-bg {
  position: absolute;
  top: 0;
  width: 90%;
}

.reviews-row-header {
  position: relative;
}

.stamped-carousel-subtitle-count {
  color: #FFF !important;
  font-family: houschka-rounded, sans-serif;
}

#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-button-left:before {
  color: #FFF;
}

#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-button-right:before {
  color: #FFF;
}

#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll:before {
  border: 0 !important;
}

.stamped-reviews-product-title a {
  font-weight: 700;
  text-align: center;
  color: #FFF;
}

#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll {
  float: left;
  width: 100%;
  white-space: nowrap;
  overflow-y: visible;
  height: 400px !important;
}

#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-image {
  background: none !important;
  border: none !important;
}

#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-title:empty:before {
  display: none;
}

.stamped-carousel-scroll-wrapper {
  display: flex;
  justify-content: space-between;
}
.stamped-carousel-scroll-wrapper .block {
  position: relative;
  padding-bottom: 2rem;
}

#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .block {
  height: 360px !important;
  justify-content: center;
  display: flex !important;
  margin: auto;
  color: #FFF !important;
  padding-top: 3rem;
  width: 31% !important;
}

@media (max-width: 1220px) {
  div#stamped-reviews-widget[data-widget-type=full-page], div#stamped-reviews-widget[data-widget-type=full-page-nps] {
    margin: 2rem !important;
  }

  #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll-wrapper {
    position: static !important;
  }

  .reviews-row-inner #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .block {
    width: 50% !important;
    padding-right: 30px;
  }

  #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-message {
    width: 230px;
  }
}
@media (max-width: 920px) {
  .reviews-row {
    padding-left: 20px;
    padding-right: 0;
  }

  .reviews-row-inner #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .block {
    width: 60% !important;
  }
}
@media (max-width: 480px) {
  .reviews-row {
    padding: 0;
  }

  .reviews-row-inner #stamped-reviews-widget[data-widget-type=carousel] {
    width: 100%;
    margin-top: 0rem !important;
  }
  .reviews-row-inner .button-arrow-forward {
    display: block;
    position: relative;
    margin-right: 0;
    margin-left: auto;
    margin-top: 2rem;
  }

  #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll-wrapper {
    position: static !important;
    margin: 0 0.5rem;
  }

  #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-message {
    width: 230px;
    margin: 0 6rem;
  }

  .reviews-row-inner {
    background-position: center;
  }
  .reviews-row-inner #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .block {
    width: 100% !important;
  }

  .stamped-carousel-scroll-wrapper .block::before {
    width: 95%;
  }

  .reviews-row .stamped-ratings-wrapper {
    width: 75%;
    margin-left: -2rem;
  }
}
.apply-max-contrast #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-button-left:before {
  color: #000000;
}
.apply-max-contrast #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-button-right:before {
  color: #000000;
}
.apply-max-contrast .stamped-reviews-product-title a {
  font-weight: 700;
  text-align: center;
  color: #000000;
}
.apply-max-contrast #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .block {
  color: #000000 !important;
}
.apply-max-contrast .reviews-row-inner {
  background-image: none;
  background-color: #000000;
  border-radius: 30px;
}

.article-head-wrapper {
  width: 650px;
  margin: auto;
}

.featured-article-image-container {
  min-width: 600px;
}

.featured-article-right {
  margin: auto 0;
}

.featured-article-text-stack {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 3rem;
  margin-left: -34px;
}

.featured-article-headline {
  font-family: houschka-rounded, sans-serif;
  font-size: 2.125rem;
  font-weight: 800;
  color: #7314a1;
  line-height: 1.2em;
  width: 425px;
}

.featured-panel {
  margin-top: 3rem;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.featured-panel-link {
  width: 521px;
}

.featured-panel-image-container {
  width: 521px;
}

.featured-panel-bottom {
  width: 448px;
  margin: auto;
}

.featured-panel-text-stack {
  margin: auto;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  justify-content: center;
  margin-top: -30px;
  z-index: 1;
  position: relative;
}
.featured-panel-text-stack.home {
  background: #6494f7;
  border: 1px solid #6494f7;
  width: 360px;
  position: relative;
  padding-top: 300px;
  bottom: 70px;
  z-index: -1;
  margin-top: -144px;
}

.article__grid-image-wrapper.home {
  top: 80px;
}

.featured-panel-headline {
  font-family: houschka-rounded, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #5B5E6E;
  line-height: 1.2em;
}

.blog-filter {
  display: block;
}

.blog-filter__label {
  font-family: houschka-rounded, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #5B5E6E;
  line-height: 1.2em;
  cursor: initial !important;
  text-transform: lowercase;
  margin-bottom: 18px;
}

#BlogTagFilter {
  width: auto !important;
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}

.blog-filter-title {
  font-family: houschka-rounded, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2em;
  background: #96c93d;
  text-transform: lowercase;
  border: 4px solid #96c93d;
  border-radius: 20px;
  padding: 0.5rem;
  margin: 0 12px;
}
.blog-filter-title.press {
  border: 4px solid #00b2bf;
}

.article__grid-image {
  box-shadow: 0px 11px 31px 0 rgba(0, 0, 0, 0.3);
}

.article__title {
  margin-top: 1rem;
}
.article__title.home {
  font-family: houschka-rounded, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2em;
  height: 100px;
}

.carrot {
  width: 10px;
}

.article-body {
  width: 650px;
  margin: auto;
}

.rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
  margin: revert;
  margin-bottom: 10px;
}

.grid-spacing {
  margin-bottom: 6rem;
}

.social-sharing {
  justify-content: center;
  margin-top: 3rem;
}

.pagination__text {
  color: #96c93d;
}

.btn--tertiary {
  border-color: #96c93d;
  border-radius: 20px;
}
.btn--tertiary:hover {
  color: #00b2bf;
}
.btn--tertiary:hover .icon {
  color: #00b2bf;
}

.pagination .icon {
  fill: #96c93d;
}

.grid #at4-share, .grid #at4-soc {
  top: 40% !important;
}

@media screen and (max-width: 1220px) {
  .featured-article {
    flex-flow: column;
  }

  .featured-article-image-container {
    min-width: auto;
  }

  .featured-article-headline {
    width: 100%;
    font-size: 24px;
  }

  .featured-panel-image-container {
    width: 100%;
  }

  .featured-panel-link {
    margin: 0 1rem;
  }

  .featured-panel-bottom {
    width: 100%;
  }

  .featured-panel-headline {
    font-size: 18px;
  }
}
@media screen and (max-width: 920px) {
  .article-head-wrapper {
    width: 100%;
  }

  .article-body {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .featured-panel-link {
    margin: 0;
  }

  .featured-article-text-stack {
    padding: 1rem 0 0 2rem;
  }

  .featured-panel {
    flex-flow: wrap;
  }
}
.apply-max-contrast .featured-article-text-stack {
  background: #000000;
  border: 1px solid #000000;
}
.apply-max-contrast .featured-article-headline, .apply-max-contrast .featured-panel-headline, .apply-max-contrast .blog-filter__label {
  color: #ffffff;
}
.apply-max-contrast .featured-panel-text-stack {
  background: #000000;
  border: 1px solid #000000;
}
.apply-max-contrast .featured-panel-text-stack.home {
  background: #000000;
  border: 1px solid #000000;
}
.apply-max-contrast .blog-filter-title {
  background: #000000 !important;
  border-color: #000000;
}
.apply-max-contrast .blog-filter-title.press {
  border: 4px solid #000000;
}
.apply-max-contrast .pagination__text {
  color: #000000;
}
.apply-max-contrast .btn--tertiary {
  border-color: #000000;
}
.apply-max-contrast .btn--tertiary:hover {
  color: #000000;
}
.apply-max-contrast .btn--tertiary:hover .icon {
  color: #000000;
}
.apply-max-contrast .pagination .icon {
  fill: #000000;
}
.apply-max-contrast .primary-button {
  background: #5B5E6E !important;
  border-color: #5B5E6E !important;
  color: #ffffff !important;
}

.follow-row-wrapper.about {
  background: #7314a1;
  border: 20px solid #7314a1;
  border-radius: 30px;
}

.follow-row-header {
  display: flex;
}
.follow-row-header.about {
  margin-bottom: 3rem;
}

.follow-row-column-left {
  flex-basis: 50%;
}

.cutout-title.about {
  margin-left: -30px;
}

.follow-row-column-right {
  flex-basis: 50%;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  display: flex;
}

.follow-row-subhead {
  font-size: 32px;
  color: #00b2bf;
  font-weight: 700;
  text-transform: lowercase;
  margin-right: 1rem;
}
.follow-row-subhead.about {
  color: #ffffff;
}

.follow-row-link {
  margin: 0 0.5rem 0 0;
}
.follow-row-link .icon {
  width: 30px;
  height: auto;
}
.follow-row-link:hover .icon {
  fill: #96c93d;
}

.follow-row-knockout .follow-row-wrapper {
  background-color: #7314a1;
  border-radius: 30px;
  padding-bottom: 2rem;
}
.follow-row-knockout .follow-row-wrapper .follow-row-subhead {
  color: #FFF;
}
.follow-row-knockout .follow-row-wrapper .follow-row-link .icon {
  fill: #FFF;
}

.follow-row-custom-html .embedsocial-hashtag #es-pagination {
  display: none !important;
}
.follow-row-custom-html .embedsocial-hashtag #es-pagination #f-load-more-pages-btn {
  display: none !important;
}

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

@media screen and (max-width: 920px) {
  .follow-row-subhead {
    font-size: 18px;
  }

  .follow-row-header {
    flex-flow: column;
  }

  .follow-row-column-left {
    margin-bottom: 1rem;
  }

  .follow-row-column-right {
    margin-bottom: 1rem;
  }

  .follow-row-subhead {
    margin-left: 0rem;
    marign-right: 0;
    line-height: 3rem;
  }

  .follow-row {
    padding: 0;
    border-radius: 0;
  }

  .follow-row-knockout .follow-row-wrapper {
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  .social-feed {
    display: none;
  }

  .follow-row-wrapper .f-num-columns {
    width: 50% !important;
  }

  #es-mainwidget {
    display: flex;
    flex-wrap: wrap;
    overflow-x: scroll;
  }

  #es-grid .f-num-columns {
    width: 330px;
    height: 270px;
  }

  #es-grid .es-photo {
    width: 300px;
    height: 300px;
  }
}
.apply-max-contrast .follow-row-wrapper.about {
  background: #000000;
}
.apply-max-contrast .follow-row-knockout .follow-row-wrapper {
  background-color: #000000;
}
.newsletter-aside .section-header {
  display: flex;
  flex-wrap: nowrap;
}

.newsletter-aside-left-column {
  flex-basis: 50%;
}

.newsletter-aside-right-column {
  flex-basis: 50%;
}
.newsletter-aside-right-column h2 {
  color: #00b2bf;
  font-size: 40px;
  text-transform: inherit;
  letter-spacing: 0;
  text-align: left;
  line-height: 2.5rem;
}
.newsletter-aside-right-column .rte {
  text-align: left;
}
.newsletter-aside-right-column .rte p {
  text-align: left;
}

.newsletter-section {
  padding-top: 0;
  background-color: transparent;
}

#privy-container {
  border: 0 !important;
  padding: 0 !important;
  max-width: 370px !important;
}
#privy-container .privy.standalone {
  padding: 0 !important;
}

.privy-embedded-form-1777814 {
  margin: 0 !important;
}

.privy-button-element {
  border-radius: 20px !important;
  font-family: houschka-rounded, sans-serif !important;
}

@media (max-width: 1220px) {
  .newsletter-section {
    padding-top: 0;
  }

  .newsletter-aside .section-header {
    flex-flow: column;
  }

  .newsletter-aside-left-column {
    margin-bottom: 1rem;
  }
}
.apply-max-contrast .newsletter-aside-right-column h2 {
  color: #000000;
}
.apply-max-contrast .privy-button-element {
  font-family: #000000 !important;
}

.crown {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

.crown-bar.crown-fixed-nav {
  position: fixed;
  z-index: 4;
  background: #ffffff;
  width: 100%;
  top: 0px;
}

.crown-inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.crown-left-navigation {
  width: 450px;
  display: flex;
}
.crown-left-navigation .accessible-nav {
  display: flex;
  align-items: center;
}

.site-color-contrast {
  color: #5B5E6E;
  top: 0;
  font-size: 14px;
  align-items: center;
  display: inline-flex;
  text-transform: lowercase;
  padding-left: 5px;
}
.site-color-contrast.mobile {
  display: none;
  position: absolute;
  top: auto;
  z-index: 5;
}

.site-color-contrast mobile.mobile {
  position: relative;
}

.site-color-contrast-text.mobile {
  visibility: hidden;
  width: 160px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 0;
  left: 0;
}
.site-color-contrast-text.mobile::before {
  border-bottom: 1px solid #000000;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom-width: 4px;
  border-bottom-width: 0.25rem;
  border-left-width: 4px;
  border-left-width: 0.25rem;
  border-right-width: 4px;
  border-right-width: 0.25rem;
  content: "";
  height: 0;
  right: 8.2rem;
  margin-top: -4px;
  margin-top: -0.25rem;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 902;
}

.site-color-contrast.mobile:hover .site-color-contrast-text.mobile {
  visibility: visible;
}

.site-color-contrast-text {
  margin-right: 0.5rem;
}

.site-color-contrast-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0px;
  border: none;
  border-radius: 20px;
  outline: none;
  background: transparent;
}
.site-color-contrast-button .color-switch {
  padding: 0px 10px;
}
.site-color-contrast-button .color-switch.off {
  border-radius: 9px;
  background-color: #5B5E6E;
  color: #ffffff;
}
.site-color-contrast-button .color-switch.on {
  border-radius: 9px;
  background-color: transparent;
  color: #5B5E6E;
}
.site-color-contrast-button .contrast-on {
  display: none;
}

.crown-center {
  width: 300px;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 12px;
}

.crown-logo-anchor {
  margin: 0;
}

.crown-logo-wrapper {
  width: 100%;
}

.crown-logo-image {
  width: 250px;
}

.crown .crown-tagline {
  text-transform: lowercase;
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0;
}
.crown .crown-tagline .wt-demi-bold {
  letter-spacing: 0;
}

.crown-right-navigation {
  width: 450px;
  display: flex;
}

.js-drawer-open-top .drawer--top {
  height: 152px !important;
}

.icon-search {
  color: #00b2bf;
}

.crown-collection {
  display: flex;
  padding-top: 5.5rem;
}

.crown-collection-product-variant {
  display: block;
}

.crown-collection-column {
  display: none;
}
.crown-collection-column.active {
  display: flex;
}

.crown-collection-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  padding: 2rem 1rem 0;
}

.crown-product-title {
  flex-wrap: wrap;
  flex-basis: 100%;
  text-align: center;
  margin-top: 1rem;
  color: #5B5E6E;
  line-height: 1.1rem;
  font-weight: 600;
  text-transform: lowercase;
}

.crown-collection-header {
  position: relative;
  height: 100px;
}

.crown-collection-title {
  color: #FFF;
  font-size: 34px;
  font-weight: 700;
  top: 0rem;
  position: absolute;
  left: 2rem;
  height: 100px;
  width: auto;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  padding: 2rem 2rem 1.5rem 1rem;
  min-width: 200px;
  text-transform: lowercase;
}

.crown-collection-product-img {
  max-height: 140px;
  height: auto;
  width: auto;
}

.crown-grandchild {
  display: none;
  background: #FFF;
  z-index: 2;
  width: 100%;
}
.crown-grandchild.active {
  display: flex;
}

.crown-child-li:hover .crown-grandchild {
  display: flex;
  position: absolute;
  top: 0rem;
  left: 12rem;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}

.crown-grandchild-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  padding: 2rem 1rem 0;
  white-space: initial;
  width: 20%;
}

.crown-menu-hamburger {
  display: none;
  background: none;
  top: 22px;
  border: none;
  cursor: pointer;
  outline: none;
  position: relative;
}

.crown-menu-hamburger-line {
  width: 40px;
  background: #00b2bf;
  height: 3px;
  display: block;
  border-radius: 4px;
}
.crown-menu-hamburger-line.bun-top {
  margin-bottom: 6px;
}
.crown-menu-hamburger-line.meat {
  width: 80%;
}
.crown-menu-hamburger-line.bun-bottom {
  margin-top: 6px;
}

.crown.active .crown-menu-list-nav {
  transform: translateX(0) translateY(0);
}
.crown.active .crown-menu-hamburger-line {
  background: #96c93d;
}

.crown-dropdown-links-right {
  display: none;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  height: 100%;
}
.crown-dropdown-links-right .crown-child-li {
  flex-basis: 100%;
  padding-right: 1rem;
}
.crown-dropdown-links-right .crown-child-li .search-form__container {
  padding-left: 0;
}
.crown-dropdown-links-right .crown-child-li .site-nav__label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.crown-mobile-links {
  display: none;
}

.crown-mobile-grandchildren {
  display: none;
  width: 100%;
  position: absolute;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.25s ease-in-out;
  flex-wrap: wrap;
  z-index: 7;
  background: #FFF;
  padding-top: 2rem;
  height: 100%;
}
.crown-mobile-grandchildren .crown-grandchild {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  visibility: hidden;
}
.crown-mobile-grandchildren .crown-grandchild.visible {
  visibility: visible;
  display: flex;
}
.crown-mobile-grandchildren .crown-grandchild .crown-grandchild-li {
  flex-basis: 100%;
  justify-content: flex-start;
  padding: 0 1rem;
}
.crown-mobile-grandchildren.active {
  display: flex;
  transform: translateX(0);
}

.crown-mobile-back {
  background: none;
  border: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  color: #00b2bf;
}
.crown-mobile-back .icon {
  fill: #00b2bf;
}

.announcement-bar {
  background-color: #96c93d;
}

.site-nav__link--active .site-nav__label {
  border-bottom-color: #96c93d;
  border-width: 2px;
}

.site-nav__label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
.site-nav__label:hover {
  text-decoration: none;
}

.search-bar__input {
  border: 2px solid #00b2bf;
  border-radius: 9px;
}

.search-form__container {
  padding-left: 1rem;
  padding-right: 1rem;
}

#LeftSiteNav {
  padding-left: 1rem;
}
#LeftSiteNav .site-nav__label {
  color: #96c93d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
#LeftSiteNav .site-nav__label:hover {
  border-bottom: 1px solid #96c93d !important;
  text-decoration: none;
}
#LeftSiteNav .crown-tagline {
  letter-spacing: 0;
}
#LeftSiteNav .site-nav__link:focus .site-nav__label, #LeftSiteNav .site-nav__link:not([disabled]):hover .site-nav__label {
  border-bottom: 1px solid #96c93d !important;
}
#LeftSiteNav .icon-chevron-down {
  color: #96c93d;
}
#LeftSiteNav .site-nav__dropdown .crown-child-link {
  text-align: left;
}
#LeftSiteNav .site-nav__dropdown .site-nav__link.site-nav__child-link {
  background: #ffffff;
}
#LeftSiteNav .site-nav__dropdown .site-nav__link.site-nav__child-link .site-nav__label {
  color: #5B5E6E;
  text-transform: lowercase;
}

#RightSiteNav .site-nav__label {
  color: #00b2bf;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
#RightSiteNav .site-nav__label:hover {
  border-bottom: 1px solid #00b2bf !important;
  text-decoration: none;
}
#RightSiteNav .site-nav__link:focus .site-nav__label, #RightSiteNav .site-nav__link:not([disabled]):hover .site-nav__label {
  border-bottom: 1px solid #00b2bf !important;
}

.site-header__account {
  color: #00b2bf;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  padding-top: 0.25rem;
  font-size: 14px;
}

.site-header__cart {
  color: #00b2bf;
}

.site-nav__dropdown {
  left: -40px;
  border: 0;
  border-bottom: 30px solid #96c93d;
  width: 1280px;
  top: 55px;
  padding: 20px 60px 20px;
}

.site-nav--active-dropdown .site-nav__dropdown {
  display: flex;
}

.site-nav__link.crown-grandchild-link {
  white-space: initial;
}

.crown-mobile-search {
  display: none;
}

.site-header__cart-count {
  background: transparent;
  color: #00b2bf;
  font-weight: 900;
  right: 1rem !important;
  top: 0rem !important;
}
.site-header__cart-count:hover {
  color: #96c93d;
}

.site-nav__link.mobile {
  display: none;
}

.site-nav {
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .crown-mobile-search {
    display: flex;
    flex-basis: 100%;
  }

  .crown-tagline {
    font-size: 0.85rem;
  }

  .crown-left-navigation {
    position: absolute;
    top: 93px;
    width: 100%;
    left: 0;
    z-index: 3;
    background: #FFF;
  }
  .crown-left-navigation .site-nav__link {
    text-align: left;
  }
  .crown-left-navigation .site-nav__link.about-us {
    display: none;
  }
  .crown-left-navigation .site-nav__link.store-locator {
    display: none;
  }
  .crown-left-navigation .site-nav__link.all-products {
    display: none;
  }

  .crown-mobile-links {
    display: flex;
    border: 0;
    background: none;
  }

  .site-header__search-toggle {
    font-size: 18px;
  }

  .site-header__cart {
    top: 22px;
  }

  .accessible-nav {
    border-bottom: 37px #96c93d solid;
  }

  .crown-desktop-links {
    display: none;
  }

  .site-color-contrast.mobile {
    display: flex;
    flex-flow: column;
  }

  .site-nav {
    margin-top: 2rem;
    flex-basis: 45%;
  }

  .crown-inner {
    justify-content: space-between;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .crown-menu-hamburger {
    display: block;
  }

  .site-nav__link.desktop {
    display: none;
  }
  .site-nav__link.mobile {
    display: block;
  }

  #LeftAccessibleNav {
    display: none;
  }
  #LeftAccessibleNav.active {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }
  #LeftAccessibleNav .site-nav__dropdown {
    left: 0;
    width: 100%;
    max-width: 480px;
    border: 0;
    top: 0;
    padding: 0;
    position: relative;
    display: flex;
  }
  #LeftAccessibleNav .site-nav__dropdown .site-nav__link {
    padding: 4px 10px;
  }
  #LeftAccessibleNav .crown-collection-column {
    display: none;
  }
  #LeftAccessibleNav .site-nav__label {
    color: #00b2bf;
    font-size: 18px;
  }
  #LeftAccessibleNav .icon-chevron-down {
    display: none;
  }
  #LeftAccessibleNav .list--inline > li {
    display: block;
  }

  #RightAccessibleNav {
    display: none;
  }

  .crown-right-navigation .site-header__search-toggle {
    display: none;
  }

  .crown-dropdown-links-right {
    display: flex;
    margin-top: 2rem;
    flex-basis: 45%;
  }
  .crown-dropdown-links-right .crown-child-li {
    padding-bottom: 0.5rem;
  }

  .site-header__account {
    display: none;
  }

  .crown-logo-image {
    width: 173px;
  }

  .crown-right-navigation {
    width: auto;
  }

  .site-nav__link--active .site-nav__label {
    border: 0;
    border-bottom-color: transparent;
  }

  .site-header__search-toggle {
    padding: 0;
    color: #00b2bf;
    font-weight: 700;
    text-transform: uppercase;
  }
}
.apply-max-contrast .icon-search {
  color: #000000;
}
.apply-max-contrast .crown-product-title {
  color: #000000;
}
.apply-max-contrast .crown-menu-hamburger-line {
  background: #000000;
}
.apply-max-contrast .crown.active .crown-menu-hamburger-line {
  background: #000000;
}
.apply-max-contrast .crown-mobile-back {
  color: #000000;
}
.apply-max-contrast .crown-mobile-back .icon {
  fill: #000000;
}
.apply-max-contrast .announcement-bar {
  background-color: #000000;
}
.apply-max-contrast .site-nav__link--active .site-nav__label {
  border-bottom-color: #000000;
}
.apply-max-contrast .search-bar__input {
  border: 2px solid #000000;
}
.apply-max-contrast #LeftSiteNav .site-nav__label {
  color: #000000;
}
.apply-max-contrast #LeftSiteNav .site-nav__label:hover {
  border-bottom: 1px solid #000000 !important;
}
.apply-max-contrast #LeftSiteNav .site-nav__link:focus .site-nav__label, .apply-max-contrast #LeftSiteNav .site-nav__link:not([disabled]):hover .site-nav__label {
  border-bottom: 1px solid #000000 !important;
}
.apply-max-contrast #LeftSiteNav .icon-chevron-down {
  color: #000000;
}
.apply-max-contrast #LeftSiteNav .site-nav__dropdown .site-nav__link.site-nav__child-link .site-nav__label {
  color: #000000;
}
.apply-max-contrast #RightSiteNav .site-nav__label {
  color: #000000;
}
.apply-max-contrast #RightSiteNav .site-nav__label:hover {
  border-bottom: 1px solid #000000 !important;
}
.apply-max-contrast #RightSiteNav .site-nav__link:focus .site-nav__label, .apply-max-contrast #RightSiteNav .site-nav__link:not([disabled]):hover .site-nav__label {
  border-bottom: 1px solid #000000 !important;
}
.apply-max-contrast .site-header__account {
  color: #000000;
}
.apply-max-contrast .site-header__cart {
  color: #000000;
}
.apply-max-contrast .site-nav__dropdown {
  border-bottom: 30px solid #000000;
}
.apply-max-contrast .site-header__cart-count {
  color: #000000;
}
.apply-max-contrast .site-header__cart-count:hover {
  color: #000000;
}
.apply-max-contrast .site-nav__label {
  color: #000000;
}
.apply-max-contrast .site-nav__link--active .site-nav__label {
  border-bottom-color: #000000;
}
.apply-max-contrast .site-header__search-toggle {
  color: #000000;
}
.apply-max-contrast .site-color-contrast-button .contrast-off {
  display: none;
}
.apply-max-contrast .site-color-contrast-button .contrast-on {
  display: block;
}
.apply-max-contrast .site-color-contrast-button .color-switch.off {
  border-radius: 9px;
  background-color: transparent;
  color: #5B5E6E;
}
.apply-max-contrast .site-color-contrast-button .color-switch.on {
  border-radius: 9px;
  background-color: #5B5E6E;
  color: #ffffff;
}

.primary-footer {
  padding-bottom: 0;
}

.primary-footer-contain {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.primary-footer-upper {
  padding: 2rem 2rem;
  border-top: 11px solid #96c93d;
}
.primary-footer-upper .list--inline > li {
  padding: 0 15px 0 0;
}
.primary-footer-upper .footer-column-link {
  margin-bottom: 1rem;
}

.primary-footer-contain, .primary-footer-lower-contain {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
}
.primary-footer-contain .column, .primary-footer-lower-contain .column {
  width: 25%;
}

.primary-footer-upper-nav-columns {
  width: 50%;
  display: flex;
}

.footer-upper-navigation-column {
  width: 50%;
}

.footer-column-link-firstlevel {
  color: #96c93d;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-column-link-secondlevel {
  color: #5B5E6E;
  font-weight: 500;
  text-transform: lowercase;
  font-size: 14px;
}

.primary-footer-lower {
  background-color: #00b2bf;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.primary-footer-lower .footer-column-link {
  padding-bottom: 1rem;
}

.primary-footer-lower-contain {
  flex: 1;
}

.primary-footer-lower-column {
  flex-grow: 1;
  flex-basis: 0;
}

.footer-lower-link-firstlevel {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.footer-lower-link-firstlevel:hover {
  color: #FFF !important;
  text-decoration: underline;
}

.footer-lower-link-secondlevel {
  text-transform: lowercase;
  font-weight: 500;
  line-height: 1.4rem;
}
.footer-lower-link-secondlevel:hover {
  color: #FFF !important;
  text-decoration: underline;
}

.primary-footer-lower-copyright {
  text-align: center;
  padding-top: 30px;
}

.follow {
  text-transform: uppercase;
  color: #5B5E6E;
  font-weight: 900;
  font-size: 14px;
}

.footer-lower-column-link {
  padding-bottom: 1rem;
}

.newsletter-embed-title {
  text-transform: lowercase;
  padding-left: 20px;
  font-size: 12px;
  color: #5B5E6E;
  font-family: 700;
}

.site-footer__social-icons {
  text-align: left;
}
.site-footer__social-icons .icon {
  fill: #96c93d;
}

.privy-embed-form .privy-html-element span {
  font-size: 16px !important;
}

.primary-footer-contain div.column div.privy-embed-form div#privy-container div#privy-inner-container div.privy span.privy-text-element, .primary-footer-contain div.column div.privy-embed-form div#privy-container div#privy-inner-container div.privy span.privy-html-element {
  font-size: 16px !important;
}

.privy-form-group .privy-email-input {
  border-radius: 25px 0 0 25px !important;
}

.privy-form-table-td .privy-element-wrapper .privy-button-element {
  font-size: 12px !important;
  border-radius: 0 25px 25px 0 !important;
}

#privy-container #privy-inner-container .privy .privy-element.privy-button-element.privy-button-flat {
  text-transform: lowercase !important;
  font-family: houschka-rounded, sans-serif;
}

@media (max-width: 920px) {
  .primary-footer-upper {
    padding: 2rem 2rem;
  }

  .primary-footer-contain {
    flex-flow: column;
  }
  .primary-footer-contain .column {
    width: 100%;
  }
  .primary-footer-contain .column .grid__item {
    padding-left: 0;
  }

  .primary-footer-upper-nav-columns {
    width: 100%;
  }

  .primary-footer-lower-contain {
    flex-flow: column;
    margin-left: 2rem;
  }
}
.apply-max-contrast .primary-footer-upper {
  border-top: 11px solid #000000;
}
.apply-max-contrast .footer-column-link-firstlevel {
  color: #000000;
}
.apply-max-contrast .primary-footer-lower {
  background-color: #000000;
}
.apply-max-contrast .site-footer__social-icons .icon {
  fill: #000000;
}

.category-billboard {
  margin-bottom: 20px;
  overflow: hidden;
}
.category-billboard.variety-boxes {
  background: #F66C70;
}

.category-billboard-inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.category-billboard-text-stack {
  width: 100%;
  max-width: 500px;
  position: relative;
  margin-top: 0px;
  padding-bottom: 60px;
}

.category-billboard-headline-label {
  position: relative;
  left: -40px;
}

.category-billboard-copy {
  margin-top: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}

.category-billboard-image {
  position: absolute;
  top: -20%;
  right: 0;
}

@media screen and (max-width: 480px) {
  .category-billboard-copy p {
    font-size: 20px;
  }
}
.apply-max-contrast .category-all {
  background-color: #000000 !important;
}
.apply-max-contrast .category-billboard.variety-boxes {
  background: #000000;
}

.category-grid {
  padding-left: 1.5rem;
  position: relative;
}

.category-grid-filter-column {
  width: 15%;
  margin-right: 30px;
}

.category-grid-filter-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.category-grid-filter-headline {
  text-transform: lowercase;
  font-size: 1rem;
  padding-bottom: 4px;
  border-bottom: 2px solid #00b2bf;
}

.collection-grid {
  padding: 1rem;
}

.category-grid-filter {
  cursor: pointer;
  margin-bottom: 12px;
}
.category-grid-filter.active .category-grid-filter-selector-box-inner {
  display: block;
}

.category-grid-filter-label {
  display: flex;
  margin-bottom: 1rem;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-weight: 700;
  color: #00b2bf;
  font-size: 20px;
}
.category-grid-filter-label img {
  margin-right: 0.5rem;
}

.category-grid-filter-selector-box {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #00b2bf;
  margin-right: 10px;
  box-sizing: border-box;
}

.category-grid-filter-selector-box-inner {
  width: 8px;
  height: 8px;
  background: #00b2bf;
  display: none;
}

.category-grid-filter-title {
  text-transform: lowercase;
}

.category-grid-column {
  width: 80%;
  padding-top: 4rem;
}
.category-grid-column .grid.filtering .grid__item {
  display: none;
}
.category-grid-column .grid.filtering .grid__item.active {
  display: block;
}

.category-grid.filtering .grid--uniform .medium-up--one-half:nth-child(2n+1), .category-grid.filtering .grid--uniform .medium-up--one-third:nth-child(3n+1), .category-grid.filtering .grid--uniform .medium-up--one-quarter:nth-child(4n+1), .category-grid.filtering .grid--uniform .medium-up--one-fifth:nth-child(5n+1), .category-grid.filtering .grid--uniform .medium-up--one-sixth:nth-child(6n+1), .category-grid.filtering .grid--uniform .medium-up--two-sixths:nth-child(3n+1), .category-grid.filtering .grid--uniform .medium-up--three-sixths:nth-child(2n+1), .category-grid.filtering .grid--uniform .medium-up--one-eighth:nth-child(8n+1), .category-grid.filtering .grid--uniform .medium-up--two-eighths:nth-child(4n+1), .category-grid.filtering .grid--uniform .medium-up--four-eighths:nth-child(2n+1), .category-grid.filtering .grid--uniform .medium-up--five-tenths:nth-child(2n+1), .category-grid.filtering .grid--uniform .medium-up--one-twelfth:nth-child(12n+1), .category-grid.filtering .grid--uniform .medium-up--two-twelfths:nth-child(6n+1), .category-grid.filtering .grid--uniform .medium-up--three-twelfths:nth-child(4n+1), .category-grid.filtering .grid--uniform .medium-up--four-twelfths:nth-child(3n+1), .category-grid.filtering .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
  clear: unset;
}
.category-grid.filtering .grid--uniform [class*=medium-up--]:last-child:after {
  content: "";
  clear: both;
}

.category-grid-filter-button {
  display: none;
}

.category-grid-filter-close {
  display: none;
}

.category-grid-sorting {
  display: inline-block;
  margin: -11px auto 1rem;
  position: absolute;
  right: 3rem;
  top: 10px;
}
.category-grid-sorting .primary-button {
  height: 46px;
}
.category-grid-sorting .primary-button:hover {
  background: #ffffff;
  color: #00b2bf;
}
.category-grid-sorting .select-group .icon {
  right: 1rem;
}

@media screen and (max-width: 1220px) {
  .category-grid-filter-column {
    padding-left: 1rem;
  }

  .category-grid-column {
    padding-top: 1rem;
  }
}
@media (max-width: 1024px) {
  .category-grid.fl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .category-grid-filter-button {
    margin: 1rem auto;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-weight: 700;
    color: #00b2bf;
    font-size: 20px;
    background: #FFF;
    display: inline-block;
    height: 46px;
  }
  .category-grid-filter-button .icon {
    transition: all 0.25s;
    margin-right: 0.5rem;
  }
  .category-grid-filter-button:hover .icon {
    fill: #FFF;
  }

  .category-grid-sorting {
    display: inline-block;
    margin: auto;
    position: relative;
    right: unset;
    top: unset;
  }
  .category-grid-sorting .primary-button:hover {
    background: #ffffff;
    color: #00b2bf;
  }
  .category-grid-sorting .select-group .icon {
    right: 1rem;
  }

  .filters-toolbar__item-child .filters-toolbar__input {
    padding-left: 1rem;
  }

  .category-grid-filter-headline {
    text-align: center;
  }

  .category-grid-filter-close {
    position: absolute;
    display: block;
    right: 2rem;
    top: -5px;
    border: 0;
    background: none;
  }
  .category-grid-filter-close .icon {
    fill: #5B5E6E;
  }

  .category-grid-filter-label {
    display: none;
  }

  .category-grid-filter-column {
    display: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 2rem;
  }
  .category-grid-filter-column.active {
    display: block;
  }
  .category-grid-filter-column .category-grid-filters {
    display: flex;
    flex-wrap: wrap;
  }
  .category-grid-filter-column .category-grid-filters .category-grid-filter {
    width: 25%;
    min-width: 130px;
  }

  .category-grid-column {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .category-grid-sorting {
    margin: -11px auto 1rem;
  }

  .category-grid-filter-close {
    right: 0;
  }

  .category-grid-column {
    padding: 0 5px 0 0;
  }
  .category-grid-column li.grid__item.grid__item--collection-template.small--one-half.medium-up--one-third {
    padding-right: 0;
    padding-left: 5px;
  }

  .product-card-image-frame {
    height: 170px;
  }

  .product-card .grid-view-item__image {
    max-height: 150px !important;
    top: 10%;
  }

  .product-card {
    min-height: 462px;
  }

  .category-grid .product-card-title-h2 {
    font-size: 16px;
  }

  .product-form input, .product-form textarea, .product-form select, .product-form .disclosure__toggle {
    min-height: 36px;
  }

  .product-form__item {
    margin-bottom: 5px;
  }

  .price__regular, .price__sale {
    margin-bottom: 10px;
  }
}
.apply-max-contrast .category-grid-filter-headline {
  border-bottom: 2px solid #000000;
}
.apply-max-contrast .category-grid-filter-label {
  color: #000000;
}
.apply-max-contrast .category-grid-filter-selector-box {
  border: 3px solid #000000;
}
.apply-max-contrast .category-grid-filter-selector-box-inner {
  background: #000000;
}
.apply-max-contrast .category-grid-sorting .primary-button:hover {
  background: #000000;
  color: #000000;
}
.apply-max-contrast .category-grid-filter-close .icon {
  fill: #000000;
}
.apply-max-contrast .category-grid-filter-button {
  color: #000000;
  background: #000000;
}
.apply-max-contrast .category-grid-filter-button:hover .icon {
  fill: #000000;
}

.cd-faq-categories a {
  background: none !important;
}

.cd-faq-content, .cd-faq-content {
  font-size: 20px !important;
}

.recommended-products-row .section-header {
  margin-bottom: 0;
}

@media screen and (max-width: 1220px) {
  .recommended-products-li {
    width: auto;
    padding: 0 10px;
  }

  .recommended-products {
    padding-left: 0;
    padding-right: 0;
  }

  .recommended-products-ul {
    display: flex;
    flex-wrap: no-wrap;
    padding-left: 2rem;
  }
}
.collection-grid {
  overflow: visible;
}
.collection-grid .grid__item {
  padding-left: 10px;
}
.collection-grid .grid__item:nth-child(2), .collection-grid .grid__item:nth-child(4), .collection-grid .grid__item:nth-child(7), .collection-grid .grid__item:nth-child(9) {
  transform: translateY(-20px);
}

.collection-section-header {
  display: inline-block;
}
.collection-section-header h2 {
  color: #FFF;
  font-size: 34px;
  font-weight: 700;
  height: 100px;
  width: auto;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  padding: 2rem 2rem 1.5rem 1rem;
  min-width: 200px;
  text-transform: lowercase;
}

.collection-grid-item__title-wrapper::before {
  content: unset;
  background: transparent;
}

.collection-grid-item {
  margin-bottom: 10px;
}
.collection-grid-item:nth-child(even) {
  margin-top: -2rem;
}

.collection-grid-item__title-wrapper {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.collection-grid-item__title {
  font-size: 38px;
  font-weight: 700;
  text-transform: lowercase;
  display: inline;
  position: relative;
  text-shadow: none;
  z-index: 1;
}

.collection-grid-item__bg {
  background: #00b2bf;
  height: 38px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 16px;
  right: 0;
  margin: auto;
  width: 100%;
}

.variety-desc {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.variety-snip {
  font-family: houschka-rounded, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00b2bf;
  line-height: 1.2em;
  text-transform: lowercase;
  max-width: 500px;
  padding-top: 2rem;
}

.top-treats-row.variety-boxes {
  overflow-x: auto;
  display: flex;
}

.section-header-title-text {
  display: none;
}

@media screen and (max-width: 1380px) {
  .collection-grid-item__title {
    font-size: 30px;
  }

  .collection-grid-item__bg {
    top: 12px;
  }
}
@media screen and (max-width: 1220px) {
  .collection-grid-item__title {
    font-size: 30px;
    font-weight: 700;
    text-transform: lowercase;
    display: inline;
    position: relative;
    text-shadow: none;
  }

  .category-grid {
    padding: 0;
  }

  .collection-grid-item__bg {
    background: #00b2bf;
    height: 75%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 12px;
    right: 0;
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .collection-grid .medium-up--one-fifth {
    width: 50%;
  }

  .collection-grid-item__title {
    font-size: 38px;
    font-weight: 700;
    text-transform: lowercase;
    display: inline;
    position: relative;
    text-shadow: none;
  }

  .collection-grid-item__bg {
    background: #00b2bf;
    height: 75%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 12px;
    right: 0;
    margin: auto;
    width: 100%;
  }

  .collection-grid-item {
    margin-bottom: 10px;
  }
  .collection-grid-item:nth-child(even) {
    margin-top: -2rem;
  }

  .collection-grid {
    overflow: visible;
  }
  .collection-grid .grid__item {
    padding-left: 10px;
  }
  .collection-grid .grid__item:nth-child(2), .collection-grid .grid__item:nth-child(4), .collection-grid .grid__item:nth-child(7), .collection-grid .grid__item:nth-child(9) {
    transform: translateY(0);
  }
}
@media screen and (max-width: 480px) {
  .collection-grid {
    padding: 0;
  }
  .collection-grid .grid__item {
    padding-left: 0;
  }

  .collection-grid-item__title {
    font-size: 24px;
    font-weight: 700;
    text-transform: lowercase;
    display: inline;
    position: relative;
    text-shadow: none;
  }

  .collection-grid-item__bg {
    background: #00b2bf;
    height: 75%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 12px;
    right: 0;
    margin: auto;
    width: 100%;
  }
}
.apply-max-contrast .collection-section-header h2 {
  color: #000000;
}
.apply-max-contrast .collection-grid-item__bg {
  background: #000000;
}
.apply-max-contrast .variety-snip {
  color: #000000;
}
.apply-max-contrast .section-cutout-title {
  display: none;
}
.apply-max-contrast .top-treats-row-header .button-arrow-forward {
  top: -0.5rem;
}
.apply-max-contrast .section-header-title-text {
  display: block;
  font-family: houschka-rounded, sans-serif;
  color: #000000;
  font-size: 3.5rem;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  margin-bottom: 3rem;
  text-transform: lowercase;
}
.apply-max-contrast .section-header-title-text.reviews {
  color: #ffffff;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
.apply-max-contrast .section-header-title-text.follows {
  color: #ffffff;
  font-weight: 700;
  padding-top: 2rem;
  padding-left: 1rem;
}
.apply-max-contrast .section-header-title-text.billboard {
  color: #ffffff;
  margin-bottom: 3rem;
  padding-top: 4rem;
  padding-left: 2rem;
}
.apply-max-contrast .section-header-title-text.free-from {
  padding-top: 2rem;
  margin-bottom: 0;
}
.apply-max-contrast .section-header-title-text.quantity {
  width: 30px;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
}
.apply-max-contrast .section-header-title-text.zoom {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
}

.cart-header__title {
  text-transform: lowercase;
  color: #00b2bf;
}

.cart__submit {
  background-color: #96c93d;
}

.cart-popup__heading {
  color: #96c93d;
}

.text-link--accent {
  text-transform: lowercase;
}

.cart th {
  font-family: houschka-rounded, sans-serif;
  font-weight: 700;
  color: #5B5E6E;
}

.empty-page-content h1 {
  text-transform: lowercase;
  color: #00b2bf;
}

.apply-max-contrast .cart-header__title {
  color: #000000;
}
.apply-max-contrast .cart__submit {
  background-color: #000000;
}
.apply-max-contrast .cart-popup__heading {
  color: #000000;
}
.apply-max-contrast .cart th {
  font-family: #000000;
  color: #000000;
}
.apply-max-contrast .empty-page-content h1 {
  color: #000000;
}

.billboard {
  width: 100%;
  margin: 0 auto;
}
.billboard.contact-us {
  background: #6494f7;
  margin-bottom: 20px;
  overflow: hidden;
}
.billboard.faqs {
  background: #00b2bf;
  margin-bottom: 20px;
  overflow: hidden;
}
.billboard.store-locator {
  background: #F66C70;
  margin-bottom: 20px;
  overflow: hidden;
}
.billboard.blog {
  background: #00b2bf;
  margin-bottom: 20px;
  overflow: hidden;
}
.billboard.press {
  background: #00b2bf;
  margin-bottom: 20px;
  overflow: hidden;
}
.billboard.about {
  background: #00b2bf;
  margin-bottom: 20px;
  overflow: hidden;
}

.category-billboard-headline-label.about {
  top: 5px;
}

.category-billboard-copy.store-locator {
  width: 350px;
}
.category-billboard-copy.rte:last-child {
  padding-right: 1rem;
}

.category-billboard-image.contact-us {
  max-width: 650px;
  top: 0;
}
.category-billboard-image.blog {
  max-width: 650px;
  top: 0;
}
.category-billboard-image.press {
  max-width: 650px;
  top: 0;
}
.category-billboard-image.faq {
  max-width: 650px;
  top: 20px;
}
.category-billboard-image.about {
  max-width: 650px;
  top: 0;
}
.category-billboard-image.store-locator {
  max-width: 650px;
  top: 0;
}

.billboard-aside {
  margin-bottom: 3rem;
}
.billboard-aside.about {
  overflow: hidden;
  height: 400px;
}

.billboard-aside-left.blog {
  background: #00b2bf;
}
.billboard-aside-left.about {
  background: #00b2bf;
  display: flex;
  align-items: center;
}

.billboard-text-stack {
  padding: 2rem;
  margin-left: 5rem;
}

.cutout-wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  text-transform: lowercase;
}
.cutout-wrapper.blog {
  color: #FFF;
  font-size: 34px;
  font-weight: 700;
  height: 262px;
  width: auto;
  padding: 3rem 0rem 1.5rem 3rem;
}
.cutout-wrapper.about {
  padding: 33px 44px 40px 45px;
}

.billboard-header.about {
  margin-bottom: 20px;
}

.billboard-headline.about {
  font-family: houschka-rounded, sans-serif;
  font-size: 75.58px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2em;
}

.billboard-headline-top.blog {
  font-family: houschka-rounded, sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  color: #7314a1;
  line-height: 1.2em;
  height: 37px;
}

.billboard-headline-bottom.blog {
  font-family: houschka-rounded, sans-serif;
  font-size: 79.57px;
  font-weight: 700;
  color: #7314a1;
  line-height: 1.2em;
  height: 37px;
}

.billboard-subhead.blog {
  font-family: houschka-rounded, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2em;
  width: 500px;
  padding-left: 4rem;
}
.billboard-subhead.about {
  font-family: houschka-rounded, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2em;
  width: 600px;
  line-height: 1.1em;
}

.billboard-aside-right {
  flex-basis: 150px;
}

.billboard-aside-image-container {
  overflow: hidden;
}
.billboard-aside-image-container.blog {
  height: 400px;
  min-width: 1000px;
}
.billboard-aside-image-container.about {
  min-width: 1000px;
}

.billboard-aside-image.blog {
  width: 100%;
}
.billboard-aside-image.about {
  position: relative;
  top: -140px;
}

@media (max-width: 1220px) {
  .category-billboard-inner {
    display: flex;
  }

  .category-billboard-image {
    position: static;
    width: 100% !important;
    align-self: center;
  }

  .category-billboard-text-stack {
    margin-left: 4rem;
  }

  .category-billboard-copy p {
    font-size: inherit;
  }
}
@media (max-width: 920px) {
  .category-billboard-inner {
    flex-flow: column;
    align-items: center;
  }

  .category-billboard-text-stack {
    padding: 20px;
    margin-left: 0;
  }

  .category-billboard-headline-label {
    left: 0;
  }

  .category-billboard-image {
    position: relative;
    width: 100% !important;
    text-align: center;
    top: 5px !important;
  }

  .category-billboard-image-figure.faq {
    width: 100%;
  }

  .billboard .billboard-aside {
    height: auto;
    flex-flow: column;
  }
  .billboard .billboard-text-stack {
    margin-left: 0;
  }
  .billboard .billboard-subhead {
    width: 100%;
  }
  .billboard .billboard-aside-image-container {
    min-width: revert;
  }
  .billboard .billboard-aside-image {
    position: static;
  }
}
@media (max-width: 480px) {
  .category-billboard-image.store-locator {
    display: none;
  }

  .category-billboard-copy p {
    font-size: 20px;
    line-height: 22px;
  }
}
.apply-max-contrast .category-billboard {
  background-color: #000000 !important;
}
.apply-max-contrast .billboard.contact-us {
  background: #000000;
}
.apply-max-contrast .billboard.faqs {
  background: #000000;
}
.apply-max-contrast .billboard.store-locator {
  background: #000000;
}
.apply-max-contrast .billboard.blog {
  background: #000000;
}
.apply-max-contrast .billboard.press {
  background: #000000;
}
.apply-max-contrast .billboard.about {
  background: #000000;
}
.apply-max-contrast .billboard-aside-left.blog {
  background: #000000;
}
.apply-max-contrast .billboard-aside-left.about {
  background: #000000;
}
.apply-max-contrast .cutout-wrapper.blog {
  color: #000000;
}
.apply-max-contrast .billboard-headline.about {
  color: #000000;
}
.apply-max-contrast .billboard-headline-top.blog {
  color: #000000;
}
.apply-max-contrast .billboard-headline-bottom.blog {
  color: #000000;
}
.apply-max-contrast .billboard-subhead.blog {
  color: #000000;
}
.apply-max-contrast .billboard-subhead.about {
  color: #000000;
}

.pdp-column {
  padding-top: 1rem;
}
.pdp-column .product-quantity-widget {
  margin: 0;
}

.pdp-column-left {
  display: flex;
  position: relative;
}

@media (min-width: 750px) {
  .pdp-column-left {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
  }
}
.pdp-column-left-thumbs {
  width: 80px;
}
.pdp-column-left-thumbs .product-single__thumbnails {
  flex-direction: column;
  margin: 0;
}

.pdp-column-left-images {
  width: 400px;
  position: relative;
}

.pdp-column-see-back {
  position: absolute;
  top: 0;
  right: 1rem;
  z-index: 1;
}

.pdp-column-rollover-to-zoom {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 1rem;
}

.pdp-column-right {
  position: relative;
}

.pdp-column-title {
  color: #00b2bf;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0;
}
.pdp-column-title.mobile {
  display: none;
}

.pdp-column-inner .stamped-main-badge {
  display: inline-block;
}
.pdp-column-inner .stamped-main-badge.mobile {
  display: none !important;
}

.product-single__description.mobile {
  display: none;
}

.pdp-section-headline {
  color: #00b2bf;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 1.25rem;
  display: block;
}
.pdp-section-headline.underline {
  padding-bottom: 4px;
  border-bottom: 2px solid #00b2bf;
  margin-bottom: 12px;
}

.pdp-section-copy {
  text-transform: lowercase;
  color: #5B5E6E;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 20px;
}
.pdp-section-copy ul {
  padding-left: 20px;
}
.pdp-section-copy ul li {
  color: #00b2bf;
  list-style: disc;
}
.pdp-section-copy ul li span {
  color: #5B5E6E;
}
.pdp-section-copy.simple {
  text-transform: lowercase;
}
.pdp-section-copy a button:hover {
  border: 3px solid #96c93d !important;
  color: #96c93d !important;
}

.pdp-column-right-options-sizes {
  margin-bottom: 20px;
}

.pdp-size-option {
  margin-right: 20px;
  cursor: pointer;
}
.pdp-size-option.selected .pdp-size-select-button {
  border-color: #00b2bf;
}

.pdp-size-select-button {
  color: #00b2bf;
  border: 3px solid #ffffff;
  border-radius: 20px;
  background: #ffffff;
  display: block;
  margin: auto;
}

.pdp-column-right-options-packs {
  margin-bottom: 20px;
}

.pdp-column-right-select-pack {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pdp-column-right-select-pack.available {
  display: flex;
}
.pdp-column-right-select-pack .pdp-pack-selected-inner {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  background: #00b2bf;
  box-sizing: border-box;
}
.pdp-column-right-select-pack.selected .pdp-pack-selected-inner {
  display: block;
}

.pdp-pack-select-radio {
  margin-right: 14px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #00b2bf;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}

.pdp-pack-select-option-name {
  font-size: 20px;
  font-weight: 500;
}

.pdp-pack-select-price {
  font-size: 20px;
  font-weight: 700;
}
.pdp-pack-select-price.single {
  color: #00b2bf;
}

.pdp-hidden-mobile.product-card {
  border-radius: revert;
  padding: revert;
  color: #000000;
  min-width: revert;
  min-height: revert;
  position: static;
}
.pdp-hidden-mobile.product-card .product-form__item label {
  text-transform: revert;
}

.pdp-hidden-options {
  display: none;
}

.pdp-form-lower-group {
  display: flex;
  padding-bottom: 1rem;
  align-items: center;
}
.pdp-form-lower-group .price--listing .price__badges {
  display: none;
}

.pdp-form-lower-group-left {
  width: 20%;
  padding-top: 0;
  margin-right: 30px;
}
.pdp-form-lower-group-left .quantity-widget-number {
  color: #00b2bf;
  font-weight: 700;
}

.pdp-form-quantity-input {
  display: none;
}

.pdp-form-lower-group-right {
  width: 60%;
}

.pdp-button-spacer {
  padding-right: 12px;
}

.product-single__description {
  margin-top: 0.5rem;
}

.pdp-column-right-section.ingredients-section .pdp-section-copy {
  display: none;
}
.pdp-column-right-section.ingredients-section .pdp-section-copy.active {
  display: block;
}

.pdp-column-left-images img.zoomImg {
  width: 700px !important;
  height: auto !important;
  transform: rotateZ(0);
}

.thumbnails-slider__btn .icon {
  fill: #96c93d;
}

.pdp-heart {
  position: absolute;
  top: -1.5rem;
  right: 0;
  height: 21px;
  cursor: pointer;
}
.pdp-heart.mobile {
  display: none;
}
.pdp-heart .notinwishlist .fa-heart:before {
  content: "" !important;
  background: url("//cdn.shopify.com/s/files/1/0408/0576/1178/t/1/assets/heart-default.svg?v=7790107548072662733");
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 20px;
  background-repeat: no-repeat;
  top: 1px;
  right: 0;
}

.pdp-form-price {
  display: none;
}

@media (max-width: 1220px) {
  .pdp-column-rollover-to-zoom {
    display: none;
  }
}
@media (max-width: 480px) {
  .product-single__media iframe, .product-single__media model-viewer, .product-single__media .shopify-model-viewer-ui, .product-single__media img, .product-single__media > video, .product-single__media .plyr, .product-single__media .media-item {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    margin: auto;
    right: 0;
    max-height: 300px !important;
  }

  .pdp-column {
    padding: 0 10px;
    margin-bottom: 0;
  }

  .pdp-column-left-thumbs {
    width: 100%;
  }

  .pdp-form-lower-group-left {
    width: 20%;
    padding-top: 8px;
    margin-right: 3rem;
  }

  .product-single__thumbnails-item {
    width: 30px;
  }

  .pdp-column-left-thumbs .product-single__thumbnails {
    flex-direction: row;
    display: flex;
  }

  .slick-arrow.slick-hidden {
    display: block;
  }

  .pdp-button-spacer .pdp-solid-button {
    margin: auto;
    padding: 0.5rem;
    max-width: 150px;
  }

  .pdp-column-left {
    padding-left: 20px;
    padding-right: 10px;
  }

  .thumbnails-wrapper {
    margin: 0;
  }
}
@media only screen and (max-width: 749px) {
  .pdp-column-left {
    flex-flow: column-reverse;
    align-items: center;
  }

  .pdp-section-copy button {
    margin-bottom: 5px !important;
  }

  .pdp-column-title.mobile {
    font-size: 20px;
    text-align: center;
    padding: 0 1rem;
  }

  .thumbnails-wrapper {
    top: 20px;
  }

  .review-mobile {
    display: flex;
    justify-content: center;
    margin-top: 0.25rem;
  }
  .review-mobile .stamped-badge-caption {
    font-size: 14px;
  }

  .template-product .main-content {
    padding-top: 0;
  }

  .product-single__media {
    padding-top: 80% !important;
  }

  .pdp-form-lower-group {
    align-items: revert;
    padding-bottom: 0;
    padding-top: 5px;
  }

  .pdp-form-price {
    display: flex;
    align-items: center;
    width: 30%;
    margin-left: 1rem;
    font-size: 18px;
    font-weight: 700;
    color: #00b2bf;
  }

  .product-single__media {
    width: 80%;
  }

  .pdp-outline-button-wrapper {
    display: none;
  }

  .pdp-column-right-options {
    display: none;
  }

  .pdp-hidden-mobile {
    display: block;
  }

  .pdp-hidden-options {
    display: flex;
    flex-flow: revert;
  }

  .pdp-column .product-form {
    position: fixed;
    background: #ffffff;
    z-index: 2;
    width: 100%;
    margin-left: -18px;
    padding: 10px 10px;
    padding-bottom: 5px;
    bottom: 0;
  }
  .pdp-column .product-form__item label {
    padding-right: 5px;
    line-height: 15px;
  }
  .pdp-column .product-form__input {
    margin-right: 10px;
  }

  .pdp-column-title {
    display: none;
  }
  .pdp-column-title.mobile {
    display: block;
  }

  .pdp-column-inner .stamped-main-badge {
    display: none !important;
  }
  .pdp-column-inner .stamped-main-badge.mobile {
    display: inline-block !important;
    padding-left: 30px;
  }

  .product-single__description {
    display: none;
  }
  .product-single__description.mobile {
    display: block;
    padding-left: 30px;
  }

  .pdp-heart {
    display: none;
  }
  .pdp-heart.mobile {
    display: block;
    text-align: left;
    right: 1rem;
    top: auto;
  }
}
.apply-max-contrast .pdp-breadcrumbs {
  background-color: #000000 !important;
}
.apply-max-contrast .pdp-hidden-mobile.product-card {
  background-color: #ffffff !important;
}
.apply-max-contrast .pdp-column-title, .apply-max-contrast .pdp-section-headline, .apply-max-contrast .pdp-size-select-button {
  color: #000000;
}
.apply-max-contrast .pdp-column-title.underline, .apply-max-contrast .pdp-section-headline.underline, .apply-max-contrast .pdp-size-select-button.underline {
  color: #000000;
  border-color: #000000;
}
.apply-max-contrast .pdp-section-copy ul li {
  color: #000000;
}
.apply-max-contrast .pdp-section-copy button {
  color: #000000 !important;
  border: 3px solid #000000 !important;
}
.apply-max-contrast .pdp-size-option.selected .pdp-size-select-button {
  color: #000000 !important;
  border-color: #000000 !important;
}
.apply-max-contrast .pdp-column-right-select-pack .pdp-pack-selected-inner {
  color: #000000;
}
.apply-max-contrast .pdp-pack-select-radio {
  border-color: #000000;
}
.apply-max-contrast .pdp-form-lower-group-left .quantity-widget-number {
  color: #000000;
}
.apply-max-contrast .pdp-column-right-select-pack .pdp-pack-selected-inner {
  background: #5B5E6E !important;
}
.apply-max-contrast .product-single__meta .stamped-badge-starrating .fa-star, .apply-max-contrast .product-single__meta .stamped-badge-starrating .fa-star-checked, .apply-max-contrast .product-single__meta .stamped-badge-starrating .fa-star-half-o, .apply-max-contrast .product-single__meta .stamped-badge-starrating .fa-star-o, .apply-max-contrast .product-single__meta .stamped-badge-starrating .stamped-fa-star, .apply-max-contrast .product-single__meta .stamped-badge-starrating .stamped-fa-star-checked, .apply-max-contrast .product-single__meta .stamped-badge-starrating .stamped-fa-star-half-o, .apply-max-contrast .product-single__meta .stamped-badge-starrating .stamped-fa-star-o {
  color: #000000 !important;
}

.about-image-aside {
  margin-top: 5rem;
}

.article-column-background {
  background-color: #7314a1;
  height: 156px;
  margin-bottom: -5rem;
}

.about-image-aside-contain {
  margin-top: 6rem;
  align-items: center;
}
.about-image-aside-contain.right {
  flex-direction: row-reverse;
}

.about-image-aside-left-image {
  margin-right: 4rem;
}

.about-image-aside-header {
  margin-bottom: 2rem;
}
.about-image-aside-header.aside {
  padding: 9px 44px 40px 19px;
}

.cutout-wrapper.aside {
  padding: 9px 44px 40px 19px;
}

.about-image-aside-headline {
  font-family: houschka-rounded, sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2em;
}

.about-image-aside-copy {
  font-family: houschka-rounded, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #5B5E6E;
  line-height: 1.2em;
  width: 500px;
}

.about-image-aside-copy-link {
  color: #00b2bf;
}

.about-aside-bold {
  color: #00b2bf;
}

.about-image-aside-left-image-container {
  align-items: center;
}

.about-image-aside-image-text {
  font-family: houschka-rounded, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #96c93d;
  line-height: 1.2em;
  margin-right: 2rem;
}
.about-image-aside-image-text.top {
  margin-bottom: 2rem;
  font-size: 40px;
}

.about-image-aside-image-text-mobile {
  font-family: houschka-rounded, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #96c93d;
  line-height: 1.2em;
  margin-right: 2rem;
  display: none;
}

.about-image-aside-list {
  padding: revert;
}
.about-image-aside-list ul {
  list-style-image: url("/themekit/assets/yellow-arrow.svg") !important;
  padding: initial;
}

.about-image-aside-li {
  font-family: houschka-rounded, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #00b2bf;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  align-items: flex-start;
}

.about-image-aside-note {
  font-family: houschka-rounded, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #00b2bf;
  line-height: 1.2em;
  margin-top: -1rem;
  text-align: center;
}

.about-image-aside-li-arrow {
  margin-right: 1rem;
}

.about-image-aside-image-text-note {
  font-family: houschka-rounded, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #00b2bf;
  line-height: 1.2em;
  text-align: center;
}

@media (max-width: 1220px) {
  .about-image-aside {
    margin-top: 0;
  }

  .about-image-aside-contain {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .about-image-aside-contain.left {
    flex-flow: column-reverse;
  }
  .about-image-aside-contain.right {
    flex-flow: column-reverse;
  }

  .about-image-aside-left-image {
    margin-right: 0;
  }

  .about-image-aside-copy {
    width: auto;
    margin-bottom: 1rem;
  }

  .about-image-aside-left-image-container {
    flex-flow: column;
  }

  .about-image-aside-image-text {
    margin-bottom: 2rem;
  }
  .about-image-aside-image-text.bottom {
    display: none;
  }

  .about-image-aside-image-text-mobile {
    display: block;
    margin-bottom: 2rem;
  }

  .about-image-aside-left-image-container {
    align-items: revert;
  }

  .about-image-aside-right-text {
    margin-top: 2rem;
  }
}
.apply-max-contrast .article-column-background {
  background-color: #000000;
}
.apply-max-contrast .about-image-aside-headline, .apply-max-contrast .about-image-aside-copy, .apply-max-contrast .about-image-aside-copy-link, .apply-max-contrast .about-aside-bold, .apply-max-contrast .about-image-aside-image-text, .apply-max-contrast .about-image-aside-image-text-mobile, .apply-max-contrast .about-image-aside-li, .apply-max-contrast .about-image-aside-note, .apply-max-contrast .about-image-aside-image-text-note {
  color: #000000;
}

.featured-news-title {
  font-family: houschka-rounded, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00b2bf;
  line-height: 1.2em;
}

.featured-blog.section-header img {
  margin-bottom: -4rem;
}

.featured-blog-grid {
  overflow: visible;
}
.featured-blog-grid.grid--blog {
  margin-bottom: revert;
}

.featured-blog .solid-green-button {
  margin-bottom: 0;
  margin-top: -2rem;
}

.featured-blog-footer {
  text-align: center;
  display: block;
}

.featured-wrapper {
  display: flex;
  align-items: center;
  height: 300px;
}

.featured-container {
  width: 400px;
  height: auto;
}

@media (max-width: 1220px) {
  .featured-panel-text-stack.home {
    width: 100%;
  }
}
@media screen and (max-width: 920px) {
  .featured-blog-grid {
    display: flex;
    margin-top: 0px;
    overflow: scroll;
    margin-bottom: 1rem;
  }

  .grid__item.featured-blog {
    width: 100%;
  }

  .js .article__grid-image {
    z-index: 1;
  }

  .featured-panel-text-stack.home {
    width: 320px;
    z-index: 0;
    bottom: 50px;
  }

  .featured-blog .solid-green-button {
    margin-top: 0rem;
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .page-width.featured-blog {
    padding: 0;
  }

  .section-header.featured-blog {
    position: relative;
    z-index: 1;
    padding-left: 22px;
    padding-right: 22px;
  }

  .featured-blog-grid {
    padding-left: 22px;
  }

  .grid__item.featured-blog {
    width: auto;
    padding-left: 20px;
    padding-right: 0;
  }

  .featured-panel-top {
    margin-bottom: 2rem;
  }

  .featured-panel-bottom {
    width: 92%;
  }

  .featured-panel-text-stack.home {
    margin-top: -70px;
  }
}
.apply-max-contrast .featured-news-title {
  color: #000000;
}

.feature-row__image-wrapper .feature-row__image {
  position: relative;
  height: 240px;
  width: auto;
  margin-right: 0.5rem;
  margin-top: -2.5rem;
}

.feature-columns {
  margin-top: -50px;
}
.feature-columns .grid__item {
  padding-right: 3rem;
}
.feature-columns .rte-setting {
  margin-bottom: 0.25rem;
}

.featured-row-wrapper {
  display: flex;
}

.feature-row__image-wrapper {
  width: auto;
  float: left;
}

.feature-columns-text-wrapper {
  margin-top: 2rem;
}
.feature-columns-text-wrapper .text-button {
  display: block;
  margin-top: 0.25rem;
}

.feature-columns-text {
  font-size: 32px;
  line-height: 32px;
  color: #00b2bf;
  margin-bottom: 0.25rem;
}

.feature-subtext {
  font-size: 20px;
  line-height: 1.5rem;
}

@media (max-width: 920px) {
  .feature-columns {
    padding: 0;
  }
  .feature-columns .grid {
    padding: 0;
    display: flex;
    margin-left: 0;
  }

  .grid__item.featured {
    padding: 0;
    margin: 0 1rem;
  }

  .feature-row__image-wrapper .feature-row__image {
    height: auto !important;
    margin-top: 1.5rem !important;
  }

  .feature-columns-text-wrapper .feature-columns-text {
    font-size: 24px;
  }
  .feature-columns-text-wrapper .rte-setting {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  .feature-columns-text {
    line-height: 25px;
  }
}
.apply-max-contrast .feature-columns-text {
  color: #000000;
}

.faqs-aside .cd-faq-categories a, .faqs-aside .cd-faq-trigger::before, .faqs-aside .cd-faq-trigger::after {
  background: none !important;
  font-family: houschka-rounded, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 1.2em;
  color: #5B5E6E !important;
  border: none !important;
}
.faqs-aside .cd-faq-categories {
  text-transform: lowercase;
  top: 120px !important;
  width: 480px !important;
  box-shadow: none !important;
}
.faqs-aside .cd-faq-categories .selected {
  background: none !important;
  font-weight: 700;
}
.faqs-aside .cd-faq-categories a::before {
  background: none !important;
}
.faqs-aside .cd-faq-categories.is-fixed {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 150px !important;
}
.faqs-aside .cd-faq-group {
  padding-top: 120px !important;
  margin-top: -80px !important;
}
.faqs-aside .cd-faq-trigger {
  font-size: 20px;
  font-family: houschka-rounded, sans-serif;
}
.faqs-aside .cd-faq-content p {
  font-size: 20px;
}
.faqs-aside .cd-faq-items {
  padding-left: 500px !important;
}
.faqs-aside .cd-faq-items .cd-faq-group .cd-faqitem {
  background: transparent !important;
}
.faqs-aside .bootstrap-ndnapps h4, .faqs-aside .bootstrap-ndnapps .h4 {
  font-weight: 700 !important;
}
.faqs-aside .bootstrap-ndnapps h3, .faqs-aside .bootstrap-ndnapps .h3 {
  font-weight: 700 !important;
}

@media (max-width: 1220px) {
  .faqs-aside .cd-faq-categories a, .faqs-aside .cd-faq-trigger::before, .faqs-aside .cd-faq-trigger::after {
    font-family: houschka-rounded, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2em;
  }
  .faqs-aside .cd-faq-categories {
    position: static !important;
    width: 50% !important;
  }
  .faqs-aside .cd-faq-categories li {
    margin-bottom: -10px !important;
  }
  .faqs-aside .cd-faq-categories.is-fixed {
    position: static !important;
    top: 150px !important;
  }
  .faqs-aside .cd-faq-trigger {
    font-size: 16px;
    padding: 15px 10px 15px 10px !important;
  }
  .faqs-aside .cd-faq-content {
    padding: 0 10px 30px;
  }
  .faqs-aside .cd-faq-content p {
    font-size: 16px;
  }
  .faqs-aside .cd-faq {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .faqs-aside .cd-faq-items {
    padding-left: 0 !important;
    width: 100%;
  }

  .cd-faq-categories, .cd-close-panel {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .faqs-aside .cd-faq-categories {
    width: 100% !important;
  }
}
.apply-max-contrast .faqs-aside .cd-faq-categories a, .apply-max-contrast .faqs-aside .cd-faq-trigger::before, .apply-max-contrast .faqs-aside .cd-faq-trigger::after {
  color: #000000 !important;
}
.apply-max-contrast .faqs-aside .cd-faq-trigger {
  font-family: #000000;
}

@media (max-width: 480px) {
  .section-header {
    margin-bottom: 0;
  }

  #destini {
    margin-top: -2rem;
  }
}
.image-aside {
  margin-top: 5rem;
}

.image-aside-contain {
  margin-top: 2rem;
}
.image-aside-contain.right {
  flex-direction: row-reverse;
}
.image-aside-contain .solid-green-button .icon {
  width: 6px;
  top: 0.95rem;
}

.image-aside-left-image {
  margin-right: 4rem;
}

.image-aside-header {
  margin-bottom: 2rem;
}
.image-aside-header.aside {
  padding: 9px 44px 40px 19px;
}

.image-aside-subtitle {
  font-size: 36px;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cutout-wrapper.aside {
  padding: 9px 44px 40px 19px;
}

.image-aside-headline {
  font-family: houschka-rounded, sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2em;
}

.image-aside-copy .rte {
  font-family: houschka-rounded, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  line-height: 1.2em;
  width: 500px;
}

.image-aside-copy-link {
  color: #00b2bf;
}

.aside-bold {
  color: #00b2bf;
}

.image-aside-left-background {
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
  width: 400%;
  left: -300%;
  top: 0;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}

.image-aside-left-image {
  position: relative;
  padding: 2rem;
}

.image-aside-left-image-container {
  align-items: center;
}

.image-aside-image-text {
  font-family: houschka-rounded, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #96c93d;
  line-height: 1.2em;
  margin-right: 2rem;
}
.image-aside-image-text.top {
  margin-bottom: 2rem;
  font-size: 40px;
}

.image-aside-left-image-figure {
  margin-top: 3rem;
}

.image-aside-list {
  padding: revert;
}
.image-aside-list ul {
  list-style-image: url("/themekit/assets/yellow-arrow.svg") !important;
  padding: initial;
}

.image-aside-li {
  font-family: houschka-rounded, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #00b2bf;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  align-items: flex-start;
}

.image-aside-li-arrow {
  margin-right: 1rem;
}

@media screen and (max-width: 920px) {
  .image-aside-contain {
    flex-flow: column;
    overflow: hidden;
  }

  .image-aside-left-image {
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .image-aside-left-background {
    left: 0;
    z-index: 0;
  }

  .image-aside-copy {
    position: relative;
  }
}
.image-aside-copy .rte {
  width: 100%;
}

.image-aside-left-image-figure {
  position: relative;
}

@media screen and (max-width: 480px) {
  .image-aside-subtitle {
    font-size: 30px;
    line-height: 32px;
  }

  .image-aside-contain {
    padding: 0;
  }

  .image-aside-left-image {
    margin-left: 1rem;
  }
}
.apply-max-contrast .image-aside-left-background {
  background-color: #000000 !important;
}
.apply-max-contrast .image-aside-headline {
  color: #000000;
}
.apply-max-contrast .image-aside-copy-link {
  color: #000000;
}
.apply-max-contrast .aside-bold {
  color: #000000;
}
.apply-max-contrast .image-aside-image-text {
  color: #000000;
}
.apply-max-contrast .image-aside-li {
  color: #000000;
}

@media (max-width: 920px) {
  .contact-grid {
    padding-left: 11px;
  }

  .contact-form-aside {
    flex-flow: column;
  }

  .contact-info-headquarters {
    margin-bottom: 3rem;
  }

  .contact-form {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .grid--half-gutters {
    display: flex;
  }

  .cd-faq {
    display: flex !important;
    justify-content: center;
  }
}
.options {
  display: none;
}
.options.active {
  display: block;
}

.form_generater_form_div {
  padding-top: 0;
}

#product-faqs {
  margin-bottom: 2rem;
}
#product-faqs.pdp-faqs {
  border-radius: 20px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 2rem;
}
#product-faqs .pdp-faqs-header {
  flex-basis: 100%;
  margin-top: 2rem;
}
#product-faqs .pdp-faqs-inner {
  margin: auto;
  padding-bottom: 2rem;
}
#product-faqs .cd-faq-trigger {
  font-size: 20px;
}
#product-faqs .cd-faq-content p {
  color: #FFF !important;
  font-size: 20px;
}
#product-faqs .cd-faq-items .cd-faq-group .cd-faqitem {
  background: transparent !important;
  border: 2px #FFF solid !important;
  border-radius: 20px;
}
#product-faqs .bootstrap-ndnapps h4, #product-faqs .bootstrap-ndnapps .h4 {
  color: #FFF !important;
  font-weight: 900 !important;
}
#product-faqs .bootstrap-ndnapps h3, #product-faqs .bootstrap-ndnapps .h3 {
  color: #FFF !important;
  font-weight: 900 !important;
}

@media screen and (max-width: 1220px) {
  #product-faqs.pdp-faqs {
    margin: 0 1rem 2rem;
  }
}
@media (max-width: 480px) {
  #product-faqs .bootstrap-ndnapps h4, #product-faqs .bootstrap-ndnapps .h4 {
    margin: 0;
    font-size: 16px;
    line-height: 18px !important;
  }

  #product-faqs.pdp-faqs {
    margin: 0;
    border-radius: 0;
  }

  #product-faqs .cd-faq-items .cd-faq-group .cd-faqitem {
    margin-bottom: 0.5rem;
  }

  #product-faqs .cd-faq-content p {
    font-size: 16px;
    line-height: 17px;
  }
}
.apply-max-contrast .pdp-faqs {
  background-color: #000000 !important;
}
.product-reviews {
  margin-top: 2rem;
  padding: 2rem 0 0;
}
.product-reviews.active {
  display: block;
}
.product-reviews #stamped-reviews-widget[data-widget-type=full-page] .stamped-widget-title {
  text-align: right;
}
.product-reviews #stamped-reviews-widget[data-widget-type=full-page] .stamped-ratings-wrapper {
  font-family: houschka-rounded, sans-serif;
  font-size: 16px;
}
.product-reviews #stamped-reviews-widget[data-widget-type=full-page] .stamped-verified-label {
  font-size: 11px;
  color: #00b2bf;
}
.product-reviews #stamped-reviews-widget[data-widget-type=full-page] .stamped-reviews-title {
  color: #5B5E6E;
}
.product-reviews #stamped-reviews-widget[data-widget-type=full-page] .stamped-reviews-message {
  color: #5B5E6E;
}
.product-reviews #stamped-reviews-widget[data-widget-type=full-page] .stamped-reviews-author {
  color: #96c93d;
}
.product-reviews #stamped-reviews-widget[data-widget-type=full-page] a.stamped-review-product {
  text-transform: lowercase;
}

.apply-max-contrast .product-reviews #stamped-reviews-widget[data-widget-type=full-page] .stamped-verified-label {
  color: #000000;
}
.apply-max-contrast .product-reviews #stamped-reviews-widget[data-widget-type=full-page] .stamped-reviews-title {
  color: #000000;
}
.apply-max-contrast .product-reviews #stamped-reviews-widget[data-widget-type=full-page] .stamped-reviews-message {
  color: #000000;
}
.apply-max-contrast .product-reviews #stamped-reviews-widget[data-widget-type=full-page] .stamped-reviews-author {
  color: #000000;
}
.apply-max-contrast .product-reviews .stamped-review-header .stamped-verified-badge, .apply-max-contrast .product-reviews .stamped-review-header .verified, .apply-max-contrast .product-reviews .stamped-review-header .verified .fa-check-circle-o, .apply-max-contrast .product-reviews .stamped-review-header .verified .stamped-fa-check-circle-o, .apply-max-contrast .product-reviews .stamped-review-header .verified-badge, .apply-max-contrast .product-reviews .stamped-review-header .verified-badge .fa-check-circle-o, .apply-max-contrast .product-reviews .stamped-review-header .verified-badge .stamped-fa-check-circle-o, .apply-max-contrast .product-reviews .stamped-verified-badge {
  color: #000000 !important;
}
.apply-max-contrast .product-reviews .stamped-summary-actions-newquestion:before, .apply-max-contrast .product-reviews .stamped-summary-actions-newreview:before, .apply-max-contrast .product-reviews .stamped-summary-actions-mobile-filter i:before, .apply-max-contrast .product-reviews .stamped-summary-actions-clear:before {
  color: #000000 !important;
}
.apply-max-contrast .product-reviews .fa-star, .apply-max-contrast .product-reviews .fa-star-o, .apply-max-contrast .product-reviews .fa-star-half-o, .apply-max-contrast .product-reviews .stamped-fa-star, .apply-max-contrast .product-reviews .stamped-fa-star-o, .apply-max-contrast .product-reviews .stamped-fa-star-half-o {
  color: #000000 !important;
}
.apply-max-contrast .product-reviews ul.stamped-tabs li.active {
  border-color: #000000 !important;
  color: #000000 !important;
}

li.isp_grid_product input[type=submit].isp_add_to_cart_btn, .isp_quick_view_add_to_cart_btn_quick_view {
  font-family: houschka-rounded, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #96c93d;
  line-height: 1.2em;
  background: #ffffff !important;
  border: 4px solid #96c93d !important;
  border-radius: 20px !important;
  text-transform: lowercase !important;
  padding: 0.5rem 1.5rem !important;
  color: #96c93d !important;
  transition: all 0.25s !important;
}
li.isp_grid_product input[type=submit].isp_add_to_cart_btn:hover, .isp_quick_view_add_to_cart_btn_quick_view:hover {
  background: #96c93d !important;
  color: #ffffff !important;
}

.isp_quick_view_title, .isp_quick_view_price_wrapper {
  color: #5B5E6E !important;
}

.isp_grid_product:hover {
  border-radius: 20px !important;
  border-color: #96c93d !important;
}
.isp_grid_product .isp_product_image_href {
  border-bottom: 0 !important;
}
.isp_grid_product .isp_product_info {
  border-top: 0 !important;
}

.isp_product_quick_view_button {
  border-color: #00b2bf !important;
  color: #00b2bf !important;
  border-radius: 20px !important;
  text-transform: lowercase !important;
  border-width: 4px !important;
}
.isp_product_quick_view_button:hover {
  background: #ffffff !important;
}

.isp_quick_view_add_to_cart_btn_quick_view::before {
  content: none !important;
  display: none !important;
}

.dropdown-toggle-isp {
  border-radius: 20px !important;
  border-color: #5B5E6E !important;
  color: #5B5E6E !important;
}

#isp_left_container .isp_facet_value a div.isp_facet_check_box_icon.isp_facet_check_box_icon_not_checked {
  width: 20px !important;
  height: 20px !important;
  justify-content: center !important;
  align-items: center !important;
  border: 3px solid #00b2bf !important;
  margin-right: 10px !important;
  box-sizing: border-box !important;
}

#isp_left_container .isp_facet_value a div.isp_facet_check_box_icon.isp_facet_check_box_icon_checked {
  border-color: #96c93d !important;
  background-color: #96c93d !important;
}

#isp_left_container_facets .isp_facet_value a .isp_facet_value_name .isp_facet_value_counter {
  color: #5B5E6E !important;
}

div#isp_search_results_filter_tags .isp_filter_removable_tag {
  border-radius: 20px !important;
  border-color: #96c93d !important;
}

div#isp_desktop_price_slider .noUi-connect {
  background-color: #00b2bf !important;
}

.campaign-image-aside-header {
  max-width: 380px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1220px) {
  .campaign-image-aside-contain {
    flex-flow: column-reverse;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .campaign-image-aside-left-text-stack {
    text-align: center;
  }
}
.cookie-banner {
  font-family: houschka-rounded, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #52565F;
  z-index: 11;
  width: 100%;
  bottom: 50px;
  padding: 25px 0px;
  display: flex;
  opacity: 1;
  transition: opacity 0.8s ease;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  border: 4px solid #00B1BE;
}

.hidden {
  opacity: 0;
  display: none;
}

.cookie-banner-container {
  /*position: relative;*/
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  align-items: center;
  justify-content: space-around;
}

.cookie-banner-content {
  font-family: houschka-rounded, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #52565F;
  line-height: 1.2em;
  margin: 0 20px;
}
.cookie-banner-content .policy {
  font-weight: 700;
}
.cookie-banner-content p {
  margin: 1rem 0;
}

.cookie-banner-button {
  cursor: pointer;
  border-color: #00B1BE;
}

.close {
  font-size: 40px;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #00B1BE;
  border-radius: 2px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  /*bottom: 50px;*/
  outline: none;
  padding: 0;
  margin: 0 0.5rem;
}

@media screen and (max-width: 920px) {
  .cookie-banner {
    font-size: 12px !important;
  }

  .footer-background {
    height: 50px;
  }

  .footer-inner-bottom {
    flex-flow: column;
    padding: 0;
  }
}