/* 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-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.button--primary:hover,
.button.button--primary:focus {
  background: var(--colorGreyDark);
  border-color: var(--colorGreyDark); }

.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 {
  color: var(--colorWhite);
  font-weight: var(--fw-500);
  line-height: 125%;
  font-size: 18px;
  letter-spacing: -1px;
  text-transform: capitalize; }

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

.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: 2px 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: 2px 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: 2px 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: 2px 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;
  margin-top: 40px; }

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

body .prodcutView-header .pdpFlavors .social-media-toggle {
  vertical-align: middle;
  float: right;
  padding: 0;
  border: 2px 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-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: 12px;
  flex-wrap: wrap; }

body .prodcutView-header .pdpFlavors .flavorLink {
  color: var(--colorGreyDark);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 9px 14px;
  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; }

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

.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-radius: 100px;
  font-size: 16px;
  letter-spacing: -0.16px;
  padding: 15px;
  font-weight: var(--fw-700);
  transition: .5s all ease; }

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

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

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

.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: 2px solid rgba(188, 187, 187, 0.4);
  border-radius: 12px;
  padding: 5px;
  transition: .5s all ease; }

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

.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: 17vw;
  justify-content: flex-start;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 12px;
  flex-basis: calc(33.33% - 30px); }

div[data-layout-name=Layout-flavors] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  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: -115px;
  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: 30vw !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; }

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

.valuesWrapper .column {
  flex: 0 0 calc(25% - 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;
  font-weight: var(--fw-700);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
  cursor: none; }

.klaviyo-form form.klaviyo-form input[type=email] {
  border: 2px 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: 2px 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; }

/* 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%;
    font-size: 18px;
    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: -10px;
    width: 183px;
    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: 65%;
    margin: 0 auto; }
  body .account--fixedLarge {
    width: 100%; } }

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

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

@media screen and (min-width: 1350px) {
  .productView-values {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 67%; }
  .joey-logo {
    position: absolute;
    left: -12%;
    max-width: 331px;
    top: -5%; }
  .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; }

@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: 2px 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-row {
  max-width: 100%;
  margin-top: 3rem; }

.login-form,
.new-customer {
  border: 1px solid var(--colorGrey300);
  border-radius: 4px;
  padding: 2rem;
  box-sizing: border-box;
  margin-top: 0;
  max-width: calc(50% - 15px);
  background: var(--colorGrey100); }

.new-customer {
  margin-left: 30px; }

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

.new-customer .panel-header .panel-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--colorGreyDark); }

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

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

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

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

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

/* 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; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] div[data-widget-id]:last-child {
    bottom: -10vw; } }

@media screen and (max-width: 1370px) {
  div[data-layout-name=Layout-flavors] div[data-sub-layout] {
    min-height: 20vw;
    padding: 15px; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] div[data-widget-id]:last-child {
    bottom: -11vw; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] div[id^=sd-image-] {
    background-size: 40vw !important; } }

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

@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 {
    flex: 0 0 180px;
    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; }
  .navPage-subMenu-custom .navPage-subMenu-custom-content .navPage-subMenu-custom-cta {
    margin-top: 1.5rem;
    font-size: 18px; }
  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] div[data-sub-layout] div[data-widget-id]:last-child {
    bottom: -12vw; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] div[id^=sd-image-] {
    background-size: 40vw !important; }
  div[data-layout-name=Layout-flavors] {
    padding-bottom: 100px; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] .buttonLink a {
    font-size: 16px; }
  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; } }

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

@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 {
    display: none; }
  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: 150px;
    margin: 0 auto 1.5rem; }
  .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; }
  .social-media-toggle,
  .social-media-links {
    display: none; }
  .login-form, .new-customer {
    max-width: 100%;
    margin-inline: 0;
    padding: 1.5rem; }
  .new-customer .panel-body {
    margin-bottom: 0; }
  .login {
    margin-bottom: 0;
    padding-inline: 10px; }
  .login-form .form-actions {
    flex-direction: column; }
  .login-form .form-actions a.forgot-password {
    text-align: center; }
  .login-row .button {
    width: 100%;
    padding: 1rem; }
  .account--fixedSmall {
    max-width: 100%; } }

@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-bottom: 5rem;
    text-align: center; }
  body .heroCarousel .heroCarousel-title,
  body .heroCarousel .heroCarousel-description {
    font-size: 30px; }
  .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: 30px;
    display: block;
    margin-top: 35vh;
    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; }
  .marquee {
    font-size: 64px;
    padding: 1rem; }
  div[data-layout-name=Layout-flavors] {
    flex-direction: column;
    padding-bottom: 0;
    padding-inline: 5vw; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] {
    flex: 100%;
    padding: 1rem;
    min-height: 65vw;
    margin-bottom: 3rem; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] div[data-widget-id]:last-child {
    bottom: -20vw; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] div[id^=sd-image-] {
    background-size: 100% !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; }
  body .footer .footer-copyrightWrapper .container {
    padding: 0; }
  body .footer .footer-copyright {
    flex-direction: column; }
  body .prodcutView-header {
    padding: 30px 10px; }
  body .prodcutView-header .pdpFlavors {
    margin-top: 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(-12.4vw - 75px); }
  .valuesWrapper {
    padding-inline: 10px; }
  .valuesWrapper .column.column-logo {
    flex: 0 0 calc(75% - 7px); }
  .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: 30px; }
  div[data-layout-name=Layout-flavors] div[data-sub-layout] {
    padding: 1.5rem; }
  .age-gate__dob-row {
    max-width: 100%; }
  .age-gate__dob-row select {
    margin: 0 auto; }
  .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; } }
