/** Shopify CDN: Minification failed

Line 2701:0 "@charset" must be the first rule in the file
Line 3727:0 Unexpected ","

**/
@tailwind base;
@tailwind components;
@tailwind utilities;

/* Color custom properties */
:root {
  --yellow: #FEDD00;
  --tear-height: 36px;
}

:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-background-2 {
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}

.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
}

.color-background-2 .button--secondary,
.color-inverse .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}

:root {
  --shopify-accelerated-checkout-button-border-radius: 0.375rem; /* Tailwind's rounded-md */
  --shopify-accelerated-checkout-button-block-size: 3.5rem;
}

/* base */

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.element-margin {
  margin-top: 5rem;
}

/**
* Spaced section (2025-03-10 Cloudship removed because it was adding margin to instafeed)
*/

/*
.spaced-section {
  margin-top: 2rem;
}

.spaced-section:last-child {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }

  .spaced-section {
    margin-top: calc(5rem + var(--page-width-margin));
  }

  .spaced-section:last-child {
    margin-bottom: calc(5rem + var(--page-width-margin));
  }
}

.spaced-section--full-width + .spaced-section--full-width {
  margin-top: 0;
}

.spaced-section--full-width:first-child {
  margin-top: 0;
}

.spaced-section--full-width:last-child {
  margin-bottom: 0;
}
*/

body {
  font-family: var(--font-body-family) !important;
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
  padding: 4rem 0 5rem;
}

@media screen and (min-width: 750px) {
  .background-secondary {
    padding: calc(6rem + var(--page-width-margin)) 0
      calc(5rem + var(--page-width-margin));
  }
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link {
  position: absolute;
  transform: translateY(-100%);
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
  transform: translateY(0%);
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

.link[role="link"]:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: "\2022";
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

.underlined-link:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow:
    0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow:
    0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin: 4rem 0 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 990px) {
  .title-wrapper-with-link.title-wrapper-with-link--no-heading {
    display: none;
  }
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.05rem;
  color: rgba(var(--color-foreground), 0.7);
}

/* component-grid */
/* TODO 2025-02-18 Cloudship removed (conflict with Tailwind), check impact. */
/*
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-left: -0.5rem;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .grid {
    margin-left: -1rem;
  }
}
*/

.grid__item {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  width: calc(25% - 0.5rem * 3 / 4);
  max-width: 50%;
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .grid__item {
    padding-left: 1rem;
    padding-bottom: 1rem;
    width: calc(25% - 1rem * 3 / 4);
    max-width: 50%;
  }
}

.grid--gapless .grid__item {
  padding-left: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .grid--one-third-max.grid--3-col-tablet .grid__item {
    max-width: 33.33%;
  }
}

@media screen and (min-width: 1024px) {
  .grid--quarter-max.grid--4-col-desktop .grid__item {
    max-width: 25%;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - 0.5rem * 2 / 3);
}

@media screen and (min-width: 768px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - 0.5rem / 2);
}

@media screen and (min-width: 768px) {
  .grid--2-col .grid__item {
    width: calc(50% - 1rem / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - 1rem / 2);
  }
}

@media screen and (min-width: 1024px) {
  .grid--4-col-desktop .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - 1rem / 2);
  }
}

.grid__item--vertical-align {
  align-self: center;
}

.grid__item--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    width: calc(50% - 3.75rem / 2);
  }

  .grid--peek .grid__item:first-of-type {
    padding-left: 1.5rem;
  }

  .grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - 4rem * 3 / 4);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - 4rem * 2 / 3);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: calc(50% - 4rem / 2);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    padding-left: 1.5rem;
  }

  .slider--tablet.grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 989px) {
  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button:focus-visible {
  box-shadow:
    0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus {
  box-shadow:
    0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible) {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

/* Button - hover */

/* .button:not([disabled]):hover,
.shopify-challenge__button:hover,
.customer button:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button), var(--alpha-button-border));
} */

/* Button - other */

.button:disabled,
.button[aria-disabled="true"],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  min-height: 2.4rem;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  width: 1.3rem;
}

.share-button__fallback {
  background: rgb(var(--color-background));
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55);
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

.text-area,
.select {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* Select */

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
}

.customer .field {
  display: block;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition:
    top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: 0.3em;
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem;
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
}

.text-area--resize-vertical {
  resize: vertical;
}

input[type="checkbox"] {
  appearance: auto;
}

/* Form global */

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

/* component-quantity */
.quantity {
  border: 0.1rem solid rgba(var(--color-base-text), 0.08);
  position: relative;
  height: 2.5rem;
  width: 8rem;
  display: flex;
}

.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  min-height: 38px;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: 2.5rem;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button svg {
  width: 8px;
  pointer-events: none;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type="number"] {
  -moz-appearance: textfield;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}

.announcement-bar {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  color: rgb(var(--color-foreground));
}

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 2rem;
  margin: 0;
  letter-spacing: 0.1rem;
}

/* section-header */
#shopify-section-header {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: "left-icon heading icons";
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header--has-menu:not(.header--middle-left) {
    padding-bottom: 0;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      "heading icons"
      "navigation navigation";
    grid-template-columns: 1fr auto;
  }

  .header--middle-left {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--top-center {
    grid-template-areas:
      "left-icon heading icons"
      "navigation navigation navigation";
  }

  .header:not(.header--middle-left) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex="-1"]:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }
}

@media screen and (min-width: 990px) {
  .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

@media screen and (max-width: 768px) {
  .ss__autocomplete__results .ss__inline-banner {
    display: none;
  }
}

.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

.no-js .predictive-search {
  display: none;
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: "";
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 47.8rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition:
    transform 150ms ease,
    opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.header__inline-menu details[open] > .header__submenu {
  opacity: 1;
  transform: translateY(0);
  animation: animateMenuOpen var(--duration-default) ease;
  z-index: 1;
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition:
    opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}

.header__submenu.list-menu {
  padding: 2rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  padding: 0.95rem 3.5rem 0.95rem 2rem;
}

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3rem;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  right: 2rem;
}

details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: 4rem;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}

.gradient {
  background: var(--color-background);
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.swiper-pagination {
  z-index: 0 !important;
}

.video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(33, 33, 33, 0.3);
  z-index: 99999999;
}

.close-video {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  top: 16px;
  right: 16px;
}
.close-video svg {
  pointer-events: none;
}

@media screen and (min-width: 1024px) {
  .youtube-video {
    width: 800px !important;
    aspect-ratio: 16/9;
  }
}
.yellow {
  color: #f5d500 !important;
}

p {
  color: inherit !important;
}
/**
* Cloudship: removed 2025-02-17
* TODO: Test this.
* p strong {
  color: #f5d500 !important;
}
*/
.landing-rewards p strong,
.landing-subscription p strong,
.text-accessible,
#product-text-and-badge p strong {
  color: #e4002b !important;
}
.text-white {
  color: #fff !important;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
.mobile-nav__item {
  font-weight: normal !important;
}

.font-compacta,
h1,
h2,
h3,
h4 {
  font-weight: normal !important;
}

/* .gradient-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

@media screen and (max-width: 1024px) {
  .gradient-overlay{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
} */

@media screen and (min-width: 1024px) {
  #recharge-novum .main-header__recharge-styles {
    padding: 0 60px !important;
  }
}
@media screen and (max-width: 1023px) {
  #recharge-novum .main-header__recharge-styles {
    padding: 0 16px !important;
  }
}

body#recharge-novum #recharge-te {
  z-index: 10 !important;
}

body#recharge-novum #recharge-te * {
  font-family: "Open Sans" !important;
}

body#recharge-novum #recharge-te h1:not(.rc-subheading),
body#recharge-novum #recharge-te h2:not(.rc-subheading),
body#recharge-novum #recharge-te h3:not(.rc-subheading),
body#recharge-novum #recharge-te h4:not(.rc-subheading) {
  font-family: "Compacta Std" !important;
  font-size: 30px !important;
}

body#recharge-novum #recharge-te .rc_purchase_type input {
  flex-basis: 0 !important;
  margin: 0 10px !important;
  background: #fff !important;
}
body#recharge-novum #recharge-te .rc_purchase_type input:checked {
  background: #000 !important;
}

.yotpo .star-clickable a,
.yotpo-icon-half-star,
.yotpo-icon-star {
  color: #000 !important;
}

@media screen and (max-width: 767px) {
  .destops {
    display: none !important;
  }
  body video-block {
    width: fit-content;
  }
  body .block-custom-tabs {
    order: 2;
  }
  body .product-faq h2:after {
    display: none;
  }
  body .product-faq h2 {
    text-align: center;
    font-size: 28px;
    padding-top: 60px;
  }
  body .product-faq .accordion__title {
    font-size: 14px;
  }
  body .product-faq .accordion__title svg {
    max-width: 13px;
    min-width: 10px;
    margin-left: 10px;
  }
  body .product-faq .accordion-wapper {
    padding-top: 0;
    padding-bottom: 40px;
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    position: relative !important;
  }
  .product-faq h2.close:after {
    display: none !important;
  }
  body .text-image .text-block .heading {
    font-size: 16px;
  }
  body .text-image .text-block p {
    font-size: 14px;
  }
  body .text-image .text-block {
    padding-bottom: 30px;
  }
  body .text-image h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .yotpo-display-m .yotpo-main-layout .yotpo-layout-header-wrapper {
    gap: 20px;
    flex-wrap: wrap;
  }
  .yotpo-reviews-list svg {
    width: 12px;
  }
  body .yotpo-star-rating .star-container:not(:last-child) {
    margin-right: 5px;
  }
  .yotpo-reviews-list .yotpo-review-date,
  .yotpo-reviews-list .yotpo-review-content {
    font-size: 14px;
  }
  .yotpo-reviews-list .yotpo-review-title {
    font-size: 14px;
  }
  .yotpo-reviews-list .yotpo-review {
    display: block !important;
    margin: 20px 0 !important;
  }
  .yotpo-reviews-list .yotpo-review-center-panel {
    padding-top: 10px;
    padding-left: 0 !important;
  }
  .yotpo-display-l .yotpo-main-layout .yotpo-head,
  .yotpo-display-m .yotpo-main-layout .yotpo-head {
    margin: 40px 0;
  }

  .yotpo-layout-header-wrapper .yotpo-bottom-line {
    display: block;
  }
  .yotpo-bottom-line-summary {
    justify-content: center;
  }
  body .searchspring-recommendations {
    padding-top: 60px;
  }
  body .custom-desc {
    font-size: 14px;
  }
  .yotpo-filters-container
    .yotpo-filters-container-inner
    .yotpo-filters-top-panel {
    flex-wrap: wrap;
    gap: 10px;
  }

  body .yotpo-display-s .yotpo-main-widget-tabs {
    margin-top: 0px;
  }
  body .yotpo-display-s .yotpo-head .yotpo-headline {
    margin-top: 0;
  }
  body .yotpo-base-layout {
    max-width: 100% !important;
    width: 100% !important;
  }
  .instagram-section .yotpo .yotpo-default-button {
    display: flex;
    justify-content: center;
    height: 45px !important;
    align-items: center;
  }

  body .footer .footer-wrapper > img {
    max-width: 100%;
  }
  .footer h3.footer-link-title span {
    position: absolute;
    right: 0;
    bottom: 13px;
  }
  .footer h3.footer-link-title {
    position: relative;
  }
  body .footer .footer-wrapper {
    padding: 0 35px;
  }
  quantity-input.quantity {
    border-radius: 5px;
    width: 100px;
  }
  body .block-custom-tabs {
    background: #f4f4f4;
    gap: 25px;
    justify-content: space-evenly;
  }
  body .text-image h2 {
    line-height: 32px;
    margin-top: 0;
  }
  body .product-faq h2 {
    line-height: 32px;
  }

  body .product-faq .accordion__title {
    font-size: 16px;
    padding: 13px 0;
  }
  body .text-image .container {
    padding-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  #searchspring-toolbar .ss__theme {
    position: relative;
    top: -100px;
  }
}
@media screen and (max-width: 992px) {
  #searchspring-content .ss__results {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  #searchspring-content .ss__results .ss__result {
    width: calc(50% - 8px);
    min-width: 100px;
    padding: 0;
  }
  #searchspring-content .ss__results .ss__result img {
    padding: 0;
  }
  .facet-filters__sort {
    border-radius: 4px;
    height: 42px;
  }
  #searchspring-toolbar .ss__theme:after {
    top: 14px;
    width: 9px;
    height: 9px;
  }
  #searchspring-toolbar .mobile-filter-trigger {
    border-radius: 4px;
    position: relative;
    background: #fff;
    color: #000 !important;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    height: 42px;
    cursor: pointer;
  }
  #searchspring-toolbar .mobile-filter-trigger span {
    position: absolute;
    left: 15px;
    margin-left: 0;
    display: none;
  }
  #searchspring-toolbar .mobile-filter-trigger span circle {
    stroke: #000;
    fill: #fff;
  }
  #searchspring-toolbar .mobile-filter-trigger span path {
    stroke: #000;
  }
  body .block-tops {
    padding: 20px 0px 1px 25px;
    background: #fff;
    margin-bottom: 0;
    border-top: 1px solid #dfdfdf;
  }
  body .block-tops:after {
    display: none;
  }
  body .block-tops ul a {
    font-size: 14px;
    white-space: nowrap;
  }

  body .block-tops ul.active-menu {
    gap: 20px;
    flex-wrap: nowrap;
    overflow-x: overlay;
  }
  #searchspring-toolbar .mobile-filter-trigger:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 15px;
    width: 9px;
    height: 9px;
    display: block;
    border-bottom: 1.5px solid #000;
    border-right: 1.5px solid #000;
    transform: rotate(45deg);
  }
  body .filters-wrap.active {
    top: 90px;
  }
  .facet-filters__sort {
    display: none;
  }
  body .block-tops h1 {
    font-size: 35px;
  }
  body #searchspring-toolbar .ss__theme:after,
  .facet-filters__sort {
    display: none;
  }
  body #searchspring-toolbar .mobile-filter-trigger {
    width: 100%;
  }
  body #searchspring-content .ss__result img {
    padding: 0;
  }
  body #searchspring-content .ss__result .ss__title {
    line-height: normal;
    font-family: "Anton", sans-serif;
    font-size: 16px;
  }
  body #searchspring-content .ss__result .ss__subtitle {
    font-size: 12px;
    color: #676767;
  }
  body
    #searchspring-content
    .ss__results
    .ss__result
    > div[data-yotpo-product-id] {
    display: none;
  }
  body #searchspring-content .ss__result .ss__price {
    font-size: 12px;
    margin-bottom: 0;
  }
  body #searchspring-content .ss__results .ss__result > a.block {
    display: none;
  }
  body #searchspring-content .ss__results .ss__result > a.block.ss__title {
    display: block;
  }
  body #searchspring-content .ss__results .ss__result {
    margin-bottom: 0;
  }
  body
    #searchspring-content
    .ss__results
    .ss__inline-banner.ss__inline-banner--grid {
    min-height: 200px;
  }
  body
    #searchspring-content
    .ss__results
    .ss__result
    .ss__inline-banner
    > .w-full
    .block {
    font-size: 24px;
    padding: 0;
  }
  body
    #searchspring-content
    .ss__results
    .ss__result
    .ss__inline-banner
    > .w-full {
    min-height: 290px;
  }
  body
    #searchspring-content
    .ss__results
    .ss__result
    .ss__inline-banner
    > .w-full
    > div:last-child {
    padding: 0 15px;
    margin-top: 0;
    font-size: 12px;
  }
  body
    #searchspring-content
    .ss__results
    .ss__result
    .ss__inline-banner
    > .w-full
    a.button {
    font-size: 16px;
  }
  body .ss__theme .ss__badges .ss__badge__wrapper .ss__badge {
    padding: 1px 6px;
  }
  body .ss__theme .ss__badges .ss__badge__wrapper .ss__badge .ss__badge__label {
    font-size: 11px;
  }
}
body .block-tops ul.active-menu {
  display: flex;
}
body .block-tops ul {
  display: none;
}
.block-video-image video {
  max-height: 250px;
}
.block-video-image .slick-current video {
  max-height: 100%;
}
#searchspring-content .ss__result .ss__title {
  font-family: "Anton", sans-serif;
}

.facet-filters__sort {
  border-radius: 4px;
}

.variant-image img {
  width: 100%;
}

.yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel {
  font-family: SF Pro Display !important;
  font-size: 10px !important;
  font-weight: 600 !important;
}
.benefits svg {
  display: none;
}
.benefits .font-light {
  position: relative;
  padding-left: 17px;
}
.benefits .font-light:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: -5px;
  top: 2px;
  background: url(/cdn/shop/files/checked.svg?v=1694143898) no-repeat center
    center !important;
}
body .rc-radio-custom + label {
  border-radius: 4px;
}
body .rc-radio-custom + label {
  padding: 20px 0;
}
body .product-faq .accordion__title {
  font-family: "Familjen Grotesk", sans-serif;
  text-transform: uppercase;
  font-weight: 600 !important;
}
.product-faq .accordion__title {
  font-size: 23px;
}
.onetime-radio:after {
  width: calc(100% - 20px);
  height: 1px;
  content: "";
  position: absolute;
  box-shadow: none;
  background: #b9b9b9;
  left: 10px;
  top: 0;
}
.onetime-radio {
  position: relative;
}
quantity-input.quantity,
.product-form__quantity {
  width: 100%;
}
quantity-input.quantity {
  border-radius: 4px;
  border: 0.5px solid #060606;
}
.lableQty {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
}
.product-form__input .select:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobiles {
    display: none !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("./fonts/slick.eot");
  src:
    url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  /* color: transparent;
  outline: none;
  background: transparent;*/
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-prev {
  left: -25px;
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.text-image .container {
  align-items: start;
}
.text-image h2 {
  color: #000;
  font-size: 38px;
  font-weight: 400;
  line-height: 46px;
  text-transform: capitalize;
  text-align: left;
}
.text-image ul {
  position: relative;
}
.text-image ul:before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 1px;
  height: 90%;
  top: 8px;
  left: 7px;
}
.text-image .text-block {
  border: 0;
  padding-left: 0;
  display: flex;
  margin-bottom: 60px;
  gap: 20px;
}
.text-image .text-block:before {
  content: "";
  display: inline-block;
  width: 100%;
  max-width: 14px;
  height: 14px;
  border-radius: 7.5px;
  background-color: #000;
  margin-top: 8px;
}
.text-image .text-block .heading {
  color: #000;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: normal;
  text-transform: uppercase;
}
.text-image .text-block p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.product-faq h2 {
  color: #000;
  font-size: 38px;
  font-weight: 400;
  line-height: 46px;
  text-transform: capitalize;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.product-faq h2:after {
  background: url(https://cdn.shopify.com/s/files/1/0675/6882/8736/files/minis.svg?v=1693816007);
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}
.product-faq h2.close:after {
  background: url(https://cdn.shopify.com/s/files/1/1260/8215/files/plus-svgrepo-com.svg?v=1691373549);
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}
.product-faq .accordion {
  max-width: 960px;
  margin: auto;
}

.block-video-image .block-image-wapper {
  width: 100%;
}
.block-video-image .block-items {
  height: 100%;
  width: 100%;
}
.block-video-image .block-items {
  display: flex !important;
  align-items: center;
}
.block-video-image .video-wapper {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
}
.block-video-image .video-content {
  height: 0;
  padding-bottom: 100%;
  transition: all 0.5s;
}
.block-video-image .slick-current .video-content {
  padding-bottom: 180%;
}
.product-wrapper product-gallery img {
  height: auto;
  display: blolck;
  padding: 0 8px;
  background: none;
}

#section-hero-medium .image-wapper {
  max-width: 500px;
}
.product-faq h2 {
  padding: 25px 30px;
  background: #f5f5f5;
  margin-bottom: 10px;
}
.product-faq .accordion-wapper {
  background: #f5f5f5; /*padding:50px 0 100px;*/
}
.product-faq .accordion-wapper .border-b:last-child {
  border-bottom: 0;
}
.searchspring-recommendations {
  padding-top: 100px;
}
.searchspring-recommendations .ss__recommendation__header {
  line-height: normal;
}
.ss__theme.ss__recommendation--carousel .ss__recommendation__header .ss__title {
  line-height: normal;
}

#searchspring-content .ss__result {
  background: none;
  text-align: left;
  padding: 0 15px;
  justify-content: start;
  align-items: start;
}
#searchspring-content .ss__result .ss__subtitle,
#searchspring-content .ss__result .ss__title {
  padding: 0;
  text-transform: none;
}
#searchspring-content .ss__result .ss__title {
  font-size: 34px;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-align: left;
}
#searchspring-content .ss__result .ss__subtitle {
  font-size: 20px;
  letter-spacing: 0;
  text-align: left;
  line-height: normal;
}
#searchspring-content .ss__result .ss__price {
  font-size: 28px;
}
.yotpo-main-layout .yotpo-layout-header-wrapper {
  flex-wrap: wrap;
}

.header-s2 {
  box-shadow: 0px 4px 56px -15px rgba(0, 0, 0, 0.13);
}
.block-tops {
  background: #fbfbfb;
  padding: 35px 58px;
  position: relative;
  margin-bottom: 20px;
}
.block-tops h1 {
  font-size: 38px;
  margin-bottom: 12px;
}
.block-tops ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.block-tops ul a {
  color: #7c7c7c;
  font-size: 20px;
}
.block-tops ul a:hover,
.block-tops ul a.active {
  color: #000;
}
.block-tops:after {
  content: "";
  position: absolute;
  width: calc(100% - 116px);
  left: 58px;
  height: 1px;
  bottom: 0;
  background: #e8e8e8;
}
.block-video-image video {
  height: 230px;
}
.block-video-image .slick-current video {
  height: 100%;
}
.block-video-image .video-wapper {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
}
.block-video-image .video-content {
  height: 0;
  padding-bottom: 100%;
  transition: all 0.5s;
}
.block-video-image .slick-current .video-content {
  padding-bottom: 180%;
}
@media screen and (min-width: 768px) {
  .mobiles {
    display: None !important;
  }
  .footer h3.footer-link-title svg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .desktops {
    display: none;
  }
  body .slide-collection .product-title {
    font-size: 14px;
    font-family: Anton, sans-serif;
    letter-spacing: 0;
    margin-top: 10px;
    line-height: normal;
  }
  body .section-featured-collection .product-grid-item .product-des {
    font-size: 10px;
    line-height: normal;
    margin-top: 10px;
  }
  body .section-featured-collection .product-grid-item svg {
    max-width: 10px;
    height: 10px;
  }
  body
    .section-featured-collection
    .product-grid-item
    .yotpo-sr-bottom-line-summary {
    align-items: center !important;
  }
  body .section-featured-collection .product-price {
    font-size: 11px;
  }
  body
    .ss__theme.ss__recommendation--carousel
    .ss__recommendation__header
    .ss__title {
    font-size: 28px;
    text-align: left;
  }
}
.side-cart-wrap
  .related-product
  .swiper-slide
  .ml-4.w-full
  .flex
  button.recommended-add {
  display: block;
  height: 30px;
  padding: 5px 15px;
}
.side-cart-wrap
  .related-product
  .swiper-slide
  .ml-4.w-full
  .flex
  button.recommended-add:before {
  content: "+";
  margin-right: 2px;
}
@media screen and (max-width: 1100px) {
  video-block {
    display: none;
  }
  body .side-cart-wrap .side-cart {
    max-width: 100%;
  }
  .side-cart-wrap
    .related-product
    .swiper-slide
    .ml-4.w-full
    .flex
    button.recommended-add {
    display: block;
  }
  .side-cart-wrap .related-product .swiper-slide button {
    display: none;
  }
}

.section-featured-collection {
  padding-top: 40px !important;
}
.section-featured-collection .product-grid-item .block,
.section-featured-collection .product-grid-item .product-price {
  color: #fff;
}
.section-featured-collection .product-grid-item .product-des {
  font-size: 15px;
  color: #fff;
}

.side-cart-wrap .cart-heading {
  padding: 30px 20px 0;
}
.side-cart-wrap .progress-bar {
  padding: 0 36px 0 20px;
  margin-top: 0;
}
.side-cart-wrap .progress-bar .progress-wrap {
  background: #000;
}
.side-cart-wrap .side-cart {
  max-width: 400px;
}
.side-cart-wrap .related-product .widget-title {
  color: #000;
  font-family: Familjen Grotesk;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.side-cart-wrap .cart-heading h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.side-cart-wrap .side-cart-product {
  margin: 0 20px;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
}
.side-cart-wrap .side-cart-product .cart-items .cart-item__img {
  min-width: 95px;
  height: 95px;
  width: 95px;
  padding: 0;
}
.side-cart-wrap .side-cart-product .cart-items .cart-item__img img {
  max-width: 95px;
}
.side-cart-wrap .side-cart-product .cart-items .cart-item__title {
  font-size: 16px;
  font-weight: bold !important;
  font-family: Familjen Grotesk;
  text-transform: capitalize;
  padding-right: 30px;
}
.side-cart-wrap .side-cart-product .cart-items .w-full {
  margin-left: 12px;
}
.side-cart-wrap
  .side-cart-product
  .cart-items
  .quantity-js
  button.cart-item__remove {
  font-size: 0;
  width: auto;
  height: auto;
  border: 0;
  position: absolute;
  top: 0px;
  right: 0;
  margin-top: 0;
}
.side-cart-wrap
  .side-cart-product
  .cart-items
  .quantity-js
  button.cart-item__remove:after {
  background: url(https://cdn.shopify.com/s/files/1/1260/8215/files/delete.svg?v=1694229883);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.side-cart-wrap
  .side-cart-product
  .cart-items
  .quantity-js
  .cart-item__quantity {
  width: 50%;
  position: absolute;
  bottom: -0px;
  right: 0;
}
.side-cart-wrap .related-product {
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid #dbdbdb;
}
.side-cart-wrap .related-product .swiper-slide {
  border-radius: 8px;
  background: #f8f7f9;
}
.side-cart-wrap .related-product .swiper-slide .ss__result.ss__result--item {
  padding: 10px;
}
.side-cart-wrap
  .related-product
  .swiper-slide
  .ss__result.ss__result--item
  .flex.items-center
  > div:first-child {
  width: 95px;
  min-width: 95px;
  height: 95px;
  background: none;
}
.side-cart-wrap .related-product .swiper-slide span {
  display: none;
}
.side-cart-wrap .related-product .swiper-slide .ml-4.w-full {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.side-cart-wrap .related-product .swiper-slide .ml-4.w-full div:first-child {
  font-family: Familjen Grotesk;
  font-size: 14px;
  font-weight: 600 !important;
  text-transform: capitalize;
}
.side-cart-wrap .related-product .swiper-slide .ml-4.w-full .text-primary {
  font-size: 16px;
  font-weight: 400;
}
.side-cart-wrap .related-product .swiper-slide .ml-4.w-full .flex {
  order: 1;
}
.side-cart-wrap .related-product .swiper-slide .ml-4.w-full .flex button {
  border: 0;
}
.side-cart-wrap .block-bottom-cart {
  padding: 20px;
}
.side-cart-wrap .block-bottom-cart .text-subtotal,
.side-cart-wrap .block-bottom-cart .side-cart__total-price {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.side-cart-wrap .checkout-btn {
  padding: 0 20px 20px;
}
.side-cart-wrap .checkout-btn a {
  border-radius: 4px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.side-cart-wrap .checkout-btn a:before {
  background: url(https://cdn.shopify.com/s/files/1/0675/6882/8736/files/lock-alt-svgrepo-com.svg?v=1694501719);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}
.side-cart-wrap .side-cart-product {
  min-height: 50%;
}
.side-cart-wrap
  .related-product
  .swiper-slide
  .ml-4.w-full
  .flex
  button.recommended-add {
  display: block;
  height: 30px;
  padding: 5px 15px;
}
.side-cart-wrap
  .related-product
  .swiper-slide
  .ml-4.w-full
  .flex
  button.recommended-add:before {
  content: "+";
  margin-right: 2px;
}
.side-cart-wrap
  .side-cart-product
  .cart-items
  .quantity-js
  .cart-item__quantity {
  max-width: 85px;
}
.cart-item__wrap .w-full .cart-item__price + .text-primary {
  display: none;
}
.side-cart-wrap .quantity__input[type="number"] {
  padding: 0;
}
.side-cart-wrap quantity-input .cart-item__quantity-btn:last-child {
  font-size: 20px;
}
.cart-item__quantity-btn {
  width: 25px;
}
.cart-item__wrap {
  position: relative;
}
.cart-items > .quantity-js {
  display: none;
}
.cart-item__wrap .quantity-js {
  display: block;
}

.cart-item__price {
  flex-wrap: wrap;
}
.bundle-discount-text {
  width: 100%;
}
.cart-item__subscription {
  width: calc(100% - 100px);
  display: block;
  line-height: Normal;
}
/**
* Product recommendations.
* TODO: Convert to Tailwind.
*/
.product-recommendations button.recommended-add:before {
  content: "+";
  margin-right: 2px;
}

.product-recommendations .grid {
  display: flex;
  justify-content: center;
  gap: 45px;
}
.product-recommendations .grid__item {
  max-width: 420px !important;
  border: 1px solid #c6c6c6;
  padding: 20px !important;
}
.product-recommendations .grid__item .card-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.product-recommendations .grid__item .card-wrapper .card-information {
  width: 65%;
}
.product-recommendations .grid__item .card-wrapper .card-information h3 {
  margin-top: 0;
  font-size: 0;
  text-align: left;
}
.product-recommendations .grid__item .card-wrapper .card-information h3 a {
  font-family: Familjen Grotesk;
  font-size: 21px;
  line-height: 22px;
  font-weight: 600;
  text-transform: capitalize;
}
.product-recommendations .grid__item .card-wrapper .card-information .price {
  margin-top: 0;
}
.product-recommendations
  .grid__item
  .card-wrapper
  .card-information
  .price
  .price-item {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
}
.product-recommendations .grid__item .card-wrapper .card-information button {
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 10px;
}
.product-recommendations
  .grid__item
  .card-wrapper
  .card-information
  button
  :hover {
  background: #000;
}
.product-recommendations .grid__item .card-wrapper .card--product {
  width: 35%;
}
.product-recommendations
  .grid__item
  .card-wrapper
  .yotpo-reviews-star-ratings-widget {
  display: none !important;
}
/**
* End product recommendations.
*/

@media (min-width: 768px) and (max-width: 991px) {
  body header .mobile-search {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  body header .mobile-search {
    margin-left: 15px;
  }

  body .block-tops ul {
    overflow-y: hidden;
    padding-bottom: 10px;
  }
  body .block-tops ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #aaa;
    border-radius: 5px;
    -webkit-overflow-scrolling: auto !important;
  }
  body .block-tops ul::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 5px;
  }
  body .block-tops ul a {
    font-size: 16px;
  }

  body .hero-slider .text-wrapper {
    bottom: 2%;
  }
  /* body .hero-slider .text-wrapper h1 {margin-bottom:0;} */
  body .hero-slider .text-wrapper .flex {
    order: 1;
  }
  body .hero-slider .custom-text.desktops {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  /* body .hero-slider .custom-text .icon-wrap {padding:20px 0;justify-content:center;} */
  body .hero-slider .icon-wrap {
    justify-content: center;
    order: 1;
    padding-bottom: 0;
    gap: 10px;
  }
}

@media (min-width: 768px) {
  body .footer .footer-wrapper .footer-menu ul {
    display: block !important;
  }
}

/**
* 2025-02-20 TODO: Check impact of removing this.
@media (max-width:768px) {
  body .product .product-info-wrapper .block-reivew a{display:none!important}
  .cart-selected_product__drawer .selected_product__drawer-mobile{display:none;}
  .cart-selected_product__drawer .cart-purchase-type > div{display:block!important}
  body .cart-selected_product__drawer .close-product__drawer{z-index:11}

  body .sticky {width:100%}
}
*/

html {
  scroll-behavior: smooth;
}
.hero-slider .icon-wrap {
  padding-top: 20px;
  display: flex;
  gap: 15px;
  order: -1;
  padding-bottom: 20px;
}
.hero-slider .icon-wrap img {
  /* width:80px;
  height:80px; */
  max-width: 17%;
}

.product .product-info-wrapper .block-reivew {
  display: flex;
  gap: 20px;
}
.product .product-info-wrapper .block-reivew a {
  color: #57c6d6;
  font-size: 12px;
  font-weight: 600;
  text-decoration-line: underline;
  text-transform: capitalize;
  cursor: default !important;
}

.product .product-info-wrapper .block-reivew > a {
  display: none !important;
}

.product .product-info-wrapper .block-reivew a:hover {
  color: inherit !important;
}

.product .rating-star {
  letter-spacing: inherit;
}

.product .product-info-wrapper .block-reivew .text-m {
  font-size: 12px !important;
}

.product .product-info-wrapper .block-reivew .yotpo-stars {
  margin-right: 10px;
}

.section-video-image .block-top .quote-content {
  padding: 20px 0;
}
.section-video-image .video-wapper .pause-icon {
  display: none;
}
.product-recommendations .media {
  background: #f5f5f5;
}

.side-cart-wrap .side-cart-product .cart-items .w-full > div {
  display: block;
}
.side-cart-wrap .side-cart-product .cart-item__option {
  margin-top: 0;
}

.cart__free-shipping {
  border-top: 1px solid #dbdbdb;
  padding-top: 12px;
  margin-top: 10px;
}

.shop-label {
  font-family: "Anton";
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 0;
}
/* for dev only */
.mega-nav__dropdown {
  /*display:block!important*/
}
.tab-inner-1 {
  /*background:lightgray*/
}
.tab-inner-2 {
  /*background:lightblue*/
}
/* .tab-inner-3 {
  background:lightgoldenrodyellow
} */

/* PMc updates to theme 9-16-23 */
.mega-nav__dropdown {
  width: 100% !important;
}
.badge-swiper {
  overflow: hidden;
}
.tabswrap.mob .tabs {
  margin: 0px !important;
  width: 100% !important;
}
@media all and (max-width: 990px) {
  .yotpo-widget-instance {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .tabs #tabs-content .tab-content {
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 130px;
    margin-left: 0;
  }
  #mobtab2 .tab-inner {
    flex-direction: column;
  }
  .accordion-faq .accordion-content {
    display: none;
    padding-bottom: 20px !important;
  }
}
.ais-facet-vendor,
.ais-facet-tags {
  display: none;
}
#mobtab1 .supp-2-inner,
#mobtab2 .supp-2-inner,
,
#mobtab3 .supp-2-inner {
  width: 350px;
  background-size: cover !important;
  height: 205px;
  max-width: 100%;
}
#mobtab1 .supplements-2-wrap .hide {
  display: none;
}
#mobtab1 .tab-inner,
#mobtab2 .tab-inner {
  flex-direction: column;
}
#mobtab3 .tab-inner {
  flex-direction: column-reverse;
  padding-top: 10px;
}
#mobtab3 .tab-inner-5 {
  padding-top: 0;
}
#mobtab1 .tab-inner-1 {
  order: 2;
  margin-top: 48px;
  width: 96%;
}
#mobtab2 .tab-inner-1 {
  margin-top: 7px;
  width: 96%;
}
#mobtab3 .tab-inner-1 {
  margin-top: 5px;
  width: 96%;
}
#mobtab1 .tab-inner-2 {
  order: 1;
}
#mobtab1 .tab-inner-3 {
  order: 3;
  display: none;
}
#mobtab1 .tab-inner-1-wrap,
#mobtab2 .tab-inner-1-wrap,
#mobtab3 .tab-inner-1-wrap {
  flex-direction: column;
  flex-wrap: nowrap;
  padding-left: 16px;
}
#tabs-nav-mob {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}
#mobtab1 .supp-1-inner span,
#mobtab2 .supp-1-inner span,
#mobtab3 .supp-1-inner span {
  font-size: 18px;
}
.supp-1-inner span {
  color: #000;
  font-family: Familjen Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
#mobtab1 .supp-1-inner a,
#mobtab2 .supp-1-inner a,
#mobtab3 .supp-1-inner a {
  font-size: 15px;
  border-bottom: 1px solid #f7f7f7;
  padding: 10px 0 16px;
}
.supp-1-inner a {
  color: #7c7c7c;
  font-family: Familjen Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 3px;
}
.tab-inner-1-wrap {
  display: flex;
  flex-wrap: wrap;
}
.supp-1-inner {
  flex: 0 0 33%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.supp-2-link a {
  z-index: 10;
  position: absolute;
  right: 12px;
  bottom: 6px;
  background: white;
  border-radius: 100%;
  padding: 5px;
}
.supp-2-text {
  z-index: 8;
  position: absolute;
  bottom: 4px;
  left: 11px;
  font-family: "Anton";
  font-size: 22px;
}
.tab-inner {
  display: flex;
}
#tab1 .tab-inner-1 {
  flex: 0 0 40%;
  padding-top: 30px;
}
#tab1 .tab-inner-2 {
  flex: 0 0 25%;
}
#tab1 .tab-inner-3 {
  flex: 0 0 35%;
}
#tab2 .tab-inner-1 {
  flex: 0 0 50%;
  padding-top: 30px;
}
#tab2 .tab-inner-2,
#tab2 .tab-inner-3 {
  flex: 0 0 35%;
}
#tab2 .tab-inner-2 {
  display: none;
}
.tab-inner-4 {
  flex: 0 0 30%;
  padding-top: 30px;
}
.tab-inner-5 {
  flex: 0 0 70%;
  padding-top: 30px;
}
.supplements-2-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Tabs */
.tabs {
  width: 97%;
  border: 0px solid blue;
  background-color: transparent;
  margin: 0 1.5%;
}
.tabs-content {
  margin-left: 24px;
}
ul#tabs-nav,
ul#tabs-nav-mob {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
}
ul#tabs-nav li,
ul#tabs-nav-mob li {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 7px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active,
ul#tabs-nav-mob li:hover,
ul#tabs-nav-mob li.active {
  background-color: transparent;
}
#tabs-nav li a,
ul#tabs-nav-mob li a {
  text-decoration: none;
  color: #7c7c7c;
  font-family: "Familjen Grotesk";
  font-size: 18px;
  font-weight: 400;
}
ul#tabs-nav li.active a,
ul#tabs-nav-mob li.active a {
  color: #000;
}
ul#tabs-nav li.active a:after,
ul#tabs-nav-mob li.active a:after {
  color: #000;
  content: "";
  height: 2px;
  border-radius: 10px;
  background: #000;
  width: 100%;
  display: block;
  margin-top: 3px;
}
.tab-content {
  padding: 10px;
  border: 0px solid #09f;
  background-color: transparent;
  display: none;
  margin-left: 30px;
}
/* mobile menu adjustments */
@media (min-width: 1110px) {
  .supp-2-inner {
    height: 148px;
    width: 260px;
    display: block;
    position: relative;
    margin: 10px 0;
    border-radius: 10px;
  }
  .accent-yellow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 262px;
    margin-left: -1px;
  }
  .blog-inner,
  .blog-innerer,
  .blog-innerer .blog-image,
  .blog-innerer .blog-image img {
    border-radius: 10px;
  }
  .blog-inner .article-item__title {
    color: #fff;
    text-transform: uppercase;
    width: 60%;
    padding-left: 10px;
    font-family: "Anton";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .blog-innerer {
    position: relative;
    height: 291px;
    width: 265px;
  }
  .blog-innerer .blog-image {
    position: absolute;
    top: 0;
    left: 0;
  }
  .blog-innerer .blog-image img {
    height: 291px;
  }
  .blog-outer-wrap .article-item__text-container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
  .blog-outer-wrap {
    display: flex;
    justify-content: center;
  }
  .blog-inner {
    flex: 0 0 23%;
    margin: 0 10px;
  }
}
@media (max-width: 1109px) {
  .mobile-nav__footer {
    z-index: 1;
  }
  .tabswrap.mob,
  .tabs,
  #tabs-content {
  }
  .blog-inner,
  .blog-innerer,
  .blog-innerer .blog-image,
  .blog-innerer .blog-image img {
    border-radius: 10px;
  }
  .blog-inner .article-item__title {
    color: #fff;
    text-transform: uppercase;
    width: 71%;
    padding-left: 10px;
    font-family: "Anton";
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
  }
  .blog-innerer {
    position: relative;
    height: 71vw;
    width: 100%;
  }
  .blog-innerer .blog-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vw;
  }
  .blog-innerer .blog-image img {
    height: 100%;
    width: 100%;
  }
  .blog-outer-wrap .article-item__text-container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
  .blog-outer-wrap {
    display: flex;
    justify-content: center;
  }
  .blog-inner {
    flex: 0 0 100%;
    margin: 0 10px;
  }
  .tab-inner-3 {
    order: 3;
    margin: 0 -10px;
    z-index: 100;
  }
  .tab-inner-3 .recently-viewed-grid {
    padding-bottom: 20px;
  }
  .tab-inner-3 .custom_recently_viewed {
    padding: 0 10px;
  }
  .supp-2-inner {
    height: 51vw;
    width: 97%;
    display: block;
    position: relative;
    margin: 10px 0;
    border-radius: 10px;
    background-size: cover !important;
  }
  .accent-yellow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: -1px;
  }
  .blog-inner.hide {
    display: none;
  }
  #mobtab3 .tab-inner-4 {
    padding-top: 44px;
    padding-bottom: 140px;
  }
}
/*collection page updates 9/29 pat */
.showing_block {
  display: none !important;
}
.collection .product-grid-item.items-center {
  align-items: flex-start !important;
  justify-content: flex-start !important;
}
.collection .product-grid-item .product-title {
  text-transform: none;
}
@media (min-width: 768px) {
  .someClass {
    left: 0 !important;
    height: 100vh !important;
    padding-left: 30px !important;
    padding-top: 30px !important;
  }
  .filters-wrap {
    position: absolute !important;
    top: 0px !important;
    background: #fff !important;
    z-index: 1000 !important;
  }
  .col-desc {
    width: 700px;
    max-width: 100%;
    font-size: 20px;
    margin: -35px 0 30px;
    line-height: 28px;
  }
  .collection .product-des {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    color: #676767;
  }
  .collection .product-price {
    margin-left: 11px;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .col-desc {
    width: 700px;
    max-width: 100%;
    font-size: 18px;
    margin: 20px 0 30px;
    line-height: 25px;
  }
  .collection .product-grid-item.items-center {
    width: 48%;
    float: left;
    min-height: 400px;
  }
  .collection .product-des {
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    color: #676767;
  }
  .collection .product-grid-item .product-title {
    text-align: left;
    font-size: 34px;
  }
  .collection .product-price {
    margin-left: 11px;
    font-size: 12px;
  }
  .coll-shopnow {
    display: none !important;
  }
}
.collection .coll-img {
  border-radius: 20px;
}
/*.collection .black {
     background:#3d3d3d 
}
 .collection .yellow {
     background:#FEDD00 
}
 .collection .blue {
     background:#019DAE 
}
*/
@media (min-width: 768px) {
  .ypm {
    margin-left: 16px;
    margin-top: 25px;
    margin-bottom: -7px;
  }
}
@media (max-width: 767px) {
  .header-space {
    margin-bottom: 20px !important;
  }
  body .take-quiz-content .text-wrapper-content {
    padding-right: 0;
  }
  .ypm {
    margin-left: 11px;
    margin-top: 8px;
    margin-bottom: -7px;
  }
  .product-form__buttons {
    /* position: fixed; */
    bottom: 12px;
    z-index: 100;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    /* width:90%  */
  }
  .product-form__wrap,
  product-form__wrap button {
    width: 100%;
  }
  .ais-results-size-sm
    .ais-page
    .ais-results-as-block
    .ais-Hits-item:nth-of-type(2n + 1)
    .ais-hit,
  .ais-results-size-md
    .ais-page
    .ais-results-as-block
    .ais-Hits-item:nth-of-type(2n + 1)
    .ais-hit {
    margin-left: unset !important;
  }
  .someClass {
    left: 0 !important;
    height: 100vh !important;
    padding-left: 30px !important;
    padding-top: 30px !important;
  }
}
#meganav-heading--1 {
  font-size: 0;
}
#meganav-heading--1:before {
  content: "Shop";
  display: block;
  font-size: 19px;
}
.newlook {
  background: #e4002b;
  padding: 3px 9px;
  font-size: 12px;
  color: #fff;
  position: absolute;
}
@media (min-width: 767px) {
  .pgi_hover_txt {
    display: none;
  }
}
@media (min-width: 1140px) {
  .product-grid-item .absolute.hidden {
    height: 100% !important;
    top: -90px !important;
  }
}
@media (min-width: 768px) {
  .product-grid-item .absolute.hidden {
    height: auto !important;
    top: 0 !important;
  }
}
.menu-toggle img {
  max-width: 30px;
  margin-bottom: 30px;
}
.menu-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
body .filters-wrap.someClass {
  top: 100px !important;
  transform: translateY(0);
}
body .filters-wrap.active {
  left: 0 !important;
}
body .filters-wrap:not(.active) {
  display: none;
}
.filter-footer {
  top: unset !important;
  bottom: 0 !important;
}
.close-mobile-filters {
  display: none;
}
.mobile-nav__footer {
  opacity: 1;
  transition: 0.3s;
}
.hidefooternav ~ .mobile-nav__footer {
  opacity: 0;
  pointer-events: none;
}
.product {
  overflow-x: hidden;
}
@media (min-width: 768px) and (max-width: 1110px) {
  body header .mobile-search {
    margin-left: 15px;
  }
}

.section-video-image
  .block-video-image
  .video-content
  .btn-video-play
  .fa-play:before {
  display: none;
}

#insta-feed .instafeed-new-arrow {
  z-index: 2;
}

.featured-collection .slide-collection .product-grid-item .newlook {
  top: 0;
  right: 6px;
  margin-top: 1px;
}

.ais-page .ais-block .ais-search-header .ais-change-display {
  display: none;
}

mobile-menu .tabs #mobtab2 .label {
  margin-bottom: 0;
  padding-bottom: 15px;
}
mobile-menu .tabs #mobtab2 .label:after {
  display: none;
}
mobile-menu .tabs #mobtab2 .accordion-content {
  display: block !important;
  padding-bottom: 0;
}
mobile-menu .tabs #mobtab2 .accordion-content a {
  font-size: 18px;
  padding: 15px 0;
}
mobile-menu {
  top: 47px;
}

#mobile-menu-overlay {
  top: 47px;
}

.mm-close {
  position: absolute;
  top: 1.5em;
  right: 1em;
}

#custom__md-footer-selector-block {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body .instagram-section .text-wrapper {
    padding-right: 0;
    margin-right: 0;
  }
  body.overflow-hidden .product .product-form .product-form__buttons {
    display: none;
  }

  body mobile-menu .tabs #mobtab3 .blog-innerer .article-item__text-container {
    bottom: 15px;
  }
}
.block-video-image .slick-list {
  z-index: 1;
}
.slick-arrow.slick-hidden {
  display: none;
}
.yotpo.testimonials {
  display: none !important;
}

.video-with-text .btn-video-play .fa:before {
  display: none;
}
.section-featured-collection .product-grid-item {
  padding-top: 10px;
}
.product .product-info-wrapper .recharge-subscription-widget .rc-radio__price {
  color: #ff0000;
}
.section-featured-collection .product-grid-item .product-title {
  margin-top: 0;
}

@media (max-width: 767px) {
  body.collection .flex .collection-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  body.collection .product-grid-item.items-center {
    width: calc(50% - 13px) !important;
    min-height: 300px;
  }
  body.collection .product-grid-item .product-title {
    padding: 0;
  }
  body.collection .product-des {
    padding: 0;
  }

  .blog-post .slick-dots {
    width: calc(100% - 25px);
  }
  body .section-video-image .block-video-image .btn-video-play,
  body .video-with-text .col-right .video-content .btn-video-play {
    opacity: 0;
  }
  body
    .section-video-image
    .block-video-image
    .btn-video-play
    .fa-pause:before {
    display: none;
  }
}

body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.collection .pagination {
  display: none;
}
.ss__theme.ss__recommendation--carousel:not(.ss__recommendation--mini)
  .ss__recommendation
  .ss__carousel
  .ss__carousel__next-wrapper {
  top: -60px !important;
}
.ss__theme.ss__recommendation--carousel:not(.ss__recommendation--mini)
  .ss__recommendation
  .ss__carousel
  .ss__carousel__prev-wrapper {
  top: -60px !important;
  left: unset !important;
  right: 40px !important;
}
.filtopt {
  margin-top: 0 !important;
}
.filters-wrap {
  padding-top: 17px !important;
}
.collection .sortselect {
  background: #fcfcfc;
  border: #fcfcfc;
  border-radius: 4px;
  position: relative;
}
.sswrap {
  position: relative;
}

.sswrap:after {
  background: url(https://cdn.shopify.com/s/files/1/0675/6882/8736/files/chev.svg);
  content: "";
  height: 8px;
  width: 13px;
  background-size: contain;
  position: absolute;
  right: 13px;
  display: block;
}

/* "Buy now" button theme customization */
.shopify-payment-button__button {
  text-transform: uppercase !important;
  background-color: #ffdd04 !important;
  color: black !important;
  font-weight: 700 !important;
}
