/* Joey Styles Overrides */
:root {
  --colorRed:         #D6001C;
  --colorGrey:        #BBBCBC;
  --colorGreen:       #D0DF00;
  --colorYellow:      #FFC72C;
  --colorOrange:      #FE5000;
  --colorGreyDark:    #2D2926;
  --colorGreenDark:   #046A38;
  --colorBlack:       #000000;
  --colorWhite:       #ffffff;
  --colorGrey100:     #F8F8F8;
  --colorGrey200:     #F1F2F2;
  --colorGrey300:     #DDDDDD;
  --colorGrey400:     #BBBCBC;
  --colorGrey500:     #8D8E8E;
  --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); }

html, body {
  margin: 0;
  padding: 0;
  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: 'Poppins', sans-serif;
  font-weight: var(--fw-600);
  border-color: var(--colorGreen);
  padding: 1.2rem 3rem;
  font-size: 16px;
  box-sizing: border-box;
  margin-bottom: 0;
  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;
  box-sizing: border-box;
  margin-bottom: 0;
  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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1050;
  background: var(--colorWhite); }

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

div[data-layout-name=PromoBar] div[class^="sd-simple-text-"] * {
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  font-weight: var(--fw-600);
  letter-spacing: -0.6px;
  line-height: normal;
  text-transform: uppercase; }

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

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

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

.header .headerLeft {
  display: inline-flex;
  flex: 0 0 183px; }

.header .headerCenter {
  flex: 1; }

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

.header .headerRight {
  justify-self: flex-end; }

.header .headerRight .navUser {
  padding: 0;
  position: static; }

.header .navPages .navPages-list .navPages-action {
  color: var(--colorWhite);
  font-weight: var(--fw-600);
  line-height: 125%;
  font-size: 18px;
  letter-spacing: -1px;
  text-transform: capitalize; }

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

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

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

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

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

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

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

.header .navUser-action.navUser-action-border {
  border: 1px solid var(--colorWhite);
  padding: 10px 15px;
  border-radius: 12px;
  margin-top: 2px;
  text-align: center;
  font-weight: var(--fw-700);
  box-sizing: border-box; }

.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: -10px;
  right: -10px;
  background: var(--colorYellow);
  color: var(--colorBlack);
  display: flex;
  flex-direction: column;
  justify-content: 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); }

.header .dropdown--quickSearch.is-open {
  margin-top: 35px;
  padding: 30px;
  background: var(--colorGrey200); }

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

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

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: uppercase; }

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: -1px;
  min-width: 285px; }

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

body .heroCarousel .slick-dots li button {
  background: rgba(255, 255, 255, 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 .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(255, 255, 255, 0.3);
  height: 48px;
  border-radius: 12px;
  padding-inline: 18px;
  width: auto; }

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

body .newsletterWrapper .button {
  height: 48px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 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; }

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

body .footer .footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center; }

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

body .footer .footer-copyright ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  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: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px; }

body .footer .footerColumns .footerSocial {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 300px; }

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%;
  padding-bottom: 50px;
  flex-basis: auto;
  max-width: max-content; }

body .footer .footerColumns .footerLinks div[data-sub-layout]:last-child {
  padding-left: 90px; }

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: 20px;
  color: var(--colorWhite); }

body .footer .footerColumns .footerLinks ul li a {
  color: var(--colorWhite);
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 225%;
  letter-spacing: -0.56px; }

.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: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  margin-top: 4rem; }

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

.bestsellerHeader .action.primary {
  background: var(--colorGreen);
  padding: 9px 42px;
  border-radius: 40px;
  border: 1px solid var(--colorGreen);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  transition: .5s all ease; }

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

.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); }

.card .card-figure {
  height: 160px; }

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

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

.card-body {
  text-align: center; }

.card-body .card-title {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.56px;
  transition: .5s all ease; }

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

.card-body .card-title > a:hover,
.card-body .card-title > a:focus {
  color: var(--colorGreen); }

.card-body .card-text.card-text--short-desc {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -1px;
  color: var(--colorGrey);
  font-family: "IBM Plex Mono", monospace; }

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

.card .card-figcaption .card-figcaption-body {
  position: relative;
  top: 0;
  left: 0;
  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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 98%; }

body .productCarousel.swiper-horizontal > .swiper-scrollbar,
body .productCarousel.swiper-scrollbar.swiper-scrollbar-horizontal {
  opacity: 1 !important;
  background-color: var(--colorGrey); }

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

.product-section .category-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0 2rem; }

.product-section .category-head .product-section-title {
  text-align: left;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: var(--colorBlack);
  margin: 0; }

.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: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px; }

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

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

.product-section {
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 3rem; }

div[data-layout-name=Layout-categoryLinks] ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap; }

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

div[data-layout-name=Layout-categoryLinks] {
  padding: 24px; }

div[data-layout-name=Layout-categoryLinks] ul li a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 12px;
  color: var(--colorBlack);
  line-height: 32.5px;
  letter-spacing: -1px;
  font-size: 16px;
  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(--colorWhite); }

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

body .productView {
  margin: 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: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 20px; }

body .prodcutView-header .backLink {
  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: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  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 {
  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;
  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: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
  flex-wrap: wrap;
  overflow: scroll hidden;
  padding: 0 0 5px;
  position: relative;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--colorGreyDark) transparent; }

body .prodcutView-header .pdpFlavors ul.flavorList li {
  flex: 0 0 auto;
  transform: translateZ(0);
  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;
  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: 500px;
  overflow: hidden;
  padding: 0; }

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

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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  height: 500px;
  border-radius: 0; }

figure.productView-image {
  pointer-events: none; }

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

.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: 500px; }

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

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

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

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

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

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

.productView-details .productView-title {
  font-size: 32px;
  letter-spacing: -0.32px;
  line-height: 100%;
  color: var(--colorGreyDark);
  font-weight: var(--fw-700); }

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

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

.productView-details .productView-description {
  padding: 0;
  float: none;
  font-family: "IBM Plex Mono", monospace;
  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;
  box-shadow: none; }

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

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

.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: 0.8rem 1.2rem;
  font-weight: var(--fw-700);
  transition: .5s all ease;
  box-sizing: border-box;
  line-height: 150%;
  letter-spacing: -0.16px;
  width: calc(100% - 10px); }

.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,
.productView .legal-restriction {
  font-size: 16px;
  font-style: normal;
  font-weight: var(--fw-500);
  line-height: 18px;
  letter-spacing: -1px;
  font-family: 'IBM Plex Mono', monospace;
  color: var(--colorGreyDark); }

.productView .legal-restriction {
  background: rgba(228, 228, 228, 0.4);
  border-radius: 12px;
  padding: 15px 24px;
  font-size: 14px; }

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

.cart-item-quantity .form-increment {
  display: flex;
  flex-direction: row;
  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: 40px 0; }

.relatedProduct .section-title {
  text-align: center;
  margin: 0 0 2rem; }

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

.productVariantslider {
  position: relative; }

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

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

.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: 11px;
  padding: 7px 5px;
  font-weight: var(--fw-600);
  color: var(--colorGreyDark);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  line-height: 164%;
  letter-spacing: -0.5px;
  text-transform: lowercase; }

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

.productVariantslider .swiper-button-prev {
  width: 30px;
  height: 30px;
  left: -35px; }

.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; }

.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%;
  transition: .5s all ease;
  transform: translate(0, 100%); }

body .modal.modal--large.open {
  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;
  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: flex;
  flex-direction: row;
  align-items: stretch; }

.navPage-subMenu-custom .navPage-subMenu-custom-side {
  flex: 0 0 250px;
  border-right: 1px solid #ccc;
  padding: 30px;
  padding-left: 15px; }

.navPage-subMenu-custom .navPage-subMenu-custom-content {
  flex: 1;
  padding: 30px;
  text-align: center; }

.navPage-subMenu-custom-header {
  display: flex;
  flex-direction: row;
  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: 0;
  margin: 0;
  border: 0;
  color: var(--colorGrey400);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.18px;
  text-align: right;
  text-transform: lowercase; }

.header .navPages .navPage-subMenu-custom .navPage-subMenu-custom-side .navPage-subMenu-custom-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action.activePage {
  color: var(--colorBlack);
  font-weight: var(--fw-700); }

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

.navPage-subMenu-custom-content .navPage-subMenu-custom-products {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px; }

.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;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1px;
  min-width: 38%;
  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: flex;
  justify-content: space-between;
  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 rgba(188, 187, 187, 0.4);
  border-radius: 12px;
  padding: 5px;
  transition: .5s all ease;
  flex: 0 0 calc(16.666% - 8px); }

.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; }

.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: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background: #C9C9C9; }

.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 64px;
  font-weight: var(--fw-700);
  line-height: 100%;
  letter-spacing: -1.92px;
  color: var(--colorWhite);
  position: relative;
  padding: 3rem 0; }

.marquee-content {
  display: inline-flex;
  animation: scroll 16s linear infinite; }

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

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

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

div[data-layout-name=Layout-flavors] {
  display: flex;
  flex-direction: row;
  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;
  filter: invert(1); }

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

.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);
  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;
  box-shadow: none;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25); }

.age-gate__dob-row {
  display: flex;
  flex-direction: row;
  margin: 1rem auto;
  width: 100%;
  padding: 16px;
  border: 1px solid var(--colorWhite);
  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);
  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::placeholder {
  color: var(--colorWhite); }

.age-gate__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  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: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 7px;
  gap: 7px;
  position: relative; }

.valuesWrapper .valueBox {
  padding: 28px;
  min-height: 18vw;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  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 {
  flex: 0 0 calc(20% - 7px); }

.valuesWrapper .column.column-shape {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  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: flex;
  gap: 16px;
  text-transform: lowercase; }

.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; }

.klaviyo-form form.klaviyo-form input[type=email] {
  border: 1px solid white !important;
  font-weight: 700 !important;
  letter-spacing: -0.3px !important; }

.klaviyo-form form.klaviyo-form input[type=email]::placeholder {
  font-weight: 700 !important;
  letter-spacing: -0.3px !important; }

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

.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;
  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;
  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;
  transition: background-color 5000s ease-in-out 0s; }

@media screen and (min-width: 801px) {
  body .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 35vw;
    position: relative; }
  body .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper:before {
    content: "";
    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 {
    object-fit: cover;
    object-position: top left; }
  body .heroCarousel .heroCarousel-title,
  body .heroCarousel .heroCarousel-description {
    color: var(--colorWhite);
    font-size: 64px;
    line-height: 109.375%;
    letter-spacing: -0.64px;
    font-weight: var(--fw-700); }
  .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; }
  .relatedProduct .productCarousel .swiper-wrapper {
    justify-content: center; }
  .form[data-inbox-form] {
    max-width: 100%;
    margin: 0 auto; }
  body .account--fixedLarge {
    width: 100%; }
  .hide-desktop {
    display: none !important; } }

@media screen and (min-width: 1261px) {
  body .container {
    padding: 0;
    max-width: 1240px; }
  .productGrid .product {
    width: 20%; }
  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; } }

@media screen and (min-width: 1350px) {
  .productView-values {
    display: flex;
    flex-direction: column;
    justify-content: 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: flex;
  gap: 8px;
  align-items: center;
  justify-content: center; }

.spinner-dots span {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  background: var(--colorGreen);
  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; }

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

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

.findus-form.active {
  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;
  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]::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;
  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%;
  object-fit: cover; }

.login-form .form-actions,
.account form[data-create-account-form] .form-actions {
  text-align: left;
  display: flex;
  flex-direction: row;
  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;
  box-sizing: border-box;
  margin-bottom: 0;
  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 {
  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::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 {
  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%;
  animation: btnSpinner 0.6s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px; }

@keyframes btnSpinner {
  to {
    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 {
  flex: 0 0 100%; }

.create-account .account.account--fixed .account-body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  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: flex;
  flex-direction: column;
  justify-content: 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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--colorWhite);
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); }

.blog-post-row {
  display: flex;
  flex-direction: row;
  align-items: center; }

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

.pageBlog .blog-post-row .blog-post-column-image {
  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;
  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: 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;
  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: linear-gradient(180deg, rgba(38, 37, 36, 0) 48.56%, #D6001C 100%); }

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

.recentBlog .swiper-slide:nth-child(3n) figure.blog-thumbnail:after {
  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: flex;
  flex-direction: row;
  justify-content: space-between;
  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: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  column-gap: 100px;
  position: relative; }

.cartPageRow .cartPageItem {
  flex: 0 0 60%; }

.cartPageRow .cartPageSummary {
  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;
  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;
  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;
  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: 15px;
  max-width: 25.2rem;
  background: var(--colorWhite);
  left: auto !important;
  right: 0;
  /* animation base state */
  transform: translateX(20px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease; }

#cart-preview-dropdown.is-open {
  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;
  box-sizing: border-box; }

.previewCartWrapper .previewCart .previewCart-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  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: flex;
  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;
  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;
  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: flex;
  flex-direction: row;
  justify-content: space-between;
  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-desc {
  font-family: 'IBM Plex Mono', monospace;
  color: var(--colorGreyDark);
  background: rgba(228, 228, 228, 0.4);
  padding: 15px;
  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: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  gap: 1rem; }

#previewModal .previewCart .productView-image {
  width: 50%;
  max-height: 500px;
  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: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px; }

.account-message .account-content .column {
  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] {
  flex: 0 0 45%; }

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

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

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

.create-account form[data-create-account-form] .form-row div[data-type=FirstName] {
  order: 10; }

.create-account form[data-create-account-form] .form-row div[data-type=LastName] {
  order: 20; }

.create-account form[data-create-account-form] .form-row div[data-type=EmailAddress] {
  order: 30; }

.create-account form[data-create-account-form] .form-row div[data-type=Phone] {
  order: 40; }

.create-account form[data-create-account-form] .form-row div[data-type=Password] {
  order: 50; }

.create-account form[data-create-account-form] .form-row div[data-type=ConfirmPassword] {
  order: 60; }

.create-account form[data-create-account-form] .form-row div[data-type=AddressLine1] {
  order: 70; }

.create-account form[data-create-account-form] .form-row div[data-type=AddressLine2] {
  order: 80; }

.create-account form[data-create-account-form] .form-row div[data-type=City] {
  order: 90; }

.create-account form[data-create-account-form] .form-row div[data-type=Country] {
  order: 100;
  display: none; }

.create-account form[data-create-account-form] .form-row [data-type=CompanyName] {
  order: 110; }

.create-account form[data-create-account-form] .form-row div[data-type=State] {
  order: 120; }

.create-account form[data-create-account-form] .form-row div[data-type=Zip] {
  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] {
  flex-basis: 100%; }

.product-tag-wrapper {
  margin: auto;
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: 10px; }

.product-tag-wrapper .product-tag {
  display: inline-block;
  background: var(--colorGrey);
  padding: 5px 8px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  color: var(--colorBlack);
  letter-spacing: -0.5px; }

.product-tag-wrapper.coming-soon .product-tag {
  background: var(--colorGreyDark);
  color: var(--colorWhite); }

/* Responsive */
@media screen and (max-width: 1560px) {
  .header .headerWrapper {
    padding-inline: 24px; }
  body .container {
    padding-inline: 24px;
    max-width: 100%; }
  body .heroCarousel .heroCarousel-content {
    padding-inline: 24px; }
  .create-account .account.account--fixed {
    padding-left: 250px; }
  .create-account .account.account--fixed:before {
    left: 50px; } }

@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 {
    column-gap: 30px; }
  .cartPageRow .cartPageSummary {
    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;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    flex-wrap: nowrap;
    flex: 0 0 100%; }
  body .prodcutView-header .pdpFlavors ul.flavorList li {
    flex: 0 0 auto;
    transform: translateZ(0);
    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] {
    flex: 0 0 40%; }
  .create-account .register-product-image-wrapper {
    flex: 0 0 60%; } }

@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 {
    font-size: 16px; }
  .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; }
  .navPage-subMenu-custom .navPage-subMenu-custom-side {
    padding: 20px; }
  .navPage-subMenu-custom .navPage-subMenu-custom-content {
    padding: 20px; }
  .header .navPages .navPage-subMenu-custom .navPage-subMenu-custom-side .navPage-subMenu-custom-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action {
    font-size: 16px;
    line-height: 175%; }
  .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: 95%; }
  body .joeyHome .container {
    padding-inline: 0; }
  body .joeyHome .container .bestsellerHeader,
  body .joeyHome .productCarousel {
    padding-inline: 10px;
    margin-block: 2rem; }
  body .joeyHome .container .bestsellerHeader .page-heading,
  body .joeyHome .productCarousel .page-heading {
    font-size: 30px; }
  .bestsellerHeader .action.primary {
    font-size: 16px; }
  .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] {
    flex: 0 0 60%; }
  .create-account .register-product-image-wrapper {
    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; } }

@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 {
    flex-direction: column; }
  .cartPageRow .cartPageSummary,
  .cartPageRow .cartPageItem {
    flex: 0 0 100%;
    width: 100%; }
  .cartPageRow .cartPageItem {
    margin-bottom: 2.5rem; } }

@media screen and (max-width: 800px) {
  .heroCarousel-slide .heroCarousel-image {
    object-position: top left;
    object-fit: cover; }
  .header {
    position: relative;
    height: auto; }
  .header .headerLeft {
    flex: 0 0 100%;
    justify-content: center; }
  .header .mobileMenu-toggle .mobileMenu-toggleIcon,
  .header .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: var(--colorWhite); }
  .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent; }
  .header .headerCenter .navPages-container .navPages {
    background: var(--colorGreyDark);
    height: 100dvh; }
  .header .headerCenter .navPages .navPages-quickSearch {
    display: none; }
  .header .navPages .navPage-subMenu {
    max-width: 100%;
    border-radius: 0; }
  .header .headerCenter .navPage-subMenu-custom-root {
    display: none; }
  .header .headerCenter .navPage-subMenu-custom .navPage-subMenu-custom-side {
    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 .headerCenter .navPages-container .navPages .navPages-list--user {
    border: 0;
    padding-top: 0;
    margin-top: 0; }
  body .container {
    padding: 15px; }
  .bestSellerGrid,
  .product-section,
  .category-slider {
    padding-inline: 10px; }
  .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: inline-flex;
    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 {
    flex: 0 0 calc(50% - 7px); }
  .valuesWrapper .valueBox {
    min-height: 25vw; }
  .valuesWrapper .column.column-shape {
    padding: 0 0 30px; }
  .valuesWrapper .column.column-product {
    flex: 0 0 calc(75% - 7px);
    text-align: center;
    margin: 0 auto;
    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: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .cat-dropdown-btn .icon {
    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 {
    transform: rotate(180deg); }
  div[data-layout-name=Layout-categoryLinks] ul.cat-list {
    display: none;
    flex-direction: column;
    padding: 0;
    margin: 0;
    border: 1px solid var(--colorWhite);
    background: #fff; }
  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: 0; }
  body .prodcutView-header .container {
    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; }
  .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: 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: flex;
    flex-direction: column;
    align-items: 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 {
    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: flex;
    flex-direction: column;
    justify-content: 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;
    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 {
    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 {
    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%; }
  #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: 16px; }
  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: flex;
    justify-content: 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: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 15px; }
  .accountPage .navBar--account .navBar-section .navBar-item .navBar-action {
    min-width: min-content; }
  body .accountPage .container {
    padding-inline: 10px; }
  body .accountPage:before {
    background-size: 75px; }
  .account-message .account-content {
    flex-direction: column;
    column-gap: 0;
    row-gap: 50px; }
  .account-message .account-content .column {
    flex: 1; }
  .form[data-inbox-form] .form-select {
    padding-right: 50px; }
  .recentBlog {
    padding-inline: 10px; }
  .recentBlog article.blog {
    padding-inline: 0; } }

@media screen and (max-width: 640px) {
  .body {
    margin-bottom: 1.5rem; }
  .heroCarousel-slide {
    background: var(--colorGreyDark); }
  body .heroCarousel .heroCarousel-content {
    position: relative;
    transform: none;
    max-width: 100%;
    padding: 2rem 1rem 4rem;
    text-align: center;
    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 {
    flex-direction: column;
    gap: 15px; }
  .page-heading {
    font-size: 30px; }
  body .container {
    padding: 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: 64px;
    padding: 1rem; }
  div[data-layout-name=Layout-flavors] {
    flex-direction: column;
    padding-bottom: 5rem;
    padding-inline: 5vw; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] {
    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 {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center; }
  body .footer .footerColumns .footerLinks div[data-sub-layout] {
    padding-bottom: 20px; }
  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 {
    object-position: top center; }
  .product-section .category-head .product-section-title {
    font-size: 26px; }
  .product-section-link a {
    font-size: 14px; }
  .product-section-link .icon {
    width: 16px;
    height: 16px; }
  .product-section {
    margin-bottom: 1.5rem; }
  .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 {
    flex: 0 0 calc(75% - 7px);
    display: inline-flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    justify-content: flex-end; }
  .valuesWrapper .column.column-shape {
    padding: 0 0 30px;
    flex: 0 0 calc(25% - 7px); }
  .valuesWrapper .column {
    flex: 0 0 calc(50% - 10px); }
  .valuesWrapper .column.column-product {
    padding-top: 10px;
    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;
    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 {
    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; } }

@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: flex;
    flex-direction: row;
    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 {
    flex: 0 0 30%;
    width: 30%;
    margin-bottom: 0; }
  .cartPageRow .cartPageItem .cart-item .cart-item-title {
    flex: 0 0 70%;
    width: 100%;
    margin: 0; }
  .cartPageRow .cartPageItem table.cart .cart-item .cart-item-info {
    display: inline-flex;
    flex: 0 0 33.33%;
    width: 100%;
    justify-content: 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; } }
