@charset "UTF-8";
/* Joey Styles Overrides */
@import url(../fonts/stylesheet.css);
:root {
  --colorRed:         #D6001C;
  --colorGrey:        #BBBCBC;
  --colorGreen:       #D0DF00;
  --colorYellow:      #FFC72C;
  --colorOrange:      #FE5000;
  --colorGreyDark:    #262320;
  --colorGreenDark:   #046A38;
  --colorBlack:       #000000;
  --colorWhite:       #ffffff;
  --colorGrey100:     #F8F8F8;
  --colorGrey200:     #F1F2F2;
  --colorGrey300:     #DDDDDD;
  --colorGrey400:     #BBBCBC;
  --colorGrey500:     #8D8E8E;
  --colorGrey600:     #E6E6E6;
  --fw-300:            300;
  --fw-400:            400;
  --fw-500:            500;
  --fw-600:            600;
  --fw-700:            700;
  --fw-800:            800;
  --fw-900:            900;
  --age-gate-z:        9999; }

.product-section,
.bestSellerGrid {
  scroll-margin-top: calc(20vh + 90px); }

.productGrid .product.product--plp-promo {
  display: inline-block;
  vertical-align: top;
  font-size: fontSize("base");
  width: 100%; }

.productGrid .product.product--plp-promo .plp-grid-promo-slot {
  min-height: 1px; }

@media screen and (min-width: 801px) {
  .productGrid .product.product--plp-promo {
    width: 50%; } }

@media screen and (min-width: 1261px) {
  .productGrid .product.product--plp-promo {
    width: 50%; } }

.productGrid .product.product--plp-promo[data-plp-promo=best-sellers] {
  float: right; }

.productGrid .product.product--plp-promo[data-plp-promo=fruit-forward] {
  float: left; }

html, body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth; }

input:focus, button:focus, textarea:focus,
select:focus, details:focus, [href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 0 !important;
  outline-offset: 0 !important; }

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal; }

body h1,
body h2,
body h3,
body h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal; }

body h1 {
  font-size: 48px;
  line-height: 1.2083;
  letter-spacing: -0.48px; }

body h2 {
  font-size: 38px;
  line-height: 1.2105;
  letter-spacing: -0.38px; }

body h3 {
  font-size: 30px;
  line-height: 1.667;
  letter-spacing: -0.38px; }

body h4 {
  font-size: 24px;
  line-height: 1.333;
  letter-spacing: -0.24px; }

body h5 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.2px; }

body h6 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.16px; }

body label {
  font-size: 14px;
  line-height: 1.5714;
  letter-spacing: -0.14px; }

.hide {
  display: none !important; }

.clearfix {
  clear: both; }

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

.button.button--primary {
  background: var(--colorGreen);
  color: var(--colorGreyDark);
  border-radius: 40px;
  font-family: 'PPNeueMachina-Bold', sans-serif;
  font-weight: var(--fw-600);
  border-color: var(--colorGreen);
  padding: 1.2rem 3rem;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease; }

.button.button--primary:hover,
.button.button--primary:focus {
  background: var(--colorGreyDark);
  border-color: var(--colorGreyDark);
  color: var(--colorWhite); }

.button {
  background: var(--colorWhite);
  color: var(--colorGreyDark);
  border-radius: 40px;
  font-weight: 600;
  border-color: var(--colorGreen);
  padding: 1.2rem 3rem;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease; }

.button:hover,
.button:focus {
  background: var(--colorGreyDark);
  color: var(--colorWhite); }

.topBar {
  padding: 24px;
  border: 9px solid var(--colorGreyDark);
  height: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  top: 0;
  z-index: 1050;
  background: var(--colorGreyDark); }

.topBar p {
  font-family: 'Arial', sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 0;
  text-align: center;
  color: var(--colorWhite); }

div[data-layout-name=PromoBar] div[class^="sd-simple-text-"] * {
  font-family: 'PPNeueMachina-Bold', sans-serif;
  font-size: 14px;
  font-weight: var(--fw-600);
  letter-spacing: 0;
  text-transform: uppercase; }

div[data-layout-name=PromoBar] div[class^="sd-simple-text-"] {
  padding: 5px 0; }

.header {
  border: 0;
  background: var(--colorWhite);
  z-index: 999; }

.header .headerWrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 13px;
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  position: relative; }

.header .headerLeft {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.header .headerCenter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px; }

.header .headerCenter .header-logo {
  margin: 0; }

.header .headerRight {
  justify-self: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.header .headerRight .navPages-list--right {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.header .headerRight .navUser {
  padding: 0;
  position: static;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%; }

.header .headerRight .navUser .navUser-action--quickSearch svg {
  fill: none;
  stroke: none; }

.header .navPages .navPages-list .navPages-action {
  color: var(--colorGreyDark);
  font-weight: var(--fw-600);
  line-height: 125%;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: 'PPNeueMachina-Bold', sans-serif; }

.header .navPages .navPages-list .navPages-action.is-open {
  background: transparent;
  -webkit-transition: .5s all ease;
  transition: .5s all ease; }

.header .navPages .navPages-list .navPages-action.is-open i.icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.header .navPages .navPages-list .navPages-action svg {
  fill: var(--colorGreyDark);
  stroke: var(--colorGreyDark); }

.findus-icon svg path {
  fill: var(--colorGreyDark);
  stroke: var(--colorGreyDark); }

.header .navPages .navPages-list .navPages-action:focus {
  outline: 0 !important; }

.header .navPages .navPage-subMenu {
  margin-top: 15px;
  background: var(--colorWhite);
  -webkit-box-shadow: 0px 2px 4px rgba(45, 41, 38, 0.2);
          box-shadow: 0px 2px 4px rgba(45, 41, 38, 0.2);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 !important;
  max-width: 100%;
  margin-inline: auto;
  left: 0;
  right: 0;
  border-top: 1px solid #e6e6e6; }

.header .navPages .navPage-subMenu .navPage-subMenu-list .navPages-action {
  color: var(--colorGreyDark); }

.header .navUser-action {
  display: inline-block;
  color: var(--colorGreyDark);
  font-weight: var(--fw-500);
  line-height: 125%;
  font-size: 18px;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-right: 0; }

.header .navUser-action.navUser-action-border {
  border: 0;
  padding: 10px 15px;
  margin-top: 2px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--colorGreyDark);
  font-weight: var(--fw-600);
  line-height: 125%;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: 'PPNeueMachina-Bold', sans-serif; }

.header .navUser-action .countPill {
  background-color: var(--colorGreen);
  vertical-align: top; }

.header .navUser-item--cart .navUser-action-border {
  position: relative; }

.header .navUser-item--cart .navUser-action-border .countPill.cart-quantity {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--colorYellow);
  color: var(--colorBlack);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px; }

.header .navUser-item--cart .navUser-action:hover,
.header .navUser-item--cart .navUser-action.is-open {
  color: var(--colorWhite); }

.header .navUser-or {
  color: var(--colorWhite); }

.actionBar[data-sort-by] {
  display: none; }

.header .dropdown--quickSearch.is-open {
  margin-top: 28px;
  padding: 30px;
  background: var(--colorGrey600);
  border-radius: 0 0 12px 12px; }

.header .dropdown--quickSearch .quickSearchResults .productGrid {
  display: none !important; }

.header .dropdown--quickSearch .form {
  max-width: 100%; }

.header .dropdown--quickSearch .form-input {
  font-size: 16px; }

.header .dropdown--quickSearch .quickSearchResults .modal-close {
  top: 0;
  bottom: 0;
  margin: auto; }

body .heroCarousel {
  margin-bottom: 0; }

body .heroCarousel.slick-slider {
  max-height: 100%; }

body .heroCarousel .heroCarousel-content {
  background: transparent;
  left: 0;
  right: auto;
  width: 100%;
  text-align: left;
  padding-inline: 150px;
  max-width: 50%;
  overflow: hidden; }

body .heroCarousel .heroCarousel-title,
body .heroCarousel .heroCarousel-description {
  color: var(--colorWhite);
  font-size: 30px;
  line-height: 126.667%;
  letter-spacing: -0.3px;
  font-weight: var(--fw-700);
  text-transform: unset; }

body .heroCarousel .heroCarousel-action {
  background-color: var(--colorGreen);
  border-color: var(--colorGreen);
  padding: 10px;
  border-radius: 40px;
  color: var(--colorGreyDark);
  font-size: 20px;
  font-weight: var(--fw-700);
  line-height: 162.5%;
  letter-spacing: 0;
  min-width: 240px;
  font-family: 'PPNeueMachina-Bold', sans-serif; }

body .heroCarousel .slick-dots li {
  background-color: transparent; }

body .heroCarousel .slick-dots li button {
  background: rgba(var(--colorWhite), 0.5);
  border: 0;
  width: 18px;
  height: 18px; }

.body .heroCarousel .slick-dots li.slick-active button {
  background: var(--colorWhite); }

.body .heroCarousel .slick-dots li button::before {
  content: none; }

body .heroCarousel .slick-dots li button .carousel-tooltip {
  display: none; }

body .heroCarousel-htmlContent {
  color: var(--colorWhite); }

.heroCarousel-htmlContent label {
  font-family: 'PPNeueMachina-Bold', sans-serif;
  color: var(--colorWhite);
  font-size: 16px;
  margin-bottom: 1.2rem;
  display: inline-block;
  letter-spacing: 0; }

.heroCarousel-htmlContent img {
  max-width: 60px;
  display: inline-block !important; }

body .heroCarousel-htmlContent h1 {
  font-weight: var(--fw-800);
  color: var(--colorWhite); }

#main-content .heroCarousel .sd-dots .sd-dot {
  border-radius: 50%;
  background: rgba(var(--colorWhite), 0.5);
  border: 0;
  width: 18px;
  height: 18px; }

#main-content .heroCarousel .sd-dots .sd-dot.is-active {
  background: var(--colorWhite); }

body .newsletterWrapper {
  background: var(--colorGrey);
  padding: 66px 0 0;
  text-align: center;
  clear: both; }

body .newsletterWrapper .newsletterColumn {
  margin-inline: auto; }

body .newsletterWrapper .newsletterColumn .newsletter-heading {
  font-size: 32px;
  font-style: normal;
  font-weight: var(--fw-700);
  line-height: 131.25%;
  letter-spacing: -1.12px;
  color: var(--colorWhite);
  margin-bottom: 0px;
  margin-top: 0;
  margin-bottom: 21px; }

body .newsletterWrapper .form-input {
  background: transparent;
  font-size: 16px;
  font-weight: var(--fw-600);
  line-height: 203.125%;
  letter-spacing: -1px;
  color: var(--colorWhite);
  border: 1px solid rgba(var(--colorWhite), 0.3);
  height: 48px;
  border-radius: 12px;
  padding-inline: 18px;
  width: auto; }

body .newsletterWrapper .form-input::-webkit-input-placeholder {
  color: var(--colorWhite); }

body .newsletterWrapper .form-input::-moz-placeholder {
  color: var(--colorWhite); }

body .newsletterWrapper .form-input:-ms-input-placeholder {
  color: var(--colorWhite); }

body .newsletterWrapper .form-input::-ms-input-placeholder {
  color: var(--colorWhite); }

body .newsletterWrapper .form-input::placeholder {
  color: var(--colorWhite); }

body .newsletterWrapper .button {
  height: 48px;
  background: transparent;
  border: 1px solid rgba(var(--colorWhite), 0.3);
  font-size: 16px;
  font-weight: var(--fw-600);
  letter-spacing: -1px;
  border-radius: 12px;
  width: auto;
  margin-top: 0; }

body .footer {
  background-color: var(--colorGreyDark);
  padding-bottom: 0;
  border: 0;
  padding-top: 56px; }

body .footer .newsletterColumn {
  margin-bottom: 50px; }

body .footer .footer-copyrightWrapper {
  background: var(--colorGreen);
  padding: 12px 0; }

body .footer .footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-family: 'PPNeueMachina-Bold', sans-serif; }

body .footer .footer-copyright > .powered-by {
  text-transform: uppercase;
  color: var(--colorGreyDark);
  font-weight: var(--fw-700); }

body .footer .footer-copyright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin: 0; }

body .footer .footer-copyright ul li a {
  color: var(--colorGreyDark);
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: var(--fw-700); }

body .footer .footerColumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  padding-bottom: 40px; }

body .footer .footerColumns .footerSocial {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 50%; }

body .footer .footerColumns .footerSocial .newsletter-heading {
  text-transform: uppercase;
  line-height: 100%;
  font-weight: var(--fw-800);
  color: var(--colorWhite);
  letter-spacing: 0;
  margin-top: 0; }

body .footer .footerColumns div[data-section-type=newsletterSubscription] p {
  font-size: 16px;
  font-weight: var(--fw-400);
  line-height: 150%;
  letter-spacing: 0;
  color: var(--colorWhite);
  margin-bottom: 21px;
  max-width: 65%; }

body .footer .footerColumns div[data-sub-layout] {
  padding: 0; }

body .footer .footerColumns .socialLinks {
  padding: 26px 0;
  margin: 0 auto;
  text-align: center; }

body .footer .footerColumns .socialLinks .socialLinks-item {
  margin-right: 18px; }

body .footer .footerColumns .footerLinks div[data-sub-layout] {
  height: 100%; }

body .footer .footerColumns .footerLinks ul {
  margin: 0;
  list-style: none; }

body .footer .footerColumns .footerLinks h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  margin-top: 0;
  color: var(--colorWhite); }

body .footer .footerColumns .footerLinks ul li a {
  color: var(--colorWhite);
  text-decoration: none;
  font-size: 16px;
  line-height: 128%;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  margin-bottom: 1rem; }

div[data-layout-name=Layout-footerlist] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px; }

div[data-layout-name=footer-address] p:last-child {
  margin-bottom: 0; }

div[data-layout-name=footer-address] {
  color: var(--colorWhite);
  margin-top: 1rem;
  font-size: 16px; }

.footerLinks {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 50%; }

div[data-content-region=footer-links--global] {
  width: 75%; }

.page-heading {
  text-align: left;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.38px;
  color: var(--colorBlack); }

.bestsellerHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  margin-top: 88px; }

.bestsellerHeader .page-heading {
  margin-bottom: 0; }

.bestsellerHeader .action.primary {
  background: var(--colorWhite);
  padding: 9px 42px;
  border-radius: 40px;
  border: 2px solid var(--colorGreyDark);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  font-family: 'PPNeueMachina-Bold', sans-serif;
  text-transform: uppercase; }

.bestsellerHeader .action.primary:hover {
  background: var(--colorGreen);
  border-color: var(--colorGreyDark);
  color: var(--colorGreyDark); }

/* Product Reviews Carousel Section - all styles scoped to avoid conflicts */
.product-reviews-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 7rem 0;
  gap: 2rem; }
  .product-reviews-section .product-reviews-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 410px;
            flex: 0 0 410px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 2rem; }
  .product-reviews-section .reviews-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--colorBlack);
    margin-bottom: 1rem;
    text-transform: uppercase; }
  .product-reviews-section .reviews-dot {
    width: 8px;
    height: 8px;
    background-color: var(--colorOrange, #F26522);
    border-radius: 50%;
    display: inline-block; }
  .product-reviews-section .reviews-heading {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--colorBlack);
    margin: 0 0 1rem;
    text-transform: uppercase; }
  .product-reviews-section .reviews-subheading {
    font-size: 16px;
    line-height: 1.5;
    color: var(--colorGreyDark, #666);
    margin: 0 0 1.5rem; }
  .product-reviews-section .reviews-carousel-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px; }
  .product-reviews-section .reviews-nav-btn {
    width: 48px;
    height: 48px;
    border: 2px solid var(--colorBlack);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--colorBlack); }
    .product-reviews-section .reviews-nav-btn:hover {
      background: var(--colorBlack);
      color: var(--colorWhite); }
    .product-reviews-section .reviews-nav-btn.swiper-button-disabled {
      opacity: 0.4;
      cursor: not-allowed; }
  .product-reviews-section .product-reviews-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    overflow: hidden; }
  .product-reviews-section .reviews-carousel-wrapper {
    position: relative; }
  .product-reviews-section .reviews-carousel-pagination {
    display: none; }
  .product-reviews-section .reviews-carousel .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow: visible;
    padding-bottom: 150px; }
  .product-reviews-section .reviews-carousel .swiper-slide {
    height: auto;
    overflow: visible; }
  .product-reviews-section .review-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 20px;
    padding: 24px;
    height: 100%;
    padding-bottom: 120px;
    position: relative;
    text-align: center; }
  .product-reviews-section .review-card-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .product-reviews-section .review-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product-reviews-section .review-stars .star {
      font-size: 18px; }
    .product-reviews-section .review-stars .star--filled {
      color: inherit; }
    .product-reviews-section .review-stars .star--empty {
      opacity: 0.4; }
  .product-reviews-section .review-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 135%;
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .product-reviews-section .review-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-reviews-section .author-name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .product-reviews-section .author-badge {
    background: rgba(0, 0, 0, 0.2);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  .product-reviews-section .review-card-product {
    position: absolute;
    bottom: -180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
  .product-reviews-section .review-product-img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (min-width: 1025px) {
    .product-reviews-section {
      gap: 1.25rem; }
      .product-reviews-section .product-reviews-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 410px;
                flex: 0 0 410px;
        padding-right: 1.25rem; } }
  @media (max-width: 1024px) {
    .product-reviews-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: block; }
      .product-reviews-section .product-reviews-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        padding-right: 0;
        padding-bottom: 2rem; }
      .product-reviews-section .reviews-heading {
        font-size: 32px; }
      .product-reviews-section .reviews-carousel-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1rem; }
      .product-reviews-section .reviews-nav-btn {
        width: 44px;
        height: 44px; } }
  @media (max-width: 768px) {
    .product-reviews-section {
      margin: 2rem 0;
      gap: 1.5rem;
      padding-inline: 16px;
      overflow: visible; }
      .product-reviews-section .product-reviews-left {
        padding-bottom: 1.5rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        width: 100%; }
      .product-reviews-section .product-reviews-right {
        overflow: visible;
        width: 100%;
        min-width: 100%; }
      .product-reviews-section .reviews-carousel-wrapper {
        width: 100%; }
      .product-reviews-section .reviews-carousel,
      .product-reviews-section .reviews-carousel.swiper {
        width: 100%; }
      .product-reviews-section .reviews-label,
      .product-reviews-section .reviews-subheading,
      .product-reviews-section .reviews-carousel-nav {
        display: none !important; }
      .product-reviews-section .reviews-heading {
        text-align: center;
        display: block; }
      .product-reviews-section .reviews-carousel-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 6px;
        margin-top: 2.5rem;
        padding-bottom: 0.25rem;
        position: relative;
        z-index: 2; }
        .product-reviews-section .reviews-carousel-pagination .swiper-pagination-bullet {
          width: 8px;
          height: 8px;
          background: var(--colorWhite, #fff);
          border: 1px solid var(--colorBlack, #000);
          opacity: 1;
          margin: 0 3px; }
        .product-reviews-section .reviews-carousel-pagination .swiper-pagination-bullet-active {
          background: var(--colorBlack, #000);
          border-color: var(--colorBlack, #000); }
      .product-reviews-section .reviews-heading {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 1.25rem; }
      .product-reviews-section .product-reviews-right {
        padding: 0 0 70px; }
      .product-reviews-section .review-card {
        min-height: 320px;
        padding: 24px 24px 70px;
        border-radius: 20px; }
      .product-reviews-section .review-stars {
        margin-bottom: 14px; }
        .product-reviews-section .review-stars .star {
          font-size: 16px; }
      .product-reviews-section .review-text {
        font-size: 17px;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 18px;
        -webkit-line-clamp: 3; }
      .product-reviews-section .author-name {
        font-size: 13px; }
      .product-reviews-section .author-badge {
        font-size: 10px;
        padding: 4px 12px; } }
  @media (max-width: 480px) {
    .product-reviews-section {
      margin: 1.5rem 0;
      gap: 1rem; }
      .product-reviews-section .product-reviews-left {
        padding-bottom: 1rem; }
      .product-reviews-section .reviews-heading {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 1rem;
        letter-spacing: 0; }
      .product-reviews-section .product-reviews-right {
        padding: 0 0 60px; }
      .product-reviews-section .review-card {
        min-height: 280px;
        padding: 20px 20px 60px;
        border-radius: 20px; }
      .product-reviews-section .review-stars {
        margin-bottom: 12px; }
        .product-reviews-section .review-stars .star {
          font-size: 14px; }
      .product-reviews-section .review-text {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 14px; }
      .product-reviews-section .author-name {
        font-size: 12px; }
      .product-reviews-section .author-badge {
        font-size: 9px;
        padding: 3px 10px; }
      .product-reviews-section .reviews-carousel-pagination {
        margin-top: 2rem; } }

.productCarousel {
  margin: 0 0 3rem; }

.swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: var(--colorGrey);
  border-color: var(--colorGrey); }

.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--colorGreen);
  border: 1px solid var(--colorGreen); }

.productCarousel article.card, .productGrid article.card {
  background: #f4f4f4;
  border-radius: 16px;
  padding: 0 24px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  margin-bottom: 32px; }

.productCarousel.shopByFlavorSlider article.card {
  margin-bottom: 3rem; }

.productCarousel article.card .productView-badge {
  top: 24px;
  left: 24px;
  position: absolute; }

.card .card-figure {
  height: 325px;
  background: transparent; }

.card .card-figure .card-image {
  position: relative; }

.card-img-container:after {
  content: none; }

.card-body {
  text-align: left;
  bottom: -75px;
  position: relative;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  padding: 0; }

.productGrid .product .card-body {
  bottom: 0; }

.productGrid .product article.card:hover,
.productGrid .product article.card:hover {
  background-color: #f4f4f4 !important; }

.productGrid .product article.card:hover .card-body .card-title > a,
.productGrid .product article.card:hover .card-body .variant-strength-list {
  color: var(--colorGreyDark);
  opacity: 1; }

.productGrid .product article.card:hover .card-body .card-text.card-text--short-desc {
  opacity: 70%;
  color: var(--colorGreyDark); }

.productGrid article.card .card-body .button {
  background: transparent;
  color: var(--colorGreyDark);
  border-color: var(--colorGreyDark); }

.productGrid article.card:hover .card-body .button {
  background: var(--colorGreyDark);
  color: var(--colorWhite);
  border-color: var(--colorGreyDark); }

.productGrid article.card .productView-metaLine {
  letter-spacing: 0;
  font-weight: var(--fw-500);
  display: inline-block;
  color: var(--colorGreyDark);
  font-size: 12px; }

.productGrid article.card .js-variant-values {
  letter-spacing: 0;
  font-weight: var(--fw-500);
  display: inline-block;
  color: var(--colorGreyDark);
  font-size: 12px; }

.productGrid article.card .productView-metaLine .productView-metaSep {
  margin: 0 5px; }

.productGrid article.card .card-variant-strengths {
  font-weight: var(--fw-500);
  display: inline-block;
  color: var(--colorGreyDark); }

.productGrid .product.product--plp-promo div[class^=sd-hero-image-] div[class^=go] > div[class^=go] {
  min-height: 426px;
  padding: 20px; }

.productGrid .product.product--plp-promo div[class^=sd-hero-image-] > div[class^=go] > div[class^=go]:after {
  border-radius: 16px; }

.productGrid .product.product--plp-promo div[class^=sd-hero-image-] div[data-test-id=hero-image-title] {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 38px;
  font-weight: var(--fw-800);
  margin-bottom: 12px; }

.productGrid .product.product--plp-promo div[class^=sd-hero-image-] div[data-test-id=hero-image-subtitle] {
  font-size: 16px;
  line-height: 135%;
  color: var(--colorGreyDark); }

.productGrid .product.product--plp-promo div[class^=sd-hero-image-] div[data-test-id=hero-image-button] {
  margin-top: 10px;
  font-size: 16px;
  border: 0;
  font-weight: 500;
  padding: 0;
  font-family: 'PPNeueMachina-Bold', sans-serif;
  border-radius: 100px;
  background: transparent;
  color: var(--colorGreyDark);
  text-decoration: underline;
  text-transform: uppercase; }

.productGrid .card .card-figure {
  height: 285px;
  padding: 0; }

.productGrid .card:hover .card-figure .card-image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.productGrid .card .card-figure .card-image {
  -webkit-transition: .2s all ease;
  transition: .2s all ease; }

.productCarousel article.card:hover .card-body, .productGrid article.card:hover .card-body {
  bottom: 0; }

.card-body .variant-strength-list {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--colorGreyDark);
  line-height: 100%;
  margin-bottom: 10px; }

.card-body .variant-strength-list .productView-metaLine {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  color: inherit; }

.card-body .card-title {
  font-size: 16px;
  text-align: left;
  line-height: 125%;
  letter-spacing: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: var(--fw-700);
  text-transform: uppercase;
  margin-bottom: 6px; }

.card-body .card-title > a {
  color: var(--colorGreyDark); }

.card-body .card-text.card-text--short-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--colorGreyDark);
  opacity: 70%;
  margin-bottom: 24px;
  margin-top: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.productCarousel article.card:hover .card-body .card-text.card-text--short-desc,
.productGrid article.card:hover .card-body .card-text.card-text--short-desc,
.productCarousel article.card:hover .card-body .card-title > a,
.productGrid article.card:hover .card-body .card-title > a,
.productCarousel article.card:hover .card-body .variant-strength-list,
.productGrid article.card:hover .card-body .variant-strength-list,
.productCarousel article.card:hover .card-body .productView-metaLine,
.productCarousel article.card:hover .card-body .js-variant-values {
  color: var(--colorWhite);
  opacity: 1; }

.card .card-figcaption {
  opacity: 0 !important;
  text-align: left; }

.productCarousel article.card .card-body .button,
.productGrid article.card .card-body .button {
  width: 100%;
  line-height: 125%;
  padding: 12px; }

.card .card-figcaption .card-figcaption-body {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none; }

.card .card-figcaption .button.quickview {
  font-size: 0;
  border: 1px solid #E5E5E5;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 30px;
  position: relative; }

.card .card-figcaption .button.quickview:before {
  content: "+";
  color: var(--colorBlack);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.56px;
  font-family: "IBM Plex Mono", monospace;
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 98%; }

body .productCarousel.swiper-horizontal > .swiper-scrollbar,
body .productCarousel.swiper-scrollbar.swiper-scrollbar-horizontal {
  opacity: 1;
  background-color: var(--colorGrey);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px; }

.productCarousel .swiper-scrollbar-drag {
  background-color: var(--colorGreyDark); }

.product-section .category-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1rem 0 2rem;
  gap: 12px; }

.bestSellerGrid .page-heading {
  font-size: 40px;
  line-height: 48px;
  font-weight: var(--fw-800);
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 0;
  color: var(--colorGreyDark);
  margin-top: 2.5rem; }

.bestSellerGrid .page-description {
  font-size: 16px;
  line-height: 135%;
  color: var(--colorGreyDark);
  margin-bottom: 2.5rem; }

.product-section .category-head .product-section-title {
  text-align: left;
  font-size: 40px;
  font-weight: var(--fw-800);
  line-height: 48px;
  letter-spacing: 0;
  color: var(--colorGreyDark);
  margin: 0;
  text-transform: uppercase; }

.product-section .category-head .product-section-desc {
  margin-bottom: 0; }

.product-section .category-head .product-section-title strong {
  font-weight: var(--fw-800); }

.product-section-link a {
  color: var(--colorGreyDark);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.18px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  display: none; }

.product-section-link .icon {
  width: 20px;
  height: 20px; }

.product-section-link .icon svg {
  fill: var(--colorGreyDark);
  stroke: var(--colorGreyDark); }

.product-section {
  border-bottom: 0;
  margin-bottom: 3rem;
  padding-inline: 0.75em; }

div[data-layout-name=Layout-categoryLinks] ul {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

div[data-layout-name=Layout-categoryLinks].active {
  position: fixed;
  left: 0;
  right: 0;
  top: 20vh;
  z-index: 9;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  margin-top: 0;
  background: var(--colorGreyDark); }

div[data-layout-name=Layout-categoryLinks] {
  padding: 24px;
  background: #f4f4f4;
  margin-top: -2.5rem; }

div[data-layout-name=Layout-categoryLinks] div[data-sub-layout] {
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

div[data-layout-name=Layout-categoryLinks] ul li a {
  border: 1px solid var(--colorGreyDark);
  text-decoration: none;
  padding: 8px 24px;
  border-radius: 100px;
  color: var(--colorGreyDark);
  line-height: 100%;
  letter-spacing: 0;
  font-size: 14px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease; }

div[data-layout-name=Layout-categoryLinks] ul li a:hover,
div[data-layout-name=Layout-categoryLinks] ul li a:focus,
div[data-layout-name=Layout-categoryLinks] ul li a:active {
  background: var(--colorGreyDark);
  color: var(--colorWhite); }

div[data-layout-name=Layout-categoryLinks].active ul li a {
  border-color: var(--colorWhite);
  color: var(--colorWhite); }
  div[data-layout-name=Layout-categoryLinks].active ul li a:hover, div[data-layout-name=Layout-categoryLinks].active ul li a:focus, div[data-layout-name=Layout-categoryLinks].active ul li a:active {
    background: var(--colorGreen);
    border-color: var(--colorGreen);
    color: var(--colorGreyDark); }

div[data-layout-name=Layout-categoryLinks].active span {
  color: var(--colorWhite); }

.bg-product {
  background: var(--colorGreen); }

body .productView {
  margin: 0;
  margin-top: -2.5rem;
  padding-top: 0; }

body .prodcutView-header {
  margin-top: -2.5rem;
  padding: 0;
  margin-inline: 0;
  padding: 30px 0;
  min-height: 224px; }

body .prodcutView-header .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px; }

body .prodcutView-header .backLink {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1; }

body .prodcutView-header .backLink a {
  text-decoration: none;
  font-size: 16px;
  color: var(--colorGreyDark);
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content; }

body .prodcutView-header .backLink .icon {
  width: 20px;
  height: 20px;
  display: inline-block; }

body .prodcutView-header .backLink svg {
  fill: inherit; }

body .prodcutView-header .pdpFlavors {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 40px; }

body .prodcutView-header .pdpFlavors .flavorLogo {
  max-width: 151px;
  margin-bottom: 2.8rem; }

body .prodcutView-header .pdpFlavors .social-media-toggle {
  vertical-align: middle;
  float: right;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  max-width: 36px;
  max-height: 36px;
  width: 100%;
  height: 100%; }

body .prodcutView-header .pdpFlavors .social-media-links {
  float: right; }

body .prodcutView-header .pdpFlavors .social-media-links .socialLinks {
  line-height: 26px; }

body .prodcutView-header .pdpFlavors .social-media-links .socialLinks .socialLinks-item {
  width: 26px;
  height: 26px;
  margin-bottom: 0;
  margin-right: 10px; }

body .prodcutView-header .pdpFlavors .social-media-links .socialLinks .socialLinks-item .socialLinks__link:focus::before,
body .prodcutView-header .pdpFlavors .social-media-links .socialLinks .socialLinks-item .socialLinks__link:focus::after {
  content: none; }

body .prodcutView-header .pdpFlavors .social-media-links .socialLinks .socialLinks-item.socialLinks-item--print {
  display: none; }

body .prodcutView-header .pdpFlavors .socialLinks .icon svg {
  fill: var(--colorBlack); }

body .prodcutView-header .pdpFlavors ul.flavorList {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: scroll hidden;
  padding: 0 0 5px;
  position: relative;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--colorGreyDark) transparent; }

body .prodcutView-header .pdpFlavors ul.flavorList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

/* WebKit browsers */
body .prodcutView-header .pdpFlavors ul.flavorList::-webkit-scrollbar {
  height: 0; }

body .prodcutView-header .pdpFlavors .flavorLink {
  color: var(--colorGreyDark);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 10px 12px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 16px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  text-transform: lowercase; }

body .prodcutView-header .pdpFlavors .flavorLink:hover,
body .prodcutView-header .pdpFlavors .flavorLink:focus,
body .prodcutView-header .pdpFlavors .flavorLink:active {
  color: var(--colorWhite);
  background: var(--colorBlack);
  border-color: var(--colorBlack); }

body .prodcutView-header .pdpFlavors .flavorLink.active {
  color: var(--colorWhite);
  background: var(--colorBlack);
  border-color: var(--colorBlack); }

body .prodcutView-header .pdpFlavors .flavorLink strong {
  font-weight: var(--fw-600); }

section.productView-images {
  padding: 0;
  margin-top: -9.4vw;
  position: relative;
  z-index: 0;
  margin-bottom: 0; }

section.productView-images .productView-image {
  height: 100%;
  display: block;
  max-height: 750px;
  overflow: hidden;
  padding: 0; }

section.productView-images .productView-image .productView-img-container {
  max-width: 100%; }

/* ── PDP Product Tags (from custom field "product_tag") ── */
.productView-tags {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  pointer-events: auto; }

.productView-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--colorGrey300, #DDDDDD);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: var(--fw-400);
  font-family: 'PPNeueMachina-Regular', sans-serif;
  color: var(--colorBlack);
  line-height: 1.3;
  white-space: nowrap; }

.productView-tag__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--colorOrange, #FE5000);
  -ms-flex-negative: 0;
      flex-shrink: 0; }

section.productView-images .productView-image .productView-img-container .productView-image--default,
section.productView-images .productView-image .productView-img-container .productView-image {
  position: static;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 750px;
  border-radius: 0; }

figure.productView-image {
  pointer-events: none;
  position: relative;
  overflow: visible; }

.productView-image + .productView-thumbnails {
  display: none; }

/* Joey PDP: gallery collage (1 big + scrolling thumbnails) */
.productView-images.productView-collage {
  --pdp-gallery-height: 750px;
  --pdp-gallery-gap: 12px;
  margin-top: 0; }

.productView-images.productView-collage .productView-collageGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: var(--pdp-gallery-gap);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.productView-images.productView-collage .productView-collageGrid .productView-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: var(--pdp-gallery-height); }

.productView-images.productView-collage .productView-collageGrid .productView-img-container {
  height: var(--pdp-gallery-height);
  width: 100%; }

.productView-images.productView-collage .productView-collageGrid .productView-image .productView-img-container .productView-image--default,
.productView-images.productView-collage .productView-collageGrid .productView-image .productView-img-container .productView-image {
  height: var(--pdp-gallery-height);
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }

.productView-images.productView-collage .productView-collageGrid .productView-video-container {
  width: 100%;
  height: var(--pdp-gallery-height);
  border-radius: 16px;
  overflow: hidden; }

.productView-images.productView-collage .productView-collageGrid .productView-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #000; }

/* Override skeleton circle styling for the collage. */
.productView-images.productView-collage .productView-collageGrid .productView-image-skeleton {
  border-radius: 16px;
  max-height: none;
  aspect-ratio: auto;
  z-index: 2; }

/* Zoom not required: hide EasyZoom flyout overlay. */
.productView-images.productView-collage .productView-collageGrid .productView-image .easyzoom-flyout {
  display: none !important; }

/* Thumbnails: show all, but scroll the right column when overflowing. */
.productView-images.productView-collage .productView-collageGrid .productView-thumbnails {
  display: grid !important;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: var(--pdp-gallery-gap);
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: visible; }

.productView-images.productView-collage .productView-collageGrid .productView-thumbnails::before,
.productView-images.productView-collage .productView-collageGrid .productView-thumbnails::after,
.productView-images.productView-collage .productView-collageGrid .productView-thumbnail::before,
.productView-images.productView-collage .productView-collageGrid .productView-thumbnail::after {
  content: none !important;
  display: none !important; }

.productView-images.productView-collage .productView-collageGrid .productView-thumbnail {
  width: 100%;
  padding: 0;
  text-align: left;
  grid-column: auto;
  float: none; }

.productView-images.productView-collage .productView-collageGrid .productView-thumbnail-link {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  max-width: none;
  height: auto;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.productView-images.productView-collage .productView-collageGrid .productView-thumbnail--video .productView-thumbnail-link {
  background: #111; }

.productView-images.productView-collage .productView-collageGrid .productView-thumbnail-link:hover {
  cursor: auto; }

.productView-images.productView-collage .productView-collageGrid .productView-thumbnail-link picture,
.productView-images.productView-collage .productView-collageGrid .productView-thumbnail-link img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain; }

.productView-images.productView-collage .productView-collageGrid .productView-thumbnail-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block; }

.productView-images.productView-collage .productView-mobileSwiper {
  display: none; }

@media screen and (max-width: 800px) {
  /* Full-bleed gallery on mobile while rest of PDP stays in container. */
  .productView-images.productView-collage {
    width: calc(100% + 40px);
    max-width: none;
    margin-left: -20px;
    margin-right: -20px; }
  .productView-images.productView-collage .productView-collageGrid {
    display: none; }
  .productView-images.productView-collage .productView-mobileSwiper {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    position: relative; }
  .productView-images.productView-collage .productView-mobileSwiper-slide {
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #fff; }
  .productView-images.productView-collage .productView-mobileSwiper-image,
  .productView-images.productView-collage .productView-mobileSwiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block; }
  .productView-images.productView-collage .productView-mobileSwiper-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    background: #000; }
  .productView-images.productView-collage .productView-mobileSwiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin-top: 0;
    width: auto !important;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.25); }
  .productView-images.productView-collage .productView-mobileSwiper-pagination.swiper-pagination-lock {
    display: none !important; }
  .productView-images.productView-collage .productView-mobileSwiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    opacity: 1; }
  .productView-images.productView-collage .productView-mobileSwiper-pagination .swiper-pagination-bullet-active {
    background: var(--colorWhite); }
  .productView-images.productView-collage .productView-mobileSwiper .productView-tags--mobile {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4; }
  .productView-details.product-data {
    width: calc(100% + 40px);
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
    margin-top: -10px;
    padding-top: 0;
    border-radius: 8px 8px 8px 8px;
    z-index: 1;
    position: relative;
    background-color: var(--colorWhite); } }

.productView-images.productView-collage .productView-collageGrid .productView-thumbnail-video-preview {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: var(--colorBlack); }

.productView-images.productView-collage .productView-collageGrid .productView-video-thumb-badge {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: rgba(var(--colorBlack), 0.72);
  color: var(--colorWhite);
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4; }

.productView-img-container {
  position: relative; }

.productView-image-skeleton {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  max-height: 750px; }

@-webkit-keyframes productViewSkeletonColorCycle {
  0% {
    background-color: var(--colorYellow); }
  33% {
    background-color: var(--colorGreen); }
  66% {
    background-color: var(--colorOrange); }
  100% {
    background-color: var(--colorYellow); } }

@keyframes productViewSkeletonColorCycle {
  0% {
    background-color: var(--colorYellow); }
  33% {
    background-color: var(--colorGreen); }
  66% {
    background-color: var(--colorOrange); }
  100% {
    background-color: var(--colorYellow); } }

@-webkit-keyframes productViewSkeletonShimmer {
  0% {
    background-position: -200% 0; }
  100% {
    background-position: 200% 0; } }

@keyframes productViewSkeletonShimmer {
  0% {
    background-position: -200% 0; }
  100% {
    background-position: 200% 0; } }

.productView-image--default {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease; }

.productView-image--default.is-loaded {
  opacity: 1; }

/* Joey PDP collage: override global circular styling (wins on specificity + order). */
.productView-images.productView-collage .productView-image--default {
  height: 100%;
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover; }

.productView-images.productView-collage figure.productView-image {
  height: var(--pdp-gallery-height);
  border-radius: 16px;
  overflow: hidden; }

/* Collage skeleton should match rectangular container. */
.productView-images.productView-collage .productView-image-skeleton {
  border-radius: 16px;
  height: 100%;
  inset: 0;
  margin: 0;
  aspect-ratio: auto; }

.productView-product {
  padding-bottom: 0;
  border: 0; }

.productView-details.product-data {
  padding-bottom: 0; }

.productView-titleHeader {
  margin-bottom: 18px; }

.productView-titleHeaderRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }

.productView-badge {
  font-family: 'PPNeueMachina-Bold';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 9px;
  border: 2px solid var(--colorGreyDark);
  border-radius: 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--colorGreyDark);
  background: transparent; }

.productCarousel article.card:hover .productView-badge {
  border-color: var(--colorWhite);
  color: var(--colorWhite); }

.productView-ratingSummary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--colorGreyDark);
  font-weight: 600;
  margin-left: auto; }

.productView-reviewCount {
  font-weight: 600; }

.productView-details .productView-title {
  font-size: 56px;
  letter-spacing: -0.6px;
  line-height: 0.95;
  text-transform: uppercase; }

.productView-metaLine {
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--colorGreyDark); }

.productView-metaSep {
  margin: 0 10px;
  opacity: 0.7; }

.productView-shortDesc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.35;
  color: var(--colorGreyDark); }

.productView-titleDivider {
  border: 0;
  height: 1px;
  background: #e6e6e6;
  margin: 18px 0 0; }

.productView-details .productView-title {
  font-size: 48px;
  letter-spacing: -0.32px;
  line-height: 100%;
  color: var(--colorGreyDark);
  font-weight: var(--fw-800);
  text-transform: uppercase; }

.productView-details .productView-shortDesc .productView-title {
  display: none; }

.productView-details .productView-desc {
  padding: 10px 0; }

.productView-details .productView-description {
  padding: 0;
  float: none;
  color: var(--colorGreyDark);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -1px; }

.productView-details .productView-description p:last-child {
  margin-bottom: 0; }

.productView-details .productView-price {
  font-size: 26px;
  font-weight: var(--fw-700);
  letter-spacing: -1px;
  color: var(--colorGreyDark);
  line-height: 100%;
  margin-top: 10px;
  margin-bottom: 0; }

.form .form-label {
  font-family: "Poppins", sans-serif;
  color: var(--colorGreyDark);
  font-size: 14px;
  font-weight: var(--fw-600);
  line-height: 18px;
  letter-spacing: -0.5px;
  margin-bottom: 15px; }

.form .form-label small {
  font-family: "Poppins", sans-serif;
  color: var(--colorGreyDark);
  font-size: 14px;
  font-weight: var(--fw-600); }

.form .form-option-wrapper .form-option {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  outline: 0 !important;
  padding: 8px 16px;
  color: var(--colorGreyDark);
  font-weight: var(--fw-600);
  font-size: 14px;
  letter-spacing: -1px;
  -webkit-box-shadow: none;
          box-shadow: none; }

.form .form-option-wrapper .form-radio:checked + .form-option {
  background: var(--colorGreen);
  border-color: var(--colorGreen); }

/* PDP strength selector style (design match) */
[data-product-attribute] .form-option.unavailable::before {
  content: none; }

.productView-options [data-product-option-change] .form-field[data-product-attribute="set-rectangle"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0; }

.productView-options [data-product-option-change] .form-field[data-product-attribute="set-rectangle"] .form-label {
  width: 100%;
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: var(--fw-700);
  text-transform: uppercase;
  text-align: left; }

.productView-options [data-product-option-change] .form-field[data-product-attribute="set-rectangle"] .form-label [data-option-value] {
  display: inline;
  margin-left: 6px;
  text-transform: none;
  font-weight: var(--fw-500); }

.productView-options [data-product-option-change] .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 8px);
          flex: 1 1 calc(33.333% - 8px);
  min-width: 0;
  margin: 0; }

.productView-options [data-product-option-change] .form-field[data-product-attribute="set-rectangle"] .form-option {
  width: 100%;
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #1f1c1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: var(--fw-700);
  line-height: 1;
  letter-spacing: -0.01em;
  position: relative; }

.productView-options [data-product-option-change] .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper .form-radio:checked + .form-option {
  background: #fff !important;
  border-color: #1f1c1a !important;
  color: #1f1c1a !important; }

.productView-options [data-product-option-change] .form-field[data-product-attribute="set-rectangle"] .form-option.unavailable {
  background: #f1f1f1;
  border-color: #e2e2e2;
  color: #9a9a9a; }

.productView-options [data-product-option-change] .form-field[data-product-attribute="set-rectangle"] .form-option.unavailable::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 1px;
  background: #c6c6c6;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
  -webkit-transform-origin: center;
          transform-origin: center; }

.productView-options [data-product-option-change] .form-field[data-product-attribute="set-rectangle"] .strength-guide-link {
  width: 100%;
  border: 0;
  background: transparent;
  color: #1f1c1a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: underline;
  padding: 0;
  margin-top: 6px;
  cursor: pointer; }

.productView-options [data-product-option-change] .form-field[data-product-attribute="set-rectangle"] .strength-guide-link__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #1f1c1a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1; }

.joey-open-btn {
  padding: 0;
  margin-bottom: 20px;
  background: transparent;
  color: #1f1c1a;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  font-size: 12px;
  font-weight: var(--fw-500); }

.joey-open-btn__icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px; }

/* Joy FAQ Section */
.joey-faq {
  background: #f4f4f4;
  padding: 70px 40px 60px;
  overflow: hidden; }

.joey-faq__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(40px, 5vw, 90px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.joey-faq__left {
  min-width: 0; }

.joey-faq__eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--colorGreyDark);
  font-family: 'PPNeueMachina-Bold', sans-serif; }

.joey-faq__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef5a29;
  display: inline-block; }

.joey-faq__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 0.95;
  font-weight: var(--fw-800);
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--colorGreyDark);
  position: relative;
  z-index: 2; }

.joey-faq__media {
  position: relative; }

.joey-faq__visual {
  position: absolute;
  inset: 0;
  pointer-events: none; }

.joey-faq__right {
  padding-top: 24px;
  min-width: 0; }

.faq-accordion {
  width: 100%; }

.faq-item {
  border-bottom: 1px solid #4c4c4c; }

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  text-align: left;
  cursor: pointer;
  font-size: 22px;
  line-height: 1.15;
  font-weight: var(--fw-600);
  color: var(--colorGreyDark); }

.faq-question span:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.faq-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background: #e5e5e5;
  color: var(--colorGreyDark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease, -webkit-transform 0.25s ease; }

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: #555;
  border-radius: 2px;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease; }

.faq-icon::before {
  width: 12px;
  height: 2px; }

.faq-icon::after {
  width: 2px;
  height: 12px; }

.faq-item.active .faq-icon::after {
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0); }

.faq-answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease, -ms-grid-rows 0.35s ease; }

.faq-item.active .faq-answer-wrap {
  grid-template-rows: 1fr; }

.faq-answer {
  overflow: hidden; }

.faq-answer__inner {
  padding: 0 56px 24px 0;
  color: var(--colorGreyDark);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5; }

.joey-faq__cta {
  margin-top: 32px; }

.joey-faq__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 180px;
  min-height: 54px;
  padding: 14px 28px;
  border: 2px solid var(--colorGreyDark);
  border-radius: 999px;
  text-decoration: none;
  color: var(--colorGreyDark);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: transparent;
  font-family: 'PPNeueMachina-Bold', sans-serif; }

.joey-faq__button:hover {
  background: var(--colorGreyDark);
  color: #fff; }

@media (max-width: 1280px) {
  .joey-faq__inner {
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
    gap: 50px; }
  .joey-faq__title {
    max-width: 320px;
    font-size: clamp(40px, 3.8vw, 56px); }
  .joey-faq__media {
    width: 100%;
    max-width: 560px;
    height: clamp(220px, 25vw, 340px); }
  .joey-faq__visual img {
    left: -18px;
    bottom: -6px;
    width: 108%;
    max-width: 580px; } }

@media (max-width: 991px) {
  .joey-faq {
    padding: 56px 28px 48px; }
  .joey-faq__inner {
    grid-template-columns: 1fr;
    gap: 34px; }
  .joey-faq__left {
    max-width: 100%; }
  .joey-faq__title {
    max-width: 100%; }
  .joey-faq__media {
    width: 100%;
    max-width: 560px;
    height: 300px;
    margin-top: 18px; }
  .joey-faq__visual img {
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 560px; }
  .joey-faq__right {
    padding-top: 0; } }

@media (max-width: 767px) {
  .joey-faq {
    padding: 45px 20px 40px; }
  .joey-faq__title {
    max-width: 100%;
    font-size: 34px;
    line-height: 38px; }
  .joey-faq__media {
    display: none; }
  .faq-question {
    padding: 16px 0;
    font-size: 16px;
    line-height: 125%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    font-weight: 700; }
  .faq-answer__inner {
    padding: 0 0 20px;
    font-size: 16px; }
  .joey-faq__button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    font-size: 16px; } }

/* Joey Stackup Section */
.joey-stackup {
  position: relative;
  overflow: hidden;
  padding: 82px 0 95px;
  background: -webkit-gradient(linear, left top, left bottom, from(#08552d), color-stop(42%, #14663a), to(#3a865f));
  background: linear-gradient(180deg, #08552d 0%, #14663a 42%, #3a865f 100%); }

.joey-stackup::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22vh;
  height: 22vh;
  background: rgba(201, 214, 174, 0.75); }

.joey-stackup__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto; }

.joey-stackup__header {
  text-align: center;
  color: #fff;
  margin-bottom: 28px; }

.joey-stackup__eyebrow {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'PPNeueMachina-Bold'; }

.joey-stackup__title {
  font-size: 48px;
  line-height: 56px;
  font-weight: var(--fw-800);
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--colorWhite);
  margin-top: 1.5rem;
  margin-bottom: 4rem; }

.joey-stackup__desktop {
  display: block;
  max-width: 92%;
  margin-inline: auto; }

.joey-stackup__mobile {
  display: none; }

.joey-compare-card {
  background: var(--colorWhite);
  border-radius: 16px;
  padding: 16px 40px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); }

.joey-compare-grid {
  display: grid;
  grid-template-columns: 2.15fr .95fr .95fr .95fr .95fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.joey-compare-grid--head {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.joey-compare-grid__feature-spacer {
  min-height: 116px; }

.joey-compare-grid__brand {
  padding: 0 8px;
  text-align: center; }

.joey-compare-grid__brand--joey {
  background: #d4e000;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0; }

.joey-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-align: center; }

.joey-brand--joey {
  gap: 10px; }

.joey-brand__image img {
  display: block;
  max-width: 62px;
  width: 100%;
  height: auto; }

.joey-brand__name {
  font-size: 18px;
  line-height: 1.02;
  font-weight: 900;
  color: #171717;
  text-transform: uppercase; }

.joey-brand--joey .joey-brand__name {
  font-size: 30px;
  letter-spacing: -.03em;
  color: #000; }

.joey-brand__name--small {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.05; }

.joey-compare-grid--row {
  min-height: 78px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.joey-compare-grid--row .joey-compare-grid__feature,
.joey-compare-grid--row .joey-compare-grid__value {
  border-top: 1px solid #e6e6e6; }

.joey-compare-grid--last .joey-compare-grid__feature,
.joey-compare-grid--last .joey-compare-grid__value {
  border-bottom: 0; }

.joey-compare-grid--last .joey-compare-grid__value--joey {
  border-radius: 0 0 10px 10px; }

.joey-compare-grid__feature {
  font-size: 20px;
  line-height: 175%;
  font-weight: 600;
  color: var(--colorGreyDark);
  padding: 20px 12px 20px 0; }

.joey-compare-grid__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 8px; }

.joey-compare-grid__value--joey {
  background: #d4e000;
  border-top-color: #d4e000 !important; }

.joey-status {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 700; }

.joey-status--yes {
  background: #232323;
  color: #fff; }

.joey-status--no {
  background: #dbdbdb;
  color: #565656; }

.joey-status--alt {
  background: #d8d8d8;
  color: #6c6c6c; }

.joey-mobile-select-wrap {
  margin-bottom: 16px; }

.joey-mobile-select {
  width: 100%;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-family: 'PPNeueMachina-Bold';
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 42px 0 16px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1.5 1.5L6 6L10.5 1.5' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center; }

.joey-mobile-select option {
  color: #111; }

.joey-mobile-compare__top,
.joey-mobile-row {
  display: grid;
  grid-template-columns: 1.22fr .82fr .82fr; }

.joey-mobile-compare__brand--joey {
  background: #d4e000;
  border-radius: 10px 10px 0 0; }

.joey-brand--mobile {
  min-height: 124px;
  padding: 12px 8px 10px; }

.joey-mobile-rows {
  overflow: hidden;
  border-radius: 0 0 10px 10px; }

.joey-mobile-row__feature,
.joey-mobile-row__value {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 48px; }

.joey-mobile-row__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  padding: 10px 10px 10px 0; }

.joey-mobile-row__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.joey-mobile-row__value--joey {
  background: #d4e000;
  border-top-color: #d4e000; }

.joey-mobile-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin-top: 30px; }

.joey-mobile-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  padding: 0;
  cursor: pointer; }

.joey-mobile-dot.is-active {
  background: #fff; }

@media (max-width: 1200px) {
  .joey-stackup__title {
    font-size: 44px; }
  .joey-compare-grid__feature {
    font-size: 16px; }
  .joey-brand--joey .joey-brand__name {
    font-size: 26px; }
  .joey-brand__name--small {
    font-size: 14px; } }

@media (max-width: 991px) {
  .joey-stackup {
    padding: 56px 20px; }
  .joey-stackup::after {
    content: none; }
  .joey-stackup__inner {
    padding: 0;
    max-width: 100%; }
  .joey-stackup__header {
    text-align: left;
    margin-bottom: 18px; }
  .joey-stackup__eyebrow {
    margin-bottom: 10px; }
  .joey-stackup__title {
    font-size: 34px;
    line-height: 38px;
    max-width: 250px;
    margin-bottom: 24px;
    margin-top: 0; }
  .joey-stackup__desktop {
    display: none; }
  .joey-stackup__mobile {
    display: block; }
  .joey-brand__image img {
    max-width: 42px; }
  .joey-brand--joey .joey-brand__name {
    font-size: 16px; }
  .joey-brand__name--small {
    font-size: 11px; }
  .joey-status {
    width: 18px;
    height: 18px;
    font-size: 11px; }
  .joey-mobile-row__feature {
    font-size: 14px; }
  .joey-mobile-row:last-child .joey-mobile-row__value--joey {
    border-radius: 0 0 12px 12px; } }

.joey-nicotine-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 999; }

.joey-nicotine-drawer {
  position: fixed;
  top: 0;
  right: -40%;
  width: 35%;
  height: 100vh;
  background: var(--colorWhite);
  -webkit-box-shadow: -10px 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: -10px 0 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: .4s ease;
  transition: .4s ease;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.joey-nicotine-drawer.active {
  right: 0; }

.joey-nicotine-overlay.active {
  opacity: 1;
  visibility: visible; }

.joey-drawer-header {
  background: #222;
  color: #fff;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  letter-spacing: 1px; }

.joey-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer; }

.joey-drawer-body {
  padding: 30px;
  overflow: auto; }

.joey-drawer-body h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: var(--fw-800);
  margin-bottom: 10px;
  margin-top: 0;
  color: var(--colorGreyDark); }

.joey-desc {
  margin-bottom: 30px;
  color: var(--colorGreyDark);
  font-size: 14px;
  font-weight: var(--fw-500); }

.joey-strength {
  border-bottom: 1.5px solid var(--colorBlack);
  padding: 20px 0; }
  .joey-strength:last-child {
    border-bottom: none; }

.joey-strength-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }

.joey-strength h3 {
  margin: 0;
  font-size: 22px;
  font-weight: var(--fw-700);
  color: var(--colorGreyDark); }

.joey-badge {
  border: 1.5px solid var(--colorGreyDark);
  padding: 2px 8px;
  font-size: 11px;
  margin-left: 8px;
  border-radius: 6px;
  vertical-align: middle; }

.joey-strength-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  margin-bottom: 5px; }

.joey-strength-info-title {
  font-weight: var(--fw-500); }

.joey-strength-info-desc {
  font-weight: var(--fw-400); }

.joey-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.joey-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 4px; }

.joey-dots.green span {
  background: #2dbb45; }

.joey-dots.orange span {
  background: #ff8a00; }

.joey-dots.red span {
  background: #e23b3b; }

.joey-dots .off {
  background: #cfcfcf !important; }

.strength-guide-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.32);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: 9998; }

.strength-guide-overlay.is-open {
  opacity: 1;
  visibility: visible; }

.strength-guide-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 410px;
  height: 100vh;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  z-index: 9999;
  -webkit-box-shadow: -8px 0 24px rgba(0, 0, 0, 0.16);
          box-shadow: -8px 0 24px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.strength-guide-drawer.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.strength-guide-drawer__header {
  background: #1f1c1a;
  color: #fff;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.strength-guide-drawer__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em; }

.strength-guide-drawer__close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  padding: 0; }

.strength-guide-drawer__body {
  padding: 24px 28px 30px;
  overflow-y: auto; }

.strength-guide-drawer__body h3 {
  font-size: 52px;
  line-height: 0.95;
  margin: 0 0 14px;
  letter-spacing: -0.02em; }

.strength-guide-drawer__body > p {
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.2; }

.strength-guide-row {
  border-top: 1px solid #1f1c1a;
  padding: 16px 0 14px; }

.strength-guide-row__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 10px; }

.strength-guide-row__top h4 {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.01em; }

.strength-pill {
  display: inline-block;
  border: 1px solid #1f1c1a;
  border-radius: 999px;
  font-size: 10px;
  padding: 3px 8px;
  vertical-align: middle;
  margin-left: 6px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px); }

.strength-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px; }

.strength-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block; }

.strength-dots--green span {
  background: #28a745; }

.strength-dots--orange span {
  background: #f48c24; }

.strength-dots--red span {
  background: #d62839; }

.strength-dots span.is-empty {
  background: #d9d9d9 !important; }

.strength-guide-row__meta p {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px; }

.strength-guide-row__meta strong {
  font-weight: 600; }

body.strength-guide-open {
  overflow: hidden; }

@media (max-width: 991px) {
  .strength-guide-drawer__body h3 {
    font-size: 28px; }
  .strength-guide-drawer__body > p {
    font-size: 16px; }
  .strength-guide-row__top h4 {
    font-size: 28px; }
  .strength-guide-row__meta p {
    font-size: 15px;
    display: block; } }

@media (max-width: 900px) {
  .joey-strength {
    padding: 10px 0; }
  .joey-desc {
    margin-bottom: 20px; }
  .joey-drawer-body {
    padding: 20px 15px; }
  .joey-drawer-body h2 {
    font-size: 30px;
    line-height: 38px; }
  .joey-nicotine-drawer {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70vh;
    max-height: 70vh;
    border-radius: 16px 16px 0 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease; }
  .joey-nicotine-drawer.active {
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.productView-options .add-to-cart-buttons {
  padding: 0;
  margin: 0;
  width: 100%;
  float: none; }

.productView-options .add-to-cart-buttons .add-to-cart-wallet-buttons {
  margin: 0; }

.productView-options .add-to-cart-buttons .form-action .button--primary {
  background: var(--colorGreyDark);
  border-color: var(--colorGreyDark);
  color: var(--colorWhite);
  border-radius: 100px;
  font-size: 16px;
  padding: 1.4rem 1.2rem;
  font-weight: var(--fw-700);
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 150%;
  letter-spacing: -0.16px;
  width: calc(100% - 10px);
  text-transform: uppercase; }

.productView-options .add-to-cart-buttons .form-action .button--primary:hover,
.productView-options .add-to-cart-buttons .form-action .button--primary:focus {
  background: var(--colorBlack);
  border-color: var(--colorBlack); }

.productView .shipping-text {
  font-size: 12px;
  font-style: normal;
  font-weight: var(--fw-500);
  line-height: 18px;
  letter-spacing: -1px;
  font-family: 'IBM Plex Mono', monospace;
  color: var(--colorGreyDark); }

.productView-options .form-field.form-field--increments {
  margin: 2rem 0; }

.cart-item-quantity .form-increment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.form-increment .button {
  background: #e5e5e5;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0; }

.form-increment .button.button--icon svg {
  fill: var(--colorWhite); }

.form-increment .form-input {
  background: transparent;
  color: #1F1C1A;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.5px; }

.relatedProduct {
  margin: 88px 0; }

.relatedProduct .productCarousel {
  overflow: hidden; }

.relatedProduct .section-title {
  margin: 0 0 2.8rem;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: var(--fw-800);
  color: var(--colorBlack); }

.relatedProduct .productCarousel .card .card-figure {
  height: auto; }

.productVariantslider {
  position: relative; }

.productVariantslider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-top: 0.5rem; }

.productVariantslider__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px; }

.productVariantslider__labelKey {
  font-size: 16px;
  font-weight: 700;
  color: var(--colorBlack);
  text-transform: uppercase;
  letter-spacing: -0.16px; }

.productVariantslider__labelValue {
  font-size: 16px;
  font-weight: 400;
  color: var(--colorBlack);
  letter-spacing: -0.16px; }

.productVariantslider__headerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.productVariantslider__headerNav .swiper-button-prev,
.productVariantslider__headerNav .swiper-button-next {
  position: static;
  width: 30px;
  height: 30px;
  margin: 0; }

.productVariantslider__headerNav .swiper-button-prev::after {
  width: 30px;
  height: 30px;
  content: "";
  background: url("../icons/chevron-left.svg") no-repeat center; }

.productVariantslider__headerNav .swiper-button-next::after {
  width: 30px;
  height: 30px;
  content: "";
  background: url("../icons/chevron-right.svg") no-repeat center; }

/* Hide the duplicate nav buttons rendered outside the header by the grid template */
#allFlavorProducts > div.swiper-button-next-variant-all-flavors,
#allFlavorProducts > div.swiper-button-prev-variant-all-flavors {
  display: none; }

.productVariantslider .productCarousel {
  margin-top: 20px;
  margin-bottom: 13px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
  overflow: hidden; }

.productVariantslider .productCarousel .swiper-wrapper {
  row-gap: 9px; }

.productVariantslider .variant-card {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 0;
  text-align: center;
  position: relative; }

.productVariantslider .product-variant-slide:hover .variant-card {
  border-color: rgba(0, 0, 0, 0.7); }

.productVariantslider .activeSlide .variant-card {
  border-color: var(--colorGreyDark); }

.productVariantslider .variant-card .variant-image {
  padding: 10px 10px 0; }

.productVariantslider .variant-card .variant-title {
  background: var(--colorWhite);
  font-size: 12px;
  padding: 7px 5px;
  font-weight: var(--fw-700);
  color: var(--colorGreyDark);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  line-height: 140%;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  min-height: 50px; }

.productVariantslider .variant-card .variant-title a {
  text-decoration: none;
  padding: 0; }

.productVariantslider .swiper-button-prev {
  width: 30px;
  height: 30px;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.productVariantslider .swiper-button-prev::after {
  width: 30px;
  height: 30px;
  content: "";
  background: url("../icons/chevron-left.svg") no-repeat center; }

.productVariantslider .swiper-button-next {
  width: 30px;
  height: 30px;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.productVariantslider .swiper-button-next::after {
  width: 30px;
  height: 30px;
  content: "";
  background: url("../icons/chevron-right.svg") no-repeat center; }

body .modal.modal--large {
  left: 0;
  top: auto !important;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%); }

body .modal.modal--large.open {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

#bestseller .page-heading {
  text-align: center; }

.category-slider {
  margin: 0 0 2.5rem; }

.category-slider button[data-test-id=carousel-left-arrow],
.category-slider button[data-test-id=carousel-right-arrow] {
  display: none; }

.category-slider div[class^="bc-carousel-container-"] {
  margin-bottom: 0; }

.category-slider div[data-test-id^="carousel-slide-"] > div {
  padding: 0;
  min-height: 268px;
  height: 100%;
  background: #d9d9d9;
  z-index: 0;
  position: relative;
  border-radius: 12px; }

.category-slider div[data-test-id^="carousel-slide-"] > div:after {
  border-radius: 12px; }

.category-slider div[data-test-id=carousel-bullets] {
  position: absolute;
  right: 50px;
  -webkit-transform: none;
          transform: none;
  left: auto;
  bottom: 15px; }

.category-slider div[data-test-id=carousel-bullets] .bc-carousel__bullet.bc-carousel__bullet-active {
  background: var(--colorWhite);
  border-color: var(--colorWhite); }

.category-slider div[data-test-id=carousel-bullets] .bc-carousel__bullet {
  width: 18px;
  height: 18px;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5); }

.navPage-subMenu-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 485px; }

.navPage-subMenu-custom .navPage-subMenu-custom-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  border-right: 0;
  padding: 0;
  background: var(--colorGrey600);
  position: relative; }

.navPage-subMenu-custom .navPage-subMenu-custom-side .navPage-subMenu-shop-all {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto; }

.navPage-subMenu-custom .navPage-subMenu-custom-side .navPage-subMenu-shop-all .navPages-action {
  border: 1px solid var(--colorGreyDark);
  padding: 14px 40px;
  border-radius: 100px;
  line-height: 100%; }

.navPage-subMenu-custom .navPage-subMenu-custom-side .navPage-subMenu-shop-all .navPages-action:hover {
  background: var(--colorGreen); }

.navPage-subMenu-custom .navPage-subMenu-custom-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  text-align: center; }

.navPage-subMenu-custom-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem; }

.header .navPages .navPage-subMenu-custom .navPage-subMenu-custom-side .navPage-subMenu-custom-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action {
  padding: 16px 24px;
  margin: 0;
  border: 0;
  color: var(--colorGreyDark);
  font-family: 'PPNeueMachina-Bold';
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.18px;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  position: relative; }

.header .navPages .navPage-subMenu-custom .navPage-subMenu-custom-side .navPage-subMenu-custom-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action:after {
  content: "";
  background: url(../icons/chevron-right.svg);
  width: 20px;
  height: 20px;
  background-position: right center;
  background-size: 20px;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto; }

.header .navPages .navPage-subMenu-custom .navPage-subMenu-custom-side .navPage-subMenu-custom-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action.activePage:after {
  -webkit-filter: invert(1);
          filter: invert(1); }

.header .navPages .navPage-subMenu-custom .navPage-subMenu-custom-side .navPage-subMenu-custom-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action.activePage {
  color: var(--colorWhite);
  background-color: var(--colorGreyDark); }

.header .navPages .navPage-subMenu-custom .navPage-subMenu-custom-side .navPage-subMenu-custom-list .navPage-subMenu-item {
  width: 100%;
  padding: 0 !important; }

.navPage-subMenu-custom-content .navPage-subMenu-custom-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.navPage-subMenu-custom .navPage-subMenu-custom-content .navPage-subMenu-custom-cta {
  background: var(--colorGreen);
  padding: 12px 16px;
  text-decoration: none;
  display: inline-block;
  margin-top: 2rem;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1px;
  min-width: 38%;
  -webkit-transition: .5s all ease;
  transition: .5s all ease; }

.navPage-subMenu-custom .navPage-subMenu-custom-content .navPage-subMenu-custom-cta:hover {
  background: var(--colorGreyDark);
  color: var(--colorWhite); }

.navPage-subMenu-custom-content .navPage-subMenu-custom-header .navPage-subMenu-custom-title {
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.24px;
  color: var(--colorBlack);
  margin-bottom: 0;
  text-transform: lowercase; }

.navPage-subMenu-custom-content .navPage-subMenu-custom-header .navPage-subMenu-custom-link {
  color: var(--colorGreyDark);
  font-size: 16px;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: var(--fw-600);
  line-height: 130%;
  letter-spacing: -0.16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navPage-subMenu-custom-content .navPage-subMenu-custom-header .navPage-subMenu-custom-link:after {
  content: "";
  background: url("../icons/chevron-right.svg");
  width: 20px;
  height: 20px;
  background-position: right center;
  background-size: 20px; }

.navPage-subMenu-custom-content .navPage-subMenu-custom-products .navPage-subMenu-custom-product {
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  width: calc(33.333% - 8px);
  background: var(--colorGrey600); }

.navPage-subMenu-custom-content .navPage-subMenu-custom-products .navPage-subMenu-custom-product:hover {
  border-color: var(--colorGreyDark); }

.navPage-subMenu-custom-productLink {
  position: relative;
  display: inline-block;
  text-decoration: none; }

.navPage-subMenu-custom-productLink .navPage-subMenu-custom-productImage {
  display: inline;
  overflow: hidden;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease; }

.navPage-subMenu-custom-content .navPage-subMenu-custom-products .navPage-subMenu-custom-product:hover span.navPage-subMenu-custom-productImage {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.navPage-subMenu-custom-productLink .navPage-subMenu-custom-productImage img {
  max-width: 114px; }

.navPage-subMenu-custom-content .navPage-subMenu-custom-products .navPage-subMenu-custom-product .navPage-subMenu-custom-productName {
  background: white;
  text-decoration: none;
  padding: 8px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.5px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--colorGreyDark); }

div[data-layout-name=Layout-Map] {
  padding: 4vw; }

div[data-layout-name=Layout-Map] div[class^=sd-hero-] .go405037919 {
  min-height: 480px; }

div[data-layout-name=Layout-Map] div[class^=sd-hero-] div[data-test-id=hero-image-title] {
  font-size: 38px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.33px; }

div[data-layout-name=Layout-Map] div[class^=sd-hero-] div[data-test-id=hero-image-subtitle] {
  font-size: 20px;
  text-shadow: 0 4px 20px #000;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.2px;
  width: 27vw; }

div[data-layout-name=Layout-Map] div[class^=sd-hero-] div[data-test-id=hero-image-button] {
  border-radius: 50px;
  padding: 10px 16px;
  min-width: 275px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1px;
  color: var(--colorGreyDark); }

div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] > div:after {
  background-position: left center;
  background-size: 50%; }

div[data-layout-name=Layout-Slider] div[class^="bc-carousel-container-"] {
  margin-bottom: 0; }

div[data-layout-name=Layout-Slider] div[data-test-id=carousel-bullets] {
  display: none; }

div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] > div {
  width: 100%;
  padding-inline: 100px;
  padding-block: 30px;
  max-width: 50%;
  float: right;
  text-align: left;
  min-height: 450px; }

div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] > div > div {
  width: 100%; }

div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] div[data-test-id=carousel-title] {
  color: var(--colorWhite);
  letter-spacing: -0.48px;
  line-height: 120.833%;
  font-weight: var(--fw-700);
  font-size: 46px; }

div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] div[data-test-id=carousel-subtitle] {
  color: var(--colorWhite);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.2px;
  margin-top: 20px; }

div[data-layout-name=Layout-Slider] div[data-test-id=carousel-cta-button] {
  border-radius: 40px;
  padding: 16px;
  min-width: 75%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1px; }

div[data-layout-name=Layout-Slider] .bc-carousel__arrow--right,
div[data-layout-name=Layout-Slider] .bc-carousel__arrow--left {
  background: transparent;
  color: var(--colorWhite); }

div[data-layout-name=Layout-Slider] .bc-carousel__arrow--right svg,
div[data-layout-name=Layout-Slider] .bc-carousel__arrow--left svg {
  fill: var(--colorWhite);
  stroke: var(--colorWhite);
  stroke-width: 2px;
  width: 32px;
  height: 32px; }

div[data-layout-name=Layout-Slider] .bc-carousel__arrow--right svg path,
div[data-layout-name=Layout-Slider] .bc-carousel__arrow--left svg path {
  fill: var(--colorWhite); }

div[data-layout-name=Layout-Slider] .bc-carousel__arrow--right {
  right: 15px; }

div[data-layout-name=Layout-Slider] .bc-carousel__arrow--left {
  left: 15px; }

div[data-content-region=home_marquee_promotion] {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background: var(--colorGreyDark); }

.marquee {
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--colorWhite);
  position: relative;
  padding: 1.5rem 0;
  font-family: 'PPNeueMachina-Bold'; }

.marquee-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: scroll 45s linear infinite;
          animation: scroll 45s linear infinite;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.marquee-content span {
  display: inline-block;
  padding-inline: 30px; }

.marquee-content .medium-dot {
  padding-inline: 2px;
  font-size: 95%; }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

div[data-layout-name=Layout-flavors] div[data-sub-layout] {
  margin-inline: 0;
  position: relative;
  min-height: 330px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  -ms-flex-preferred-size: calc(33.33% - 20px);
      flex-basis: calc(33.33% - 20px); }

div[data-layout-name=Layout-flavors] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
  margin: 0;
  gap: 20px;
  padding-bottom: 200px;
  max-width: 1440px;
  margin: 0 auto; }

div[data-layout-name=Layout-flavors] div[data-sub-layout] div[data-widget-id]:last-child {
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
  margin: auto; }

div[data-layout-name=Layout-flavors] div[data-sub-layout] div[id^=sd-simple-text-] p {
  font-size: 30px;
  font-weight: var(--fw-700);
  line-height: 38px;
  letter-spacing: -0.3px;
  margin-bottom: 5px; }

div[data-layout-name=Layout-flavors] div[data-sub-layout] .buttonLink a {
  padding: 0;
  font-size: 20px;
  font-weight: var(--fw-600);
  line-height: 130%;
  letter-spacing: -0.2px; }

div[data-layout-name=Layout-flavors] div[data-sub-layout] .buttonLink a:after {
  content: "";
  background: url(../icons/chevron-right.svg) no-repeat center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: invert(1);
          filter: invert(1); }

div[data-layout-name=Layout-flavors] div[data-sub-layout] div[id^=sd-image-] {
  background-size: 140% !important; }

.page {
  width: 100%; }

.page-full-width {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }

.page-full-width .page-content {
  padding-inline: 0; }

/* age gate */
#root #age-gate {
  display: none !important; }

.age-gate {
  position: fixed;
  inset: 0;
  display: none;
  z-index: var(--age-gate-z); }

.age-gate__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px); }

.age-gate__dialog {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  background: var(--colorBlack);
  color: var(--colorWhite);
  border-radius: 0;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25); }

.age-gate__dob-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 1rem auto;
  width: 100%;
  padding: 16px;
  border: 1px solid var(--colorWhite);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.1rem;
  background: transparent;
  text-align: center;
  border-radius: 100px;
  color: var(--colorWhite);
  max-width: 460px; }

.age-gate__dob-row select {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  margin-left: 2rem;
  margin-right: 2rem;
  text-align: center;
  position: relative; }

.age-gate__dob-row select option {
  color: var(--colorWhite);
  background: var(--colorBlack); }

.joey-content-wrapper {
  margin: 0 auto;
  text-align: center;
  padding: 2rem;
  height: calc(100vh - 20vh); }

.joey-popup-logo {
  max-width: 100%;
  margin: 2rem auto 5rem; }

.age-gate__title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1px;
  margin: 0;
  color: var(--colorWhite); }

.age-gate__subtitle {
  margin: 0 0 1rem;
  color: var(--colorWhite);
  font-weight: var(--fw-500); }

.age-gate__body {
  margin-top: 0.5rem;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 2rem; }

.age-gate__form {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.75rem;
  justify-items: center; }

.age-gate__label {
  font-weight: 600;
  font-size: 1.6rem; }

.age-gate__input {
  width: 100%;
  padding: 16px;
  border: 1px solid var(--colorBlack);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.1rem;
  background: var(--colorBlack);
  text-align: center;
  color: var(--colorWhite);
  border-radius: 100px;
  cursor: pointer; }

.age-gate__input::-webkit-input-placeholder {
  color: var(--colorWhite); }

.age-gate__input::-moz-placeholder {
  color: var(--colorWhite); }

.age-gate__input:-ms-input-placeholder {
  color: var(--colorWhite); }

.age-gate__input::-ms-input-placeholder {
  color: var(--colorWhite); }

.age-gate__input::placeholder {
  color: var(--colorWhite); }

.age-gate__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.age-gate__error {
  color: #b00020;
  font-size: 0.95rem;
  margin: 0.25rem 0 0; }

.age-gate__actions .button {
  border-radius: 40px;
  font-weight: var(--fw-600);
  font-size: 16px;
  letter-spacing: -1px;
  min-width: 160px; }

.age-gate__actions .button.button--primary {
  background: var(--colorGreen);
  border-color: var(--colorGreen);
  color: var(--colorGreyDark); }

.age-gate__actions .button.button--secondary {
  background: var(--colorWhite);
  border-color: var(--colorGreyDark);
  color: var(--colorGreyDark); }

.age-gate .topBar {
  position: static;
  color: var(--colorBlack);
  border-color: var(--colorBlack); }

body .flatpickr-calendar {
  font-size: 12px; }

.age-gate[aria-hidden="false"] {
  display: block; }

.age-gate-open {
  overflow: hidden; }

.age-gate__footer p:last-child {
  margin-bottom: 0; }

.productView-values {
  margin: 4vw auto; }

.valuesWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  gap: 7px;
  position: relative; }

.valuesWrapper .valueBox {
  padding: 28px;
  min-height: 18vw;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.valuesWrapper .valueBox .valueTitle {
  margin: 0;
  font-size: 26px;
  text-transform: lowercase;
  line-height: 100%;
  font-weight: var(--fw-700);
  color: var(--colorGreyDark); }

.valuesWrapper .valueBox .valuePara {
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  font-weight: var(--fw-500);
  line-height: 18px;
  letter-spacing: -1px;
  max-width: 12vw;
  margin-bottom: 0;
  min-height: 55px; }

.valuesWrapper .valueBox .text-white {
  color: var(--colorWhite); }

.valuesWrapper .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 7px);
          flex: 0 0 calc(20% - 7px); }

.valuesWrapper .column.column-shape {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.valuesWrapper .column.column-shape .microbeads-shape {
  min-height: 10vw; }

.bgGreen {
  background: var(--colorGreen); }

.bgOrange {
  background: var(--colorOrange); }

.bgGreyDark {
  background: var(--colorGreyDark); }

.bgGrey {
  background: #e6e6e6; }

.headerRight a.contactLink {
  display: none; }

.cat-dropdown-btn {
  display: none;
  width: 100%;
  padding: 8px 20px;
  background: var(--colorWhite);
  text-align: left;
  border-radius: 12px;
  border: 1px solid var(--colorWhite);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.5px;
  letter-spacing: -1px; }

.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  text-transform: uppercase;
  font-family: 'PPNeueMachina-Bold', sans-serif; }

.cat-list span {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0; }

.button.comingSoon {
  background: var(--colorGreyDark);
  border-color: var(--colorGreyDark);
  color: var(--colorWhite);
  border-radius: 40px;
  min-width: 18vw;
  padding: 0.8rem 1.2rem;
  font-weight: var(--fw-700);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
  cursor: none;
  display: none; }

body .footer .newsletterColumn form.klaviyo-form {
  background-color: transparent !important;
  border-radius: 0 !important; }

body .footer .newsletterColumn .klaviyo-form form.klaviyo-form input[type=email] {
  border: 1px solid white !important;
  border-radius: 100px !important;
  background: #494949 !important;
  border-color: transparent !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important; }

body .footer .newsletterColumn .klaviyo-form form.klaviyo-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500 !important;
  letter-spacing: 0 !important; }

body .footer .newsletterColumn .klaviyo-form form.klaviyo-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500 !important;
  letter-spacing: 0 !important; }

body .footer .newsletterColumn .klaviyo-form form.klaviyo-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500 !important;
  letter-spacing: 0 !important; }

body .footer .newsletterColumn .klaviyo-form form.klaviyo-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500 !important;
  letter-spacing: 0 !important; }

body .footer .newsletterColumn .klaviyo-form form.klaviyo-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500 !important;
  letter-spacing: 0 !important; }

.klaviyo-form form.klaviyo-form {
  position: relative;
  max-width: 326px;
  float: none !important;
  margin: 0;
  background: transparent !important; }

.klaviyo-form form.klaviyo-form div[id^=rich-text-] p,
.klaviyo-form form.klaviyo-form div[id^=rich-text-] p span {
  font-size: 20px !important; }

.klaviyo-form form.klaviyo-form div[data-testid=form-row]:last-child {
  position: absolute !important;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px; }

.klaviyo-form form.klaviyo-form div[data-testid=form-row] button {
  background: url(../icons/chevron-right.svg) no-repeat center !important;
  -webkit-filter: invert(1);
          filter: invert(1);
  font-size: 0 !important; }

.bottompucksImage {
  padding-top: 5vw; }

div[data-layout-name=Layout-FAQ] h2 {
  color: var(--colorOrange);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -1.12px;
  margin-top: 0;
  margin-bottom: 25px; }

details {
  border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #ddd;
  margin-bottom: 16px;
  padding: 12px 20px; }

details summary {
  font-size: 16px;
  font-weight: 700;
  line-height: 32.5px;
  letter-spacing: -1px;
  cursor: pointer;
  position: relative; }

details summary:after {
  content: "";
  background: url(../icons/plus.svg) no-repeat center;
  width: 40px;
  height: 35px;
  background-size: 16px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .5s all ease;
  transition: .5s all ease; }

details[open] summary:after {
  background-image: url(../icons/minus.svg); }

details[open] .para {
  padding: 16px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.14px;
  font-family: "IBM Plex Mono", monospace;
  color: var(--colorGrey); }

details p:last-child {
  margin-bottom: 0; }

details .para ol,
details .para ul {
  padding-left: 10px; }

body .page details .para,
body .page details .para * {
  color: var(--colorGrey); }

/* Chrome / Safari autofill */
.findus-form input[type=text]:-webkit-autofill,
.findus-form input[type=text]:-webkit-autofill:hover,
.findus-form input[type=text]:-webkit-autofill:focus,
.findus-form input[type=text]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 transparent inset;
  -webkit-text-fill-color: white;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

@media screen and (min-width: 801px) {
  .productView-details {
    width: 38%; }
  .productView-images.productView-collage {
    width: 60%;
    padding-left: 1rem;
    padding-right: 1rem;
    position: sticky;
    top: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 50px; }
  .productView-images.productView-collage .productView-collageGrid {
    position: relative; }
  body .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 35vw;
    position: relative; }
  body .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper:before {
    content: "";
    background: -webkit-gradient(linear, right top, left top, from(rgba(45, 41, 38, 0)), to(#2D2926));
    background: linear-gradient(270deg, rgba(45, 41, 38, 0) 0%, #2D2926 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 38%;
    height: 100%; }
  body .heroCarousel .heroCarousel-slide .heroCarousel-image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top left;
       object-position: top left; }
  body .heroCarousel .heroCarousel-title {
    color: var(--colorWhite);
    font-size: 64px;
    line-height: 109.375%;
    letter-spacing: -0.64px;
    font-weight: var(--fw-700); }
  body .heroCarousel .heroCarousel-description {
    color: var(--colorWhite);
    font-size: 16px;
    line-height: 135%;
    font-weight: var(--fw-500); }
  .productGrid .product {
    width: 25%; }
  .header .navPages-container {
    position: static; }
  body .newsletterWrapper .newsletterColumn {
    max-width: 75vw; }
  .headerRight a.contactLink {
    color: var(--colorWhite);
    font-weight: var(--fw-600);
    line-height: 125%;
    letter-spacing: -1px;
    text-transform: capitalize;
    border: 1px solid var(--colorWhite);
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 12px;
    display: inline-block;
    margin-top: 2px;
    width: 150px;
    text-align: center; }
  div[data-layout-name=Layout-FAQ] {
    max-width: 667px;
    margin-inline: auto; }
  /* Swiper positions slides via translate on .swiper-wrapper — centering breaks alignment */
  .relatedProduct .productCarousel .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .form[data-inbox-form] {
    max-width: 100%;
    margin: 0 auto; }
  body .account--fixedLarge {
    width: 100%; }
  .hide-desktop {
    display: none !important; }
  .navPages {
    text-align: left; }
  .header .headerLeft a.navPages-action.has-subMenu:first-child {
    padding-left: 0; }
  .header .navPages-item--joey-mobile-custom {
    display: none; }
  body #main-content div[id^=sd-carousel-].heroCarousel .heroCarousel-htmlContent p br {
    display: none; } }

@media screen and (min-width: 1261px) {
  body .container {
    padding: 0;
    max-width: 1240px; }
  .productGrid .product {
    width: 25%; }
  body .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 63vh; }
  body .newsletterWrapper .newsletterColumn {
    max-width: 40vw; }
  .valuesWrapper .column.column-product .joey-product {
    position: absolute;
    left: -3vw;
    bottom: -5vw;
    max-width: 25vw; }
  .blog .blog-post-body {
    width: 60%; }
  .pageBlog .container {
    max-width: 1225px; }
  body article.blog .container,
  .blog .blog-post-body {
    max-width: 1000px; }
  .accountPage .account-product-detail {
    width: auto;
    min-width: 12%; } }

@media screen and (min-width: 1560px) {
  body .container {
    padding: 0;
    max-width: 1440px; }
  body .newsletterWrapper .newsletterColumn {
    max-width: 30vw; }
  .valuesWrapper .column.column-product .joey-product {
    max-width: 22vw; }
  .pageBlogBanner .page-heading {
    font-size: 52px; }
  body .accountPage:before {
    left: 150px; }
  body .heroCarousel-htmlContent h1 {
    font-size: 60px !important;
    line-height: 105% !important; } }

@media screen and (min-width: 1350px) {
  .productView-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%; }
  .joey-logo {
    position: relative;
    right: -20px;
    top: 15px; }
  .valuesWrapper .column.column-shape .microbeads-shape {
    min-height: 7vw; }
  .valuesWrapper .column.column-product .joey-product {
    max-width: 430px;
    left: -22%;
    bottom: -22%; }
  .valuesWrapper .valueBox {
    min-height: 217px; } }

.spinner-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.spinner-dots span {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  background: var(--colorGreen);
  -webkit-animation: productViewSkeletonColorCycle 2.5s ease-in-out infinite;
          animation: productViewSkeletonColorCycle 2.5s ease-in-out infinite; }

.findus-icon {
  display: inline-block;
  padding: 0.78571rem 0;
  vertical-align: top;
  margin-left: -0.58571rem;
  /*animation: flash 1.2s ease-in-out infinite;*/
  cursor: pointer;
  margin-right: 1.14286rem;
  display: none; }

@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 0.4;
    -webkit-transform: scale(1.08);
            transform: scale(1.08); } }

@keyframes flash {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 0.4;
    -webkit-transform: scale(1.08);
            transform: scale(1.08); } }

.findus-form {
  overflow: hidden;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  margin: 0 auto;
  text-align: center;
  background: var(--colorGreyDark);
  border-top: 1px solid var(--colorGrey500);
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none; }

.findus-form.active {
  -webkit-transform: none;
          transform: none;
  display: block;
  justify-items: center; }

.findus-form form input[type=text] {
  border: 1px solid var(--colorWhite);
  padding: 12px 48px;
  border-radius: 40px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 480px;
  background: url(../img/findus-formIcon.png) #272625 no-repeat 15px center;
  background-position: 15px center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -1px;
  color: var(--colorWhite); }

.findus-form form input[type=text]::-webkit-input-placeholder {
  color: var(--colorWhite); }

.findus-form form input[type=text]::-moz-placeholder {
  color: var(--colorWhite); }

.findus-form form input[type=text]:-ms-input-placeholder {
  color: var(--colorWhite); }

.findus-form form input[type=text]::-ms-input-placeholder {
  color: var(--colorWhite); }

.findus-form form input[type=text]::placeholder {
  color: var(--colorWhite); }

.findus-form form {
  position: relative; }

.findus-form form .btn-find-joey {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 150%;
  width: 50px; }

.findus-form form .btn-find-joey svg {
  fill: white;
  stroke: white;
  vertical-align: top;
  max-width: 20px;
  max-height: 20px; }

.login {
  max-width: 100%; }

.login [class*=alertBox-] {
  background-color: transparent;
  border-color: transparent; }

.login [class*=alertBox-] svg {
  fill: var(--colorOrange); }

.login-row {
  max-width: 935px;
  margin-top: 120px; }

.login-form .page-heading,
.create-account .page-heading {
  font-size: 30px;
  line-height: 126.667%;
  letter-spacing: -0.3px;
  margin-bottom: 26px; }

.login-form,
.new-customer {
  margin-top: 0;
  max-width: calc(50% - 15px);
  position: relative; }

.login-form:before {
  content: "";
  background: url(../img/shape-left.svg) no-repeat;
  width: 156px;
  height: 136px;
  max-width: 250px;
  position: absolute;
  left: -50%;
  top: -10%;
  z-index: -1; }

.new-customer {
  margin-left: 84px;
  max-width: calc(50% - 84px);
  position: relative;
  padding-bottom: 200px; }

.new-customer .panel-header,
.new-customer .panel-body {
  background: transparent;
  padding: 0; }

.new-customer .panel {
  background: var(--colorGreen);
  border-radius: 20px;
  padding-block: 46px;
  padding-inline: 38px;
  text-align: center;
  min-height: 350px; }

.new-customer .panel:after {
  content: "";
  background: url(../img/shape-right.svg) no-repeat;
  width: 103px;
  height: 124px;
  display: inline-block;
  position: absolute;
  right: -25%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0; }

.new-customer .panel-header .panel-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--colorGreyDark);
  font-size: 30px;
  line-height: 126.667%;
  letter-spacing: -0.3px; }

.new-customer .panel-body .new-customer-intro {
  color: var(--colorGreyDark);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-bottom: 15px; }

.new-customer .panel .loginproduct {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.login-form .form-actions,
.account form[data-create-account-form] .form-actions {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin-top: 0; }

.login-row .button,
.account form[data-create-account-form] .button,
.account--fixedSmall .button {
  background: var(--colorGreen);
  color: var(--colorGreyDark);
  border-radius: 40px;
  font-weight: 600;
  border-color: var(--colorGreen);
  padding: 1.2rem 3rem;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease; }

.login-row .button:hover,
.login-row .button:focus,
.account form[data-create-account-form] .button:hover,
.account form[data-create-account-form] .button:focus,
.account--fixedSmall .button:hover,
.account--fixedSmall .button:focus {
  background: var(--colorGreyDark);
  border-color: var(--colorGreyDark);
  color: var(--colorWhite); }

.login-row .new-customer .button {
  background: var(--colorGreyDark);
  color: var(--colorWhite);
  border-color: var(--colorGreyDark); }

.login-row .new-customer .button:hover,
.login-row .new-customer .button:focus {
  background: var(--colorGreen);
  color: var(--colorGreyDark); }

.login-form .form-input,
form[data-create-account-form] .form-input,
form[data-create-account-form] .form-select,
.forgot-password-form .form-input,
.accountPage .form-input,
.accountPage .form-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid var(--colorGrey300);
  font-weight: 600;
  color: var(--colorBlack); }

.login-form .form-input::-webkit-input-placeholder, form[data-create-account-form] .form-input::-webkit-input-placeholder, form[data-create-account-form] .form-select::-webkit-input-placeholder, .forgot-password-form .form-input::-webkit-input-placeholder, .accountPage .form-input::-webkit-input-placeholder, .accountPage .form-select::-webkit-input-placeholder {
  color: var(--colorBlack); }

.login-form .form-input::-moz-placeholder, form[data-create-account-form] .form-input::-moz-placeholder, form[data-create-account-form] .form-select::-moz-placeholder, .forgot-password-form .form-input::-moz-placeholder, .accountPage .form-input::-moz-placeholder, .accountPage .form-select::-moz-placeholder {
  color: var(--colorBlack); }

.login-form .form-input:-ms-input-placeholder, form[data-create-account-form] .form-input:-ms-input-placeholder, form[data-create-account-form] .form-select:-ms-input-placeholder, .forgot-password-form .form-input:-ms-input-placeholder, .accountPage .form-input:-ms-input-placeholder, .accountPage .form-select:-ms-input-placeholder {
  color: var(--colorBlack); }

.login-form .form-input::-ms-input-placeholder, form[data-create-account-form] .form-input::-ms-input-placeholder, form[data-create-account-form] .form-select::-ms-input-placeholder, .forgot-password-form .form-input::-ms-input-placeholder, .accountPage .form-input::-ms-input-placeholder, .accountPage .form-select::-ms-input-placeholder {
  color: var(--colorBlack); }

.login-form .form-input::placeholder,
form[data-create-account-form] .form-input::placeholder,
form[data-create-account-form] .form-select::placeholder,
.forgot-password-form .form-input::placeholder,
.accountPage .form-input::placeholder,
.accountPage .form-select::placeholder {
  color: var(--colorBlack); }

.login-form .form-input:focus,
.login-form .form-input:active,
form[data-create-account-form] .form-input:focus,
form[data-create-account-form] .form-input:active,
.forgot-password-form .form-input:focus,
.forgot-password-form .form-input:active,
.accountPage .form-input:focus,
.accountPage .form-input:active,
.accountPage .form-select:focus,
.accountPage .form-select:active {
  border-color: var(--colorGreyDark); }

.login-form .form-field--error .form-input,
form[data-create-account-form] .form-field--error .form-input {
  border-color: #cc4749; }

.form-field--error .form-field-error, .form-field--error .form-inlineMessage {
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: var(--fw-500); }

.login-form .form-field {
  margin-bottom: 20px; }

.login-form .form-actions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 26px; }

.login-form .form-actions .button + a {
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: #333;
  text-decoration: none; }

.login-form .form-actions .forgot-password span {
  color: var(--colorOrange); }

.login-form .form-actions button[type=submit].is-loading {
  position: relative;
  cursor: not-allowed;
  opacity: 0.8;
  pointer-events: none; }

.login-form .form-actions button[type=submit].is-loading::after {
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  -webkit-animation: btnSpinner 0.6s linear infinite;
          animation: btnSpinner 0.6s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px; }

@-webkit-keyframes btnSpinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes btnSpinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.login-row .button {
  width: 100%; }

.create-account .account.account--fixed {
  padding-left: 175px;
  margin: 0; }

.create-account .account.account--fixed:before {
  content: "";
  background: url(../img/register-shape-left.svg) no-repeat;
  width: 155px;
  height: 99px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-size: 100%;
  top: -10px;
  z-index: -1; }

.create-account .account.account--fixed .page-heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

.create-account .account.account--fixed .account-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.alertBox--error {
  background-color: transparent;
  color: var(--colorOrange);
  border-color: transparent; }

.alertBox--error svg {
  fill: var(--colorOrange); }

.create-account .form .form-label {
  display: none; }

.create-account .form .form-field {
  margin-bottom: 1rem; }

.account--fixed {
  width: 100%; }

.account--fixedSmall {
  max-width: 35%; }

.account-body {
  margin: 0; }

.form-prefixPostfix .button {
  height: auto; }

.account form[data-create-account-form] .form-label small {
  font-size: 12px; }

.navBar--account .navBar-section .navBar-item .navBar-action {
  border: 1px solid var(--colorGrey300);
  padding: 10px 12px;
  border-radius: 12px;
  min-width: 150px;
  color: var(--colorGreyDark);
  font-weight: 500;
  text-align: center; }

.navBar--account .navBar-section .navBar-item.is-active {
  border: 0; }

.navBar--account .navBar-section .navBar-item.is-active .navBar-action {
  border-color: var(--colorGreen);
  color: var(--colorGreyDark);
  font-weight: 600;
  background: var(--colorGreen); }

.account-heading {
  font-weight: 600;
  color: var(--colorGreyDark);
  font-size: 26px;
  letter-spacing: -0.5px;
  border-color: #ddd; }

.account-orderStatus-label {
  background: var(--colorGrey300);
  color: var(--colorBlack);
  text-transform: capitalize;
  font-weight: 600;
  padding: 8px;
  border-radius: 4px; }

.account-product-title,
.account-product-title a {
  font-weight: 600;
  color: var(--colorGreyDark); }

.account-product-detail-heading {
  color: var(--colorGreyDark);
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-weight: 500; }

.addressList .address .panel--address .panel-body {
  background: var(--colorGrey200);
  border-radius: 12px; }

.addressList .address .panel--address .panel-body .address-title {
  font-weight: 600;
  color: var(--colorGreyDark);
  font-size: 18px; }

.addressList .address .panel--address .form-actions .button {
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500; }

.addressList .address .panel--address.panel--newAddress .panel-body {
  background: transparent;
  border: 0; }

.account .form .form-label small {
  font-size: 12px; }

.account-listItem .account-product-image {
  position: absolute; }

.account-sidebar .account-heading {
  font-size: 20px;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem; }

.account-orderTotal-key,
.account-orderTotal-value {
  color: var(--colorGreyDark); }

.account-listShipping .account-listShipping-title {
  color: var(--colorGreyDark);
  font-size: 16px;
  font-weight: 500; }

.account-sidebar .button {
  font-size: 14px;
  padding: 10px 24px; }

.blog .blog-post-body {
  text-align: left; }

.blog-header .blog-date {
  text-align: left;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.16px;
  color: var(--colorGrey);
  margin-bottom: 0; }

.blog-header .blog-title {
  font-size: 36px;
  line-height: 125%;
  font-weight: 700;
  color: var(--colorGreyDark);
  margin: 5px 0 15px; }

.blog-header .blog-title a {
  color: var(--colorGreyDark); }

.pageBlog .blog .blog-post-body .button {
  display: block;
  max-width: 18vw;
  margin: 1.5rem 0 0;
  text-transform: capitalize; }

.blog-post,
.blog {
  color: var(--colorBlack);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px; }

.blog h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--colorGreyDark); }

.blog h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--colorGreyDark); }

.pageBlog {
  margin: 0; }

.pageBlogBanner {
  background: var(--colorGrey300);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
  margin-top: -2.5rem;
  position: relative; }

.pageBlogBanner::before {
  content: "";
  background: url(../img/joey-circle.svg) no-repeat;
  position: absolute;
  left: 5vw;
  top: 6vw;
  width: 70px;
  height: 70px;
  display: none; }

.pageBlogBanner::after {
  content: "";
  content: "";
  background: url(../img/microbeads.svg) no-repeat;
  position: absolute;
  right: 5vw;
  top: 6vw;
  width: 150px;
  height: 150px;
  display: none; }

.pageBlogBanner .page-heading {
  margin: 0;
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--colorWhite);
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); }

.blog-post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.blog-post-row .blog-post-column {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%; }

.pageBlog .blog-post-row .blog-post-column-image {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.pageBlog .blog-post-row .blog-post-column-image .blog-post-figure {
  padding-right: 90px;
  padding-left: 0; }

.blog-post-row .blog-post-column .blog-post-figure {
  width: 100%;
  padding-left: 45px; }

.blog-post-row .blog-post-column .blog-post-figure .blog-thumbnail {
  max-width: 100%;
  margin-bottom: 0; }

.pageBlog .blog .blog-post-body {
  width: 100%; }

.blog-post-row .blog-post-column .blog-post-figure .blog-thumbnail img {
  height: 415px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px; }

.blog-post-header-content p:empty {
  display: none; }

.blog-post-row .blog-post-column .blog-post-figure .blog-thumbnail:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48.56%, rgba(45, 41, 38, 0)), to(#2D2926));
  background: linear-gradient(180deg, rgba(45, 41, 38, 0) 48.56%, #2D2926 100%);
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: 1;
  content: "";
  left: 0;
  right: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }

article.blog .blog-post-row {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--colorGrey); }

.pageBlog article.blog .blog-post-row {
  border: 0;
  margin: 0;
  padding: 0; }

.featured-blog {
  margin-bottom: 1.5rem; }

.recentBlog .blog-post-image .blog-post-figure {
  width: 100%; }

.recentBlog .blog-post-image .blog-post-figure .blog-thumbnail {
  max-width: 100%;
  margin: 0; }

.blog-thumbnail img {
  border-radius: 12px;
  height: 415px;
  -o-object-fit: cover;
     object-fit: cover; }

.recentBlog article.blog {
  position: relative; }

.recentBlog .blog-post-desc {
  position: absolute;
  bottom: 36px;
  left: 40px;
  right: 40px;
  max-width: 63%; }

.recentBlog .blog-post-desc .readmore {
  color: var(--colorWhite);
  text-decoration: none; }

.recentBlog .blog-post-desc .readmore svg.icon {
  color: var(--colorWhite);
  fill: var(--colorWhite);
  width: 18px;
  height: 18px;
  font-weight: 600; }

.recentBlog .blog-post-desc .blog-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--colorWhite);
  padding: 0;
  margin: 0 0 15px; }

.recentBlog .blog-post-desc .blog-title a {
  color: white; }

.recentBlog .swiper-slide figure.blog-thumbnail:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }

.recentBlog .swiper-slide:nth-child(odd) figure.blog-thumbnail:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48.56%, rgba(38, 37, 36, 0)), to(#D6001C));
  background: linear-gradient(180deg, rgba(38, 37, 36, 0) 48.56%, #D6001C 100%); }

.recentBlog .swiper-slide:nth-child(even) figure.blog-thumbnail:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48.56%, rgba(38, 37, 36, 0)), to(#FE5000));
  background: linear-gradient(180deg, rgba(38, 37, 36, 0) 48.56%, #FE5000 100%); }

.recentBlog .swiper-slide:nth-child(3n) figure.blog-thumbnail:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48.56%, rgba(38, 37, 36, 0)), to(#FFC72C));
  background: linear-gradient(180deg, rgba(38, 37, 36, 0) 48.56%, #FFC72C 100%); }

.page.page-default {
  margin: 0; }

body .page h2,
body .page h3,
body .page h4,
body .page h5 {
  font-weight: 700;
  color: var(--colorGreyDark);
  letter-spacing: -0.24px; }

body .page h2 {
  font-size: clamp(28px, 4vw, 40px); }

body .page h3 {
  font-size: clamp(22px, 3.2vw, 32px); }

body .page h4 {
  font-size: clamp(18px, 2.5vw, 25px); }

body .page h5 {
  font-size: clamp(16px, 2vw, 20px); }

body .page ul li {
  padding: 5px 0;
  color: var(--colorBlack); }

body .page p {
  color: var(--colorBlack); }

body .page-content a {
  color: var(--colorBlack); }

.cartPageItem .page-heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.3px;
  color: var(--colorBlack);
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end; }

.cartPageItem .page-heading span {
  float: right;
  color: var(--colorGrey400);
  font-size: 14px;
  font-weight: 500;
  line-height: 128.571%;
  letter-spacing: -0.5px;
  padding-right: 15px; }

.cartPageRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  position: relative; }

.cartPageRow .cartPageItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%; }

.cartPageRow .cartPageSummary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 325px;
          flex: 0 0 325px; }

.cartPageRow .cartPageSummary .cart-summary-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.55px; }

.cartPageSummary .cart-content-padding-right {
  padding: 0; }

.cartPageSummary .cart-totals {
  width: 100%; }

.cartPageSummary .cart-totals .cart-total-label,
.cartPageSummary .cart-totals .cart-total-value {
  color: var(--colorBlack);
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.5px;
  font-family: 'Poppins', sans-serif; }

.cartPageSummary .cart-totals .coupon-code-add,
.cartPageSummary .cart-totals .coupon-code-cancel,
.cartPageSummary .cart-totals .shipping-estimate-show,
.cartPageSummary .cart-totals .gift-certificate-add,
.cartPageSummary .cart-totals .gift-certificate-cancel {
  color: var(--colorBlack);
  font-size: 14px;
  font-weight: var(--fw-700);
  letter-spacing: -0.5px; }

.cartPageSummary .cart-totals .cart-total-grandTotal,
.cartPageSummary .cart-totals .cart-total-grandTotallabel {
  font-weight: var(--fw-700);
  color: var(--colorBlack);
  font-size: 20px; }

.cartPageSummary .cart-totals .estimator-form .button--primary {
  width: 100%;
  font-size: 14px;
  font-weight: var(--fw-600);
  line-height: 171.429%;
  letter-spacing: -0.14px;
  padding: 12px 16px; }

.coupon-form {
  padding: 1rem 0;
  position: relative;
  margin: 0; }

.coupon-form .form-input {
  width: 100%;
  padding: 6px 12px;
  padding-right: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
  border-radius: 12px;
  border-color: #e5e5e5;
  color: var(--colorBlack);
  font-weight: 600; }

.coupon-form .button[type=submit] {
  border: 0;
  padding: 0;
  background: none;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  line-height: 100%;
  color: var(--colorOrange);
  letter-spacing: -0.5px; }

.cartPageSummary .cart-actions .button--primary {
  width: 100%;
  display: block;
  background: var(--colorGreyDark);
  color: var(--colorWhite);
  border-color: var(--colorGreyDark);
  font-weight: var(--fw-600);
  font-size: 14px; }

.cartPageSummary .form.estimator-form .form-label {
  line-height: 2.28571rem; }

.cartPageRow .cartPageItem .cart-header {
  display: none; }

.cartPageRow .cartPageItem .cart-list {
  border: 0; }

.cartPageRow .cartPageItem table.cart {
  border-collapse: separate;
  border-spacing: 0 15px; }

.cartPageRow .cartPageItem table.cart .cart-item td {
  border-top: 1px solid var(--colorGrey300);
  border-bottom: 1px solid var(--colorGrey300);
  background: var(--colorWhite);
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.cartPageRow .cartPageItem table.cart .cart-item td:first-child {
  border-left: 1px solid var(--colorGrey300);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px; }

.cartPageRow .cartPageItem table.cart .cart-item td:last-child {
  border-right: 1px solid var(--colorGrey300);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; }

.cartPageRow table.cart .definitionList:before,
.cartPageRow table.cart .definitionList:after {
  content: none; }

.cartPageRow .cartPageItem table.cart .cart-item td .cart-item-image {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover; }

.cartPageRow .cartPageItem table.cart .cart-item td .cart-item-name__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 157.143%;
  letter-spacing: -0.5px;
  text-decoration: none;
  color: var(--colorBlack); }

.cartPageRow .cartPageItem table.cart .cart-item td.cart-item-title .definitionList-key,
.cartPageRow .cartPageItem table.cart .cart-item td.cart-item-title .definitionList-value {
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: var(--colorGrey400); }

.cartPageRow .cartPageItem table.cart .cart-item td.cart-item-info {
  font-size: 14px;
  font-weight: 700;
  line-height: 157.143%;
  letter-spacing: -0.5px;
  color: var(--colorBlack);
  text-align: center; }

.form-increment .button {
  width: 24px;
  height: 24px;
  background: #e5e5e5;
  border-color: #e5e5e5; }

.form-increment .button i.icon {
  width: 12px;
  height: 12px;
  text-align: center;
  display: block;
  margin: 0 auto; }

.form-increment .button i.icon svg {
  fill: var(--colorWhite); }

.cartPageRow .cartPageItem table.cart .cart-item td.cart-item-info .cart-remove {
  display: none; }

.cartPageRow .cartPageItem .cart-faqs .faq-title {
  font-size: 20px;
  color: var(--colorGreyDark);
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  font-weight: var(--fw-700);
  line-height: 140%;
  letter-spacing: -0.55px; }

#cart-preview-dropdown {
  margin-top: 13px;
  max-width: 25.2rem;
  background: var(--colorWhite);
  left: auto !important;
  right: 0;
  /* animation base state */
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease; }

#cart-preview-dropdown.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  z-index: 99; }

#cart-preview-dropdown:before,
#cart-preview-dropdown:after {
  content: none; }

.previewCartWrapper {
  padding-inline: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.previewCartWrapper .previewCart .previewCart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 18px; }

.previewCartWrapper .previewCart-header .previewCart-title {
  font-size: 20px;
  letter-spacing: -0.55px;
  color: var(--colorBlack);
  line-height: 150%;
  margin: 0;
  font-weight: var(--fw-600); }

.previewCartWrapper .previewCart .previewCart-header .icon svg {
  fill: var(--colorBlack); }

.previewCartWrapper .previewCart .previewCart-header .icon {
  width: 20px;
  height: 20px; }

.previewCart .previewCartList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.previewCart .previewCartList .previewCartItem {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  margin-bottom: 12px;
  display: block; }

.previewCart .previewCartList .previewCartItem-image {
  width: 85px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top; }

.previewCart .previewCartList .previewCartItem-content {
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: top;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.previewCart .previewCartList .previewCartItem-content .previewCartItem-name {
  font-size: 14px;
  line-height: 22px;
  font-weight: var(--fw-600);
  letter-spacing: -0.5px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif; }

.previewCart .previewCartList .previewCartItem-content .previewCartItem-name a {
  color: var(--colorBlack); }

.previewCart .previewCartList .previewCartItem-content .previewCartItem-options {
  color: var(--colorGrey);
  font-weight: var(--fw-500);
  line-height: 18px;
  letter-spacing: -0.5px;
  margin-bottom: 5px; }

.previewCart .previewCartList .previewCartItem-content .previewCartItem-price {
  font-size: 14px;
  font-weight: var(--fw-600);
  line-height: 157.143%;
  letter-spacing: -0.5px;
  color: var(--colorBlack); }

.previewCart .previewCartList .previewCartItem-content .previewCartItem-quantity {
  float: right;
  margin-bottom: 5px; }

.previewCart .previewCartAction {
  border: 0;
  padding: 10px 0; }

.previewCart .previewCartAction .previewCartAction-checkout,
.previewCart .previewCartAction .previewCartAction-viewCart {
  width: 100%;
  padding: 0 0 12px; }

.previewCartAction-checkout .button {
  background: var(--colorGreyDark);
  border-color: var(--colorGreyDark);
  text-align: left;
  padding: 0.9rem 1.2rem;
  color: var(--colorWhite);
  font-weight: var(--fw-600);
  letter-spacing: -0.14px;
  font-size: 14px;
  line-height: 150%;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.previewCart .previewCartAction .previewCartAction-viewCart .button {
  background: var(--colorWhite);
  color: var(--colorBlack);
  border-color: var(--colorBlack);
  border-width: 2px;
  padding: 0.9rem 1.2rem;
  font-weight: var(--fw-600);
  letter-spacing: -0.14px;
  font-size: 14px;
  line-height: 150%;
  font-family: "Poppins", sans-serif; }

.legal-restriction + .legal-desc {
  margin-top: 20px; }

.legal-restriction,
.legal-desc {
  font-family: 'IBM Plex Mono', monospace;
  color: var(--colorGreyDark);
  background: rgba(228, 228, 228, 0.4);
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  font-size: 12px;
  font-weight: var(--fw-500);
  line-height: 18px;
  letter-spacing: -1px;
  margin-bottom: 20px; }

.cartPageSummary .legal-desc {
  margin-top: 24px; }

.modal--alert {
  font-family: "Poppins", sans-serif;
  padding: 30px; }

.modal--alert .button-container .button {
  font-family: "Poppins", sans-serif;
  padding: 12px 16px;
  min-width: 125px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.5px;
  border: 1px solid var(--colorGreyDark); }

.modal--alert .button-container .button.confirm {
  background: var(--colorGreyDark);
  border-color: var(--colorGreyDark);
  color: var(--colorWhite); }

.modal--alert .button-container .button.confirm:hover {
  background: var(--colorBlack);
  border-color: var(--colorBlack);
  color: var(--colorWhite); }

.modal--alert .button-container .button.cancel {
  background: var(--colorWhite);
  border-color: var(--colorGreyDark);
  color: var(--colorGreyDark); }

.modal--alert .button-container .button.cancel:hover {
  background: var(--colorGreyDark);
  border-color: var(--colorGreyDark);
  color: var(--colorWhite); }

.modal--alert .error-icon {
  border-color: var(--colorOrange); }

.modal--alert .error-icon .icon-content .line {
  background-color: var(--colorOrange); }

.alertBox.alertBox--info {
  background-color: transparent;
  color: var(--colorOrange); }

.alertBox.alertBox--info .alertBox-icon svg {
  fill: var(--colorOrange); }

.alertBox-column.alertBox-message {
  color: var(--colorOrange);
  font-weight: var(--fw-500); }

#previewModal .previewCart .productView-image--cart {
  width: 100%;
  height: 500px; }

#previewModal .productView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 1rem; }

#previewModal .previewCart .productView-image {
  width: 50%;
  max-height: 750px;
  display: block; }

#previewModal .previewCart .productView-details {
  width: 50%; }

#previewModal .modal-header-title {
  font-size: 26px;
  font-weight: var(--fw-600);
  color: var(--colorGreyDark);
  letter-spacing: -0.5px; }

.create-account {
  margin-top: 90px; }

.cartEmpty:before {
  content: "";
  background: url(../img/shape-left.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 156px;
  height: 136px;
  position: absolute;
  left: 0;
  z-index: -1; }

.cartEmpty {
  text-align: center; }

body .page .cartEmpty h3 {
  font-size: 38px;
  line-height: 150%;
  letter-spacing: -1px;
  margin-bottom: 1rem; }

body .cartEmpty p {
  font-size: 16px;
  line-height: 24px;
  color: #333333; }

.page-centered-w-image {
  margin: 90px 0;
  position: relative; }

.page-centered-w-image:before {
  content: "";
  background: url(../img/shape-left.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 156px;
  height: 136px;
  position: absolute;
  left: 0;
  z-index: -1; }

.page-centered-w-image section.page-content {
  text-align: center; }

.page-centered-w-image .page-heading {
  text-align: center; }

.page-centered-w-image .account--fixedSmall {
  text-align: center; }

.page-centered-w-image section.page-content .page-heading {
  text-align: center;
  margin-bottom: 1rem; }

.page-centered-w-image p {
  font-size: 16px;
  color: #333333;
  line-height: 24px; }

.page-centered-w-image p span {
  color: var(--colorOrange); }

body .accountPage {
  position: relative;
  margin: 0 auto; }

body .accountPage .container {
  max-width: 66%;
  margin: 0 auto; }

body .accountPage:before {
  background: url(../img/shape-left.svg) no-repeat;
  content: "";
  background-size: 100%;
  display: inline-block;
  width: 156px;
  height: 136px;
  position: absolute;
  left: 10px;
  z-index: -1; }

body .accountPage .navBar--account {
  float: left;
  width: 100%;
  margin-inline: 0;
  text-align: left;
  margin-bottom: 3rem;
  clear: both; }

.accountPage .account-product-figure {
  width: 80px; }

.accountPage .account-product-title,
.accountPage .account-product-title a {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.5px;
  color: var(--colorBlack); }

.accountPage .account-product-detail-heading {
  color: var(--colorGreyDark); }

.accountPage .account-product-detail span {
  font-weight: var(--fw-600);
  color: var(--colorBlack);
  font-size: 12px; }

.account-product-body {
  color: var(--colorGreyDark); }

.account-message .account-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px; }

.account-message .account-content .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 50px);
          flex: 0 0 calc(50% - 50px); }

.form[data-inbox-form] .form-actions {
  text-align: left; }

.accountPage .alertBox {
  clear: both; }

.accountPage [data-edit-account-form] .form-actions,
.accountPage [data-address-form] .form-actions {
  text-align: left;
  margin-left: 0;
  margin-block: 10px; }

.pdpInfo-message {
  background: var(--colorGrey200);
  padding: 20px;
  border-radius: 12px;
  margin: 20px 0 30px;
  line-height: 185%;
  font-size: 14px;
  font-weight: 500; }

.pdpInfo-message h4 {
  margin-top: 0;
  font-size: 18px;
  color: var(--colorOrange);
  font-weight: 700;
  line-height: 150%; }

.pdpInfo-message p:last-child {
  margin-bottom: 0; }

.pdpInfo-message strong {
  color: var(--colorOrange); }

.create-account .account.account--fixed .account-body form[data-create-account-form] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%; }

.register-product-image-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.form-field--error .form-inlineMessage:before {
  display: none; }

.create-account form[data-create-account-form] .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.create-account form[data-create-account-form] .form-row div[data-type=FirstName] {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.create-account form[data-create-account-form] .form-row div[data-type=LastName] {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20; }

.create-account form[data-create-account-form] .form-row div[data-type=EmailAddress] {
  -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
          order: 30; }

.create-account form[data-create-account-form] .form-row div[data-type=Phone] {
  -webkit-box-ordinal-group: 41;
      -ms-flex-order: 40;
          order: 40; }

.create-account form[data-create-account-form] .form-row div[data-type=Password] {
  -webkit-box-ordinal-group: 51;
      -ms-flex-order: 50;
          order: 50; }

.create-account form[data-create-account-form] .form-row div[data-type=ConfirmPassword] {
  -webkit-box-ordinal-group: 61;
      -ms-flex-order: 60;
          order: 60; }

.create-account form[data-create-account-form] .form-row div[data-type=AddressLine1] {
  -webkit-box-ordinal-group: 71;
      -ms-flex-order: 70;
          order: 70; }

.create-account form[data-create-account-form] .form-row div[data-type=AddressLine2] {
  -webkit-box-ordinal-group: 81;
      -ms-flex-order: 80;
          order: 80; }

.create-account form[data-create-account-form] .form-row div[data-type=City] {
  -webkit-box-ordinal-group: 91;
      -ms-flex-order: 90;
          order: 90; }

.create-account form[data-create-account-form] .form-row div[data-type=Country] {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
  display: none; }

.create-account form[data-create-account-form] .form-row [data-type=CompanyName] {
  -webkit-box-ordinal-group: 111;
      -ms-flex-order: 110;
          order: 110; }

.create-account form[data-create-account-form] .form-row div[data-type=State] {
  -webkit-box-ordinal-group: 121;
      -ms-flex-order: 120;
          order: 120; }

.create-account form[data-create-account-form] .form-row div[data-type=Zip] {
  -webkit-box-ordinal-group: 131;
      -ms-flex-order: 130;
          order: 130; }

.create-account form[data-create-account-form] .form-row::before {
  content: "Contact Information";
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding-inline: 0.75rem;
  margin-bottom: 1rem;
  letter-spacing: -0.55px;
  color: var(--colorBlack); }

.form-row div[data-type=AddressLine1]:before {
  content: "Primary Location";
  margin: 20px 0 15px;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.55px;
  color: var(--colorBlack); }

.form-row div[data-type=AddressLine1] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.product-tag-wrapper {
  margin: auto;
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 24px;
  left: 0;
  margin-inline: 10px; }

.product-tag-wrapper .product-tag {
  display: inline-block;
  padding: 5px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  font-size: 12px;
  font-weight: var(--fw-700);
  color: var(--colorBlack);
  letter-spacing: -0.5px;
  border: 1.5px solid var(--colorBlack);
  font-family: 'PPNeueMachina-Bold', sans-serif;
  text-transform: uppercase; }

.bestsellerHeader .page-heading {
  font-size: 64px;
  line-height: 105%;
  font-weight: var(--fw-800);
  color: var(--colorGreyDark); }

div[data-layout-name=Layout-Findus] {
  padding: 48px 0; }

div[data-layout-name=Layout-Findus] h3,
div[data-layout-name=Layout-Findus] .button-wrapper {
  text-align: center; }

div[data-layout-name=Layout-Findus] .button-wrapper .button {
  max-height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-family: 'PPNeueMachina-Bold', sans-serif; }

div[data-layout-name=Layout-Findus] .button-wrapper .button-primary {
  background: var(--colorGreen);
  border-color: var(--colorGreen);
  border-radius: 48px; }

div[data-layout-name=Layout-Findus] .button-wrapper .button-primary:hover {
  background: var(--colorGreyDark);
  border-color: var(--colorWhite); }

div[data-layout-name=Layout-Findus] .button-wrapper .button-secondary {
  border-color: var(--colorWhite);
  background: var(--colorWhite);
  color: var(--colorGreyDark); }

div[data-layout-name=Layout-Findus] h3 {
  color: var(--colorWhite);
  font-size: 48px;
  line-height: 48px;
  font-weight: var(--fw-700);
  margin-bottom: 2.3rem;
  margin-top: 0; }

.logo-marquee {
  margin-top: 3.5rem;
  overflow: hidden;
  white-space: nowrap; }

.logo-marquee-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: scroll 15s linear infinite;
          animation: scroll 15s linear infinite;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px; }

.find-yours {
  margin-top: 48px; }

.find-yours .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  width: 100%; }

.find-yours .row .column {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0; }

.find-yours .row .column-image {
  border-radius: 12px; }

.find-yours h3 {
  font-weight: var(--fw-800);
  font-size: 48px;
  line-height: 150%;
  color: var(--colorGreyDark); }

.find-yours .column-image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }

.find-yours .column-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.find-yours .row .column .column-text {
  position: absolute;
  bottom: 0;
  padding-inline: 24px;
  padding-bottom: 32px; }

.find-yours .row .column .column-text h4 {
  color: var(--colorWhite);
  font-size: 24px;
  font-weight: var(--fw-700);
  line-height: 28px; }

.find-yours .row .column .column-text a {
  color: var(--colorWhite);
  font-weight: 600;
  font-family: 'PPNeueMachina-Bold', sans-serif;
  text-transform: uppercase; }

.navPage-subMenu-custom-root {
  padding: 40px 56px;
  width: 100%; }
  @media screen and (min-width: 801px) {
    .navPage-subMenu-custom-root {
      overflow-x: auto;
      max-height: 475px; } }

.navPage-subMenu-custom-root .navPage-subMenu-custom-title {
  margin-top: 0;
  font-size: 32px;
  line-height: 150%;
  font-weight: var(--fw-700);
  color: var(--colorGreyDark);
  margin-bottom: 1rem; }

body .navPage-subMenu-custom-filters {
  gap: 8px;
  margin-bottom: 2rem; }

body .navPage-subMenu-filterBtn {
  border-color: rgba(38, 35, 32, 0.15);
  border-radius: 100px;
  padding: 8px 16px;
  font-family: 'PPNeueMachina-Bold', sans-serif;
  -webkit-transition: .5s all ease;
  transition: .5s all ease; }

.navPage-subMenu-custom .navPage-subMenu-custom-productLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 24px 0;
  overflow: hidden; }

.navPage-subMenu-custom .navPage-subMenu-custom-productText {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  text-align: left;
  margin-top: -24px;
  max-width: calc(100% - 114px); }

.navPage-subMenu-custom .navPage-subMenu-custom-productSize {
  font-size: 14px;
  line-height: 12px;
  color: black; }

.navPage-subMenu-custom-content .navPage-subMenu-custom-products .navPage-subMenu-custom-product .navPage-subMenu-custom-productName {
  background: transparent;
  font-size: 14px;
  font-weight: var(--fw-700);
  text-transform: uppercase;
  letter-spacing: 0;
  color: black;
  line-height: 100%;
  white-space: normal;
  text-overflow: unset;
  overflow: auto;
  text-align: left; }

body .heroCarousel-image-wrapper {
  height: 100%; }

div[data-layout-name=Layout-Video] video {
  border-radius: 16px; }

div[data-layout-name=Layout-AboutUs] {
  min-height: 700px;
  margin: 22px 0 72px;
  padding: 60px; }

.homeAbout-content .label {
  font-family: 'PPNeueMachina-Bold', sans-serif;
  color: var(--colorWhite);
  text-transform: uppercase;
  line-height: 150%;
  position: relative;
  margin: 0;
  padding-left: 15px; }

.homeAbout-content .label:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: var(--colorWhite);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.homeAbout-content h2 {
  margin: 1.5rem 0 1rem;
  text-transform: uppercase;
  color: var(--colorWhite);
  font-weight: var(--fw-800);
  font-size: 52px;
  line-height: 110%; }

.homeAbout-content p {
  color: var(--colorWhite);
  font-size: 16px;
  line-height: 135%;
  font-weight: var(--fw-500); }

body .slider-filters {
  gap: 32px;
  margin-bottom: 3rem; }

body .slider-filter-btn {
  font-family: 'PPNeueMachina-Bold', sans-serif;
  background: transparent;
  padding: 0;
  border: 0;
  color: var(--colorGreyDark);
  opacity: 50%;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 16px; }

body .slider-filter-btn.is-active {
  background: transparent;
  border: 0;
  color: var(--colorGreyDark);
  opacity: 1;
  text-decoration: underline; }

div[data-layout-name=Layout-CategoryBanner] div[class^=sd-hero-image-] div[class^=go] {
  width: 100%;
  padding: 0; }

div[data-layout-name=Layout-CategoryBanner] div[class^=sd-hero-image-] div[class^=go]:first-of-type {
  min-height: 300px;
  pointer-events: none; }

div[data-layout-name=Layout-CategoryBanner] div[class^=sd-hero-image-] div[class^=go] div[data-test-id="hero-image-title"] {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  font-size: clamp(88px, 2.5vw, 24px);
  font-weight: 800;
  text-transform: uppercase;
  padding: 0; }
  @media screen and (max-width: 1440px) {
    div[data-layout-name=Layout-CategoryBanner] div[class^=sd-hero-image-] div[class^=go] div[data-test-id="hero-image-title"] {
      padding-inline: 20px; } }

.homeAbout-content {
  max-width: 30vw; }

body #main-content .video-slider-section .swiper-slide {
  min-height: 485px; }

body #main-content .productView-details div[id^=joey-pdp-accordion-] .joey-pdp-accordion__trigger {
  color: var(--colorGreyDark); }

body #main-content div[id^=joey-pdp-accordion-] .joey-pdp-accordion__content,
body #main-content div[id^=joey-pdp-accordion-] .joey-pdp-accordion__plain {
  color: var(--colorGreyDark); }

body #main-content div[id^=joey-pdp-accordion-] .joey-pdp-accordion__content p:last-child {
  margin-bottom: 0; }

/* Responsive */
@media screen and (max-width: 1560px) {
  .header .headerWrapper {
    padding-inline: 40px; }
  body .container {
    padding-inline: 56px;
    max-width: 100%; }
  body .heroCarousel .heroCarousel-content {
    padding-inline: 56px; }
  .create-account .account.account--fixed {
    padding-left: 250px; }
  .create-account .account.account--fixed:before {
    left: 50px; }
  .homeAbout-content {
    max-width: 80%; }
  body #main-content .video-slider-section .swiper-slide {
    min-height: 450px; } }

@media screen and (max-width: 1370px) {
  div[data-layout-name=Layout-flavors] div[data-sub-layout] {
    min-height: 300px; }
  body article.blog .container,
  .blog .blog-post-body {
    width: 100%;
    max-width: 100%;
    padding-inline: 24px; }
  .pageBlog .blog .blog-post-body {
    padding: 0; }
  .login-form:before {
    left: -150px;
    top: -45px;
    background-size: 125px; }
  body .accountPage .container {
    max-width: 80%; }
  .create-account .account.account--fixed {
    padding-left: 0; }
  .create-account .account.account--fixed:before {
    background-size: 75px; } }

@media screen and (max-width: 1261px) {
  .cartPageRow {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
  .cartPageRow .cartPageSummary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] {
    min-height: 260px; }
  .login-form:before {
    left: -90px;
    top: -45px;
    background-size: 90px; }
  .new-customer .panel:after {
    background-size: 90px; } }

@media screen and (max-width: 1200px) {
  body .heroCarousel .heroCarousel-title,
  body .heroCarousel .heroCarousel-description {
    font-size: 46px; }
  body .heroCarousel .heroCarousel-content {
    max-width: 46vw; }
  body .prodcutView-header .pdpFlavors ul.flavorList {
    overflow: scroll hidden;
    padding: 0;
    position: relative;
    scroll-behavior: smooth;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  body .prodcutView-header .pdpFlavors ul.flavorList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .valuesWrapper .column.column-product .joey-product {
    width: 100%;
    position: absolute;
    left: -3vw;
    bottom: -5vw;
    max-width: 30vw; }
  body .card .card-figure {
    height: auto; }
  .pageBlog .blog-post-row .blog-post-column-image .blog-post-figure {
    padding-right: 45px; }
  .blog-header .blog-title {
    font-size: 30px; }
  .blog-post-row .blog-post-column .blog-post-figure .blog-thumbnail img {
    height: 100%;
    min-height: 350px; }
  .pageBlog .blog .blog-post-body .button {
    max-width: 80%; }
  .create-account .account.account--fixed:before {
    z-index: -1;
    left: 10px; }
  .create-account .account.account--fixed {
    padding-left: 0; }
  .create-account .account.account--fixed .account-body form[data-create-account-form] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
  .create-account .register-product-image-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
  .productGrid .product.product--plp-promo div[class^=sd-hero-image-] div[class^=go] > div[class^=go] {
    min-height: 346px; }
  body .heroCarousel .heroCarousel-action {
    font-size: 14px;
    font-weight: var(--fw-700);
    min-width: 180px;
    margin-top: 0.5rem; } }

@media screen and (max-width: 1024px) {
  .topBar {
    padding: 12px;
    border-width: 6px; }
  .topBar p {
    font-size: 26px; }
  .header .navPages .navPages-list .navPages-action,
  .header .navUser-action.navUser-action-border {
    font-size: 14px;
    margin-top: 0; }
  .category-slider div[data-test-id^=carousel-slide-] > div {
    min-height: 190px; }
  .valuesWrapper .valueBox {
    min-height: 20vw;
    padding: 20px; }
  .valuesWrapper .valueBox .valuePara {
    max-width: 100%; }
  .button.comingSoon {
    min-width: 25vw; }
  .header .navPages .navPage-subMenu-custom .navPage-subMenu-custom-side .navPage-subMenu-custom-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action {
    font-size: 14px;
    line-height: 175%; }
  .navPage-subMenu-custom-root .navPage-subMenu-custom-title {
    font-size: 20px; }
  body .navPage-subMenu-filterBtn {
    font-size: 12px; }
  .navPage-subMenu-custom-content .navPage-subMenu-custom-products .navPage-subMenu-custom-product {
    width: calc(50% - 8px); }
  .navPage-subMenu-custom .navPage-subMenu-custom-content .navPage-subMenu-custom-cta {
    margin-top: 1.5rem;
    font-size: 16px; }
  div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] > div {
    min-height: 300px;
    padding: 50px; }
  div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] div[data-test-id=carousel-title] {
    font-size: 36px; }
  div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] div[data-test-id=carousel-subtitle] {
    font-size: 16px; }
  div[data-layout-name=Layout-Slider] div[data-test-id=carousel-cta-button] {
    font-size: 16px; }
  div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] > div:after {
    background-size: cover;
    max-width: 50%; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] div[id^=sd-simple-text-] p {
    font-size: 26px; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] div[id^=sd-simple-text-] p {
    font-size: 26px; }
  div[data-layout-name=Layout-flavors] {
    padding-inline: 10px; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] {
    min-height: 220px; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] .buttonLink a {
    font-size: 16px;
    z-index: 9;
    position: relative; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] .buttonLink a:after {
    width: 16px;
    height: 16px;
    background-size: 100%; }
  body .footer .footerColumns .footerLinks div[data-sub-layout]:last-child {
    padding-right: 24px; }
  .header .navPages .navPage-subMenu {
    max-width: 100%; }
  body .joeyHome .container {
    padding-inline: 0; }
  body .joeyHome .container .bestsellerHeader,
  body .joeyHome .productCarousel,
  body .joeyHome .container .product-reviews-section {
    padding-inline: 20px;
    margin-block: 2rem; }
  body .joeyHome .container .bestsellerHeader .page-heading,
  body .joeyHome .productCarousel .page-heading {
    font-size: 30px; }
  .bestsellerHeader .action.primary {
    font-size: 16px;
    padding: 8px 24px; }
  .login-row {
    max-width: 80%; }
  .new-customer {
    margin-left: 30px;
    max-width: calc(50% - 30px); }
  .new-customer .panel-body .new-customer-intro br {
    display: none; }
  body .accountPage .container {
    max-width: 100%; }
  .accountPage .page-heading {
    font-size: 30px;
    margin-bottom: 30px; }
  .create-account .account.account--fixed .account-body form[data-create-account-form] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
  .create-account .register-product-image-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
  .recentBlog .blog-post-desc {
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 100%; }
  .recentBlog .blog-post-desc .blog-title {
    font-size: 16px; }
  .blog-thumbnail img {
    height: 300px; }
  .productGrid .product.product--plp-promo div[class^=sd-hero-image-] div[class^=go] > div[class^=go] {
    min-height: 306px; }
  .productGrid .product.product--plp-promo div[class^=sd-hero-image-] div[class^=go] div[data-test-id=hero-image-title] {
    font-size: 24px;
    line-height: 28px; }
  .productGrid .product.product--plp-promo div[class^=sd-hero-image-] div[data-test-id=hero-image-subtitle] {
    font-size: 14px; }
  div[data-layout-name=PromoBar] div[class^="sd-simple-text-"] * {
    font-size: 14px; }
  .marquee {
    font-size: 14px;
    padding: 1rem; }
  .bestsellerHeader .page-heading {
    font-size: 32px; }
  body .slider-filter-btn {
    font-size: 14px; }
  div[data-layout-name=Layout-Findus] h3 {
    font-size: 32px;
    line-height: 105%; }
  div[data-layout-name=Layout-Findus] .button-wrapper .button {
    font-size: 14px;
    padding: 16px 24px; }
  div[data-layout-name=Layout-AboutUs] {
    min-height: 65vh; }
  .homeAbout-content h2 {
    font-size: 32px;
    margin: 1rem 0; }
  .homeAbout-content p {
    font-size: 14px; }
  div[data-layout-name=Layout-CategoryBanner] div[class^=sd-hero-image-] div[class^=go]:first-of-type {
    min-height: 300px; }
  div[data-layout-name=Layout-CategoryBanner] div[class^=sd-hero-image-] div[class^=go] div[data-test-id=hero-image-title] {
    font-size: 46px; }
  div[data-layout-name=Layout-categoryLinks] ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; }
  div[data-layout-name=Layout-categoryLinks] ul li a {
    padding: 8px 16px; }
  .bestSellerGrid .page-description {
    margin-bottom: 2rem; }
  body .container {
    padding-inline: 28px; }
  .header .headerWrapper {
    padding-inline: 20px; } }

@media screen and (max-width: 991px) {
  body .heroCarousel .heroCarousel-content {
    max-width: 50vw; }
  body .heroCarousel .heroCarousel-title,
  body .heroCarousel .heroCarousel-description {
    font-size: 36px; }
  body .prodcutView-header .pdpFlavors {
    margin-top: 0; }
  section.productView-images .productView-image .productView-img-container .productView-image--default,
  section.productView-images .productView-image .productView-img-container .productView-image {
    height: 100%; }
  .klaviyo-form form.klaviyo-form {
    margin-bottom: 50px !important; }
  div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] > div {
    padding: 15px 30px; }
  div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] div[data-test-id=carousel-title] {
    font-size: 30px; }
  div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] div[data-test-id=carousel-subtitle],
  div[data-layout-name=Layout-Slider] div[data-test-id=carousel-cta-button] {
    margin-top: 10px; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] div[id^=sd-simple-text-] p {
    font-size: 21px;
    line-height: 150%; }
  .valuesWrapper .column.column-product .joey-product {
    position: static; }
  .valuesWrapper .valueBox .valueTitle {
    font-size: 20px; }
  .cartPageRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cartPageRow .cartPageSummary,
  .cartPageRow .cartPageItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%; }
  .cartPageRow .cartPageItem {
    margin-bottom: 2.5rem; }
  .card-body .card-title {
    font-size: 14px; }
  .productCarousel article.card .card-body .button,
  .productGrid article.card .card-body .button {
    font-size: 14px; }
  .header .headerRight .navUser {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .header .navPages .navPages-list .navPages-action, .header .navUser-action {
    padding-inline: 8px;
    font-size: 14px; }
  .relatedProduct {
    margin: 48px 0 56px; }
  .relatedProduct .section-title {
    font-size: 34px;
    line-height: 38px;
    max-width: 62%; } }

@media screen and (max-width: 800px) {
  .heroCarousel-slide .heroCarousel-image {
    -o-object-position: top left;
       object-position: top left;
    -o-object-fit: cover;
       object-fit: cover; }
  .header {
    position: relative;
    height: auto; }
  .header .headerRight .navUser .navUser-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header .headerRight .navUser .navUser-item--search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .header .dropdown--quickSearch.is-open {
    margin-top: 8px;
    left: 20px !important;
    padding: 15px;
    border-radius: 0; }
  /* ── Mobile header bar: hamburger | logo | icons ── */
  .header .headerWrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "toggle center right";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 20px; }
  .header .mobileMenu-toggle {
    grid-area: toggle;
    justify-self: start; }
  .header .headerCenter {
    grid-area: center;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    justify-self: center; }
  .header .headerRight {
    grid-area: right;
    justify-self: end;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset; }
  /* Hide left nav container and right page links on mobile */
  .header .headerLeft {
    display: none; }
  .header .headerRight .navPages-list--right {
    display: none; }
  .header .headerRight .navUser {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  /* Hamburger icon colors */
  .header .mobileMenu-toggle .mobileMenu-toggleIcon,
  .header .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: var(--colorGreyDark); }
  .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent; }
  /* ── Mobile flyout nav panel (opens from mobileMenu-toggle) ── */
  .header .navPages-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9000;
    background: var(--colorWhite);
    overflow-y: auto;
    padding-top: 70px; }
  .header .navPages-container.is-open {
    display: block; }
  .header .navPages-container .navPages {
    background: var(--colorWhite);
    min-height: 100dvh;
    padding: 0; }
  .header .navPages-container .navPages .navPages-quickSearch {
    display: none; }
  .header .navPages .navPage-subMenu {
    max-width: 100%;
    border-radius: 0; }
  .header .navPages-container .navPage-subMenu-custom-root {
    display: none; }
  .header .navPages-container .navPage-subMenu-custom .navPage-subMenu-custom-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0; }
  .header .navPages .navPage-subMenu-custom .navPage-subMenu-custom-side .navPage-subMenu-custom-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action {
    text-align: left; }
  .header .navPages-container .navPages .navPages-list--user {
    border: 0;
    padding-top: 0;
    margin-top: 0; }
  body .container {
    padding-inline: 20px; }
  .category-slider div[data-test-id^=carousel-slide-] > div:after {
    background-size: contain;
    background-size: 110%;
    background-position: center bottom; }
  .category-slider div[data-test-id^=carousel-slide-] > div {
    min-height: 150px; }
  .category-slider div[data-test-id=carousel-bullets] {
    display: none; }
  .page {
    margin-inline: 0; }
  .joeyHome .productCarousel {
    margin-bottom: 0; }
  body .prodcutView-header .pdpFlavors {
    margin-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  section.productView-images .productView-image .productView-img-container .productView-image--default,
  section.productView-images .productView-image .productView-img-container .productView-image {
    height: 100%; }
  .productVariantslider .swiper-button-next {
    background: var(--colorWhite);
    right: 0;
    width: 20px;
    height: 20px;
    right: 3px; }
  .productVariantslider .swiper-button-prev {
    background: var(--colorWhite);
    left: 3px;
    width: 20px;
    height: 20px; }
  .productVariantslider .variant-card .variant-image {
    padding-inline: 20px; }
  .productVariantslider .variant-card .variant-title {
    font-size: 14px; }
  body .prodcutView-header .pdpFlavors .flavorLogo {
    max-width: 180px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 65px; }
  .valuesWrapper .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 7px);
            flex: 0 0 calc(50% - 7px); }
  .valuesWrapper .valueBox {
    min-height: 25vw; }
  .valuesWrapper .column.column-shape {
    padding: 0 0 30px; }
  .valuesWrapper .column.column-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(75% - 7px);
            flex: 0 0 calc(75% - 7px);
    text-align: center;
    margin: 0 auto;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .header-logo__link {
    width: 100%; }
  body .prodcutView-header {
    min-height: 40vw; }
  section.productView-images {
    margin-top: calc(-12.4vw - 75px); }
  .age-gate__body {
    max-width: 100%; }
  .cat-dropdown-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none; }
  .cat-dropdown-btn .icon {
    -webkit-transition: .5s all ease;
    transition: .5s all ease; }
  .cat-dropdown-btn .icon svg {
    fill: var(--colorGreyDark);
    stroke: var(--colorGreyDark); }
  .cat-dropdown-btn.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .cat-dropdown-btn.open .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  div[data-layout-name=Layout-categoryLinks] {
    padding: 24px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  div[data-layout-name=Layout-categoryLinks] ul.cat-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  div[data-layout-name=Layout-categoryLinks] ul.cat-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  div[data-layout-name=Layout-categoryLinks] ul.cat-list > span {
    display: none; }
  div[data-layout-name=Layout-categoryLinks] ul.cat-list.open {
    display: block;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; }
  div[data-layout-name=Layout-categoryLinks] ul.cat-list.open li a {
    display: inline-block;
    width: 100%;
    font-size: 18px; }
  .button.comingSoon {
    min-width: 50vw; }
  .bestsellerHeader {
    margin-top: 48px; }
  body .prodcutView-header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px; }
  .header .navPages .navPage-subMenu-custom .navPage-subMenu-custom-side .navPage-subMenu-custom-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action.activePage {
    color: var(--colorGrey400);
    font-weight: var(--fw-500); }
  .header .navPages .navPage-subMenu-custom .navPage-subMenu-custom-side .navPage-subMenu-custom-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action.activePage:hover,
  .header .navPages .navPage-subMenu-custom .navPage-subMenu-custom-side .navPage-subMenu-custom-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action.activePage:active {
    color: var(--colorBlack);
    font-weight: var(--fw-700); }
  .newsletterWrapper .form {
    max-width: 75%;
    margin: 0 auto; }
  .klaviyo-form form.klaviyo-form div[data-testid=form-row]:last-child {
    min-width: 50px; }
  details summary {
    padding-right: 10px; }
  .header .headerWrapper {
    padding-inline: 10px;
    padding-block: 5px; }
  .valuesWrapper .column.column-product .joey-product {
    max-width: 100%; }
  div[data-layout-name=Layout-Map] div[class^=sd-hero-] .go405037919 {
    position: absolute;
    inset: 0;
    margin: auto;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content; }
  div[data-layout-name=Layout-Map] div[class^=sd-hero-] .go405037919:after {
    content: none; }
  div[data-layout-name=Layout-Map] div[class^=sd-hero-image-] {
    background: url("../img/mobile-map-bg.png") no-repeat center;
    height: 100vw;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 40px; }
  div[data-layout-name=Layout-Map] div[class^=sd-hero-] div[data-test-id=hero-image-subtitle] {
    width: 85%; }
  .findus-icon {
    display: none; }
  .login-form, .new-customer {
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 0; }
  .login .login-form {
    margin-bottom: 3rem; }
  .new-customer .panel-body {
    margin-bottom: 0; }
  .login {
    margin-bottom: 0;
    padding-inline: 0;
    margin-top: 0; }
  .login-form .form-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .login-form .form-actions a.forgot-password {
    text-align: center; }
  .login-row .button {
    width: 100%; }
  .account--fixedSmall {
    max-width: 100%; }
  .hide-mobile {
    display: none !important; }
  body .prodcutView-header .backLink {
    display: inline-block;
    max-width: 75px;
    position: absolute;
    left: 10px;
    top: 13px; }
  body .prodcutView-header .pdpFlavors .social-media-toggle {
    width: 30px;
    height: 30px;
    position: relative; }
  body .prodcutView-header .pdpFlavors .social-media-toggle .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    width: 14px; }
  body .prodcutView-header .backLink a {
    line-height: 1; }
  body .prodcutView-header .pdpFlavors .social-media-links {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 9; }
  body .prodcutView-header .pdpFlavors .social-media-links .socialLinks {
    line-height: 150%; }
  body .prodcutView-header .pdpFlavors .social-media-links .socialLinks .socialLinks-item {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    padding: 5px;
    margin-bottom: 10px; }
  body .prodcutView-header .pdpFlavors .social-media-links .socialLinks .socialLinks-item .socialLinks__link {
    position: relative;
    width: 100%;
    height: 100%; }
  article.blog {
    padding-inline: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  article.blog .blog-header .blog-title {
    font-size: 26px; }
  article.blog .blog-post h2 {
    font-size: 24px; }
  article.blog .blog-post h3 {
    font-size: 20px; }
  .pageBlogBanner {
    min-height: 225px; }
  .pageBlogBanner::before {
    width: 35px;
    height: 35px;
    background-size: 100%; }
  .pageBlogBanner::after {
    width: 75px;
    height: 75px;
    background-size: 100%; }
  .blog-post-row .blog-post-column .blog-post-figure .blog-thumbnail img {
    min-height: auto; }
  .blog-post-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px; }
  .pageBlog .blog-post-row .blog-post-column-image .blog-post-figure {
    padding: 0; }
  .pageBlog .blog .blog-post-body .button {
    max-width: 100%; }
  .blog-post-row .blog-post-column {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: 100%; }
  .blog-post-row .blog-post-column .blog-post-figure {
    padding: 0; }
  body article.blog .container {
    padding-inline: 10px; }
  .blog .blog-post-body {
    padding-inline: 10px; }
  .header .headerRight .navUser {
    position: absolute;
    top: 50%;
    right: 20px; }
  #cart-preview-dropdown {
    margin-top: 12px;
    right: 0 !important;
    left: auto !important;
    width: 95% !important;
    margin-inline: auto; }
  .cartPageRow .cartPageItem table.cart {
    display: table; }
  .cartPageRow .cartPageItem .cart-list {
    display: table-row-group; }
  .cartPageRow .cartPageItem .cart-item {
    display: table-row;
    padding-left: 0; }
  .cartPageRow .cartPageItem .cart-item .cart-item-figure {
    margin-left: 0;
    width: 100%; }
  .cartPageRow .cartPageItem table.cart .cart-item .cart-item-info {
    width: auto;
    float: none;
    display: table-cell; }
  .cartPageRow .cartPageItem .cart-item .cart-item-title {
    display: table-cell;
    height: 7.14286rem;
    padding-left: 1.5rem; }
  .cartPageRow .cartPageItem .cart-item:before,
  .cartPageRow .cartPageItem .cart-item:after {
    content: none; }
  .cartPageRow .cartPageItem .cart-item .cart-item-label {
    display: none; }
  .cartPageSummary .cart-totals .cart-total-label {
    text-align: left;
    padding-left: 0; }
  .cartPageSummary .cart-totals .cart-total-value {
    text-align: right;
    float: right;
    padding-right: 1rem; }
  #previewModal .modal-header-title {
    font-size: 16px; }
  #previewModal .modal-body {
    padding: 1rem; }
  .productView-details .productView-title,
  .productView-details .productView-price {
    font-size: 24px; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] div[data-widget-id]:last-child {
    bottom: -60px; }
  div[data-layout-name=Layout-flavors] {
    padding-bottom: 100px; }
  .valuesWrapper .valueBox .valuePara {
    min-height: 55px; }
  .login-row {
    max-width: 100%;
    margin-top: 60px; }
  .login-form:before,
  .new-customer .panel:after {
    display: none; }
  .login-row {
    margin-top: 0; }
  .login-form .page-heading,
  .new-customer .panel-header .panel-title,
  .create-account .page-heading {
    font-size: 26px; }
  .new-customer .panel .loginproduct {
    margin-top: 2rem; }
  .create-account {
    margin-top: 30px; }
  .create-account .account.account--fixed .account-body {
    display: block; }
  .create-account .account.account--fixed:before {
    content: none; }
  .register-product-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  body .create-account .container {
    padding-inline: 10px; }
  .cartEmpty:before {
    background-size: 50px; }
  body .page .cartEmpty h3 {
    font-size: 30px; }
  body .cartEmpty p {
    font-size: 14px; }
  .bottom-product {
    margin: 1rem; }
  .page-centered-w-image:before {
    background-size: 50px;
    left: 10px; }
  .page-centered-w-image .account--fixedSmall {
    padding-inline: 10px; }
  .accountPage .navBar--account {
    display: block; }
  .accountPage .navBar--sub .navBar-section {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px; }
  .accountPage .navBar--account .navBar-section .navBar-item .navBar-action {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content; }
  body .accountPage .container {
    padding-inline: 10px; }
  body .accountPage:before {
    background-size: 75px; }
  .account-message .account-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 50px; }
  .account-message .account-content .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .form[data-inbox-form] .form-select {
    padding-right: 50px; }
  .recentBlog {
    padding-inline: 10px; }
  .recentBlog article.blog {
    padding-inline: 0; }
  div[data-layout-name=Layout-footerlist] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px; }
  body .footer .footerColumns .footerLinks div[data-sub-layout] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%; }
  body div[id^="sd-carousel-"].heroCarousel .sd-slide .sd-overlay {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .bestsellerHeader .page-heading {
    font-size: 34px;
    line-height: 38px;
    max-width: 80%; }
  .find-yours h3 {
    font-size: 30px; }
  .find-yours .row {
    margin-inline: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px; }
  .find-yours .row .column {
    padding-inline: 0; }
  div[data-content-region=home_video_section] {
    padding-inline: 20px; }
  div[data-layout-name=Layout-CategoryBanner] div[class^=sd-hero-image-] div[class^=go] div[data-test-id=hero-image-title] {
    margin-top: -120px;
    padding-inline: 20px;
    font-size: 40px;
    line-height: 100%; }
  .productGrid .product.product--plp-promo div[class^=sd-hero-image-] div[class^=go] > div[class^=go]:last-child {
    margin-top: -308px;
    margin-bottom: 2rem; }
  .joeyHome .find-yours {
    padding-inline: 20px; }
  .productCarousel article.card .productView-badge {
    top: 12px;
    left: 20px;
    color: var(--colorWhite);
    border-color: var(--colorWhite); }
  #main-content .heroCarousel .sd-dots .sd-dot {
    width: 12px;
    height: 12px; }
  body #main-content div[id^=sd-carousel-].heroCarousel .heroCarousel-action {
    margin-right: 0; }
  body #main-content div[id^=sd-carousel-].heroCarousel .heroCarousel-htmlContent h1,
  body #main-content div[id^=sd-carousel-].heroCarousel .heroCarousel-htmlContent h2 {
    font-size: 34px;
    line-height: 38px; }
  .productCarousel.shopByFlavorSlider article.card {
    margin-bottom: 2rem; }
  body .productView {
    margin-top: -1.5rem; }
  .productView-titleHeaderRow {
    margin: 2rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .productView-ratingSummary {
    margin-left: 0; }
  .navPage-subMenu-custom-root {
    padding: 20px; }
  .navPage-subMenu-custom-title {
    display: none; }
  body .navPage-subMenu-custom-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    scrollbar-width: none;
    margin-bottom: 24px; }
  body .navPage-subMenu-filterBtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    white-space: nowrap; }
  .header .navPages .navPage-subMenu.active {
    display: block; }
  .header .mobile-nav-panel .navPage-subMenu-custom-root {
    display: block; }
  .navPage-subMenu-custom-content .navPage-subMenu-custom-products {
    margin: 0; }
  .header .navPages .navPage-subMenu .navPage-subMenu-custom {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content; }
  .navPage-subMenu-custom-content .navPage-subMenu-custom-products .navPage-subMenu-custom-product {
    background: #f4f4f4;
    border-radius: 12px;
    width: calc(50% - 5px); }
  .navPage-subMenu-custom .navPage-subMenu-custom-productLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px;
    gap: 12px; }
  .navPage-subMenu-custom-productLink .navPage-subMenu-custom-productImage {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .navPage-subMenu-custom .navPage-subMenu-custom-productText {
    margin-top: 0;
    max-width: 100%;
    text-align: center; }
  .navPage-subMenu-custom-productLink .navPage-subMenu-custom-productImage img {
    max-width: 100px; }
  .navPage-subMenu-custom-content .navPage-subMenu-custom-products .navPage-subMenu-custom-product .navPage-subMenu-custom-productName {
    padding: 0;
    overflow: hidden;
    text-align: center; }
  .header .navPages .navPages-list .navPages-action,
  .header .mobile-nav-panel .navPages-list--mobile-extra .navPages-item .navPages-action {
    font-size: 20px;
    font-family: var(--font-primary);
    font-weight: var(--fw-700);
    padding-inline: 20px; } }

@media screen and (max-width: 640px) {
  .body {
    margin-bottom: 1.5rem; }
  .heroCarousel-slide {
    background: var(--colorGreyDark); }
  body .heroCarousel .heroCarousel-content {
    position: relative;
    -webkit-transform: none;
            transform: none;
    max-width: 100%;
    padding: 2rem 1rem 4rem;
    text-align: center !important;
    min-height: 255px; }
  body .heroCarousel .heroCarousel-title,
  body .heroCarousel .heroCarousel-description {
    font-size: 26px; }
  body .heroCarousel .heroCarousel-action {
    font-size: 16px;
    line-height: 150%;
    min-width: 225px;
    margin-top: 10px; }
  .bestsellerHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .bestsellerHeader .action.primary {
    display: none; }
  .page-heading {
    font-size: 30px; }
  body .container {
    padding-inline: 20px;
    padding-block: 0; }
  .card .card-figure {
    height: auto; }
  div[data-layout-name=Layout-Map] div[class^=sd-hero-] .go405037919 {
    min-height: 33vw;
    padding: 0; }
  div[data-layout-name=Layout-Map] div[class^=sd-hero-] .go671630196 {
    position: absolute;
    inset: 0;
    margin: auto;
    padding: 15px; }
  div[data-layout-name=Layout-Map] {
    padding: 2vw; }
  div[data-layout-name=Layout-Map] div[class^=sd-hero-] div[data-test-id=hero-image-subtitle] {
    width: 100%; }
  div[data-layout-name=Layout-Map] div[class^=sd-hero-] div[data-test-id=hero-image-title] {
    font-size: 30px; }
  div[data-layout-name=Layout-Map] div[class^=sd-hero-] div[data-test-id=hero-image-subtitle] {
    font-size: 16px;
    max-width: 100%; }
  div[data-layout-name=Layout-Map] div[class^=sd-hero-] div[data-test-id=hero-image-button] {
    margin-top: 10px; }
  div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] > div:after {
    background-size: 100%;
    background-position: top left;
    max-width: 100%; }
  div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] > div {
    max-width: 100%;
    min-height: 100%;
    padding: 0; }
  div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] > div > div {
    padding: 20px 30px;
    display: block;
    margin-top: 40vh;
    text-align: center; }
  div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] div[data-test-id=carousel-title] {
    font-size: 30px; }
  div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] div[data-test-id=carousel-title] br {
    display: none; }
  div[data-layout-name=Layout-Slider] div[data-test-id^="carousel-slide-"] div[data-test-id=carousel-subtitle] {
    font-size: 16px;
    min-height: 85px; }
  .marquee {
    font-size: 16px;
    padding: 1rem; }
  div[data-layout-name=Layout-flavors] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 5rem;
    padding-inline: 5vw; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding: 30px;
    min-height: 55vw;
    margin-bottom: 5rem; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] div[data-widget-id]:last-child {
    bottom: -120px; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] div[id^=sd-image-] {
    background-size: contain !important; }
  .heroCarousel .slick-dots {
    bottom: 1rem; }
  .header-logo__link {
    width: 100%; }
  body .footer .footerColumns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  body .footer .footer-copyrightWrapper {
    padding: 10px 20px; }
  body .footer .footer-copyrightWrapper .container {
    padding: 0; }
  body .prodcutView-header {
    padding: 30px 10px; }
  section.productView-images .productView-image .productView-img-container .productView-image--default,
  section.productView-images .productView-image .productView-img-container .productView-image {
    height: 100%; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    min-height: 45vw; }
  .heroCarousel-slide .heroCarousel-image {
    -o-object-position: top center;
       object-position: top center; }
  .product-section .category-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 1rem 0; }
  .product-section .category-head .product-section-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 8px; }
  .card-body .variant-strength-list {
    font-size: 12px; }
  .product-section-link a {
    font-size: 14px; }
  .product-section-link .icon {
    width: 16px;
    height: 16px; }
  .product-section {
    margin-bottom: 1.5rem;
    padding-inline: 0; }
  .product-section .productGrid {
    margin-bottom: 0; }
  .category-slider div[data-test-id^=carousel-slide-] > div {
    min-height: 90px; }
  .category-slider div[data-test-id^=carousel-slide-] > div:after {
    background-size: contain; }
  body .prodcutView-header {
    padding-bottom: 100px; }
  section.productView-images {
    margin-top: calc(-7vw - 75px); }
  section.productView-images .productView-image {
    max-height: 350px; }
  .valuesWrapper {
    padding-inline: 10px; }
  .valuesWrapper .column.column-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(75% - 7px);
            flex: 0 0 calc(75% - 7px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .valuesWrapper .column.column-shape {
    padding: 0 0 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 7px);
            flex: 0 0 calc(25% - 7px); }
  .valuesWrapper .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px); }
  .valuesWrapper .column.column-product {
    padding-top: 10px;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%; }
  .valuesWrapper .valueBox {
    min-height: 190px;
    padding: 20px; }
  .valuesWrapper .valueBox .valueTitle {
    font-size: 20px; }
  .age-gate__input {
    padding: 12px; }
  .button.comingSoon {
    min-width: 75vw; }
  .swiper-pagination {
    margin-bottom: 1rem; }
  .marquee-content .medium-dot {
    padding: 2px;
    font-size: 75%;
    line-height: 100%; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] div[id^=sd-simple-text-] p {
    font-size: 26px; }
  .age-gate__dob-row {
    max-width: 100%; }
  .age-gate__dob-row select {
    margin: 0 auto;
    -moz-text-align-last: center;
         text-align-last: center; }
  .age-gate .icon-slash {
    margin: 0 10px; }
  .age-gate .age-gate__fields {
    width: 100%; }
  .age-gate__subtitle {
    font-size: 21px;
    line-height: 125%; }
  .age-gate__label {
    font-size: 1.3rem; }
  body .prodcutView-header .pdpFlavors ul.flavorList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  body .prodcutView-header .pdpFlavors {
    margin-top: -5px; }
  #consent-manager-update-banner {
    text-align: center; }
  body .joeyHome .productCarousel .card {
    margin-bottom: 1.5rem; }
  body .joeyHome .productCarousel .swiper-pagination {
    position: relative; }
  .login {
    padding-inline: 10px; }
  .page-centered-w-image {
    margin: 45px 0; }
  .accountPage .navBar--sub .navBar-section {
    display: block;
    margin-inline: -10px; }
  .accountPage .navBar--sub .navBar-section .navBar-item {
    display: inline-block;
    width: calc(50% - 10px);
    margin: 0 0 10px;
    padding-inline: 10px; }
  .blog-thumbnail img {
    height: 100%;
    min-height: 230px; }
  .recentBlog .blog-post-desc .blog-title {
    font-size: 14px;
    margin-bottom: 5px; }
  .recentBlog .blog-post-desc .readmore {
    font-size: 14px; }
  .recentBlog .blog-post-desc {
    left: 10px;
    right: 10px; }
  body .slider-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 5px;
    margin-bottom: 2rem; }
  .slider-filters::-webkit-scrollbar {
    display: none; }
  .slider-filters {
    scrollbar-width: none;
    /* Firefox */ }
  body .slider-filter-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    white-space: nowrap;
    border: 1px solid var(--colorGreyDark);
    padding: 8px 16px;
    font-size: 12px;
    line-height: 150%;
    opacity: 1;
    border-radius: 100px; }
  body .slider-filter-btn.is-active {
    background: var(--colorGreyDark);
    color: var(--colorWhite);
    text-decoration: none; }
  div[data-layout-name=Layout-Findus] h3 {
    font-size: 34px;
    line-height: 38px; }
  div[data-layout-name=Layout-Findus] .button-wrapper .button {
    width: 75%; }
  div[data-layout-name=Layout-Findus] .button-wrapper .button-primary {
    margin-bottom: 12px; }
  div[data-layout-name=Layout-AboutUs] {
    min-height: 350px;
    margin: 0 0 350px;
    padding: 0; }
  div[data-layout-name=Layout-AboutUs] div[data-sub-layout]:last-child {
    position: absolute;
    top: 350px;
    padding: 0;
    background: var(--colorGrey600); }
  .homeAbout-content {
    padding: 20px; }
  .homeAbout-content h2 {
    font-size: 22px;
    line-height: 28px; }
  .homeAbout-content p {
    font-size: 14px; }
  .homeAbout-content .label,
  .homeAbout-content h2,
  .homeAbout-content p {
    color: var(--colorGreyDark); }
  .homeAbout-content .label:before {
    background: var(--colorOrange); }
  div[data-layout-name=Layout-AboutUs]:after {
    background-position-x: left; }
  .find-yours .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    gap: 12px; }
  .find-yours .row .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
  body .footer .footerColumns .footerSocial {
    max-width: 100%; }
  body .footer .footerColumns div[data-section-type=newsletterSubscription] p {
    max-width: 100%; }
  body .footerLinks,
  div[data-content-region=footer-links--global] {
    max-width: 100%;
    width: 100%; }
  body .footerLinks {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 48px; }
  div[data-layout-name=Layout-footerLogo] div[id^="sd-image-"] {
    height: 100% !important; }
  body #main-content .heroCarousel .sd-media {
    height: 100%; }
  body .heroCarousel-image-wrapper .heroCarousel-content {
    text-align: center; }
  .productGrid .product {
    width: 50%; }
  .productGrid .product.product--plp-promo div[class^=sd-hero-image-] div[class^=go] div[data-test-id=hero-image-title] {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 0; }
  .productGrid .product .card-body .card-text.card-text--short-desc {
    margin-bottom: 1rem;
    display: none; }
  .productCarousel article.card, .productGrid article.card {
    margin-bottom: 16px;
    padding: 0 12px 12px; }
  .productCarousel article.card .card-body .button,
  .productGrid article.card .card-body .button {
    line-height: 150%;
    font-size: 12px;
    padding: 8px 12px;
    margin-top: 10px;
    background: var(--colorGreyDark);
    border-color: var(--colorGreyDark);
    color: var(--colorWhite);
    text-transform: uppercase; }
  .productCarousel article.card .card-body .card-title,
  .productGrid article.card .card-body .card-title {
    width: 100%;
    margin-bottom: 6px;
    font-size: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-height: 40px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .productGrid .product .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 100px; }
  .productGrid article.card .productView-metaLine,
  .productGrid article.card .card-variant-strengths {
    margin: 0 0 6px;
    font-weight: var(--fw-500);
    display: inline-block;
    color: var(--colorGreyDark);
    font-size: 12px; }
  .bestSellerGrid .page-heading {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 8px; }
  .bestSellerGrid .page-description {
    margin-bottom: 24px; }
  div[data-layout-name=Layout-categoryLinks] ul li a {
    font-size: 12px; }
  .productGrid .product.product--plp-promo div[class^=sd-hero-image-] div[data-test-id=hero-image-subtitle] {
    margin-bottom: 8px;
    font-weight: 500; }
  .productGrid .product.product--plp-promo div[class^=sd-hero-image-] div[data-test-id=hero-image-button] {
    font-size: 14px;
    margin-top: 0; }
  .productGrid {
    margin-inline: -6px; }
  .productGrid .product {
    padding-inline: 6px; }
  .productGrid .product.product--plp-promo div[class^=sd-hero-image-] div[class^=go] > div[class^=go]:last-child {
    max-width: 80%; }
  .page-content, .page-content--full {
    padding-inline: 0; }
  .productCarousel article.card .card-body {
    bottom: 0; }
  .productCarousel article.card .card-body .card-text.card-text--short-desc {
    display: none; }
  .productCarousel article.card .card-body .card-title > a,
  .productCarousel article.card .card-body .variant-strength-list {
    color: var(--colorWhite); }
  .relatedProduct .productCarousel article.card .card-body .card-title > a {
    color: var(--colorGreyDark); }
  .relatedProduct .productCarousel article.card:hover .card-body .card-title > a {
    color: var(--colorWhite); }
  .video-slider-section h3 {
    font-size: 34px !important;
    line-height: 38px !important; }
  .product-reviews-section .product-reviews-right {
    padding: 0 0 30px !important; }
  .find-yours h3 {
    font-size: 34px;
    line-height: 38px; }
  body .footer .footerColumns .footerSocial .newsletter-heading {
    font-size: 24px;
    line-height: 26px; }
  body .footer .newsletterColumn {
    margin-bottom: 48px; }
  .productGrid .card .card-figure {
    height: auto;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content; }
  .header .dropdown--quickSearch .quickSearchResults {
    margin: 0; }
  .header .dropdown--quickSearch .container {
    padding-inline: 0; }
  .productView-details {
    padding-inline: 0; }
  .productView-ratingSummary {
    margin-left: 0; }
  body #main-content div[id^=why-joey-slider-] .wjs-media {
    max-height: 300px; }
  .homeAbout-content .button {
    padding: 0;
    background: none;
    border: 0;
    text-decoration: underline;
    color: var(--colorGreyDark); }
  .homeAbout-content .button:hover,
  .homeAbout-content .button:focus {
    background: none;
    border: 0;
    color: var(--colorGreyDark); }
  .shopByFlavorSlider {
    margin-right: -20px; }
  .productView-options .add-to-cart-buttons .form-action .button--primary {
    padding: 13px 32px; } }

@media screen and (max-width: 551px) {
  .cartPageRow .cartPageItem table.cart .cart-item td:first-child,
  .cartPageRow .cartPageItem table.cart .cart-item td,
  .cartPageRow .cartPageItem table.cart .cart-item td:last-child {
    border: 0; }
  .cartPageRow .cartPageItem table.cart .cart-item td .cart-item-name__label {
    font-size: 16px; }
  .cartPageRow .cartPageItem .cart-list {
    display: block; }
  .cartPageRow .cartPageItem .cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    border-radius: 12px;
    padding: 1rem; }
  .cartPageRow .cartPageItem table.cart .cart-list .cart-item-block {
    padding: 0.5rem; }
  .cartPageRow .cartPageItem table.cart .cart-list .cart-item-block.cart-item-title {
    padding-left: 15px; }
  .cartPageRow .cartPageItem .cart-item .cart-item-figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    width: 30%;
    margin-bottom: 0; }
  .cartPageRow .cartPageItem .cart-item .cart-item-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    width: 100%;
    margin: 0; }
  .cartPageRow .cartPageItem table.cart .cart-item .cart-item-info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cartPageRow .cartPageItem table.cart .cart-item .cart-item-info .cart-item-value {
    padding-left: 0; }
  .cartPageRow .cartPageItem table.cart .cart-item .cart-item-quantity .form-increment {
    margin-left: 0; }
  details summary {
    font-size: 14px; }
  .cartPageItem .page-heading {
    font-size: 26px; } }

/* ── Customers Also Bought (PDP) ── */
.customers-also-bought {
  margin-bottom: 2rem;
  clear: both;
  padding: 2rem 0 0;
  display: block; }
  .customers-also-bought .customers-also-bought__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.25rem; }
  .customers-also-bought .customers-also-bought__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    color: #333333;
    margin: 0; }
  .customers-also-bought .customers-also-bought__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .customers-also-bought .customers-also-bought__nav-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--colorBlack);
    padding: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .customers-also-bought .customers-also-bought__nav-btn.swiper-button-disabled {
      opacity: 0.25;
      cursor: default; }
  .customers-also-bought .customers-also-bought__slider {
    overflow: hidden; }
  .customers-also-bought .cab-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--colorGrey100, #F8F8F8);
    border-radius: 16px;
    padding: 16px 20px;
    gap: 16px;
    min-height: 100px; }
  .customers-also-bought .cab-card__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .customers-also-bought .cab-card__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 50%; }
  .customers-also-bought .cab-card__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px; }
  .customers-also-bought .cab-card__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--colorBlack);
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .customers-also-bought .cab-card__name:hover {
      text-decoration: underline; }
  .customers-also-bought .cab-card__price {
    font-size: 16px;
    font-weight: 500;
    color: var(--colorBlack);
    line-height: 1.3; }
  .customers-also-bought .cab-card__add {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: var(--colorGreyDark);
    color: var(--colorWhite);
    border: none;
    border-radius: 40px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'PPNeueMachina-Bold', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    letter-spacing: 0.5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .customers-also-bought .cab-card__add:hover {
      background: var(--colorBlack);
      color: var(--colorWhite); }

@media (max-width: 767px) {
  .customers-also-bought .cab-card {
    padding: 12px 14px;
    gap: 12px; }
  .customers-also-bought .cab-card__image {
    width: 60px;
    height: 60px; }
  .customers-also-bought .cab-card__name {
    font-size: 14px; }
  .customers-also-bought .cab-card__price {
    font-size: 14px; }
  .customers-also-bought .cab-card__add {
    padding: 10px 20px;
    font-size: 13px; } }

/* ── Sticky Add to Cart Bar (PDP) ── */
.stickyAtc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--colorWhite);
  border-top: 1px solid var(--colorGrey300, #DDD);
  -webkit-box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none; }
  .stickyAtc.is-visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto; }

.stickyAtc__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  font-size: 16px; }

.stickyAtc__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-width: 0; }

.stickyAtc__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 0;
  overflow: hidden; }
  .stickyAtc__image img, .stickyAtc__image picture {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block; }

.stickyAtc__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0; }

.stickyAtc__name {
  font-size: 24px;
  font-weight: var(--fw-700);
  color: var(--colorBlack);
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3; }

.stickyAtc__sub {
  font-size: 14px;
  font-weight: var(--fw-500);
  color: var(--colorBlack);
  line-height: 1.3; }

.stickyAtc__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--colorGreyDark);
  color: var(--colorWhite);
  border: none;
  border-radius: 40px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'PPNeueMachina-Bold', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  letter-spacing: 0.3px; }
  .stickyAtc__btn:hover {
    background: var(--colorBlack); }

.stickyAtc__sep {
  opacity: 0.5; }

.stickyAtc__price {
  font-weight: 700; }

@media (max-width: 767px) {
  .stickyAtc__inner {
    padding: 10px 16px;
    gap: 12px; }
  .stickyAtc__image {
    width: 40px;
    height: 40px; }
  .stickyAtc__name {
    font-size: 13px; }
  .stickyAtc__sub {
    font-size: 11px; }
  .stickyAtc__btn {
    padding: 12px 20px;
    font-size: 13px; } }
