/** Shopify CDN: Minification failed

Line 5041:18 Expected ":"
Line 5041:23 Expected ":"
Line 6375:25 Unexpected "{"
Line 7041:41 Expected ":"

**/
/* Color custom properties */
@font-face {
  font-family: "Hero Light Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/cdn/shop/files/HeroLight-Regular.woff?v=1680790139")
    format("woff");
   font-display: swap;
}

@font-face {
  font-family: "Hero Light Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/cdn/shop/files/HeroLight-Bold.woff?v=1680790139")
    format("woff");
}

@font-face {
  font-family: "Hero Light Light";
  font-style: normal;
  font-weight: normal;
  src: url("/cdn/shop/files/HeroLight-Light.woff?v=1680790139")
    format("woff");
}

.cart-icon {
  width: 2rem;
  height: 2rem;
}

body,
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
     font-family: "Work Sans", sans-serif !important;
}

#MainContent {
  background: url("/cdn/shop/files/Asset_4-100.jpg?v=1681978113")
    no-repeat;

  background-position: 0 542px;
}

: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-foreground: var(--color-base-text);
  --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);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}

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

.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --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));
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* 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.drawer-menu {
  max-width: 100%;
}

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

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

  .header.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

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

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

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

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 2rem;
    padding-right: 5rem;
  }

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

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

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

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

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

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 0.75);
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

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

.hidden {
  display: none !important;
}

.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:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

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

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

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

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

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

a: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;
    animation: none !important;
  }
}

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

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a: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 .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

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

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

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

/* 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-bottom: 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 {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

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

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

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

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

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

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

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 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 {
    min-width: 35%;
  }

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

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

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

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: none;
  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,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role="button"],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(
    --buttons-border-offset
  ); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius)
    rgba(var(--color-base-text), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role="button"]:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: "";
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width)
      rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px)
      rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(
    .focused
  ),
.shopify-payment-button
  [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

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

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - other */

.button:disabled,
.button[aria-disabled="true"],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"],
.customer button.disabled,
.quantity__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;
  align-items: center;
}

.button.loading > .loading-overlay__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

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

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

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

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;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.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__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused)
  + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused)
  + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.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;
  margin: var(--inputs-border-width);
}

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

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

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

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

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

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  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);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.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: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  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 2rem;
  margin: var(--inputs-border-width);
}

.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);
  min-height: 10rem;
  resize: none;
}

input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

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

#testimonial-section {
  max-width: var(--page-width);
  margin: 0 auto;
}

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

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  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: calc(4.5rem / var(--font-body-scale));
  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:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

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

.quantity__rules {
  margin-top: 1.2rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: "\2022";
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

product-info .loading-overlay:not(.hidden) ~ *,
.quantity__rules-cart .loading-overlay:not(.hidden) ~ * {
  visibility: hidden;
}

/* 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;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* section-announcement-bar */
.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 0;
  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 {
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 4;
}

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

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* 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-icons heading icons";
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

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

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

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

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

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

  .header--top-center.drawer-menu {
    grid-template-areas: "left-icons heading icons";
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center)
    .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;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

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

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

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

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

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

  .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__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.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;
  padding: 0;
}

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

.header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(
    var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%))
  );
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

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

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

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.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);
  min-height: calc(
    100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width))
  );
  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));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.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: 74.2rem;
  }

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

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 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 3rem;
  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;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

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

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset)
    var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 2.4rem 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 {
  justify-content: space-between;
  padding: 0.8rem 2.4rem;
}

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

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

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
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-desktop {
  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: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 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 {
}

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

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

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid
    rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: "";
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  /* border: var(--media-border-width) solid
    rgba(var(--color-foreground), var(--media-border-opacity)); */
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: "";
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

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

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role="button"]:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role="button"]:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: "";
  display: block;
}

.rte > p:first-child {
  margin-top: 0;
}

.rte > p:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid
    rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

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

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

#shopify-section-template--18539936842044__974300c5-f661-430d-abef-57b6d4baf54f
  .rich-text__heading,
#shopify-section-template--18539936842044__47448497-9ef1-4945-a7aa-4fc5132dbbaf
  .rich-text__heading {
  font-family: "Hero Light Bold";
}

#shopify-section-template--18539936842044__95b8c3ca-8f25-40df-a226-6b72e90e9eab
  .card__media
  .media
  img {
  object-fit: scale-down;
}

#shopify-section-template--18539936842044__95b8c3ca-8f25-40df-a226-6b72e90e9eab
  .card__heading {
  text-align: center;
}

#shopify-section-template--18539936842044__95b8c3ca-8f25-40df-a226-6b72e90e9eab
  .card
  .icon-wrap {
  display: none;
}

.opinew-stars-plugin-product-list {
  margin-top: 10px;
}

.footer {
  background: #000;
 background-image: linear-gradient(to right top, #0b101f, #161b2a, #202535, #2a3040, #353b4c);
}

.footer h2,
.footer a,
.copyright__content {
  color: #fff !important;
}

.footer-block__image-wrapper {
  background: transparent;
}

.footer__content-bottom {
  padding-top: 0 !important;
}

.footer__content-top {
  padding-bottom: 1rem !important;
}

.footer .page-width {
  padding: 0 0rem;
}

.announcement-bar-section {
  background: #8f89c2;
}

.announcement-bar__message {
  color: #fff;
}

#shopify-section-template--18539936842044__c277af93-fcf0-4ee1-a4f0-11a93db196a7 {
  background: #c8dbfb;
}

#shopify-section-template--18539936842044__c91e3329-d068-49f9-bb24-d6a55af42bfd {
  padding-bottom: 20px;
}

.list-menu__item {
  font-size: 16px;
}

#shopify-section-template--18539936842044__47448497-9ef1-4945-a7aa-4fc5132dbbaf,
#shopify-section-template--18539936842044__609b1e12-e9a1-4a91-ac8b-056fc52539e4 {
  background: #e0dcff;
}

.__pf_anxd_SUA .pf-c4750a22c5c7-11_,
.__pf_anxd_SUA .pf-c4750a22c5c7-15_,
.__pf_anxd_SUA .pf-c4750a22c5c7-13_,
.__pf_anxd_SUA .pf-c4750a22c5c7-17_,
.__pf_anxd_SUA .pf-c4750a22c5c7-7_,
.__pf_JP84OurL .pf-e6c7cdd3ed7a-5_ [data-pf-type="TabHeader2"] {
  font-family: "Hero Light Bold";
}

.card__heading a,
.__pf_JP84OurL .pf-e6c7cdd3ed7a-25_,
.__pf_JP84OurL .pf-e6c7cdd3ed7a-44_,
.__pf_JP84OurL .pf-e6c7cdd3ed7a-62_ {
  font-family: "Hero Light Regular";
}

.__pf_JP84OurL .pf-e6c7cdd3ed7a-30_,
.__pf_JP84OurL .pf-e6c7cdd3ed7a-48_,
.__pf_JP84OurL .pf-e6c7cdd3ed7a-66_ {
  font-family: "Hero Light Regular";
}

#shopify-section-template--18539936842044__974300c5-f661-430d-abef-57b6d4baf54f
  .rich-text__heading
  svg {
  position: absolute;
  top: 77%;
  left: 71%;
  width: 204px;
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}

#shopify-section-template--18539936842044__974300c5-f661-430d-abef-57b6d4baf54f
  .rich-text__heading
  svg
  path {
  stroke: #8f89c2;
  stroke-width: 8px;
}

#shopify-section-template--18539936842044__974300c5-f661-430d-abef-57b6d4baf54f
  .rich-text__heading
  svg
  path {
  animation: elementor-headline-dash forwards;
  animation-duration: var(--animation-duration, 1.2s);
  animation-iteration-count: 1;
}

#shopify-section-template--18539936842044__974300c5-f661-430d-abef-57b6d4baf54f
  .rich-text__heading
  svg
  path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  animation: hide-highlight 0.4s forwards;
  animation-iteration-count: 1;
}

#shopify-section-template--18539936842044__974300c5-f661-430d-abef-57b6d4baf54f
  .rich-text__heading:hover
  .button-stroke {
  stroke-dashoffset: 650px;
}

#shopify-section-template--18539936842044__c277af93-fcf0-4ee1-a4f0-11a93db196a7
  .rich-text__heading
  svg {
  position: absolute;
  top: 57%;
  left: 51%;
  width: 204px;
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}

#shopify-section-template--18539936842044__c277af93-fcf0-4ee1-a4f0-11a93db196a7
  .rich-text__heading
  svg
  path {
  stroke: #8f89c2;
  stroke-width: 8px;
}

#shopify-section-template--18539936842044__c277af93-fcf0-4ee1-a4f0-11a93db196a7
  .rich-text__heading
  svg
  path {
  animation: elementor-headline-dash forwards;
  animation-duration: var(--animation-duration, 1.2s);
  animation-iteration-count: 1;
}

#shopify-section-template--18539936842044__c277af93-fcf0-4ee1-a4f0-11a93db196a7
  .rich-text__heading
  svg
  path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  animation: hide-highlight 0.4s forwards;
  animation-iteration-count: 1;
}

#shopify-section-template--18539936842044__c277af93-fcf0-4ee1-a4f0-11a93db196a7
  .rich-text__heading:hover
  .button-stroke {
  stroke-dashoffset: 650px;
}

#shopify-section-template--18539936842044__6323e2cb-c357-442c-922c-8dec1fde8051
  .rich-text__heading
  svg {
  position: absolute;
  top: 88%;
  left: 55%;
  width: 204px;
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}

#shopify-section-template--18539936842044__6323e2cb-c357-442c-922c-8dec1fde8051
  .rich-text__heading
  svg
  path {
  stroke: #8f89c2;
  stroke-width: 8px;
}

#shopify-section-template--18539936842044__6323e2cb-c357-442c-922c-8dec1fde8051
  .rich-text__heading
  svg
  path {
  animation: elementor-headline-dash forwards;
  animation-duration: var(--animation-duration, 1.2s);
  animation-iteration-count: 1;
}

#shopify-section-template--18539936842044__6323e2cb-c357-442c-922c-8dec1fde8051
  .rich-text__heading
  svg
  path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  animation: hide-highlight 0.4s forwards;
  animation-iteration-count: 1;
}

#shopify-section-template--18539936842044__6323e2cb-c357-442c-922c-8dec1fde8051
  .rich-text__heading:hover
  .button-stroke {
  stroke-dashoffset: 650px;
}

#shopify-section-template--18539936842044__21cf4821-a002-4cce-b4a0-a1c9d726226e
  .rich-text__heading
  svg {
  position: absolute;
  top: 78%;
  left: 54%;
  width: 204px;
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}

#shopify-section-template--18539936842044__21cf4821-a002-4cce-b4a0-a1c9d726226e
  .rich-text__heading
  svg
  path {
  stroke: #8f89c2;
  stroke-width: 8px;
}

#shopify-section-template--18539936842044__21cf4821-a002-4cce-b4a0-a1c9d726226e
  .rich-text__heading
  svg
  path {
  animation: elementor-headline-dash forwards;
  animation-duration: var(--animation-duration, 1.2s);
  animation-iteration-count: 1;
}

#shopify-section-template--18539936842044__21cf4821-a002-4cce-b4a0-a1c9d726226e
  .rich-text__heading
  svg
  path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  animation: hide-highlight 0.4s forwards;
  animation-iteration-count: 1;
}

#shopify-section-template--18539936842044__21cf4821-a002-4cce-b4a0-a1c9d726226e
  .rich-text__heading:hover
  .button-stroke {
  stroke-dashoffset: 650px;
}

#shopify-section-template--18539936842044__7102f641-320f-4f92-b6a5-4eb69398416b
  .rich-text__heading
  svg {
  position: absolute;
  top: 70%;
  left: 62%;
  width: 204px;
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}

#shopify-section-template--18539936842044__7102f641-320f-4f92-b6a5-4eb69398416b
  .rich-text__heading
  svg
  path {
  stroke: #8f89c2;
  stroke-width: 8px;
}

#shopify-section-template--18539936842044__7102f641-320f-4f92-b6a5-4eb69398416b
  .rich-text__heading
  svg
  path {
  animation: elementor-headline-dash forwards;
  animation-duration: var(--animation-duration, 1.2s);
  animation-iteration-count: 1;
}

#shopify-section-template--18539936842044__7102f641-320f-4f92-b6a5-4eb69398416b
  .rich-text__heading
  svg
  path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  animation: hide-highlight 0.4s forwards;
  animation-iteration-count: 1;
}

#shopify-section-template--18539936842044__7102f641-320f-4f92-b6a5-4eb69398416b
  .rich-text__heading:hover
  .button-stroke {
  stroke-dashoffset: 650px;
}

#shopify-section-template--18539936842044__78cda470-93d1-4c27-8a7d-78f0596c3270
  .rich-text__heading
  svg {
  position: absolute;
  top: 78%;
  left: 60%;
  width: 244px;
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}

#shopify-section-template--18539936842044__78cda470-93d1-4c27-8a7d-78f0596c3270
  .rich-text__heading
  svg
  path {
  stroke: #8f89c2;
  stroke-width: 8px;
}

#shopify-section-template--18539936842044__78cda470-93d1-4c27-8a7d-78f0596c3270
  .rich-text__heading
  svg
  path {
  animation: elementor-headline-dash forwards;
  animation-duration: var(--animation-duration, 1.2s);
  animation-iteration-count: 1;
}

#shopify-section-template--18539936842044__78cda470-93d1-4c27-8a7d-78f0596c3270
  .rich-text__heading
  svg
  path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  animation: hide-highlight 0.4s forwards;
  animation-iteration-count: 1;
}

#shopify-section-template--18539936842044__78cda470-93d1-4c27-8a7d-78f0596c3270
  .rich-text__heading:hover
  .button-stroke {
  stroke-dashoffset: 650px;
}

#shopify-section-template--18539936842044__67d42dec-05b0-4203-a455-4021a618c77e
  h2
  svg {
  position: absolute;
  top: 78%;
  left: 60%;
  width: 244px;
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
  display: none;
}

#shopify-section-template--18539936842044__67d42dec-05b0-4203-a455-4021a618c77e
  h2
  svg
  path {
  stroke: #8f89c2;
  stroke-width: 8px;
}

#shopify-section-template--18539936842044__67d42dec-05b0-4203-a455-4021a618c77e
  h2
  svg
  path {
  animation: elementor-headline-dash forwards;
  animation-duration: var(--animation-duration, 1.2s);
  animation-iteration-count: 1;
}

#shopify-section-template--18539936842044__67d42dec-05b0-4203-a455-4021a618c77e
  h2
  svg
  path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  animation: hide-highlight 0.4s forwards;
  animation-iteration-count: 1;
}

#shopify-section-template--18539936842044__67d42dec-05b0-4203-a455-4021a618c77e
  h2:hover
  .button-stroke {
  stroke-dashoffset: 650px;
}

.ctext1 {
  font-family: Hero Light Regular;
  font-size: 40px;
}

.button-stroke {
  display: block;
  width: calc(100% - 40px);
  height: 20px;
  stroke: #8f89c2;
  position: absolute;
  left: 20px;
  bottom: -10px;
  stroke-width: 4;

  stroke-dasharray: 650px;
  stroke-dashoffset: 0;
  stroke: darken(#263238, 10%);
  stroke-width: 5;
  transition: stroke-dashoffset 800ms ease-out;
}

#shopify-section-template--18539936842044__78cda470-93d1-4c27-8a7d-78f0596c3270
  .section-template--18539936842044__67d42dec-05b0-4203-a455-4021a618c77e-padding:before {
  content: url(/cdn/shop/files/wyn-black.png?v=1680788415&width=90);
  position: absolute;
  left: 14%;
}

#shopify-section-template--18539936842044__974300c5-f661-430d-abef-57b6d4baf54f
  .rich-text__wrapper:before {
  content: url(/cdn/shop/files/wyn-black.png?v=1680788415&width=90);
  position: absolute;
  left: 14%;
}

#shopify-section-template--18539936842044__c277af93-fcf0-4ee1-a4f0-11a93db196a7
  .rich-text__wrapper:before {
  content: url(/cdn/shop/files/wyn-black.png?v=1680788415&width=90);
  position: absolute;
  left: 31%;
}

#shopify-section-template--18539936842044__6323e2cb-c357-442c-922c-8dec1fde8051
  .rich-text__wrapper:before {
  content: url(/cdn/shop/files/wyn-black.png?v=1680788415&width=90);
  position: absolute;
  left: 27%;
}

#shopify-section-template--18539936842044__21cf4821-a002-4cce-b4a0-a1c9d726226e
  .rich-text__wrapper:before {
  content: url(/cdn/shop/files/wyn-black.png?v=1680788415&width=90);
  position: absolute;
  left: 31%;
  top: 10%;
}

#shopify-section-template--18539936842044__47448497-9ef1-4945-a7aa-4fc5132dbbaf
  .rich-text__wrapper:before {
  content: url(/cdn/shop/files/wyn-black.png?v=1680788415&width=70);
  position: absolute;
  left: 22%;
}

#shopify-section-template--18539936842044__7102f641-320f-4f92-b6a5-4eb69398416b
  .rich-text__wrapper:before {
  content: url(/cdn/shop/files/wyn-black.png?v=1680788415&width=90);
  position: absolute;
  left: 23%;
}

#shopify-section-template--18539936842044__78cda470-93d1-4c27-8a7d-78f0596c3270
  .rich-text__wrapper:before {
  content: url(/cdn/shop/files/wyn-black.png?v=1680788415&width=90);
  position: absolute;
  left: 22%;
}

#shopify-section-template--18539936842044__fc2fdcb8-d98b-4cc0-be56-30b58b18adb9
  .rich-text__wrapper:before {
  content: url(/cdn/shop/files/wyn-black.png?v=1680788415&width=90);
  position: absolute;
  left: 25%;
}

#shopify-section-template--18539936842044__974300c5-f661-430d-abef-57b6d4baf54f
  .rich-text__heading {
  padding-top: 25px;
}

#shopify-section-template--18539936842044__c277af93-fcf0-4ee1-a4f0-11a93db196a7
  .rich-text__heading {
  padding-top: 20px;
}

#shopify-section-template--18539936842044__6323e2cb-c357-442c-922c-8dec1fde8051
  .rich-text__heading {
  padding-top: 20px;
}

#shopify-section-template--18539936842044__21cf4821-a002-4cce-b4a0-a1c9d726226e
  .rich-text__heading {
  padding-top: 20px;
}

#shopify-section-template--18539936842044__7102f641-320f-4f92-b6a5-4eb69398416b
  .rich-text__heading {
  padding-top: 20px;
}

#shopify-section-template--18539936842044__78cda470-93d1-4c27-8a7d-78f0596c3270
  .rich-text__heading {
  padding-top: 20px;
}

#shopify-section-template--18539936842044__fc2fdcb8-d98b-4cc0-be56-30b58b18adb9
  .rich-text__heading {
  padding-top: 20px;
}

#Banner-template--18539936842044__65ac9d43-07dc-4b13-93b7-c75fb6e9dc0d img {
  left: 60px;
  height: 88%;
  width: 88%;
}

.quick-add__submit {
  background: rgb(143 137 194);
  color: #fff;
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  border-radius: 0;
  box-shadow: none;
}

.button:not([disabled]):hover:after,
.shopify-challenge__button:hover:after,
.customer button:hover:after,
.shopify-payment-button__button--unbranded:hover:after {
  border-radius: 0;
  box-shadow: none;
}

.quick-add__submit span:before {
  content: url("/cdn/shop/files/shopping-cart_2.png?v=1681114793&width=20");
  position: absolute;
  left: 22%;
}

.header__menu-item span {
  width: 115px;
  color: #000000;
  font-family: SANS-SERIF;
  /* font-size: 25px; */
  font-size: 2rem;
}

#shopify-section-template--18539936842044__974300c5-f661-430d-abef-57b6d4baf54f
  .rich-text__heading {
  font-family: "Hero Light Regular";
  margin: 0 auto;
  font-size: 34px;
}

#shopify-section-template--18539936842044__c277af93-fcf0-4ee1-a4f0-11a93db196a7
  .rich-text__heading,
#shopify-section-template--18539936842044__6323e2cb-c357-442c-922c-8dec1fde8051
  .rich-text__heading,
#shopify-section-template--18539936842044__21cf4821-a002-4cce-b4a0-a1c9d726226e
  .rich-text__heading,
#shopify-section-template--18539936842044__7102f641-320f-4f92-b6a5-4eb69398416b
  .rich-text__heading,
#shopify-section-template--18539936842044__78cda470-93d1-4c27-8a7d-78f0596c3270
  .rich-text__heading,
#shopify-section-template--18539936842044__fc2fdcb8-d98b-4cc0-be56-30b58b18adb9
  .rich-text__heading,
#shopify-section-template--18539936842044__ed2fa4d7-a85a-4afd-9897-3cf955b01e5a
  .rich-text__heading {
  font-family: "Hero Light Regular";
}

#shopify-section-template--18539936842044__95b8c3ca-8f25-40df-a226-6b72e90e9eab
  .card__heading {
  width: 63%;
  margin: 0 auto;
  font-size: 17px;
}

#shopify-section-template--18539936842044__95b8c3ca-8f25-40df-a226-6b72e90e9eab
  .card:not(.ratio)
  > .card__content {
  margin-top: -24px;
}

#shopify-section-template--18539936842044__95b8c3ca-8f25-40df-a226-6b72e90e9eab
  .card:not(.ratio) {
  padding: 0 22px;
}

#shopify-section-template--18539936842044__95b8c3ca-8f25-40df-a226-6b72e90e9eab
  li:last-child
  .card__heading {
  width: 51%;
}

#shopify-section-template--18539936842044__ef007d2f-3151-44b2-828c-0ce34fe537b2
  a.button {
  border: 1px solid;
}

.ctext1 .wyn {
  position: absolute;
  left: 23%;
  margin-top: -12px;
}

.madewith {
  color: #fff;
  margin-bottom: 20px;
  font-size: 10px;
  margin-right: 25px;
  margin-top: -49px;
  text-align: center;
  width: 100%;
  display: block;
}

#shopify-section-template--18539936842044__a53143c1-dee9-4b28-a0ba-4ba3e4f1ff88
  .banner__content.banner__content--middle-center {
  display: none;
}

#shopify-section-template--18539936842044__a53143c1-dee9-4b28-a0ba-4ba3e4f1ff88
  .banner:after,
#shopify-section-template--18539936842044__a53143c1-dee9-4b28-a0ba-4ba3e4f1ff88
  .banner__media:after {
  display: none;
}

.section-template--18539936809276__product-grid-padding li.grid__item {
  margin-top: 11px;
}
/* Ambient animation */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > svg {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }
}

.__pf img,
.__pf video {
  visibility: initial;
}

.kaktusc-cart__product-qnt-wrap {
  display: none !important;
}

#CartDrawer-Form,
.drawer__header {
  display: block !important;
  padding: 10px !important;
}

.drawer__footer {
  padding: 1.5rem 10px !important;
}

cart-drawer.is-empty .drawer__inner {
  grid-template-rows: 0fr !important;
}

@media screen and (min-width: 1130px) and (max-width: 1439px) {
  .ctext1 .wyn {
    position: absolute;
    left: 19%;
    margin-top: -12px;
  }

  .header__menu-item {
    padding: 1.2rem 3rem;
  }

  #shopify-section-template--18539936842044__974300c5-f661-430d-abef-57b6d4baf54f
    .rich-text__wrapper:before {
    left: 8%;
  }

  #shopify-section-template--18539936842044__6323e2cb-c357-442c-922c-8dec1fde8051
    .rich-text__wrapper:before {
    left: 23%;
  }

  #shopify-section-template--18539936842044__21cf4821-a002-4cce-b4a0-a1c9d726226e
    .rich-text__wrapper:before {
    left: 28%;
  }

  .__pf_EUEn1GeT .pf-3472e44092b1-22_,
  .__pf_EUEn1GeT .pf-3472e44092b1-26_ {
    font-size: 32px !important;
  }

  .quick-add__submit span:before {
    left: 17%;
  }

  #shopify-section-template--18539936842044__78cda470-93d1-4c27-8a7d-78f0596c3270
    .rich-text__wrapper:before {
    left: 19%;
  }

  #shopify-section-template--18539936842044__7102f641-320f-4f92-b6a5-4eb69398416b
    .rich-text__wrapper:before {
    left: 19%;
  }

  #shopify-section-template--18539936842044__fc2fdcb8-d98b-4cc0-be56-30b58b18adb9
    .rich-text__wrapper:before {
    left: 22%;
  }

  .sc-gUQvok.iVVDxu.pf-92_ {
    padding-left: 84px;
  }

  .sc-gUQvok.iVVDxu.pf-89_,
  .sc-gUQvok.iVVDxu.pf-88_ {
    padding-left: 84px;
  }

  .sc-gUQvok.iVVDxu.pf-102_,
  .sc-gUQvok.iVVDxu.pf-101_ {
    padding-right: 132px;
  }
}

@media screen and (min-width: 768px) {
  #wallpaper-img-mobile {
    display: none;
  }
  #wallpaper-img-desktop {
    display: block;
  }
  .footer-block__heading {
    text-align: left;
  }

  .footer-block--newsletter {
    position: absolute;
    flex-wrap: nowrap;
    justify-content: center;
    /* left: 4%; */
    margin-top: -5px;
    width: 280px;
    margin-top: 0 !important;
  }

  .list-social {
    margin-top: 40px;
  }

  .footer__blocks-wrapper .footer-block.grid__item:nth-child(2) {
    padding-left: 85px;
  }

  .header:not(.drawer-menu).page-width {
    display: flex;
    width: 100%;
    /* float: left; */
    max-width: 100%;
    background: #fff;
  }

  .header:not(.drawer-menu) nav {
    flex: 2;
  }

  .header:not(.drawer-menu) h1 {
    flex: 1;
  }

  .header:not(.drawer-menu) .header__icons {
    flex: 2;
    justify-content: flex-end;
  }

  .rich-text__blocks {
    max-width: 85rem !important;
  }

  .header__heading,
  .header > .header__heading-link {
    float: left;
    width: 10%;
  }

  .header--middle-left .header__inline-menu {
    padding: 22px 0;
    float: left;
    width: 79%;
    text-align: center;
  }

  .header__icons {
    /* float: right; */
    margin-left: auto;
    padding: 29px 0;
  }

  #shopify-section-template--18539936842044__6323e2cb-c357-442c-922c-8dec1fde8051
    .rich-text__heading {
    width: 70%;
    margin: 0 auto;
  }

  #shopify-section-template--18539936842044__c277af93-fcf0-4ee1-a4f0-11a93db196a7
    .rich-text__heading {
    width: 39%;
    margin: 0 auto;
  }

  #shopify-section-template--18539936842044__21cf4821-a002-4cce-b4a0-a1c9d726226e
    .rich-text__heading {
    width: 73%;
    margin: 0 auto;
  }

  #shopify-section-template--18539936842044__7102f641-320f-4f92-b6a5-4eb69398416b
    .rich-text__heading {
    width: 100%;
    margin: 0 auto;
  }

  #shopify-section-template--18539936842044__78cda470-93d1-4c27-8a7d-78f0596c3270
    .rich-text__heading {
    width: 75%;
    margin: 0 auto;
  }

  #shopify-section-template--18539936842044__fc2fdcb8-d98b-4cc0-be56-30b58b18adb9
    .rich-text__heading {
  }

  .card__heading.h5 a {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #wallpaper-img-mobile {
    display: block;
  }
  #wallpaper-img-desktop {
    display: none;
  }
  #shopify-section-template--18539936842044__974300c5-f661-430d-abef-57b6d4baf54f
    .rich-text__wrapper:before {
    content: url(/cdn/shop/files/wyn-black.png?v=1680788415&width=45);
    position: absolute;
    left: 6%;
  }

  #shopify-section-template--18539936842044__974300c5-f661-430d-abef-57b6d4baf54f
    .rich-text__heading {
    width: 100%;
    font-size: 19px;
    padding-top: 0;
    width: 74%;
    font-size: 17px;
    padding-top: 0;
  }

  #shopify-section-template--18539936842044__974300c5-f661-430d-abef-57b6d4baf54f
    .rich-text__heading
    svg {
    position: absolute;
    top: 75%;
    left: 61%;
    width: 140px;
    height: calc(50% + 10px);
    transform: translate(-50%, -50%);
    overflow: visible;
  }

  #shopify-section-template--18539936842044__c91e3329-d068-49f9-bb24-d6a55af42bfd {
    padding-bottom: 0;
  }

  .section-template--18539936842044__6323e2cb-c357-442c-922c-8dec1fde8051-padding {
    padding-top: 20px !important;
  }

  .section-template--18539936842044__974300c5-f661-430d-abef-57b6d4baf54f-padding {
    padding-bottom: 7px !important;
  }

  #Banner-template--18539936842044__65ac9d43-07dc-4b13-93b7-c75fb6e9dc0d img {
    left: 0;
    width: 100%;
    height: auto;
  }

  #shopify-section-template--18539936842044__c277af93-fcf0-4ee1-a4f0-11a93db196a7
    .rich-text__wrapper:before {
    content: url(/cdn/shop/files/wyn-black.png?v=1680788415&width=45);
    position: absolute;
    left: 10%;
  }

  #shopify-section-template--18539936842044__6323e2cb-c357-442c-922c-8dec1fde8051
    .rich-text__wrapper:before {
    content: url(/cdn/shop/files/wyn-black.png?v=1680788415&width=45);
    position: absolute;
    left: 7%;
  }

  #shopify-section-template--18539936842044__6323e2cb-c357-442c-922c-8dec1fde8051
    .rich-text__heading {
    width: 72%;
    font-size: 19px;
    margin: 0 auto;
    padding-top: 15px;
  }

  #shopify-section-template--18539936842044__6323e2cb-c357-442c-922c-8dec1fde8051
    .rich-text__heading
    svg {
    position: absolute;
    top: 79%;
    left: 61%;
    width: 120px;
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
    overflow: visible;
  }

  #shopify-section-template--18539936842044__95b8c3ca-8f25-40df-a226-6b72e90e9eab
    .card__heading {
    font-size: 17px;

    width: 100%;
  }

  .card--standard > .card__content .card__information {
  }

  #shopify-section-template--18539936842044__95b8c3ca-8f25-40df-a226-6b72e90e9eab
    .card
    .card__inner
    .card__media {
    margin-top: 10px;
  }

  #shopify-section-template--18539936842044__95b8c3ca-8f25-40df-a226-6b72e90e9eab
    li:last-child
    .card__heading {
    width: 100%;
  }

  .section-template--18539936842044__95b8c3ca-8f25-40df-a226-6b72e90e9eab-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .section-template--18539936842044__21cf4821-a002-4cce-b4a0-a1c9d726226e-padding {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }

  #shopify-section-template--18539936842044__21cf4821-a002-4cce-b4a0-a1c9d726226e
    .rich-text__heading
    svg {
    position: absolute;
    top: 57%;
    left: 57%;
    width: 103px;
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
    overflow: visible;
  }

  .opinew-stars-plugin-product-list {
    text-align: left !important;
  }

  .__pf_EUEn1GeT .pf-3472e44092b1-7_ {
    font-size: 20px !important;
    margin-bottom: 15px !important;
  }

  .__pf_EUEn1GeT .pf-3472e44092b1-10_ {
    font-size: 13px !important;
  }

  .__pf_EUEn1GeT .pf-3472e44092b1-3_ {
    margin-bottom: 0 !important;
  }

  .__pf_EUEn1GeT .pf-3472e44092b1-13_ {
    padding-top: 20px !important;
  }

  .__pf_EUEn1GeT .pf-3472e44092b1-16_ {
    margin-bottom: 0 !important;
    font-size: 20px !important;
  }

  .__pf_EUEn1GeT .pf-3472e44092b1-20_,
  .__pf_EUEn1GeT .pf-3472e44092b1-24_ {
    font-size: 50px !important;
  }

  .__pf_EUEn1GeT .pf-3472e44092b1-22_,
  .__pf_EUEn1GeT .pf-3472e44092b1-26_ {
    font-size: 25px !important;
  }

  #shopify-section-template--18539936842044__7102f641-320f-4f92-b6a5-4eb69398416b
    .rich-text__heading {
    width: 55%;
  }

  #shopify-section-template--18539936842044__95b8c3ca-8f25-40df-a226-6b72e90e9eab
    .card:not(.ratio)
    > .card__content {
    margin-top: 0;
  }

  #shopify-section-template--18539936842044__21cf4821-a002-4cce-b4a0-a1c9d726226e
    .rich-text__wrapper:before {
    content: url(/cdn/shop/files/wyn-black.png?v=1680788415&width=45);
    position: absolute;
    left: 13%;
  }

  #shopify-section-template--18539936842044__21cf4821-a002-4cce-b4a0-a1c9d726226e
    .rich-text__heading {
    width: 67%;
    font-size: 19px;
    margin: 0 auto;
  }

  .quick-add__submit span:before {
    left: 6%;
  }

  #shopify-section-template--18539936842044__7102f641-320f-4f92-b6a5-4eb69398416b
    .rich-text__wrapper:before {
    content: url(/cdn/shop/files/wyn-black.png?v=1680788415&width=45);
    position: absolute;
    left: 13%;
  }

  #shopify-section-template--18539936842044__7102f641-320f-4f92-b6a5-4eb69398416b
    .rich-text__heading {
    width: 55%;
    font-size: 19px;
    margin: 0 auto;
    padding-top: 0;
  }

  .__pf_JP84OurL .pf-e6c7cdd3ed7a-5_ [data-pf-type="TabHeader2"] {
    padding: 10px 9px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-size: 14px !important;
  }

  #shopify-section-template--18539936842044__2881486d-bd75-4e32-8f98-304eb412b82e {
    margin-top: 0px;
  }

  #shopify-section-template--18539936842044__78cda470-93d1-4c27-8a7d-78f0596c3270
    .rich-text__wrapper:before {
    content: url(/cdn/shop/files/wyn-black.png?v=1680788415&width=45);
    position: absolute;
    left: 18%;
  }

  #shopify-section-template--18539936842044__7102f641-320f-4f92-b6a5-4eb69398416b
    .rich-text__heading
    svg {
    position: absolute;
    top: 70%;
    left: 55%;
    width: 120px;
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
    overflow: visible;
  }

  #shopify-section-template--18539936842044__78cda470-93d1-4c27-8a7d-78f0596c3270
    .rich-text__heading {
    width: 60%;
    font-size: 19px;
    margin: 0 auto;
    font-family: Hero Light Regular;
    padding-top: 0;
  }

  .section-template--18539936842044__78cda470-93d1-4c27-8a7d-78f0596c3270-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .__pf_xs9nfyo5 .pf-0a7ed28657a9-4_ {
    padding-bottom: 0 !important;
  }

  .__pf_xs9nfyo5 .pf-0a7ed28657a9-1_ {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
  }

  #shopify-section-template--18539936842044__fc2fdcb8-d98b-4cc0-be56-30b58b18adb9
    .rich-text__wrapper:before {
    content: url(/cdn/shop/files/wyn-black.png?v=1680788415&width=45);
    position: absolute;
    left: 20%;
  }

  #shopify-section-template--18539936842044__fc2fdcb8-d98b-4cc0-be56-30b58b18adb9
    .rich-text__heading {
    width: 60%;
    font-size: 19px;
    margin: 0 auto;
    font-family: Hero Light Regular;
    padding-top: 0;
  }

  .section-template--18539936842044__fc2fdcb8-d98b-4cc0-be56-30b58b18adb9-padding {
    padding-bottom: 0 !important;
  }

  .header__heading-logo {
    width: 50px;
  }

  .footer-block.grid__item {
    padding: 0px 25px !important;
  }

  .footer-block__details-content .list-menu__item--link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .footer-block.grid__item.footer-block--menu {
    width: 50%;
    display: inline-block;
  }

  .footer-block.grid__item {
    margin: 0 !important;
  }

  .__pf_ARsZTpoN .pf-4_ {
    background: none !important;
  }

  .__pf_ARsZTpoN .pf-42_ {
    background: none !important;
    padding-top: 52px !important;
  }

  .sc-gUQvok.iVVDxu.pf-44_ {
    display: none !important;
  }

  .sc-gUQvok.iVVDxu.pf-103_ {
    display: none !important;
  }

  .__pf_ARsZTpoN .pf-86_ {
    display: none !important;
  }

  #shopify-section-template--18539936842044__65ac9d43-07dc-4b13-93b7-c75fb6e9dc0d
    .banner__media.media {
    height: 390px;
    width: 390px;
    position: relative;
  }

  #Banner-template--18539936842044__c91e3329-d068-49f9-bb24-d6a55af42bfd
    .banner__media.media {
    height: 579px;
    width: 390px;
    position: relative;
  }

  #shopify-section-template--18539936842044__65ac9d43-07dc-4b13-93b7-c75fb6e9dc0d
    .banner__content {
    display: none;
  }

  #shopify-section-template--18539936842044__c91e3329-d068-49f9-bb24-d6a55af42bfd
    .banner__content {
    display: none;
  }

  .banner--mobile-bottom .slideshow__text.banner__box {
    display: none;
  }

  .collection .slider.slider--tablet {
    margin-bottom: 0 !important;
  }

  .__pf_JP84OurL .pf-e6c7cdd3ed7a-5_ [data-pf-type="TabHeader"],
  .__pf_JP84OurL .pf-e6c7cdd3ed7a-5_ [data-pf-type="TabHeader"] {
    padding: 10px 9px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-size: 14px !important;
  }

  #shopify-section-template--18539936842044__78cda470-93d1-4c27-8a7d-78f0596c3270
    .rich-text__heading
    svg {
    left: 50%;
    width: 150px;
  }

  .ctext1 {
    width: 60%;
    font-family: Hero Light Regular;
    font-size: 19px;
  }

  .ctext1 .wyn {
    position: absolute;
    left: 20%;
    margin-top: 0px;
    width: 45px;
  }

  .lfont1 img {
    position: absolute;
    margin-top: -20px !important;
  }

  #shopify-section-template--18539936842044__67d42dec-05b0-4203-a455-4021a618c77e
    #stroke {
    display: none;
  }

  body {
    overflow-x: hidden;
  }

  .quick-add__submit {
    padding: 0;
  }
}

#shopify-section-template--18539936842044__e2fd6901-4221-4a87-9c60-73c70135b4e6 {
  background: radial-gradient(#fcffe1, #fce5c8, #fce4ce);
}
#shopify-section-template--18539936842044__e2fd6901-4221-4a87-9c60-73c70135b4e6
  > div {
  padding-left: 0px;
  padding-bottom: 0px !important;
  margin-left: 0px !important;
}
#shopify-section-template--18539936842044__e2fd6901-4221-4a87-9c60-73c70135b4e6
  .image-with-text__media {
  background: transparent;
}
div[data-pf-type="Custom.HTML"] #perc {
  /* display: none; */
}

h3[spellcheck="false"] {
  display: block;
}

.collapsible-content__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

#testimonial-section-row {
  margin: 0;
  max-width: var(--page-width);
}

.header__submenu {
  background: #ffffff;
}

.menu-drawer__menu.list-menu.submenu-open ul > li:nth-child(1) a,
.header__submenu > li:nth-child(1) a,
.menstrual-wellness {
  color: #dd2155 !important;
}
.menstrual-wellness p,.sexual-wellness p,.pregnancy-care p,.menopausal-wellness p,.everyday-wellness p{color:#000;}
.menu-drawer__menu.list-menu.submenu-open ul > li:nth-child(2) a,
.header__submenu > li:nth-child(2) a,
.sexual-wellness {
  color: #13465c !important;
}
.menu-drawer__menu.list-menu.submenu-open ul > li:nth-child(3) a,
.header__submenu > li:nth-child(3) a,
.pregnancy-care {
  color: #ecb436 !important;
}
.menu-drawer__menu.list-menu.submenu-open ul > li:nth-child(4) a,
.header__submenu > li:nth-child(4) a,
.featured-products,
.menopausal-wellness {
  color: #912a89 !important;
}
.menu-drawer__menu.list-menu.submenu-open ul > li:nth-child(5) a,
.header__submenu > li:nth-child(5) a,
.everyday-wellness {
  color: #8f89c2 !important;
}
.menu-drawer__menu.list-menu.submenu-open ul > li:nth-child(6) a,
.header__submenu > li:nth-child(6) a,
.everyday-wellness {
  color: #1AAEC6 !important;
}
.menu-drawer__menu.list-menu.submenu-open ul > li:nth-child(7) a,
.header__submenu > li:nth-child(7) a,
.everyday-wellness {
  color: #000 !important;
}


@media screen and (max-width: 750px) {
  #content-list-item-1-row > .pf-c,
  #content-list-item-2-row > .pf-c,
  #content-list-item-3-row > .pf-c,
  #content-list-item-4-row > .pf-c,
  #content-list-item-5-row > .pf-c,
  #content-list-item-6-row > .pf-c {
    padding-top: 0;
    padding-bottom: 0;
  }
}

div[id="opinew-stars-plugin-product"] {
  display: block !important;
}

.d-inline,
#shopify-block-opinew-stars-plugin-product {
  display: inline-block;
}
#shopify-block-opinew-stars-plugin-product {
  float: right;
  margin: 0;
}
#MainContent {
  background: #ffffff;
}
.product-form__buttons {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 12px;
}
.product-form__buttons > .button--full-width {
  width: unset;
}

/* .product-form__buttons > .product-form__submit{
  margin: 2px;
} */

.product-form__buttons button {
  padding: 4px 0px;
  font-size: 2rem;
  letter-spacing: normal;
  font-family: "Assistant";
}

.product-form__submit,
.shopify-payment-button button {
  background: #000000;
  border-radius: 25px;
  color: #ffffff;
  flex: 1;
  min-height: unset;
  min-width: unset;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.shopify-payment-button {
  flex: 1;
}

.wallpaper-div {
  margin-top: calc(-1 * var(--header-height) - 2px);
}
.index  #wallpaper-row > div {
  padding: 0;
      padding-top: 110px;
}
#wallpaper-row > div {
  padding: 0;
 padding-top: 35px;
}

@media screen and (max-width: 750px) {
  #contact-us-custom ul {
    margin-bottom: 10px;
  }
  #contact-us-custom .op-0 {
    display: none;
  }
  product-info #product-collection-title {
    font-family: "Kameron" !important;
    font-size: 10px !important;
  }
  product-info .product__title h1 {
    font-family: "Work Sans" !important;
    font-size: 17px !important;
  }
  product-info .product__description p {
    font-family: Assistant, sans-serif !important;
    font-size: 10px !important;
  }
  product-info .price .price__container span {
    font-family: Assistant, sans-serif !important;
    font-weight: var(--font-body-weight-bold);
    font-size: 25px !important;
  }
  .product-form__buttons button {
    font-size: 1.2rem;
  }
  .two-line-text {
    height: 4rem;
  }
  ul.grid.product-grid.contains-card.contains-card--product {
    column-gap: 20px;
  }
  #product-grid {
    column-gap: 30px !important;
  }
  #product-grid li {
    max-width: 45%;
  }
  .index #wallpaper-row > div{padding-top: 55px;}
  #wallpaper-row > div{padding-top: 0px;}
  .wallpaper-div {
    margin-top: calc(-1 * var(--header-height) - 19px);
  }
  #our-blog-posts .breadcrumbs{display:none;}
}

@media screen and (min-width: 751px) {
  product-info #product-collection-title {
    font-family: "Kameron" !important;
    font-size: 30px !important;
  }
  product-info .product__title h1 {
    font-family: "Work Sans" !important;
    font-size: 50px !important;
  }
  product-info .product__description p {
    font-family: Assistant, sans-serif !important;
    font-size: 25px !important;
  }
  product-info .price .price__container span {
    font-family: Assistant, sans-serif !important;
    font-weight: var(--font-body-weight-bold);
    font-size: 45px !important;
  }
  #collection-list-custom > div {
    width: var(--page-width);
    max-width: unset;
  }
  .two-line-text {
    height: 6rem;
  }
  #shopify-section-template--20985776931132__3b847136-4ddd-4b68-82e7-ca74117d8d47 {
    display: none;
  }
  #product-grid {
    column-gap: 40px;
  }
  ul.grid.product-grid.contains-card.contains-card--product {
    column-gap: 40px;
  }
}

.button--recent-rounded {
  border-radius: 25px;
  background: #000000;
  color: #ffffff;
}

.collection-product-button-block {
  display: flex;
}

.collection-product-button-block input,
.card_payment_option {
  margin: 2px;
  flex: 1;
}

.card_payment_option {
  margin: 2px 0px;
}

.shopify-payment-button__button--hidden {
  display: none;
}

.read-more {
  background: transparent;
  border: 0;
  font-size: 0.9em;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}
p {
  text-align: justify;
  text-justify: inter-word;
}
#wallpaper-row {
  margin: 0;
}
#header-element {
  background: transparent;
}

#sticky-header {
  background-color: transparent;
}
.scrolled-past-header #sticky-header{
  background-color: rgb(var(--color-background));
}
.metafield-rich_text_field p{text-align: left !important;}
@media screen and (max-width: 980px) {
  .shopify-section .__pf_zQ3PNohF .pf-90_{margin:0px !important;}
   .shopify-section .__pf_yYpBaYeT .pf-72_{margin:0px !important;}
   .shopify-section .__pf_yYpBaYeT .pf-74_{margin-right: 0px !important;}
   .shopify-section .__pf_yYpBaYeT .pf-79_{margin-right: 0px !important;}
  .shopify-section .__pf_Wu0MjXTE .pf-90_{margin:0px !important;}
  .shopify-section .__pf_Wu0MjXTE .pf-91_{margin-right: 0px !important;}
  .shopify-section .__pf_a14xxzcC .pf-90_{margin:0px !important;}
   .shopify-section  .__pf_a14xxzcC .pf-91_{margin-right: 0px !important;}
  .shopify-section .__pf_X4jsBKWO .pf-107_, .shopify-section .__pf_X4jsBKWO .pf-112_, .shopify-section .__pf_X4jsBKWO .pf-119_{    text-align: center;}
  
}

/***************************Join Us*********************************************/

.join-us-bg{background-color: #fefdfb;}
.join-us-bg .image-with-text__media{box-shadow:none !important; background-color:transparent;}
.join-us-bg .join__heading{font-family: Assistant,sans-serif;
    font-size: 38px;
    font-weight: 600 !important;margin:0px;color:#1f1f1f !important;}
.join-us-bg .join__heading strong{font-weight: 600 !important;}
.join-us-bg .join__subheading{font-family: Assistant,sans-serif;
    font-size: 39px;
    font-weight: 300 !important;margin:0px;color:#1f1f1f !important;}
.join-us-bg  .image-with-text__text-item{padding:0px !important;}
.join-us-bg .image-with-text__content{padding-top:0px !important;padding-bottom:0px !important;}
.join-us-bg .image-with-text__text{font-family: Assistant,sans-serif; font-size:15px;color: #505050;line-height:24px; }
.join-us-bg .image-with-text__text p{text-align: left !important;}
.list-points ul{margin:0px; padding:0px; margin-left:0px;}
.list-points ul li{color:#505050;list-style: none;display:flex;font-size:15px;line-height:35px; }
.list-points ul li::before {
content: '';
display: inline-block;
height:18px;
width: 18px;
background-size: contain;
background-image: url("/cdn/shop/t/33/assets/Star1.png?v=1708530752");
margin-right: 15px;
margin-top: 8px;
background-repeat: no-repeat;  
}
@media screen and (min-width: 750px){
  .join-us-bg .image-with-text__content{ width: calc(80% + 4rem) !important;
    min-width: calc(80% + 4rem) !important;} 
 .rewards .image-with-text__content{ width: calc(80% + 4rem) !important;
    min-width: calc(80% + 4rem) !important;} 
}
.join-our-program {
    background-image: url(/cdn/shop/t/24/assets/Rectangle%203.png?v=1700563519);
    background-color: #fef5dd;
    background-repeat: round;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 50px;text-align:center;
}
.join-our-program .title-wrapper-with-link{text-align:center;justify-content: center !important;margin-bottom:50px;}
.join-our-program .title{text-align:center;font-family: Assistant,sans-serif; font-size: 38px;
    font-weight: 600 !important;margin:0px;color:#1f1f1f !important;}
.join-our-program .grid__item{padding-left: 30px;
    padding-right: 30px;}
.join-our-program  .multicolumn-card__info h3{font-family: Assistant,sans-serif; font-size: 18px;
    font-weight: 600 !important;margin:0px;color:#1f1f1f !important;margin-bottom: 10px;}
.join-our-program  .multicolumn-card__info .rte{font-family: Assistant,sans-serif; font-size: 18px;
    font-weight: 300 !important;margin:0px;color:#1f1f1f !important;}
.join-our-program  .multicolumn-card__info .rte p{text-align: center !important;
    line-height: 26px;}
.list-blocks{    margin-bottom: 20px;}
.list-block-inner{display:flex;flex-wrap: wrap;align-items: center;}
.list-block-inner .listbox{}
.list-block-inner .list-image {display:inline-block;width:16%;}
.list-block-inner .list-content{display:inline-block;width:80%;}
.list-block-inner .list-content h3{margin:0px;color:#2E2E2E; font-size: 20px;font-family: Assistant,sans-serif; font-weight: 600 !important;}
.list-block-inner .list-content p{line-height: 25px;text-align: left !important;margin:0px;color:#898989; font-size: 17px;font-family: Assistant,sans-serif; font-weight: 300 !important;}
.rewards .image-with-text__text.subtitle{color:#000; font-size: 22px;font-family: Assistant,sans-serif; }
.rewards .join__subheading {
    font-family: Assistant,sans-serif;
    font-size: 39px;
    font-weight: 300!important;
    margin: 0;
    color: #1f1f1f!important;
  margin-bottom: 30px;
}
.join-button{
      color: #000;
    font-size: 16px;
    font-family: DM Sans,sans-serif;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 30px;
    width: 155px;
}
.join-banner .join-button span{ margin-left: 7px;} 
.join-us-reg .image-with-text__heading{font-family: Assistant,sans-serif;
    font-size: 50px;
    font-weight: 300!important;
    margin: 0;
    color: #fff!important;
    line-height: 58px;
}
.join-us-reg .image-with-text__text{    
     font-family: Assistant,sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 24px;width:74%;}
.join-us-reg .image-with-text__text p{text-align: left !important;}
.join-meet-founder{background-color:#EFEFEF;}
.join-meet-founder h2{ text-align: center;
    font-family: Assistant,sans-serif;
    font-size: 38px;
    font-weight: 600!important;
    margin: 0;
    color: #1f1f1f!important;}
.join-meet-founder .title-wrapper-with-link{justify-content: center;margin-bottom:5rem;}
.join-meet-founder  .page-width { max-width: 120rem !important;}
.descriptiontext{font-family: Assistant,sans-serif;
    font-size: 15px;
    color: #505050;
    line-height: 24px;}
.authortext{font-family: Assistant,sans-serif;
    font-size: 15px;
    color: #505050;
    line-height: 24px;font-weight: 600!important;margin-top:20px;}
.videocode{margin-top:50px;}
.tagline{font-family: Assistant,sans-serif;
    font-size: 22px;
    color: #505050;
    line-height: 30px;  font-weight: 400!important;margin-top:30px;}
.meet-button{
      color: #000;
    font-size: 16px;
    font-family: DM Sans,sans-serif;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 30px; margin-top:30px;
}
.meet-button:hover{ background-color: transparent;}
.meet-button span{ margin-left: 7px;} 
.section-right {padding-left: 80px !important;}
.faq-block .page-width{max-width: 120rem !important;height: 100%;} 
.faq-block .title{font-family: Assistant,sans-serif;
    font-size: 40px;
    font-weight: 300!important;
    margin: 0;
    color: #fff!important;
    line-height: 48px;}
.faq-block .section-right {padding-left: 0px !important;}
.faq-block .section-left {display: flex;
    align-items: center;
    justify-items: center;}
.faq-block .section-right {display: flex;
    align-items: center;
    justify-items: center;}
.faq-block .image-with-text .grid{justify-content: center;
    align-content: center;
    justify-items: center;
    vertical-align: middle;
    height: 100%;
}
.faqpage{width:100%;} 
@media screen and (max-width: 980px){
  .join-us-bg .image-with-text__content{margin-top:20px !important;padding:0px !important; margin-bottom:50px !important;}
  .list-block-inner .list-image{width: 20%;}
   .list-block-inner .list-image img{width: 50px;}
  .list-block-inner{align-items: normal;}
  .join-us-reg .image-with-text__heading{font-size: 36px;}
  .join-us-reg .image-with-text__text{width:100%;}
  .join-meet-founder .section-right{padding-left:0px !important;}
  .globo-formbuilder-wizard{width:100% !important}
  .social-block{position: relative !important;}
  .videocode iframe{width:100% !important;}
  .descriptiontext{text-align: justify !important;}
  .stickyadd{display:block;}
  #shopify-section-template--25138396201276__slideshow_ftmWW3{display:none !important;}
  #shopify-section-template--25138396201276__slideshow_fCVWGb{display:block !important;}
  .shopify-payment-button{margin-bottom:5px;}
  
}
  #shopify-section-template--25138396201276__slideshow_ftmWW3{display:block;}
  #shopify-section-template--25138396201276__slideshow_fCVWGb{display:none;}
@media screen and (min-width: 980px){ .stickyadd{display:none;}}

@media screen and (min-width: 750px) and (max-width: 1024px)  {
  .join-us-bg .image-with-text__grid--reverse .image-with-text__content{margin:0px;padding:0px;width: calc(90% + 4rem)!important;
    min-width: calc(90% + 4rem)!important;}
.join-us-bg .image-with-text__content, .rewards .image-with-text__content {
    width: calc(90% + 4rem)!important;
    min-width: calc(90% + 4rem)!important;
}
.join-us-bg .join__heading{font-size: 32px;}
.join-us-bg .join__subheading{font-size: 32px;}
.join-us-bg .image-with-text__text{margin-top: 6px;}
.list-points ul li{line-height: 28px;}
.list-block-inner .list-image{width: 20%;}
.list-block-inner .list-image img{width: 50px;}
.join-us-reg,.faq-block{background-size: 100% auto !important;
    height: auto !important;
    background-repeat: repeat;}
}
.globo-form-app .header .title{text-align:Center;}
.globo-form-control input, .globo-form-control textarea, .globo-form-control select{    
     background-color: transparent !important;
    border-radius: 5px !important; border:1px solid #D2D2D2; color: #2E2E2E !important;}
.globo-form-app .header .title{font-family: Assistant,sans-serif;
    font-size: 30px !important;
    color: #1f1f1f!important;
    line-height: 24px;font-weight: 400!important;}
.globo-form-control{margin-bottom: 8px;}
.gfb__footer .action, .gfb__footer [type=button], .gfb__footer [type=submit], .globo-form-app .footer .action, .globo-form-app .footer [type=button], .globo-form-app .footer [type=submit]
{ border-radius: 10px !important; border:1px solid #000;   font-family: DM Sans,sans-serif;font-size: 16px !important;}
.globo-formbuilder-wizard{    
  width: 400px;
    margin: 0 auto !important; padding-bottom: 12px; padding-top: 12px;}
.globo-form-id-21557 .globo-form-app{border-radius: 10px !important; }
.join-us-reg .image-with-text__content{justify-content: flex-start !important; }
.socialtext{font-family: Assistant,sans-serif;
    font-size: 27px !important;
    color: #fff!important;
    line-height: 27px;font-weight: 300!important; text-align: left;    width: 100% !important;margin-bottom:20px !important;}
.join-social-links ul{margin:0px; padding:0px;}
.join-social-links ul li{list-style:none; display:inline-block;width:30px; vertical-align:middle;}
.join-social-links ul li a{width:30px;}
.social-block{  position: absolute;
    bottom: 15px;}
.pagination__item{text-indent: -9999px;} 
.pagination__item--current:after{display:none !important;}
.chead{text-align:center;}
.contactsection .footer-block--menu{padding-left:0 !important;}
@media screen and (min-width: 750px){
.collection-hero__description {
    max-width: 100% !important;    margin-bottom: 30px;
}.login-section{ max-width: 47.8rem; margin: 0 auto;}
.login-section #customer_login a {display:block !important;}
.stickyadd{display;none;}
.wallpaper-div{}
}
.login a{display:initial !important;}
.customer:not(.account):not(.order) {
    max-width: 65% !important;
}
.blog-next-post{    
    border-top: 2px solid #ccc;
    padding-top: 30px;
    margin-top: 30px;
   border-bottom: 2px solid #ccc;
      padding-bottom: 10px;
}
.blog-next-post span{ font-size: 16px;
    display: block;
   text-transform: capitalize;font-weight: 400; font-family: "Work Sans", sans-serif !important;line-height: 140%;
    color: #3B3C4A;}
.blog-next-post h1{ font-size: 24px;
    display: block;
   text-transform: capitalize;font-weight: 600; font-family: "Work Sans", sans-serif !important;line-height: 120%;
    color: #181A2A;}
.blog-next-post h1 a{text-decoration:none;}
.blog-next-post h1 a:hover{}
.cart-count-bubble{background-color: #df3754 !important;}
#__pf .shopify-payment-button button{font-size: 16px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.4em;
    border-radius: 8px;
    color: #fff !important;
    font-size:16px;
  }

#__pf .shopify-payment-button button:hover {
background: #e53a5f !important;
}
#__pf .bluebuynowbtn .shopify-payment-button button {background: #8f89c2 !important;border: 1px solid #8f89c2;}
#__pf .bluebuynowbtn .shopify-payment-button button:hover {background: #8f89c2 !important;border: 1px solid #8f89c2;}

#__pf .redbuynowbtn .shopify-payment-button button {background: #e53a5f !important;border: 1px solid #e53a5f;}
#__pf .redbuynowbtn .shopify-payment-button button:hover {background: #e53a5f !important;border: 1px solid #e53a5f;} 

#__pf .tealbuynowbtn .shopify-payment-button button {background: #13465c !important;border: 1px solid #13465c;}
#__pf .tealbuynowbtn .shopify-payment-button button:hover {background: #13465c !important;border: 1px solid #13465c;} 

#__pf .yellowbuynowbtn .shopify-payment-button button {background: #eab140 !important;border: 1px solid #eab140;}
#__pf .yellowbuynowbtn .shopify-payment-button button:hover {background: #eab140 !important;border: 1px solid #eab140;} 

#__pf .purplebuynowbtn .shopify-payment-button button {background: #912a89 !important;border: 1px solid #912a89;}
#__pf .purplebuynowbtn .shopify-payment-button button:hover {background: #912a89 !important;border: 1px solid #912a89;} 

.__pf [disabled],
.__pf [readonly] {
cursor: default !important;
pointer-events: unset !important;
}
.wa-splmn-chat-btn-offset{ bottom: 18%  !important;
    right: 20px  !important;}
.metafield-rich_text_field p{font-size: 25px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
}
h3.title-wrapper--no-top-margin{    
    margin-bottom: 15px;
    margin-top: 19px !important;}

.shopify-payment-button__button{height:auto !important;}
#zoko-8aec0844-b70f-11ec-b909-0242ac120002 img{bottom: 84px !important;}

/*********************************************New design css*************************************/
@font-face {
  font-family: "AmericanTypewriterBold";
  font-style: normal;
  font-weight: normal;
  src: url("/cdn/shop/files/AmericanTypewriterBold.woff?v=1716751569")
    format("woff");
}
.pagination-wrapper{display:none;}
.cart-count-bubble{ color: #fff !important;}

@media screen and (min-width: 750px) {
   .header-bottom  .page-width {
        padding: 0 2rem; width:1600px;max-width: 1100px;  margin-left: 0;
    }
  .header__icons{ padding: 0px 0;}
}
#sticky-header {
    background-color: #0B101F;
}
.header__icon {
    color: #fff;
}
.header__menu-item{color:#fff;}
.header__menu-item:hover 
    {color:#fff;}
.header__menu-item span{font-size: 15px;
    line-height: 140%;color:#fff;font-family: "Work Sans", sans-serif;}
.menu-drawer__menu.list-menu.submenu-open ul > li:nth-child(1) a, .header__submenu > li:nth-child(1) a, .menstrual-wellness
,.menu-drawer__menu.list-menu.submenu-open ul > li:nth-child(2) a, .header__submenu > li:nth-child(2) a, .sexual-wellness,
.menu-drawer__menu.list-menu.submenu-open ul > li:nth-child(3) a, .header__submenu > li:nth-child(3) a, .pregnancy-care,
.menu-drawer__menu.list-menu.submenu-open ul > li:nth-child(4) a, .header__submenu > li:nth-child(4) a, .featured-products, .menopausal-wellness,
.menu-drawer__menu.list-menu.submenu-open ul > li:nth-child(5) a, .header__submenu > li:nth-child(5) a, .everyday-wellness{font-size: 15px;font-family: "Work Sans", sans-serif;}
.header-bottom{ filter:drop-shadow(0px 10px 4px #ddd);background-color:#fff;padding-top: 10px;padding-bottom: 10px;}
.header-bottom-inner{display:flex;flex-wrap:nowrap;}
.category-block{
    width: 135px;
    flex-direction: row;
    display: flex;    align-items: center;}
.cat-title{color:#000; width: 65%;line-height: 16px;font-size:15px;font-family: "Work Sans", sans-serif; font-weight:500;}
.cat-title a{text-decoration:none;color:#000; width: 80%;line-height: 13px;font-size:13px;font-family: "Work Sans", sans-serif; font-weight:500;}
.cat-image{width: 25%;    
align-items: center;
display: flex;}
.category-block:nth-child(4) {width: 144px;}
.category-block:nth-child(4) .cat-image{width:20%;} 
.category-block:nth-child(4) .cat-title{width:70%;}
   .category-block:nth-child(3)  {width: 150px;}
.collection-hero__title{ margin-top: 50px !important;font-weight:700;font-size:30px;font-family: "Work Sans", sans-serif; }
@media screen and (min-width: 750px) {
      /**************************pregancy care*****************************/
    .template-collection-pregnancy-care .collection-hero__inner { max-width: 1100px;}
    .template-collection-pregnancy-care .product-grid-container .collection  { max-width: 1100px;}
    .template-collection-pregnancy-care .two-line-text {height: 5rem;}
    /**************************Menstral*****************************/
    #menstrual-care .collection-hero__inner { max-width: 1100px;}
   #menstrual-care .product-grid-container .collection  { max-width: 1100px;}
    #menstrual-care .two-line-text {height: 5rem;}
  /*****************************sensual*******************************/
  .template-collection-sensual-wellness .collection-hero__inner { max-width: 1100px;}
  .template-collection-sensual-wellness .product-grid-container .collection  { max-width: 1100px;}
    .template-collection-sensual-wellness .two-line-text {height: 5rem;}

   /*****************************Menopause*******************************/
   .template-collection-menopause-wellness .collection-hero__inner { max-width: 1100px;}
    .template-collection-menopause-wellness .product-grid-container .collection  { max-width: 1100px;}
    .template-collection-menopause-wellness .two-line-text {height: 5rem;}

     /*****************************Hygiene Care*******************************/
    .template-collection-hygiene-care .collection-hero__inner { max-width: 1100px;}
    .template-collection-hygiene-care .product-grid-container .collection  { max-width: 1100px;}
    .template-collection-hygiene-care .two-line-text {height:5rem;}
  
     .middlebanner .banner__box {max-width: 54rem !important;}
}
.card .card__inner .card__media{border: 1px solid #F2E5E5;
    border-radius: 10px;}
.card__heading.h5 a{ height: 5rem;font-weight:500 !important;font-size:16px;font-family: "Work Sans", sans-serif;line-height:22px; color:#1E222B !important;}
.card__heading.h5 a br{display:none;}
.opinew-stars-plugin-link  .opinew-star-plugin-inside{}
.opinew-no-reviews-stars-plugin{font-weight:400;font-size:13px;font-family: "Work Sans", sans-serif;line-height:20px; color:#000;}
.card__heading.h5 a.opinew-stars-plugin-link{font-weight:300;}
.template-collection #shopify-section-sections--22616912494908__header_bottom_rHLqUj,
.template-collection-pregnancy-care #shopify-section-sections--22616912494908__header_bottom_rHLqUj{display:block;}
.price__regular .price-item--regular,.card-information>.price{font-weight:500;font-size:16px;font-family: "Work Sans", sans-serif;line-height:24px; color:#000;}
.price--on-sale .price-item--regular {
    text-decoration: line-through;
    color: rgba(var(--color-foreground), .75);
 font-weight:500;font-size:16px !important;font-family: "Work Sans", sans-serif;line-height:24px;}

.product__info-wrapper .price--on-sale .price-item--regular {font-size:23px !important;}

.ptext{font-weight:400;font-size:14px;font-family: "Work Sans", sans-serif;line-height:20px; color:#8891A5;}
.product-form__buttons{margin-top:10px;display: block;}
#ProductSubmitButton-section{width: 100%;
    margin-bottom: 10px;margin-top:6px; border:1px solid #000; background-color:#fff; font-weight:400;font-size:15px;font-family: "Work Sans", sans-serif;line-height:20px; color:#000; border-radius:3px; padding-top:8px; padding-bottom:8px;}
#ProductSubmitButton-section:hover{border:1px solid #000;}

.template-collection .shopify-payment-button button{-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;background: #000;color:#fff;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;
line-height:140%;border:1px solid #000; border-radius:5px !important; padding: 12px 0px !important; }
.template-collection .shopify-payment-button button:hover{background: #fff !important;color:#000;}

.template-collection-pregnancy-care .shopify-payment-button button{-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;background: #EDB436;color:#000;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;
line-height:140%;border:1px solid #EDB436; border-radius:5px !important; padding: 12px 0px !important; }
.template-collection-pregnancy-care .shopify-payment-button button:hover{background: #fff !important;color:#EDB436;}

.template-collection-sensual-wellness .shopify-payment-button button{-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;background: #4750A4;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;
line-height:140%;color:#fff; border:1px solid #4750A4; border-radius:5px !important; padding: 12px 0px !important; }
.template-collection-sensual-wellness .shopify-payment-button button:hover{background: #fff !important;color:#4750A4;}

.template-collection-menopause-wellness .shopify-payment-button button{-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;background: #B23AA4;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;
line-height:140%;color:#fff; border:1px solid #B23AA4; border-radius:5px !important; padding: 12px 0px !important; }
.template-collection-menopause-wellness .shopify-payment-button button:hover{background: #fff !important;color:#B23AA4;}

.template-collection-hygiene-care .shopify-payment-button button{-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;background: #765FAF;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;
line-height:140%;color:#fff; border:1px solid #765FAF; border-radius:5px !important; padding: 12px 0px !important; }
.template-collection-hygiene-care .shopify-payment-button button:hover{background: #fff !important;color:#765FAF;}

.template-collection-daily-wellness .shopify-payment-button button{-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;background: #1AAEC6;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;
line-height:140%;color:#fff; border:1px solid #1AAEC6; border-radius:5px !important; padding: 12px 0px !important; }

.template-collection-daily-wellness .shopify-payment-button button:hover{background: #fff !important;color:#1AAEC6;}

.template-collection-pregnancy-care .collection-bg{background: url(/cdn/shop/t/37/assets/WYN_Lacatation.png?v=1714806300) no-repeat right top;}

.template-collection-menopause-wellness .collection-bg{background: url(/cdn/shop/t/37/assets/Menopause.png?v=1716020956) no-repeat right top;}

.template-collection-hygiene-care .collection-bg{background: url(/cdn/shop/t/37/assets/hygiene-care-collection-bg.png?v=1716055345) no-repeat right top;}

.template-collection-menopause-wellness .middlebanner .banner__box {max-width: 68rem !important;}

.template-collection-hygiene-care  .middlebanner .banner__box {
        max-width: 63rem !important; 
    }

.template-collection-menopause-wellness .bottom-gradiant .banner__box {
    max-width: 111rem !important;

}
.template-collection-hygiene-care .bottom-gradiant .banner__box {
    max-width: 108rem !important;
}

.globalbox .page-width{ max-width: 1100px;}
.logo-carousel {list-style:none; display: flex;
    padding: 0;
    margin-top: 0px; margin-bottom: 0px;}
.global-column{display: flex;flex-direction: row; background: #fff;filter:drop-shadow(0px -2px 4px #ddd);    border-radius: 18px;}
.global-left{ display: flex;width: 65%;
   justify-content: center;
    align-items: center;}
.global-right{ display: flex;width: 35%;}
.global-right img{width: 100%;}
.logo-carousel li {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-left: 25px;
    margin-right: 25px;
}
.logo-carousel h2{ margin-bottom: 0px;font-weight:500;font-size:14px;font-family: "Work Sans", sans-serif;line-height:16px; color:#000; text-align:center;}
.banner__content--middle-left{ max-width: 1100px;padding:0px !important;}
.banner__text{font-weight:400;font-size:14px;font-family: "Work Sans", sans-serif;line-height:140%; color:#fff; }
.banner__text p{text-align:justify;}
.keyingredients .page-width{ max-width: 1100px;}
.keyingredients-inner{ }
.keyingredients-inner h1{margin-bottom: 35px;font-weight:700;font-size:30px;font-family: "Work Sans", sans-serif;line-height:36px; color:#000;}
.keyingredients-inner h2{margin-bottom: 35px;font-weight:700;font-size:30px;font-family: "Work Sans", sans-serif;line-height:36px; color:#000;}

.keyingredients-box{ position: relative;list-style:none; display: flex;
    padding: 0;
    margin-top: 0px; margin-bottom: 0px;}
.keyingredients-box li {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-right:30px;
  filter:drop-shadow(0px 10px 4px #ddd);
}
.keyingredients-img img{position: relative;}
.keyingredients-img h4{
      bottom: 20px;
    position: absolute;
    z-index: 10;
    font-weight: 500;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    line-height: 20px;
    color: #fff;
    margin: 0;
    text-align: center;
}
.features-banner{ text-align: center;
    display: flex;}
.features-banner-inner{text-align:center;}
/*.features-banner-inner img{filter:drop-shadow(0px 10px 4px #ddd);}*/
.benefits-inner h1{margin-top:0px;margin-bottom: 35px;font-weight:600;font-size:30px;font-family: "Work Sans", sans-serif;line-height:36px; color:#000;}
.benefits-inner h2{margin-top:0px;margin-bottom: 35px;font-weight:600;font-size:30px;font-family: "Work Sans", sans-serif;line-height:36px; color:#000;}
.benefits .page-width{ max-width: 1100px;}
.benefits-lists{ display: flex;}
.benefits-lists h4{
  display: flex;
    align-items: center;
    flex-direction: row;
  margin-top:0px;margin-bottom: 10px;font-weight:600;font-size:16px;font-family: "Work Sans", sans-serif;line-height:140%; color:#000;}
.benefits-lists p{text-align: justify;margin-top:0px;margin-bottom: 10px;font-weight:400;font-size:12px;font-family: "Work Sans", sans-serif;line-height:140%; color:#000;}
.benefits-lists-left{margin-right: 20px;width: 50%;}
.benefits-lists-right{width: 48%; margin-left: 20px;}
#pregnancy-prepare .benefits-lists h4:before {
content: url('/cdn/shop/t/37/assets/line.png?v=1714994183');
  height: 24px;
    margin-right: 10px;
}
#menstrual-care .benefits-lists h4:before {
content: url('/cdn/shop/t/37/assets/menstral-line.png?v=1715781336');
  height: 24px;
    margin-right: 10px;
}
.template-collection-sensual-wellness .benefits-lists h4:before {
content: url('/cdn/shop/t/37/assets/sensual-line.png?v=1715933041');
  height: 24px;
    margin-right: 10px;
}
.template-collection-menopause-wellness .benefits-lists h4:before {
content: url('/cdn/shop/t/37/assets/Menopause-line.png?v=1716021252');
  height: 24px;
    margin-right: 10px;
}
.template-collection-hygiene-care .benefits-lists h4:before {
content: url('/cdn/shop/t/37/assets/hygiene-care-line.png?v=1716055597');
  height: 24px;
    margin-right: 10px;
}
.template-collection-daily-wellness .benefits-lists h4:before {
content: url('/cdn/shop/t/37/assets/daily-wellness-line.png?v=1716814793');
  height: 24px;
    margin-right: 10px;
}


.benefits-lists-left-box{margin-bottom:25px;}
.benefits-lists-right-box{margin-bottom:30px;}
.bottom-gradiant .banner__text p{ text-align: center;font-weight:700;font-size:30px;font-family: "Work Sans", sans-serif;line-height:140%; color:#000;}
.bottom-gradiant .banner__box{max-width: 82rem;}
.template-collection-sensual-wellness .bottom-gradiant .banner__box {
    max-width: 97rem;
}
.more-categories .page-width{ max-width: 1100px;}
.more-categories-box {
    position: relative;
    list-style: none;
    display: flex;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  justify-content: center;
    align-items: center;
}
.more-categories-inner h1{margin-bottom: 40px;font-weight:600;font-size:40px;font-family: "Work Sans", sans-serif;line-height:36px; color:#000;}
.more-categories-inner h2{margin-bottom: 40px;font-weight:600;font-size:40px;font-family: "Work Sans", sans-serif;line-height:36px; color:#000;}
.more-categories-inner{text-align:center;}
.more-categories-img{display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-right:8px;
  }
.more-categories-img h4{margin-top: 8px;
    margin-bottom: 8px;font-weight:400;font-size:12px;font-family: "Work Sans", sans-serif;line-height:16px; color:#000;min-height: 30px;}
.more-categories-img a{text-decoration:none;}
.collection.pregnancy-care .more-categories-img h4:hover {color:#F3AA62;}
.collection.menstrual-wellness .more-categories-img h4:hover{color:#F13146;}
.category-shadow{-moz-box-shadow: 3px 3px 20px #ddd;
    -webkit-box-shadow: 3px 3px 20px #ddd;
    box-shadow: 3px 3px 20px #ddd;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 30px 10px 10px;
    width: 120px;}
.footer__content-bottom{ border-top: 1px solid #444 !important;padding-top:15px !important;opacity:0.7;}
.footer__copyright p{margin:0px;text-align:center;font-weight:400;font-size:12px;font-family: "Work Sans", sans-serif;line-height:16px; color:#fff;opacity:0.7;margin-bottom: 5px;}
.footer__copyright span{margin:0px;text-align:center;font-weight:400;font-size:12px;font-family: "Work Sans", sans-serif;line-height:16px; color:#fff;opacity:0.5;}
.footer__content-bottom .footer__copyright{margin-top:0px;}
.footer .page-width{ max-width: 142rem !important;}
.footer-block .newsletter-form{margin:0px;}
.free-image{margin-top:30px;}
.newsletter-form__field-wrapper .field__input{   
    background-color: #3e4352;
    border: 1px solid #3e4352;
    border-radius: 3px; padding: 5px 10px;font-weight:400;font-size:12px;font-family: "Work Sans", sans-serif;line-height:16px; color:#fff;opacity:0.7;}
.newsletter-form__field-wrapper .field__input:focus-visible{box-shadow:none; outline:none;}
.newsletter-form__field-wrapper .field:before,.newsletter-form__field-wrapper .field:after{display:none;}
.newsletter-form__field-wrapper .field{color:#fff;}
.contactdetails{margin-top:30px;}
.footer-contact{list-style:none; margin:0px;padding:0px;}
.footer-contact li{display: flex;margin-bottom:9px;font-weight:400;font-size:14px;font-family: "Work Sans", sans-serif;line-height:20px; color:#fff;opacity:0.7;}
.footer-contact li span{margin-right:13px;opacity:1;}
.logo-block{width:18% !important;} 
.footer-block__heading {font-weight:700;font-size:14px !important; font-family: "Work Sans", sans-serif;line-height:20px; color:#fff;}
.footer-block__details-content>p, .footer-block__details-content>li,.footer-block__details-content .list-menu__item--link{font-weight:400;font-size:14px !important;font-family: "Work Sans", sans-serif;line-height:20px; color:#fff;opacity:0.7;}
.footer-newsletter .footer-block__heading{font-weight:400;font-size:20px !important; font-family: "Work Sans", sans-serif;line-height:24px; color:#fff;}
.footer-newsletter .footer-block__heading strong{font-weight:700;font-size:20px !important; font-family: "Work Sans", sans-serif;line-height:24px; color:#fff;}
@media screen and (min-width: 768px) {
    .footer__blocks-wrapper .footer-block.grid__item:nth-child(2) {
        padding-left: 40px !important;
    }
      .grid--2-col .grid__item {
       width: calc(20% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
      }
  .header__heading-logo-wrapper.desktop{display:block;}
.header__heading-logo-wrapper.mobile{display:none;}
.header__icon .cart-icon.desktop{display:none;}
.header__icon .cart-icon.mobile{display:block;}
    .imgdesktop{display:block;}
  .imagemobile{display:none;}
    .header:not(.drawer-menu) h1 {
        flex: none;
    }

}
.footer .list-social{margin-top:15px; padding: 0;justify-content: left;margin-bottom:20px;}
.bannerdesktop{display:block;}
.bannermobile{display:none;}

#menstrual-care .collection-bg{background:none;}
/*********************************Product Page style***********************************************/
.newproduct .page-width{ max-width: 1100px;}
.backlink img{width:30px;}
product-info .product__title h1{font-weight:700;font-size:24px !important; font-family: "Work Sans", sans-serif;line-height:140%; color:#1E222B;}
#shopify-block-opinew-stars-plugin-product{float: none;}
.product .opinew-no-reviews-stars-plugin{ font-size: 14px;}
.product .product__title{margin-bottom:10px;margin-top: 12px !important;}
.opinew-no-reviews-stars-plugin:hover{color:#000;}
.product__info-container .product__description{margin-top:0px !important;}
@media screen and (min-width: 751px) {
    product-info .price .price__container span {
        font-weight:400;font-size:25px !important; font-family: "Work Sans", sans-serif !important;line-height:24px;color:#000;
    }
  .product--thumbnail .product__media-list, .product--thumbnail_slider .product__media-list{padding-bottom:8px;}
   .product--right .product__media-list {
        margin-bottom: 1rem !important;
    }
}
product-info .product__description p{font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;color:#000; text-align:left;}
.product-media-container.constrain-height .media{border-radius: 15px;}
.product .thumbnail{border:none;}
.product .thumbnail[aria-current]{    
    box-shadow: none;
    border: 1px solid #ddd;} 
.product .price .badge, .product .price__container{margin-bottom: 0px;}
.product__info-container>*+*{ margin: 10px 0px !important;}
@media screen and (min-width: 900px) {
    .product.product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
        width: calc(18% - .8rem) !important;
    }
   .productgraph  .image-with-text__content{padding-left:0px;  padding-bottom: 0px;}
}
.product-form__input input[type=radio]+label{-moz-box-shadow: 3px 3px 20px #ddd;
    -webkit-box-shadow: 3px 3px 20px #ddd;
    box-shadow: 3px 3px 20px #ddd;width: 98px; border-radius: 20px !important;letter-spacing:normal !important;padding: 2rem 1rem !important;font-weight:400;font-size:12px !important; font-family: "Work Sans", sans-serif !important;line-height:150% !important;color:#000;}
.product-form__input input[type=radio]:checked+label{background-color:#fff !important; color:#000 !important;border:2px solid #000;}
fieldset.product-form__input .form__label,.product-form__quantity .form__label{display:none;}
.product-form__input{margin-top:20px !important;}
.quantity:after{border-radius:7px !important; border:1px solid #ccc; box-shadow:none !important;}
.quantity__button:focus-visible, .quantity__input:focus-visible{box-shadow:none !important; outline:none;background-color: transparent !important;}
.product-form__submit{ background: #fff;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;color:#000; border:1px solid #000; border-radius:5px; padding: 12px 0px !important;}
.product-form__submit:hover{background: #000;color:#fff; }
.product-form__submit{-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;}
.shopify-payment-button button{-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;}
#menstrual-care .product-form__submit{-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;
    background: #fff;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;color:#000; border:1px solid #000; border-radius:5px; padding: 12px 0px !important;}

#pregnancy-prepare .shopify-payment-button button{-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;background: #F3AA62;color:#000;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;
line-height:140%;color:#000; border:1px solid #F3AA62; border-radius:5px !important; padding: 12px 0px !important; }
#pregnancy-prepare .shopify-payment-button button:hover{background: #fff !important;color:#F3AA62;}
.productimgtext .page-width{width:1100px;}

#menstrual-care .shopify-payment-button button{background: #F13146;color:#fff;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;
line-height:140%;color:#fff; border:1px solid #cd2a3b; border-radius:5px !important; padding: 12px 0px !important; }
#menstrual-care .shopify-payment-button button:hover{background: #fff !important;color:#F13146;border:1px solid #F13146;} 
.productimgtext .page-width{width:1100px;}

.template-product-new-product-template .product-form__submit{-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;
    background: #fff;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;color:#000; border:1px solid #000; border-radius:5px; padding: 12px 0px !important;}
.template-product-new-product-template .product-form__submit:hover{background: #000;color:#fff;}
.template-product-new-product-template .shopify-payment-button button,.template-product-lactation-mints-product .shopify-payment-button button{-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;background: #EDB436;color:#000;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;
line-height:140%;color:#000; border:1px solid #EDB436; border-radius:5px !important; padding: 12px 0px !important; }
.template-product-new-product-template .shopify-payment-button button:hover,.template-product-lactation-mints-product .shopify-payment-button button:hover{background: #fff;color:#EDB436;}
.template-product-new-product-template .product-form__buttons,.template-product-lactation-mints-product .product-form__buttons,
.template-product-soothing-vaginal-product .product-form__buttons,
.template-product-mintsformenopause-product .product-form__buttons,
.template-product-hygiene-wipes-product .product-form__buttons,
.template-product-hygiene-spray-product .product-form__buttons,
.template-product-breast-cream-product .product-form__buttons,
.template-product-depigmentationcreamprod .product-form__buttons,
.template-product-vaginal-cream-product .product-form__buttons,
.template-product-pain-free-periods-product .product-form__buttons,
.template-product-white-discharge-product .product-form__buttons,
.template-product-mints-for-pcos-product .product-form__buttons,
.template-product-irregular-periods-product .product-form__buttons,
.template-product-heavy-periods-product .product-form__buttons,
.template-product-scanty-periods-products .product-form__buttons,
.template-product-multivitamin-product .product-form__buttons,
.template-product-vitamin-b12 .product-form__buttons,
.template-product-vitamin-d3-k2-products .product-form__buttons,
.template-product-eye-care-product .product-form__buttons,
.template-product-immunity-enhancer .product-form__buttons{display:flex !important;}

.template-product-new-product-template .middlebanner h1{font-weight:700;font-size:40px !important; font-family: "Work Sans", sans-serif !important;line-height:44px;color:#000; text-align:left;}
.template-product-new-product-template .middlebanner h2{font-weight:700;font-size:40px !important; font-family: "Work Sans", sans-serif !important;line-height:44px;color:#000; text-align:left;}

.template-product-new-product-template .middlebanner p{font-weight:400;font-size:14px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;color:#000; text-align:left;}
.template-product-irregular-periods-product .product-gradiant-banner .banner__box{max-width: 91rem;}

.template-product-soothing-vaginal-product .shopify-payment-button button,.template-product-mintsformenopause-product .shopify-payment-button button{-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;background: #B23AA4;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;
line-height:140%;color:#fff; border:1px solid #B23AA4; border-radius:5px !important; padding: 12px 0px !important; }
.template-product-soothing-vaginal-product  .shopify-payment-button button:hover,.template-product-mintsformenopause-product .shopify-payment-button button:hover{background: #fff;color:#B23AA4;}

.template-product-hygiene-wipes-product .shopify-payment-button button,.template-product-hygiene-spray-product .shopify-payment-button button{-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;background: #765FAF;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;
line-height:140%;color:#fff; border:1px solid #765FAF; border-radius:5px !important; padding: 12px 0px !important; }
.template-product-hygiene-wipes-product .shopify-payment-button button:hover,.template-product-hygiene-spray-product .shopify-payment-button button:hover{background: #fff;color:#765FAF;}

.template-product-breast-cream-product .shopify-payment-button button,.template-product-depigmentationcreamprod .shopify-payment-button button,
.template-product-vaginal-cream-product .shopify-payment-button button{-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;background: #4750A4;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;
line-height:140%;color:#fff; border:1px solid #4750A4; border-radius:5px !important; padding: 12px 0px !important; }
.template-product-breast-cream-product .shopify-payment-button button:hover,.template-product-depigmentationcreamprod .shopify-payment-button button:hover,
.template-product-vaginal-cream-product .shopify-payment-button button:hover{background: #fff;color:#4750A4;}

.template-product-multivitamin-product button[aria-disabled=true],.template-collection-daily-wellness .shopify-payment-button button,
.template-product-vitamin-b12 button[aria-disabled=true],.template-product-vitamin-b12 .shopify-payment-button button,
.template-product-vitamin-d3-k2-products button[aria-disabled=true],.template-product-vitamin-d3-k2-products .shopify-payment-button button,
.template-product-eye-care-product button[aria-disabled=true],.template-product-eye-care-product .shopify-payment-button button{ opacity: 1;}

.template-product-multivitamin-product .shopify-payment-button button,.template-product-vitamin-b12 .shopify-payment-button button,
.template-product-vitamin-d3-k2-products .shopify-payment-button button,
.template-product-eye-care-product .shopify-payment-button button,
.template-product-immunity-enhancer .shopify-payment-button button{-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;background: #1AAEC6;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;
line-height:140%;color:#fff; border:1px solid #1AAEC6; border-radius:5px !important; padding: 12px 0px !important; }
.template-product-multivitamin-product .shopify-payment-button button:hover,.template-product-vitamin-b12 .shopify-payment-button button:hover,
.template-product-vitamin-d3-k2-products .shopify-payment-button button:hover,
.template-product-eye-care-product .shopify-payment-button button:hover,
.template-product-immunity-enhancer .shopify-payment-button button:hover{background: #fff;color:#1AAEC6;}


.template-product-pain-free-periods-product .shopify-payment-button button,
.template-product-white-discharge-product .shopify-payment-button button,
.template-product-mints-for-pcos-product .shopify-payment-button button,
.template-product-irregular-periods-product .shopify-payment-button button,
.template-product-heavy-periods-product .shopify-payment-button button,
.template-product-scanty-periods-products .shopify-payment-button button{-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;background: #F13146;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;
line-height:140%;color:#fff; border:1px solid #F13146; border-radius:5px !important; padding: 12px 0px !important; }
.template-product-pain-free-periods-product .shopify-payment-button button:hover,
.template-product-white-discharge-product .shopify-payment-button button:hover,
.template-product-mints-for-pcos-product .shopify-payment-button button:hover,
.template-product-irregular-periods-product .shopify-payment-button button:hover,
.template-product-heavy-periods-product .shopify-payment-button button:hover,
.template-product-scanty-periods-products .shopify-payment-button button:hover{background: #fff;color:#F13146;}

.productimgtext .image-with-text__content{padding: 0 !important;    padding-right: 40px !important;}
.productimgtext .media > img{ object-fit: contain !important;object-position: top center !important;}
.productimgtext .image-with-text__heading{color:#000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;}
.productimgtext .image-with-text__content p,.productimgtext .image-with-text__content li{  margin-bottom: 25px;text-align:justify;font-weight:400;font-size:14px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;color:#000; }
.productimgtext  .image-with-text__content>*+* {
    margin-top: 15px;
}
.productimgtext .image-with-text__content li{list-style:disc; margin-bottom:5px;}
.product-4-mints .global-left{ justify-content: left;background-color: #EEE9DB;border-radius: 20px 0px 0px 20px;}
.product-4-mints .global-column{filter:none;}
.product-4-mints .custom-text-section{ padding-left: 45px;}
.product-4-mints h4{padding-bottom: 10px;margin:0px;color:#000;font-weight:700;font-size:22px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;}
.product-4-mints p{padding-top: 10px;margin:0px;color:#000;font-weight:400;font-size:12px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;}
.keyingredients-product .page-width{width:1100px;}
.keyingredients-product-top{text-align: center;
    display: flex;
    justify-content: center;}
.keyingredients-product-top img{width:100%;}
.keyingredients-product{display:flex;}
.keyingredients-product-bottom h1{margin-top: 35px;margin-bottom: 30px;color:#000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;}
.keyingredients-product-bottom h2{margin-top: 35px;margin-bottom: 30px;color:#000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;}
.keyingredients-product-bottom-inner{display:flex;}
.keyingredients-product-bottom-inner-left{width: 48%;margin-right: 25px;}
.keyingredients-product-bottom-inner-right{width: 48%;}
.keyingredients-product-bottom-box{display:flex;width:100%; align-items: center; margin-top: 7px;}
.keyingredients-product-bottom-box{margin-bottom:10px;}
.keyingredients-product-bottom-box-left{
    width: 20%;
    margin-right: 20px;
}
.keyingredients-product-bottom-box-right{ width: 85%;}
.keyingredients-product-bottom-box h4{ line-height: 20px;   margin-bottom: 0px;
    margin-top: 0px;color:#000;font-weight:700;font-size:16px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;}
.keyingredients-product-bottom-box p{color:#000;font-weight:400;font-size:12px !important; font-family: "Work Sans", sans-serif !important;line-height:140%; text-align:left;}
.mint-help-product  .page-width{width: 1100px;}
.mint-help-box{column-gap: 25px;display:flex;-moz-box-shadow: 3px 3px 20px #ddd;
    -webkit-box-shadow: 3px 3px 20px #ddd;
    box-shadow: 3px 3px 20px #ddd;padding: 30px;border-radius:20px;justify-content: center;
    align-items: center;}
.mint-help-box-left{width:48%;}
.mint-help-box-right{width:48%; margin-top: 10px;   
    display: flex;
    justify-content: center;
    flex-direction: column;}
.mint-help-box-left h4{color:#000;font-weight:700;font-size:20px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;margin-top:0; margin-bottom: 10px;}
.mint-help-box-left p{color:#000;font-weight:400;font-size:14px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;text-align:justify;}
.mint-help-box-right-right p{margin:0px;color:#000;font-weight:400;font-size:14px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;text-align:left;}
.mint-help-box-right-inner{ display: flex;    
    margin-bottom: 12px;
    align-items: center;
    justify-content: center;}
.mint-help-box-right-left{width: 15%;display:flex;}
.mint-help-box-right-right{width: 80%;}
.product-gradiant-banner .banner__box h2{color:#000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;margin-top:0; margin-bottom: 10px;}
.product-gradiant-banner .banner__box p{color:#000;font-weight:600;font-size:20px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;text-align:center;}

.template-product-lactation-mints-product .product-gradiant-banner .banner__box p{color:#000;font-weight:600;font-size:16px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;text-align:center;}

.productgraph .page-width{width: 1100px;}
.productgraph .image-with-text__text h4{color:#000;font-weight:700;font-size:20px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;margin-top:0; margin-bottom: 20px;}
.productgraph .image-with-text__text p{color:#000;font-weight:400;font-size:14px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;text-align:justify; margin-bottom: 25px;}
.productgraph  .media > img {
    object-fit: contain !important;
    object-position: top center !important;
}
.productgraph .image-with-text__grid{  align-items: center;
    justify-content: center; display:flex;}
.product-faq .page-width{width: 1100px;padding-top: 60px;padding-bottom: 60px;}
.product-faq h1{color:#000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;margin-top:0; margin-bottom: 20px;}
.product-faq h2{color:#000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;line-height:140%;margin-top:0; margin-bottom: 20px;}
.product-bottom-imgtext .page-width{width: 1100px;}
.product-bottom-inner{ display: flex;
    -moz-box-shadow: 3px 3px 20px #ddd;
    -webkit-box-shadow: 3px 3px 20px #ddd;
    box-shadow: 3px 3px 20px #ddd;
    padding: 30px;
    border-radius: 20px;
   border:1px solid #A8BBBF;}
.product-bottom-inner h4{margin-top:15px; margin-bottom:0px;color:#000;font-weight:400;font-size:24px !important;   font-family: "PT Serif", serif !important; line-height:140%;text-align:left;}
.product-bottom-inner-left{ width: 84%;}
.product-bottom-inner-right{  margin-left: 28px;  width: 14%;}
.product-rich-text .page-width{width: 1100px;}
.product-rich-text-inner h1{color:#000;font-weight:700;font-size:40px !important; font-family: "Work Sans", sans-serif !important;line-height:125%;}
.product-rich-text-inner h2{color:#000;font-weight:700;font-size:40px !important; font-family: "Work Sans", sans-serif !important;line-height:125%;}
.product-rich-text-inner{display:flex; justify-content:center; align-items:center;    text-align: center;    flex-direction: column;}
.product-rich-text-inner a{border-radius:5px;}
.product-rich-text-inner a:hover{border:1px solid #000; background-color:transparent; color:#000;}
#shopify-section-template--22693201346876__opinew-reviews-product-page-code .page-width,
#shopify-section-template--22747858600252__opinew-reviews-product-page-code .page-width,
#shopify-section-template--22757699846460__opinew-reviews-product-page-code .page-width{width: 1100px;}
.opinew-header-new .opw-boxShadow{ -moz-box-shadow: 3px 3px 20px #ddd !important;
    -webkit-box-shadow: 3px 3px 20px #ddd !important;
    box-shadow: 3px 3px 20px #ddd !important;border-radius:20px !important; background-color:#fff !important;border-color:#ddd !important; margin-bottom: 25px !important;}
.opw-main-content-container{font-family: "Work Sans", sans-serif !important;}
.opw-main-content-container .opw-fontBase {
    font-size: 12px;
    color: #000 !important;
    margin-right: 8px;
}
.opw-main-content-container .opw-widget-tab{ font-size: 14px;
    color: #000 !important; font-family: "Work Sans", sans-serif !important;font-weight:700;}
.summary-card-container{margin-top:20px !important; }
.opw-review-content{background-color:#fff !important;border-color:none !important;}
.opinew-review-text-container p{ text-align: left;font-size: 15px; color: #000 !important;font-family: "Work Sans", sans-serif !important;font-weight:400;}
.opw-flex .opw-secondaryTextColor{ text-align: left;    font-size: 15px !important; color: #000 !important;font-family: "Work Sans", sans-serif !important;font-weight:600;}
.opw-date-created {font-size: 15px !important; color: #000 !important;font-family: "Work Sans", sans-serif !important;font-weight:600;}
.summary-card-container .opw-reviews-border-style{    
    background-color: transparent;
    border: var(--opw-borderStyle);
    border-bottom: 1px solid #ddd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
.summary-card-container .opw-review-content {
    background-color: #fff !important;
    border-color: transparent !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.template-product-soothing-vaginal-product .mint-help-box{padding: 30px 40px;justify-content: flex-start;}
.template-product-soothing-vaginal-product .mint-help-box-left {
    width: 43%;
    margin-right: 22px;
}
.template-product-soothing-vaginal-product .mint-help-box-right {
    width: 37%;}
.template-product-soothing-vaginal-product .mint-help-box-right-left {
    width: 15%;
    margin-right: 10px;
}
.template-product-soothing-vaginal-product .mint-help-box-right-right {
    width: 75%;
}
.howtouse-product .page-width{width:1100px;}
.howtouse-product-box {
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 18px;
}
.howtouse-product-box  .howtouse-product-box-left {
    justify-content: left;
    background-color: #EBEDFC;
    border-radius: 20px 0px 0px 20px;
      display: flex;
    width: 61%;
    align-items: center;
}
.howtouse-product-box .howtouse-product-box-right  {
    display: flex;
    width: 39%;
}
.howtouse-product-box  .howtouse-product-box-left h4{    
    color: #000;
    font-weight: 700;
    font-size: 24px !important;
    font-family: "Work Sans", sans-serif !important;
    line-height: 140%;
    margin-bottom: 15px;
    margin-top: 0px;}
.howtouse-product-box .custom-text-section{  padding-left: 45px;}
.howtouse-product-box .custom-text-section div{ display: flex;margin-bottom:16px;align-items: center;}
.howtouse-product-box  .howtouse-product-box-left span{line-height: 18px;display: flex;list-style:none;font-size: 12px;
    color: #000 !important; font-family: "Work Sans", sans-serif !important;font-weight:400;}
.howtouse-product-box  .howtouse-product-box-left ul{margin:0px; padding:0px;}
.howtouse-product-box  .howtouse-product-box-left small{display: flex;
    padding: 6px 14px;
    font-weight: 700;
    background-color: #4750A4;
    color: #fff;
    border: 1px solid #4750A4;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 10px;}
.howtouse-product{display: flex;}
.howtouse-product-box .howtouse-product-box-right img{width:100%;}
.productimgtext,.mint-help-product,.productgraph,.product-bottom-imgtext,.product-rich-text{display:flex;}
.template-product-mintsformenopause-product .product-gradiant-banner .banner__box{ max-width: 95rem;}
.product-text,.product-text p{line-height:140%;text-align:justify;font-size: 18px !important; color: #000 !important;font-family: "Work Sans", sans-serif !important;font-weight:400;}
.template-product-hygiene-wipes-product .howtouse-product-box .howtouse-product-box-left h4,
.template-product-hygiene-spray-product .howtouse-product-box .howtouse-product-box-left h4{margin-top: 15px;}
.template-product-hygiene-wipes-product .product-gradiant-banner,.template-product-hygiene-spray-product .product-gradiant-banner{margin-bottom:50px;}
.template-product-hygiene-spray-product .mint-help-box{    
   justify-content: left;
    align-items: flex-start;}
.template-product-hygiene-spray-product .mint-help-box-left {
    width: 52%;
    margin-right: 40px;
}
.template-product-hygiene-spray-product .mint-help-box-right {
    width: 43%;
    margin-top: 0px; 
    display: flex;
    justify-content: flex-end;
    /* flex-direction: column; */
}
 .mint-help-box{ align-items: flex-start;}


.template-product-vaginal-cream-product  .image-with-text__grid { align-items: flex-start;}
/*********************************Home Page Style***************************** ****************************/
.homepage-new-banner h2{  font-family: "AmericanTypewriterBold" !important;line-height: 64px; text-align: left;color:#2E2828;font-weight:700;font-size:50px !important;}
.homepage-new-banner h1{  font-family: "AmericanTypewriterBold" !important;line-height: 64px; text-align: left;color:#2E2828;font-weight:700;font-size:50px !important;}
.homepage-new-banner .subtitle{ text-align:center;font-family: "AmericanTypewriterBold" !important;line-height: 35px; text-align: left;color:#2E2828;font-weight:700;font-size:30px !important;}
.homepage-new-banner .subtitle p{text-align:center;}
.home-rich-text h2{line-height: 30px; color:#000000;font-weight:700;font-size:25px !important; font-family: "Work Sans", sans-serif !important;}
.home-rich-text h1{margin-top: 5px;line-height: 35px; color:#629620;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}

.template-index #MainContent .page-width{padding-left:0px; padding-right:0px;}
.multicolumn-list h3{line-height: 18px !important; color:#000000;font-weight:500;font-size:14px !important; font-family: "Work Sans", sans-serif !important;}
.home-img-with-text .image-with-text__media img{border-radius: 20px;}
.home-img-with-text .image-with-text__text-item { background-color: #F0FBE8;border-radius: 20px;}
.home-img-with-text .image-with-text__media-item{margin-right: 15px;}
#shopify-section-template--22616919605564__home_image_with_text_t68ic3 .image-with-text__text-item {margin-right: 15px;}
@media screen and (min-width: 990px) {
   .home-img-with-text  .grid--2-col-tablet .grid__item {
        width: calc(48% - var(--grid-desktop-horizontal-spacing) / 2);
    }
   .home-img-with-text .image-with-text__content {
        padding: 6rem 3rem 6rem;
    }
  .template-index .middlebanner .banner__box {max-width: 70rem !important;}
  .header__heading{ width: 5%;}
}
.home-img-with-text .image-with-text__text--caption {line-height: 30px; color:#000000;font-weight:700;font-size:25px !important; font-family: "Work Sans", sans-serif !important;}
.home-img-with-text h2.image-with-text__heading {line-height: 60px; color:#629620;font-weight:700;font-size:60px !important; font-family: "Work Sans", sans-serif !important;}
.home-img-with-text .image-with-text__text p{text-align: justify;line-height: 140%; color:#000000;font-weight:400;font-size:16px !important; font-family: "Work Sans", sans-serif !important;}
.home-img-with-text .image-with-text__text{  margin-top: 1rem;}
.template-index .middlebanner .banner__text{font-size: 30px;font-weight:600;}
.template-index .keyingredients-box li{margin-right: 50px;}
.template-index slider-component{--desktop-margin-left-first-item:max(5rem, calc((100vw - var(--page-width) + 0rem - var(--grid-desktop-horizontal-spacing)) / 2)) !important;}
.template-index .collection__title h2{line-height: 35px; color:#000000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}
.template-index .card__heading.h5 a{height: 3rem;}
#ProductSubmitButton-section:hover{border: 1px solid #000;background-color:#000; color:#fff;}
.template-index .shopify-payment-button button{background-color:#000; 
    font-weight: 400;
    font-size: 15px !important;
    font-family: "Work Sans", sans-serif !important;
    line-height: 140%;
    color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 12px 0px !important;}
.template-index .shopify-payment-button button:hover{border: 1px solid #000;background-color:#fff; color:#000;}
.slider-button .icon{height: 0.9rem !important;}
.slider-counter{ font-size: 17px; font-family: "Work Sans", sans-serif !important;}
.shop-by-categories h1{margin-bottom:20px;line-height: 45px; color:#000000;font-weight:600;font-size:40px !important; font-family: "Work Sans", sans-serif !important;}
.shop-by-categories h2{margin-bottom:20px;line-height: 45px; color:#000000;font-weight:600;font-size:40px !important; font-family: "Work Sans", sans-serif !important;}

.shop-by-categories h4,.shop-by-categories a{text-decoration:none;line-height: 16px; color:#000000;font-weight:400;font-size:12px !important; font-family: "Work Sans", sans-serif !important;}
.shop-by-categories ul{ justify-content: center;
    align-items: center;flex-wrap: wrap; margin:0px;padding:0px; list-style:none;display:flex; column-gap: 5px;}
.shop-by-categories li{ flex-basis: 10.33333%;list-style:none;margin-bottom:40px; }
.shop-by-category-shadow a{width: 100%;
    height: 100%;
    display: flex;position:relative; text-align: center;
    justify-content: center;}
.shop-by-category-shadow img{position:relative;z-index:1;}
.shop-by-categories h4{  min-height: 50px;   position: absolute;
    z-index: 10;
    bottom:0px;
    text-align: center; margin:0;}
.home-shop-by-categories{margin-top:0px !important;} 
.home-shop-by-categories h1{margin-bottom:35px; text-align:center;}
.home-shop-by-categories h2{margin-bottom:35px; text-align:center;}

.home-ayurveda-connection {position:relative;}
.home-ayurveda-connection-inner{    
    display: flex;
    flex-direction: column;
    margin-inline: auto;}
.home-ayurveda-connection-top img{width:100%}
.home-ayurveda-connection-top{}
.home-ayurveda-connection-bottom{     
    background-color: #F0FBE8;
    padding: 27px 30px;
    border-radius: 20px;
    margin: 0 auto;
    width: 1000px;
    box-sizing: border-box;
   transform: translate(0px, -25px);}
.home-ayurveda-connection-bottom-inner{display:flex; flex-direction:row;}
.home-ayurveda-connection-bottom-right{ text-align:center;}
.home-ayurveda-connection-bottom-left,.home-ayurveda-connection-bottom-right{flex-basis: 50%; box-sizing: border-box;}
.home-ayurveda-connection-bottom-left h2{margin-top:0px;line-height: 30px; color:#000000;font-weight:700;font-size:25px !important; font-family: "Work Sans", sans-serif !important;}
.home-ayurveda-connection-bottom-left p{ text-align:justify;margin-bottom:0px;line-height: 140%; color:#000000;font-weight:400;font-size:16px !important; font-family: "Work Sans", sans-serif !important;}
.template-index .product-faq .accordion{ border-top: .1rem solid rgba(var(--color-foreground), .08)}
/*********************************why WYN Style***************************** ****************************/
.template-page-new-why-wyn .rich-text__heading {line-height: 35px; color:#000000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}
.template-page-new-why-wyn .rich-text__subheading {margin-top:0px;line-height: 35px; color:#000000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}
.template-page-new-why-wyn .middlebanner .banner__text {
    font-size: 28px;
    font-weight: 600;
}
.template-page-new-why-wyn .rich-text__wrapper{padding-left: 0;padding-right: 0;}
  .template-page-new-why-wyn .homepage-new-banner h2{font-size: 60px !important; line-height: 64px;}
  .template-page-new-why-wyn .homepage-new-banner h1{font-size: 60px !important; line-height: 64px;}

  .template-page-new-why-wyn .homepage-new-banner p{ font-family: "AmericanTypewriterBold";
    line-height: 34px;
    text-align: left;
    color: #2E2828;
    font-weight: 700;
    font-size: 30px;}
.wynkeyingredients ul{flex-wrap: wrap;}
.wynkeyingredients ul li{display: inline-block;
    margin-bottom: 20px;margin-right: 25px;}
.wynkeyingredients .keyingredients-inner h1{margin-bottom: 20px;font-size: 23px;line-height: 29px;}
.why-wyn-benefits-inner h1{line-height: 35px; color:#000000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}
.why-wyn-benefits-inner h2{line-height: 35px; color:#000000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}
.why-wyn-benefits-inner h3{line-height: 35px; color:#000000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}
.page.new-about-us .why-wyn-benefits-inner h2{line-height: 35px; color:#000000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}
.why-wyn-benefits-inner-list{column-gap: 20px;display:flex;flex-wrap: wrap;} 
.why-wyn-benefits-box{    
    display: flex;
    justify-content: center;
    align-items: center;width: 48%;background-color:#F0FBE8; border-radius:20px;padding:10px; margin-bottom:20px;}
.why-wyn-benefits-box-left{    
    width: 15%;
    text-align: center;
    margin-right: 18px;}
.why-wyn-benefits-box-right{ width: 75%;}
.why-wyn-benefits-box h4{ margin-bottom: 5px !important;margin:0px;line-height: 20px; color:#000000;font-weight:700;font-size:16px !important; font-family: "Work Sans", sans-serif !important;}
.why-wyn-benefits-box p{margin: 0;text-align: justify;line-height: 140%; color:#000000;font-weight:400;font-size:14px !important; font-family: "Work Sans", sans-serif !important;}
/*********************************About Us Style***************************** ****************************/
.template-page-new-about-us .rich-text__subheading{margin-bottom:15px;line-height: 35px; color:#000000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}
.template-page-new-about-us .home-img-with-text h2.image-with-text__heading{font-size: 20px !important;line-height: 25px;}
.template-page-new-about-us .home-img-with-text .image-with-text__text--caption{margin-bottom:8px;}
.template-page-new-about-us .home-img-with-text .image-with-text__media-item{margin-right:0px;}
.template-page-new-about-us .home-img-with-text .image-with-text__text-item{margin-right:15px;}
.template-page-new-about-us .features-banner-inner img{width:100%;}
.template-page-new-about-us #shopify-section-template--22800900948284__home_image_with_text_Dj9gWc .image-with-text__media-item{margin-right:15px;}
.template-page-new-about-us #shopify-section-template--22800900948284__home_image_with_text_Dj9gWc .image-with-text__text-item{background-color:#fff; border-radius:0;}
.template-page-new-about-us #shopify-section-template--22800900948284__home_image_with_text_Dj9gWc h2.image-with-text__heading{color:#000;}
.template-page-new-about-us #shopify-section-template--22800900948284__home_image_with_text_Dj9gWc .image-with-text__content{padding:5px 0rem 0rem 3rem;}
#shopify-section-template--22800900948284__middle_image_banner_MAKyfL .banner__text h2{ margin-bottom: 5px !important;margin:0px;text-align:left;line-height: 30px; color:#000000;font-weight:700;font-size:25px !important; font-family: "Work Sans", sans-serif !important;}
#shopify-section-template--22800900948284__middle_image_banner_MAKyfL .banner__text p{margin: 0;text-align:justify;line-height: 140%; color:#000000;font-weight:400;font-size:16px !important; font-family: "Work Sans", sans-serif !important;}
@media screen and (min-width: 750px) {
   #shopify-section-template--22800900948284__middle_image_banner_MAKyfL .banner__box {
        max-width: 57rem !important;
    }
}
.aboutus-categorybox-inner h1{ margin-bottom: 10pxline-height: 35px; color:#000000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}
.aboutus-categorybox-inner h2{ margin-bottom: 10pxline-height: 35px; color:#000000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}
.aboutus-categorybox-inner-list{column-gap: 20px;display:flex;flex-wrap: wrap;}
.aboutus-categorybox-box{display: flex;
   flex-direction: column;-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;
    align-items: center;width: 48%;border-radius:20px;margin-bottom:20px;}
.aboutus-categorybox-bottom{padding:18px 30px;}
.aboutus-categorybox-top img{width:100%;}
.aboutus-categorybox-bottom h4{align-items: center;display: flex;margin-bottom: 5px !important;margin:0px;line-height: 30px; color:#000000;font-weight:700;font-size:25px !important; font-family: "Work Sans", sans-serif !important;}
.aboutus-categorybox-bottom p{margin: 0;text-align: justify;line-height: 22px; color:#000000;font-weight:400;font-size:16px !important; font-family: "Work Sans", sans-serif !important;}
.aboutus-categorybox-bottom h4 span{margin-right:10px;}
.about-grid{display: flex;
   flex-direction: column;
   width: 48%;}
.about-colunms-box {column-gap: 40px;display:flex;flex-wrap: nowrap;}
.about-colunms-box h4{margin-bottom: 10px !important;margin:0px;line-height: 30px; color:#000000;font-weight:700;font-size:25px !important; font-family: "Work Sans", sans-serif !important;}
.about-colunms-box p{margin: 0;text-align: justify;line-height: 22px; color:#000000;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;}
.about-colunms-box ul{margin-top: 10px;margin-bottom: 10px; margin-left: 38px;list-style:disc; padding:0px;}
.about-colunms-box ul li{list-style:disc;margin-bottom: 5px !important;margin:0px;line-height: 30px; color:#629620;font-weight:700;font-size:25px !important; font-family: "Work Sans", sans-serif !important;}
.abtimagewithtext .about-colunms-box{align-items: center;-moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;border-radius:20px; padding:20px;background-color: #fff;}
.abtimagewithtext .about-grid{ width: 46%;}
.abtimagewithtext{ transform: translate(0px, -65px);}
#Banner-template--23890424135996__middle_image_banner_MAKyfL .banner__box p{color:#000;}
/*********************************About Team***************************** ****************************/
.template-page-new-about-team .rich-text__heading{line-height: 35px; color:#000000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}
.template-page-new-about-team .rich-text__subheading{line-height: 35px; color:#000000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}

.template-page-new-about-team .about-colunms-box h3{margin-bottom: 0px !important;margin:0px;line-height: 30px; color:#000000;font-weight:700;font-size:25px !important; font-family: "Work Sans", sans-serif !important;}
.template-page-new-about-team .about-colunms-box h5{margin-bottom: 20px !important;margin:0px;line-height: 25px; color:#629620;font-weight:700;font-size:20px !important; font-family: "Work Sans", sans-serif !important;}
.template-page-new-about-team  .about-colunms-box p{ margin-bottom: 15px;}
.template-page-new-about-team .about-colunms-box h4 {margin-bottom: 20px !important;}
.template-page-new-about-team  .about-colunms-box{ align-items: center;}
.aboutteam-img-with-text .image-with-text__content{padding:0px 25px 0px 25px !important;}
.aboutteam-img-with-text .image-with-text__heading{margin-bottom: 10px !important;line-height: 35px; color:#000000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}
.aboutteam-img-with-text .image-with-text__text--caption {text-align: left !important;margin-bottom: 8px !important;margin:0px;line-height: 25px; color:#629620;font-weight:700;font-size:20px !important; font-family: "Work Sans", sans-serif !important;}
.aboutteam-img-with-text .image-with-text__text.rte{margin: 0;text-align: justify;line-height: 22px; color:#000000;font-weight:400;font-size:16px !important; font-family: "Work Sans", sans-serif !important;}
.aboutteam-img-with-text .image-with-text__text.rte p{text-align: justify !important;}
.aboutteam-img-with-text .media > img{ object-fit: contain;object-position:top;}
#shopify-section-template--22807841505596__about_team_image_with_text_4KDpxD .image-with-text__content{padding:0px 25px 0px 0px !important;}
.template-page-new-about-team .middlebanner .banner__content{display:none;}
.about-team-new-banner h2{
    font-family: "AmericanTypewriterBold";
    line-height: 64px;
    text-align: left;
    color: #2E2828;
    font-weight: 700;
    font-size: 50px !important;
}
.about-team-new-banner h1{
    font-family: "AmericanTypewriterBold";
    line-height: 64px;
    text-align: left;
    color: #2E2828;
    font-weight: 700;
    font-size: 50px !important;
}
#instagenie-feed h2{line-height: 35px; color:#000000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}
.template-blog  .shopify-section-group-header-group{ z-index: 4;}
.template-blog .header-bottom{filter:none;}
.shopify-policy__container{max-width: 1100px;}
.main-page-title,.shopify-policy__title,.shopify-policy__title h1{margin-bottom:20px !important;line-height: 35px; color:#000000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}
.template-page-default-template .rte p{text-align: justify;line-height: 22px; color:#000000;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;}
.shopify-policy__title,.shopify-policy__title h1{margin-top:30px !important; text-align: left;}
.shopify-policy__body p{text-align: justify;line-height: 22px; color:#000000;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;}
.shopify-policy__body h1{margin-bottom:20px !important;line-height: 35px; color:#000000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}
.shopify-policy__body h2{margin-bottom:20px !important;line-height: 25px; color:#000000;font-weight:700;font-size:20px !important; font-family: "Work Sans", sans-serif !important;}
.features-banner img{width:100%;}
@media screen and (min-width: 768px) {
    .header__heading, .header > .header__heading-link {
         float: left;
         width: 5.5%; 
    }
} 
.template-blog .main-blog .title--primary{display:none;}
.template-blog .main-blog h2{margin-bottom:20px !important;line-height: 25px; color:#000000;font-weight:700;font-size:20px !important; font-family: "Work Sans", sans-serif !important;}
.template-blog-new-blog-template #article-heading{min-height: 66px;line-height: 24px; color:#000000;font-weight:700;font-size:18px !important; font-family: "Work Sans", sans-serif !important;}
@media screen and (min-width: 750px) {
.template-blog-new-blog-template #article-heading {
        min-height: 100px;
    }
}
p#article-content,.desc-login p{text-align: justify;line-height: 20px; color:#000000;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;}
p#article-content{margin-bottom:0px;}
.article-template__title {margin-bottom:20px !important;line-height: 35px; color:#000000;font-weight:700;font-size:30px !important; font-family: "Work Sans", sans-serif !important;}
.article-template__content h2{margin-bottom:20px !important;line-height: 25px; color:#000000;font-weight:700;font-size:20px !important; font-family: "Work Sans", sans-serif !important;}
.article-template__content p{text-align: justify;line-height: 22px; color:#000000;font-weight:400;font-size:15px !important; font-family: "Work Sans", sans-serif !important;}
.slideshow__autoplay.slider-button{display:none;}
/*********************************Responsive Style***************************** ****************************/
@media screen and (max-width: 980px) {
  #shopify-section-template--22616919605564__17170609693035a9ae  .page-width{padding-left:20px !important;padding-right:20px !important}
.header-bottom {overflow-x:hidden;}
  .header-bottom .page-width{width:100%;}
.howtouse-product .page-width{width:100%;}
.template-product-new-product-template .product-form__buttons, .template-product-lactation-mints-product .product-form__buttons, 
.template-product-soothing-vaginal-product .product-form__buttons,.template-product-mintsformenopause-product .product-form__buttons,
.template-product-hygiene-wipes-product .product-form__buttons,.template-product-hygiene-spray-product .product-form__buttons,
.template-product-breast-cream-product .product-form__buttons,.template-product-depigmentationcreamprod .product-form__buttons,
.template-product-vaginal-cream-product .product-form__buttons,.template-product-pain-free-periods-product .product-form__buttons,
.template-product-white-discharge-product .product-form__buttons,
.template-product-mints-for-pcos-product .product-form__buttons,
.template-product-irregular-periods-product .product-form__buttons,
.template-product-heavy-periods-product .product-form__buttons,
.template-product-scanty-periods-products .product-form__buttons,
.template-product-multivitamin-product .product-form__buttons,
.template-product-vitamin-b12 .product-form__buttons,
.template-product-vitamin-d3-k2-products .product-form__buttons,
.template-product-immunity-enhancer .product-form__buttons,
.template-product-eye-care-product .product-form__buttons{max-width: 100%; display: block !important;}
.section-header{background: #000;}
.header__icon{color:#fff;}
.header__icon .icon{ 
    height: 1.8rem;
    width: 1.8rem;}
.header__heading-logo-wrapper.desktop{display:none !important;}
.header__heading-logo-wrapper.mobile{display:block !important;}
.header__heading-logo {width: 40px;}
.header__icon .cart-icon.desktop{display:none !important;}
.header__icon .cart-icon.mobile{display:block !important;}
.header-bottom-inner{ display: flex;
    flex-wrap: nowrap;  width: 100%;
    align-items: center;}
.header-bottom-inner .owl-stage-outer{width:100%;overflow:initial;}
.more-categories{overflow:hidden;}
.more-categories-inner .owl-stage-outer{width:100%;overflow:initial;}
  .category-block{ width: auto;padding-top: 10px;
        padding-bottom: 10px;}
  .header-bottom{padding:0;}
  .cat-title,.cat-title a{line-height: 140%;
    font-size: 11px; font-weight: 500; width: 70px;}
  .cat-image{ width: 31px;}
   .category-block:nth-child(4) .cat-title {width: 100px;}
   .category-block:nth-child(3) .cat-title {width: 85px;}
.scrolled-past-header #sticky-header{background-color: #000;}
  .bannerdesktop{display:none !important;}
.bannermobile{display:block !important;width:100%;}
.category-img-banner .banner:not(.banner--stacked) {
        flex-direction: column;
        flex-wrap: wrap;
         width:100%;
    }
  .collection-hero__title{font-weight:700;
    font-size: 20px;margin-bottom: 10px !important;}
  .collection-bg{background:none !important;}
  .global-column{flex-direction: column;}
  .global-left,.global-right{width:100%;}
  .imgdesktop{display:none !important;}
  .imagemobile{display:block !important;}
  .global-left{order:2;padding-top: 30px;
    padding-bottom: 30px;}
  .global-right{order:1;}
  .logo-carousel h2{ font-size: 11px; font-weight: 500;}
  .logo-carousel li{margin-left: 15px;
    margin-right: 15px;}
  .section-template--22650706624828__product-grid-padding{ padding-bottom: 0px !important;}
  .banner--mobile-bottom .banner__content{background-color: #0B101F; margin-top: -10px;}
  .bannermobile img{width:100%;}
   .banner--mobile-bottom .banner__box{padding: 20px 30px;}
  .keyingredients-inner h1{margin-top:0px;}
  .keyingredients-inner h2{margin-top:0px;}
  .keyingredients-box li{    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    align-items: center;
    margin-right: 30px;
    width: 30% !important;
    flex-grow: 1;
    text-align: center; position:relative;}
  .keyingredients-img img{width: 100%; position:relative;}
  .keyingredients-box{flex-wrap: wrap;}
  .keyingredients-img h4{ font-size: 12px; line-height: 16px;}
  .keyingredients-box li:nth-child(3n){margin-right: 0px !important;}
  .section-template--22650706624828__features_image_banner_YPfw7K-padding{ padding-top: 0 !important;}
  .features-banner-inner img{filter:none;width:100%;}
  .benefits-lists{display: block;}
  .benefits-lists-left,.benefits-lists-right{width: 100%; margin-left: 0;margin-right: 0;}
  .benefits-lists p{font-size: 14px;}
  .bottom-gradiant .banner__text p{font-weight: 700;font-size: 24px;}
  .bottom-gradiant .banner__box{  max-width: 100%;padding:20px;padding-top: 40px;padding-bottom: 40px;}
  .more-categories-inner h1{font-weight:600;font-size: 24px;margin-bottom: 25px; margin-top: 0px;}
    .more-categories-inner h2{font-weight:600;font-size: 24px;margin-bottom: 25px; margin-top: 0px;}
  .header-bottom{background-color:#fff;}
  .more-categories-box{display: block;}
    .more-categories-img{ width:100%;
        display: flex;
        margin-right: 6px;
        margin-bottom: 6px;}
#vitamin-b12 .product-form__input input[type=radio]+label{width:110px;}
#vitamin-d3-k2 .product-form__input input[type=radio]+label{width:110px;}
.template-product-soothing-vaginal-product .product-form__input input[type=radio]+label{width:145px;}
.collection.all .card__heading.h5 a {
    height: 7rem;}
  .more-categories-img h4{font-size: 10px;line-height: 13px;}
  .more-categories-img .catlink{font-size: 10px;line-height: 13px; text-decoration:none;}
  .category-shadow{width:100%;padding: 20px 5px 10px;}
  .more-categories-box li:nth-child(3n){margin-right: 0px;}
  .footer { margin-top: -10px !important;}
  .footer .logo-block{width:100% !important; order: 5;margin-top: 20px !important;}
  .flogo{text-align:center;}
  .footer__content-bottom .page-width{ padding: 0 2rem;}
  .footer__copyright p{ margin-bottom: 12px;}
  .footer .footer-newsletter{order:1;text-align: center;margin-bottom: 20px !important;}
  .footer-block.grid__item{padding: 0px 15px !important;}
   .footer__blocks-wrapper{margin-bottom: 0px;}
  .footer .footer-block--menu{order: 2;    border-top: 1px solid #444 !important;}
  .footer .footer__blocks-wrapper .footer-block:nth-child(4n){  border-bottom: 1px solid #444 !important;}
  /****************************Preganacy****************************************************/
.template-collection-pregnancy-care .card:not(.ratio) { flex-direction: row;}
.template-collection-pregnancy-care .card__inner{        
        width: 100%;
        margin-right: 15px;}
  .template-collection-pregnancy-care card__content{width:60%;}
  .template-collection-pregnancy-care .opinew-stars-plugin-product-list{margin-top: 0px;}
  .template-collection-pregnancy-care #product-grid li{width:100%;max-width:100%;margin-bottom: 15px;}
  .template-collection-pregnancy-care .card__heading.h5 a{height: auto;
    margin-bottom: 6px;
    text-align: left;}
  .template-collection-pregnancy-care  .opinew-stars-plugin-product-list{text-align: left !important;}
  .template-collection-pregnancy-care .card__media .media img{ object-fit: contain;}
   .template-collection-pregnancy-care  .keyingredients-box li{        
        margin-right: 14px;
        width: 27% !important;margin-bottom:14px;}
   /****************************Menstral****************************************************/
.template-collection-menstrual-wellness .card:not(.ratio) { flex-direction: row;}
.template-collection-menstrual-wellness .card__inner{        
        width: 100%;
        margin-right: 15px;}
 .template-collection-menstrual-wellness card__content{width:60%;}
  .template-collection-menstrual-wellness .opinew-stars-plugin-product-list{margin-top: 0px;}
  .template-collection-menstrual-wellness #product-grid li{width:100%;max-width:100%;margin-bottom: 15px;}
  .template-collection-menstrual-wellness .card__heading.h5 a{height: auto;
    margin-bottom: 6px;
    text-align: left;}
 .template-collection-menstrual-wellness .opinew-stars-plugin-product-list{text-align: left !important;}
    .template-collection-menstrual-wellness .card__media .media img{ object-fit: contain;}
     .template-collection-menstrual-wellness .keyingredients-box li{        
        margin-right: 14px;
        width: 27% !important;margin-bottom:14px;}
  /**************************************Sensual*********************************************/
.template-collection-sensual-wellness .card:not(.ratio) { flex-direction: row;}
.template-collection-sensual-wellness .card__inner{        
        width: 100%;
        margin-right: 15px;}
 .template-collection-sensual-wellness card__content{width:60%;}
.template-collection-sensual-wellness .opinew-stars-plugin-product-list{margin-top: 0px;}
  .template-collection-sensual-wellness #product-grid li{width:100%;max-width:100%;margin-bottom: 15px;}
  .template-collection-sensual-wellness .card__heading.h5 a{height: auto;
    margin-bottom: 6px;
    text-align: left;}
 .template-collection-sensual-wellness .opinew-stars-plugin-product-list{text-align: left !important;}
 .template-collection-sensual-wellness .card__media .media img{ object-fit: contain;}
 .template-collection-sensual-wellness .keyingredients-box li{        
        margin-right: 14px;
        width: 27% !important;margin-bottom:14px;}
  /**************************************Menopause*********************************************/
.template-collection-menopause-wellness .card:not(.ratio) { flex-direction: row;}
.template-collection-menopause-wellness .card__inner{        
        width: 100%;
        margin-right: 15px;}
 .template-collection-menopause-wellness card__content{width:60%;}
.template-collection-menopause-wellness .opinew-stars-plugin-product-list{margin-top: 0px;}
.template-collection-menopause-wellness #product-grid li{width:100%;max-width:100%;margin-bottom: 15px;}
 .template-collection-menopause-wellness .card__heading.h5 a{height: auto;
    margin-bottom: 6px;
    text-align: left;}
.template-collection-menopause-wellness .opinew-stars-plugin-product-list{text-align: left !important;}
.template-collection-menopause-wellness .card__media .media img{ object-fit: contain;}
.template-collection-menopause-wellness .keyingredients-box li{        
        margin-right: 14px;
        width: 27% !important;margin-bottom:14px;}
    /**************************************Hygiene Care*********************************************/
.template-collection-hygiene-care .card:not(.ratio) { flex-direction: row;}
.template-collection-hygiene-care .card__inner{        
        width: 100%;
        margin-right: 15px;}
.template-collection-hygiene-care card__content{width:60%;}
.template-collection-hygiene-care .opinew-stars-plugin-product-list{margin-top: 0px;}
.template-collection-hygiene-care #product-grid li{width:100%;max-width:100%;margin-bottom: 15px;}
.template-collection-hygiene-care .card__heading.h5 a{height: auto;
    margin-bottom: 6px;
    text-align: left;}
.template-collection-hygiene-care .opinew-stars-plugin-product-list{text-align: left !important;}
.template-collection-hygiene-care .card__media .media img{ object-fit: contain;}
.template-collection-hygiene-care  .keyingredients-box li{        
        margin-right: 14px;
        width: 27% !important;margin-bottom:14px;}
/**************************************Daily Wellness*********************************************/
.template-collection-daily-wellness .card:not(.ratio) { flex-direction: row;}
.template-collection-daily-wellness .card__inner{        
        width: 100%;
        margin-right: 15px;}
.template-collection-daily-wellness card__content{width:60%;}
.template-collection-daily-wellness .opinew-stars-plugin-product-list{margin-top: 0px;}
.template-collection-daily-wellness #product-grid li{width:100%;max-width:100%;margin-bottom: 15px;}
.template-collection-daily-wellness .card__heading.h5 a{height: auto;
    margin-bottom: 6px;
    text-align: left;}
.template-collection-daily-wellness .opinew-stars-plugin-product-list{text-align: left !important;}
.template-collection-daily-wellness .card__media .media img{ object-fit: contain;}
.template-collection-daily-wellness  .keyingredients-box li{        
        margin-right: 14px;
        width: 27% !important;margin-bottom:14px;}
  /***********************************************************************************/
  .template-collection-menopause-wellness .collection-bg{background:none;}
  .template-collection-hygiene-care .collection-bg{background:none;}
  .template-collection-daily-wellness .collection-bg{background:none;}


  .price__regular .price-item--regular {font-size: 14px;}
  .more-categories-box .owl-item{ width: 30%;
        display: inline-block;}
  .more-categories-box .owl-nav{display:none;}
  .header-bottom-inner .owl-item{ width:135px;
        display: inline-block;}
   .header-bottom-inner .owl-item:nth-child(4) {width:120px !important;}
  .header-bottom-inner .owl-item:nth-child(1) {width:100px !important;}
    .header-bottom-inner .owl-item:nth-child(2) {width:100px !important;}
  .header-bottom-inner .owl-item:nth-child(2) .category-block{width: 100px;}
  .header-bottom-inner .owl-item .category-block{width: 140px;}
   .header-bottom-inner .owl-item:nth-child(4) .cat-title {width: 100px;}
  .header-bottom-inner .owl-item:nth-child(4) .category-block{width: 135px;}
   .header-bottom-inner .owl-item:nth-child(3) .cat-title {width: 85px;} 
  .header-bottom-inner .owl-item:nth-child(3) .category-block{width: 135px;}
  .header-bottom-inner .owl-item:nth-child(5) {width:100px !important;}
  .header-bottom-inner .owl-item:nth-child(3) {width:100px !important;} 
  .header-bottom-inner .owl-item:nth-child(6) {width:100px !important;}
  .header-bottom-inner .owl-item:nth-child(7) {width:110px !important;}
.ptext{font-size: 12px;}
  .header-bottom-inner .owl-item:nth-child(5) .category-block{width: 100px;}
   product-info .product__title h1 {
        font-family: "Work Sans" !important;
        font-size: 20px !important;
    }
  #shopify-block-opinew-stars-plugin-product{margin: 0 !important;}
  .product .product__title{ margin-bottom: 6px;}
  product-info .price .price__container span {
       font-family: "Work Sans" !important;
        font-weight: 400;
        font-size: 25px !important;
    }
  .product .price__container{margin-bottom:0px;}
  .product-form__buttons{max-width: 100%;display:block;}
  .product-form__submit{ width: 100% !important;margin-bottom:15px;}
  .globalbox .page-width{padding-top:0px;}
  .productimgtext .page-width ,.keyingredients-product .page-width,.mint-help-product .page-width,.productgraph .page-width,
  .product-faq .page-width,.product-bottom-imgtext .page-width,.product-rich-text .page-width{width: 100%;}
   .productimgtext  .image-with-text .grid{ flex-direction: column;}
  .productimgtext  .image-with-text .grid__item{margin-top:10px;}
  .product-4-mints .global-left{border-radius: 0px 0px 20px 20px;    align-items: center;
    text-align: center;  justify-content: center;}
  .product-4-mints p{ text-align: center;}
  .product-4-mints .custom-text-section{ padding-left: 0;width: 70%;}
  .product-4-mints h4{font-size: 24px !important;}
  .keyingredients-product .page-width{padding:0px;}
  .keyingredients-product-bottom{padding-left:20px; padding-right:20px;}
  .keyingredients-product-bottom h1{ margin-top: 10px; margin-bottom: 15px;}
  .keyingredients-product-bottom h2{ margin-top: 10px; margin-bottom: 15px;}
  .keyingredients-product-bottom-inner-right,.keyingredients-product-bottom-inner-left{width:100%;}
  .keyingredients-product-bottom-inner{ flex-direction: column;}
  .keyingredients-product-bottom-box-left img{width:100%;}
  .keyingredients-product-bottom-box-left{    width: 28%;}
  .mint-help-box{flex-direction: column; padding: 18px 20px;padding-bottom: 0px;}
  .mint-help-product{ margin-top: 20px;}
  .mint-help-box-left,.mint-help-box-right { width: 100%;}
  .template-product-soothing-vaginal-product .mint-help-box-left,.template-product-soothing-vaginal-product .mint-help-box-right{ margin-right: 0; width: 100%;}
  .template-product-soothing-vaginal-product .mint-help-box {padding: 30px 25px;}
  .template-product-soothing-vaginal-product .mint-help-box-right-left{width: 20%;}
  .mint-help-box-left p,.mint-help-box-right-right p{ font-size: 13px !important;}
  .mint-help-box-right-left{width:20%;}
  .mint-help-box-right-right{width:80%;margin-top: -10px;}
  .product-gradiant-banner .banner__box p{font-size: 16px !important;}
  .productgraph .image-with-text__content{padding:0px;}
  #shopify-section-template--22693201346876__opinew-reviews-product-page-code .page-width,
#shopify-section-template--22747858600252__opinew-reviews-product-page-code .page-width,
#shopify-section-template--22757699846460__opinew-reviews-product-page-code .page-width{width: 100%;}
  .section-template--22693201346876__product_graph_section_Wn7GGE-padding{padding-bottom:0px;}
 .productfaq .product-faq .accordion{font-size: 14px !important;padding-right: 38px;}
  .productfaq .product-faq .faqpage div.content{font-size: 13px;}
  .productfaq .product-faq .accordion-close span{right: 0px;}
 .productfaq .product-faq .accordion-open span{right: 0px;}
 .productfaq  .product-faq .page-width{ padding-bottom: 20px;}
.product-bottom-inner h4,.product-rich-text-inner h1{ font-size: 20px !important;}
.product-rich-text-inner h2{ font-size: 20px !important;}
  .product-rich-text-inner a{ font-size: 16px !important; width: 100%;}
  .product-rich-text .page-width{padding-top:0px;}
  .product-bottom-inner-right { margin-left: 0;width: 32%;}
  .product-bottom-inner h4{ font-size: 18px !important;}
  .template-product-hygiene-wipes-product  .product-bottom-inner h4{ font-size: 17px !important;}
   .template-product-hygiene-wipes-product .product-gradiant-banner .banner__box p{ font-size: 15px !important;}
  .product__media-icon--lightbox{display:none !important;}
  .backlink{ position: absolute;
        z-index: 10;
        left: 40px;
        top: 170px;}
  .product-media-container.constrain-height .media{border-radius:0px;}
  .product-media-container{width: 100% !important;}
  .section-template--22693201346876__main-padding{}
  .menu-drawer__menu-item,.menu-drawer__account,.menu-drawer .list-social__link{color:#fff !important;}
   .howtouse-product-box .howtouse-product-box-left{
        border-radius: 0px 0px 20px 20px;
        align-items: center;
        text-align: left;
        justify-content: center;order: 2;
        padding-top: 20px;
        padding-bottom: 10px;width: 100%;
    }
  .howtouse-product-box .howtouse-product-box-right{ order: 1;width: 100%;}
   .howtouse-product-box .howtouse-product-box-right img{width:100%;}
  .howtouse-product-box{ flex-direction: column;margin-bottom:20px;}
  .howtouse-product-box .custom-text-section {
    padding-left: 14px;
    padding-right: 14px;}
  .howtouse-product-box .howtouse-product-box-left h4{ text-align: center;}
  .template-product-hygiene-wipes-product .howtouse-product-box .howtouse-product-box-left,
  .template-product-hygiene-spray-product .howtouse-product-box .howtouse-product-box-left{justify-content: left;}
  .template-product-hygiene-spray-product  .howtouse-product-box .howtouse-product-box-left span,
  .template-product-breast-cream-product .howtouse-product-box .howtouse-product-box-left span{ font-size: 11px;}
  .mint-help-box-right{ margin-bottom: 18px;}
  .template-product-hygiene-spray-product .mint-help-box{    
   justify-content: left;{}
    align-items: flex-start;}
.template-product-hygiene-spray-product .mint-help-box-left {
    width: 100%;
    margin-right: 0px;}
.template-product-hygiene-spray-product .mint-help-box-right {
    width: 100%;
    margin-top: 0px; 
    justify-content: center;}
  .template-product-breast-cream-product .productimgtext .page-width{padding-bottom:0px;}
.middlebanner .banner__box{ background-color:#0B101F !important;}
.middlebanner .bannermobile {
        display: flex !important;}
/*******************************************Homepage*********************************************************/
.homepage-new-banner .banner:not(.banner--stacked){flex-direction: column;}
.homepage-new-banner h2{ font-size: 25px !important; text-align:center; line-height: 30px;}
.homepage-new-banner h1{ font-size: 25px !important; text-align:center; line-height: 30px;}
.homepage-new-banner  .banner__content{ position: absolute;} 
.multicolumn-list h3{font-size: 12px !important; line-height: 14px !important;}
.home-ayurveda-connection-bottom{width:100%;}
.home-ayurveda-connection-bottom-inner{flex-direction: column;}
.home-rich-text .page-width{padding-left: 15px !important; 
    padding-right:15px !important; }
.home-rich-text h2{ margin-top: 20px;}
.shop-by-categories li{ flex-basis: 33.33333%;list-style:none;margin-bottom:40px; }
.background-none .multicolumn-list:not(.slider) .center .multicolumn-card__info,.multicolumn-list:not(.slider){padding-left:0px !important; padding-right:0px !important; }
.multicolumn  .grid--2-col-tablet-down .grid__item {
        width: calc(33% - var(--grid-mobile-horizontal-spacing) / 2);
    }
.multicolumn .page-width{padding-bottom:0px;  padding-left: 15px !important; 
    padding-right:15px !important; }
.home-img-with-text h2.image-with-text__heading{ font-size:40px !important; line-height: 45px;}
.home-img-with-text .image-with-text__text--caption{margin-bottom:8px;}
.home-img-with-text .image-with-text__media img{border-radius:0px;}
.template-index .home-img-with-text .page-width {
   padding-left: 0px !important; 
    padding-right:0px !important; 
   padding-bottom:0px;
}
.video-section.page-width{padding-left: 15px !important; 
    padding-right:15px !important; }
.home-img-with-text .image-with-text__text-item{    
    width: 80%;
    margin-left: 10px;
    margin-right: 10px;
    transform: translate(0px, -25px);}
.home-ayurveda-connection  .page-width {}
.home-img-with-text .image-with-text__media-item{z-index:auto !important;}
.home-img-with-text .image-with-text__text-item .image-with-text__content{    padding-left: 18px;
    padding-right: 18px;}
.home-ayurveda-connection-bottom{ width: 95%;
    margin-left: 10px;
    margin-right: 10px;}
.home-ayurveda-connection-bottom-right{flex-basis: 100%;}
.home-ayurveda-connection-bottom-right img{width:100%;  margin-top: 20px;}
.template-index  .middlebanner .banner:not(.banner--stacked){flex-direction: column;}
.template-index  .middlebanner .banner__content{ margin-top: -2px;background-color:#0B101F;}
.template-index .middlebanner .banner__text {
    font-size: 25px;
    font-weight: 600;line-height: 30px;  font-family: "Work Sans" !important;}
.template-index .middlebanner .banner__text p{ text-align:center;}
.template-index .middlebanner .banner__text p br{display:none;}
.keyingredients .page-width{padding-left:20px !important; 
    padding-right:20px !important;padding-top: 45px; }
.template-index .keyingredients-box li {margin-right: 10px;margin-bottom:10px;}
.template-index .collection__title.title-wrapper{padding-left: 15px !important; padding-right:15px !important; }
.template-index .opinew-stars-plugin-product-list{ text-align:left !important;}
.template-index .card__heading.h5 a{height: 5rem;}
.home-shop-by-categories{ margin-top:35px !important;}
.shop-by-categories .page-width{padding-left: 15px !important; padding-right:15px !important; }
.shop-by-categories h1{margin-bottom: 24px;font-size:25px !important; line-height: 30px;}
.shop-by-categories h2{margin-bottom: 24px;font-size:25px !important; line-height: 30px;}
.shop-by-category-shadow img{width:100%;}
.shop-by-categories ul{column-gap: 10px;}
.shop-by-categories li{ flex-basis: 48%;margin-bottom: 5px;}
.shop-by-categories h4{font-size: 16.12px !important;
        line-height: 140%;
        bottom: 10px;
        margin: 0;
        padding-left: 12px;
        padding-right: 12px;  }
.productfaq .product-faq .page-width{padding-left: 20px !important; padding-right:20px !important;}
.template-index .keyingredients-box li{width: 30%;}
.template-index .keyingredients .page-width{padding-left:0px !important; 
    padding-right:0px !important;padding-top:20px; }
.template-index .keyingredients-inner {
    padding-left: 20px;
    padding-right: 15px;}
.grid .footer-newsletter .footer-block__heading::after{display:none;}
.template-page-new-why-wyn .middlebanner .banner__text {
        font-size: 25px;
        font-weight: 600;
        line-height: 30px;
        font-family: "Work Sans"  !important;
  text-align:center;
    }
.template-page-new-why-wyn .middlebanner .banner__text p br{display:none;}
.template-page-new-why-wyn .middlebanner .banner__text p {    text-align: center;}
.template-page-new-why-wyn  .middlebanner .banner__content{ margin-top: -2px;background-color:#0B101F;}
.template-page-new-why-wyn #shopify-section-template--22795804049724__middle_image_banner_VNgp3d .banner__content{ margin-top: 0;background-color:#fff;}
.template-page-new-why-wyn .homepage-new-banner h2{ font-size: 40px !important; line-height: 45px;}
.template-page-new-why-wyn .homepage-new-banner h1{ font-size: 40px !important; line-height: 45px;}

.template-page-new-why-wyn .rich-text__heading{font-size: 28px !important;line-height: 30px;margin-bottom: 10px;}
.template-page-new-why-wyn .rich-text__subheading{font-size: 28px !important;line-height: 30px;}
.template-page-new-why-wyn .homepage-new-banner p{
    line-height: 24px;
    text-align: center;
    font-size: 20px;}
.wynkeyingredients ul li { margin-bottom: 5px;margin-right: 10px;}
.why-wyn-benefits-box-left {width: 25%;}
.why-wyn-benefits-box h4{ font-size: 14px !important;}
.why-wyn-benefits-box p{font-size: 13px !important;}
#shopify-section-template--22795804049724__middle_image_banner_VNgp3d .banner__content{display:none;}
.why-wyn-benefits-box,.about-grid{ width: 100%; }
.aboutus-categorybox-box,.abtimagewithtext .about-grid{width: 100%;}
.template-page-new-about-us .rich-text__subheading{font-size: 28px !important;}
.template-page-new-about-us .home-img-with-text .image-with-text__text-item{transform:none;width:100%; margin-right: 0px;margin-left: 0px;margin-top: 10px;}
.about-colunms-right{margin-top:20px; margin-bottom:20px;}
.template-page-new-about-us #shopify-section-template--22800900948284__middle_image_banner_qgCYU7 .banner__content{ display: none;}
.template-page-new-about-us #shopify-section-template--22800900948284__home_image_with_text_Dj9gWc .image-with-text__content{padding-left:0px;}
.why-wyn-benefits .page-width{padding-top:0px;}
.template-page-new-about-us #shopify-section-template--22800900948284__middle_image_banner_MAKyfL  .banner__box {
background-color: #F0E6DD !important;}
.template-page-new-about-us #shopify-section-template--22800900948284__middle_image_banner_MAKyfL .banner__content{ margin-top: -1px;}
.aboutus-categorybox-inner h1{margin-top:0px; line-height: 33px;}
.aboutus-categorybox-inner h2{margin-top:0px; line-height: 33px;}
.aboutus-categorybox-bottom h4{align-items: center;margin-bottom: 10px !important;}
.template-page-new-about-team .about-colunms-box h4{margin-bottom:10px !important;}
.template-page-new-about-team  .about-colunms-right{margin-bottom:0px !important; margin-top:0px !important;}
.aboutteam-img-with-text .image-with-text__heading{margin-top: 10px !important;margin-bottom:0px !important;}
.aboutteam-img-with-text .image-with-text__content{padding:0px !important;}
.aboutteam-img-with-text .image-with-text__text--caption{ font-size: 18px !important;}
.about-colunms-box {flex-wrap: wrap;}
.about-team-new-banner h2{font-size: 30px !important;line-height: 33px;text-align: center;}
.about-team-new-banner h1{font-size: 30px !important;line-height: 33px;text-align: center;}
.about-team-new-banner .banner__box {padding: 4rem 5.5rem;}
.about-team-new-banner .banner__content{position: absolute;}
.shopify-policy__container{max-width: 100%;}
.header-bottom-inner .owl-nav,.header-bottom-inner .owl-dots {display:none;}
.productimgtext .image-with-text__content{padding-right:0px !important;}
.menu-drawer{background-color:#fff !important; color:#000 !important;--color-background:#fff !important;}
.menu-drawer__menu-item, .menu-drawer__account, .menu-drawer .list-social__link{color: #000 !important;}
.template-index .price--on-sale .price-item--regular{ margin-right:3px !important;font-size: 14px !important;}
.template-index .price__regular .price-item--regular, .card-information>.price{font-size: 14px !important;}
}
#shopify-section-template--23890423742780__slideshow_fCVWGb{display:none;}

@media only screen and (max-width: 980px) {
  #shopify-section-template--23890423742780__slideshow_ftmWW3{
    display: none;
  }
  #shopify-section-template--23890423742780__slideshow_fCVWGb{display:block;}
  .template-product-new-product-template .Productglobalbox h1{ font-size:30px !important; line-height: 34px !important;}
 .template-product-new-product-template .Productglobalbox h2{ font-size:30px !important; line-height: 34px !important;}

  .template-product-new-product-template .middlebanner .banner__box {
        background-color: #F0E6DD !important;margin-top: -2px;
    }
  .template-product-new-product-template .middlebanner h1,.template-product-new-product-template .keyingredients-product-bottom h1{font-size:26px !important;line-height:30px;}
   .template-product-new-product-template .middlebanner h2{font-size:26px !important;line-height:30px;}

  .template-product-new-product-template .benefits-inner h1{ font-weight: 700;}
  .template-product-new-product-template .why-wyn-benefits .why-wyn-benefits-inner h1{font-weight: 700;font-size:35px !important; line-height: 40px !important; text-align: left !important;
        margin-top: 0px;}
  .template-product-new-product-template .why-wyn-benefits{ transform: none !important;
        margin-top: 60px;}
  .template-article-new-single-blog-template .backlink{    max-width: 100%;
    margin: inherit;
    padding: 0 !important;}
  .blog-next-post h1{font-size:22px !important;}
  .article-template__title{font-size: 22px !important;line-height: 28px;}
  .header-bottom-inner .owl-item.active {
    background-color:transparent;
  }
 .product-rich-text-inner a {
      width:auto;
    }
  .toc-box{ width: 100% !important;
        margin-bottom: 0;}
  .termsandcondition .page-width {padding-top:25px; }
  .agree-text{font-size: 13px !important;}
  .template-page-become-a-member .banner:not(.banner--stacked){flex-direction: column;flex-wrap: nowrap;}
 .template-page-become-a-member  .membership-banner .banner__content {background: linear-gradient(#fef4de, #FFFFFF);text-align:center;}
   .template-page-become-a-member  .membership-banner .bannermobile{display:flex !important;}
  .template-page-become-a-member .membership-banner h1{
    line-height: 35px !important;
    text-align: center !important;
    font-size: 30px !important;}
  .banner__text.body,.banner__subtext{ font-size:18px !important;  text-align: center !important;}
  .banner__subtext br{display:none;}
  .banner__text.body p,.banner__subtext p{text-align: center !important;}
  .template-page-become-a-member .membership-banner .banner__box{ margin-top: -50px;}
  .member-btn span{display:none;}
  .member-btn{min-width: calc(6rem + var(--buttons-border-width)* 2);    padding: 0px 0rem;}
  .member-btn img{margin-right:0 !important;}
  .member-banner h1{font-size: 30px !important;line-height: 35px !important;}
 .member-banner h2{font-size: 30px !important;line-height: 35px !important;}
 .home-video-box{ flex-direction:column !important; padding:20px;}
  .member-image-left,.video-section-right{width:100% !important;}
  .member-image-left{margin-bottom:15px;}
  .member-text{padding:0px 25px 25px 25px !important;}
  .keyingredients-inner-main .keyingredients-inner-list, .keyingredients-inner-main .keyingredients-product-top{width:100% !important;}
  .keyingredients-inner-main .keyingredients-box{}
  .keyingredients-inner-main {display: block !important;}
  .template-index .keyingredients-inner-main .keyingredients-box li:nth-child(4n),
.template-index .keyingredients-inner-main .keyingredients-box li:nth-child(5n),
.template-index .keyingredients-inner-main .keyingredients-box li:nth-child(6n){margin-top:15px !important;}
   .keyingredients-inner-main  .keyingredients-product-top{ margin-top: 20px;}
 .template-index .keyingredients-inner-main .keyingredients-product-top img{width:100% !important;}
  .template-index .middlebanner {margin-bottom:0px;}
  .shop-by-categories ul{justify-content: flex-start !important;}
  #shopify-section-template--23490859663676__slideshow_ftmWW3{display:none !important;}
    #shopify-section-template--23490859663676__slideshow_WYVwBq{display:block !important;}
  .keyingredients-inner-main .keyingredients-box{column-gap: 15px !important;}
  .template-index .keyingredients-box li{ flex: 0 0 29.3333% !important;}

}
#shopify-section-template--23490859663676__slideshow_ftmWW3{display:block;}
 #shopify-section-template--23490859663676__slideshow_WYVwBq{display:none;}
.template-product-new-product-template .Productglobalbox h1{ font-size:40px;
        font-weight: 700;
        line-height: 44px;
        font-family: "Work Sans"  !important;}
.template-product-new-product-template .Productglobalbox h2{ font-size:40px;
        font-weight: 700;
        line-height: 44px;
        font-family: "Work Sans"  !important;}
.template-product-new-product-template .benefits-inner h1{ font-weight: 700;font-size:40px; line-height: 44px;}
.section-template--22693201346876__benefits_section_cfFxjg-padding{padding-top:10px;}
.template-product-new-product-template .benefits-lists h4:before {
    content: url(/cdn/shop/t/37/assets/line.png?v=1714994183);
    height: 24px;
    margin-right: 10px;
}
.template-product-new-product-template .backlink{display:none;}
.template-product-new-product-template .why-wyn-benefits-inner{align-items: center;
    -moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;}
.template-product-new-product-template .why-wyn-benefits-inner h1{text-align:center;font-weight: 700;font-size:40px !important; line-height: 44px;}
.template-product-new-product-template .why-wyn-benefits-inner h2{text-align:center;font-weight: 700;font-size:40px !important; line-height: 44px;}

.template-product-new-product-template .why-wyn-benefits-box p{margin-bottom:5px;} 
.template-product-new-product-template .why-wyn-benefits-box h4{font-size: 20px !important;line-height:28px;}
.template-product-new-product-template .why-wyn-benefits-box-right{ width: 88%;}
.template-product-new-product-template .why-wyn-benefits-box{padding: 20px 10px;}
.template-product-new-product-template .why-wyn-benefits-inner-list{ justify-content: center;}
.template-product-new-product-template .why-wyn-benefits{
    transform: translate(0px, -65px);
}
.sticky-bar {
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
    align-items: center;
    height: auto;
    position: fixed;
    bottom: 15px;
    right: 0px;
    width: 100%;
    z-index: 3;
    left: 0;
    border: 1px solid #000;
    background-color: #000;
}
 
.sticky-bar {
display:none;
}
 
.product-details-sticky,.product-title-sticky{
  display: flex;
  align-items: center;
}
 
.sticky-bar-price .variant-drop-down, .variant-drop-down .product-form__item{
  display: flex;
  align-items:center;
  justify-content: end;
}
.variant-drop-down input[type=number] {
    width: 50px;
    border: black 1px solid;
    margin: 5px; }
 
.variant-button {
  background-color: black;
  color: white;
  width: 100%;    
  font-size: 22px !important;
  text-decoration:none !important
}
 
.sticky-bar-thumb-thumb {
margin:10px;
vertical-align:middle;  
}
 
.sticky-bar-price .price--on-sale .price-item--regular {
display:none;
}
 
 .sticky-bar-price .price:not(.price--show-badge) .price-item--last:last-of-type{
      margin-top: 6px;
    font-size: 15px; }
.custom-dropdown {
  position: relative;
  display: inline-block;
}
 
.custom-dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 24px 8px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}
 
.custom-dropdown::before {
  content: '\25BC';
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  pointer-events: none;
}
.product-form__item{width:100%;}
.sticky-bar .shopify-payment-button { position: fixed;
    bottom: 20px;
    left: 0;
    margin-bottom: 0;
    z-index: 999;width: 100%;
}
.sticky-bar .shopify-payment-button__button--unbranded{padding: 8px 15px; font-size:20px;} 
.announcement-bar{background-color: #293045;}
.announcement-bar__message strong{font-weight: 700;}
.announcement-bar__message{ font-size: 12px;
        font-weight: 400;
        font-family: "Work Sans"  !important;
  text-align:center;}

.template-collection-daily-wellness .card__heading.h5 a{ height: 5rem;}
.main-blog h1{font-size:30px;
        font-weight: 700;
        line-height: 35px;
        font-family: "Work Sans"  !important; color:#000;margin-bottom:30px;}

.blog-articles__article{ border: 1px solid #E8E8EA;border-radius:12px;}
.blog-articles__article .card__media .media img{border-radius:12px 12px 0 0;}
.blog-articles__article  .card .card__inner .card__media{border:none;}
.blog-articles__article .card--standard>.card__content .card__information{    
    padding-left: 2rem;
    padding-right: 2rem;}
 .blog-articles {
        row-gap:40px !important;
    }
.template-collection-daily-wellness .card__badge{display:none;}
.blog-articles__article:hover{border: 1px solid #000;}
.blog-articles__article  .article-card-wrapper .card,.blog-articles__article  .card .card__inner .card__media,.blog-articles__article  .card--card, .blog-articles__article  .card--standard .card__inner{border-radius:12px 12px 0 0;}
@media screen and (min-width: 750px) {
    .article-template>*:first-child:not(.article-template__hero-container) {
        margin-top: 0 !important;
    }
}
.template-article-new-single-blog-template .backlink{max-width: var(--page-width);
    margin: 0 auto; padding: 0 5rem;}
.article-template__back a{font-size:15px;
        font-weight: 400;
        line-height: 140%;
        font-family: "Work Sans"  !important; text-transform:capitalize;color:#000;border: 1px solid #000;
    padding: 12px 20px;
    border-radius: 8px;  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0px 3px 0 rgba(0, 0, 0, 0.19);
}
.article-template__back{display: flex;
    justify-content: center; align-items:center;}

/*************************Become a member**************************************************/
.template-page-become-a-member .middlebanner .banner__content{display:none;}
.termsandcondition{background: linear-gradient(#F1F1F8, #ffffff);}
.toc-box{background-color:transparent; justify-content:flex-start;    list-style: auto;
    display: list-item; width: 46%; padding-left:0px;margin-bottom: 0;}
.agree-text{    margin: 0;
    text-align: justify;
    line-height: 140%;
    color: #000000;
    font-weight: 400;
    font-size: 14px !important;
    font-family: "Work Sans", sans-serif !important;}
.toc-main{column-gap: 45px;padding-left: 20px;}
.toc-text{width:100%;}
.toc-box::marker {font-weight:700;}
.member-benefits-box{background-color:transparent;-moz-box-shadow: 3px 3px 20px #ddd;
    -webkit-box-shadow: 3px 3px 20px #ddd;
    box-shadow: 3px 3px 20px #ddd;
    border: 1px solid #ddd; padding:18px 10px;}
.member-benefits-box .why-wyn-benefits-box-left {display:flex;}
.member-benefits-box  h4{font-weight: 400;}
.template-page-become-a-member .membership-banner h1{  font-family: "AmericanTypewriterBold" !important;line-height: 55px; text-align: left;color:#3C2525;font-weight:700;font-size:50px;}
.membership-banner .banner__text.body{ line-height: 140%;
    color: #000000;
    font-weight: 400;
    font-size: 20px;flex-direction: row;
    font-family: "Work Sans", sans-serif !important;}
.membership-banner  .banner__text.body span{color:#FF9933;}
.template-page-become-a-member .membership-banner .banner__buttons .button {line-height: 140%;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: "Work Sans", sans-serif !important;border-radius: 5px;background-color: #000;}
.membership-banner  .banner__subtext{line-height: 135%;
    color: #000000;
    font-weight: 400;
    font-size: 20px;
    font-family: "Work Sans", sans-serif !important;margin-top:10px;}
.template-page-become-a-member .membership-banner .banner__box{padding-top:0px; }
.member-btn{line-height: 140%;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    font-family: "Work Sans", sans-serif !important;border-radius: 35px;background-color: #303440;padding: 0 2rem;margin-right: 12px;}
.member-btn img{margin-right:10px;}
.aboutus-categorybox-box a{ text-decoration:none;}
#all .card__badge {display:none;}
.search-modal__form .field__input,.predictive-search{background-color: #fff !important;}
.full-image-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}
.member-banner h1{line-height: 55px;
    color: #3C2525;
    font-weight: 700;
    font-size: 50px;
    font-family: "AmericanTypewriterBold" !important;text-align:left;margin-top: 10px;
    margin-bottom: 25px;}
.member-banner h2{line-height: 55px;
    color: #3C2525;
    font-weight: 700;
    font-size: 50px;
    font-family: "AmericanTypewriterBold" !important;text-align:left;margin-top: 10px;
    margin-bottom: 25px;}
.member-banner .features-banner-inner{text-align:left;}
.member-banner h1 span{line-height: 25px;
    color: #000000;
    font-weight: 700;
    font-size: 20px !important;
    font-family: "Work Sans", sans-serif !important;text-align:left;
    background-color:#FEE187;margin-right:10px;
    border-radius: 6px;
    padding: 5px 12px;}
.member-banner h1.subtext{  font-weight: 700;
    font-size: 20px !important;
    font-family: "Work Sans", sans-serif !important;margin:0px;line-height: 25px;color:#000;}
.member-banner h2.subtext{  font-weight: 700;
    font-size: 20px !important;
    font-family: "Work Sans", sans-serif !important;margin:0px;line-height: 25px;color:#000; text-align: left;}

.simply-otp-wrapper .olWrapper .ol .login-img, .sotp-widget .olWrapper .ol .login-img{margin-bottom: 0 !important;}
.member-image-left{background-color:#FCE8BA;width: 50%;border-radius: 25px;}
.video-section-right{width: 50%;}
.home-video-box{display: flex;
    flex-direction: row;column-gap: 15px;}
.member-image-left img{width: 90%;
    text-align: center;}
.member-image{ text-align: center;}
.member-text{padding:0px 25px;}
.member-text h4{font-weight: 700;
    font-size: 30px;
    font-family: "Work Sans", sans-serif; margin-top:0px;    margin-bottom: 10px;}
.member-list ul{ margin-left: 15px !important;margin:0px; padding:0px;color:#000;}
.member-list ul{font-weight:400;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;color:#000;}
.member-list ul li{line-height: 22px;}
.member-button{margin-top:20px;border-radius: 5px;}
.member-button{font-weight:400;    width: 50%;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;color:#fff;}
.keyingredients-inner-main{ display: flex;}
.keyingredients-inner-main .keyingredients-inner-list,.keyingredients-inner-main  .keyingredients-product-top {width: 50%;}
.keyingredients-inner-main .keyingredients-box {column-gap: 40px;flex-wrap: wrap;}
.template-index  .keyingredients-inner-main .keyingredients-box li{flex: 0 0 27.3333%; margin-right:0px;}
.template-index .keyingredients-inner-main .keyingredients-box li:nth-child(4n),
.template-index .keyingredients-inner-main .keyingredients-box li:nth-child(5n),
.template-index .keyingredients-inner-main .keyingredients-box li:nth-child(6n)
{margin-top:30px;}
.template-index .keyingredients-inner-main .keyingredients-product-top img{ width: 87%;}
.template-index .middlebanner {margin-bottom:50px;}
.template-index .product-gradiant-banner .banner__content{padding-bottom:0px;}
.daily-mint .daily-mint-colunm{ align-items: center;column-gap: 100px;background: rgb(255,229,232);
background: linear-gradient(90deg, rgba(255,229,232,1) 24%, rgba(255,248,225,1) 65%); filter:none; padding:30px 20px;}
.daily-mint .daily-mint-colunm .clock-text{    
     display: flex;
    justify-content: center;
    align-items: center;font-family: "Inter", sans-serif !important;;font-weight:500;font-size: 18px;color:#000; line-height: 140%;}
.daily-mint .daily-mint-colunm .clock-text img {
    margin-right: 20px;
    width: 20px;
    height: 20px;
}
.daily-mint .daily-mint-colunm h1 {
    margin: 0;    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif !important;
    font-weight: 700;
    font-size: 100px !important;
    color: #000;
    line-height: 100% !important;
}
.daily-mint .daily-mint-colunm .global-left{width: 35%;}
.daily-mint .daily-mint-colunm  .global-right{display:block;width: 50%; max-width: 50%;}
.daily-mint .daily-mint-colunm  .global-right h5{font-family: "Inter", sans-serif !important;font-weight:400;font-size: 20px;color:#000; line-height: 100%;margin:0px;}
.daily-mint .daily-mint-colunm  .global-right span.subheading{font-family: "Inter", sans-serif !important;font-weight:400;font-size: 12px;color:#000; line-height: 140%;margin:0px;}
.redtext{ margin-top: 5px;font-family: "Inter", sans-serif !important;font-weight:700;font-size: 20px;color:#F12F44; line-height: 100%;margin:0px;}
@media only screen and (max-width: 980px) {
  .daily-mint .daily-mint-colunm .global-left{width:100%; max-width:100%;order:1;        
        padding: 0;
        justify-content: flex-start;
        align-items: flex-start;}
  .daily-mint .daily-mint-colunm  .global-right{width:100%; max-width:100%;order:21;}
  .daily-mint .daily-mint-colunm{ flex-direction:column;}
  .redtext{font-size: 18px;}
  .daily-mints .page-width{padding-bottom:50px;}
  .productnewhowtouse .newhowtouse .howtouse-product-box{flex-direction:column;    padding: 22px 20px;}
 .productnewhowtouse .newhowtouse .howtouse-product-box .howtouse-product-box-left{width:100%; max-width:100%;order:1;}
  .productnewhowtouse .newhowtouse .howtouse-product-box .howtouse-product-box-left{padding:0px;}
 .productnewhowtouse .newhowtouse .howtouse-product-box .howtouse-product-box-right {width:100%; max-width:100%;order:2;margin-top:15px;}
  .howtouse-product-box .howtouse-product-box-left h4{text-align: left !important;}
  .menu-drawer__menu.list-menu.submenu-open ul > li a{font-size: 15px !important;
    font-family: "Work Sans", sans-serif;}
    .menu-drawer__utility-links{ z-index: 11;} 
}
#zoko-8aec0844-b70f-11ec-b909-0242ac120002 .reset23947hdfjue8934{ z-index: 999999 !important;}
/*******************************new how to use***************************/
.newhowtouse .howtouse-product-box{ display: flex;
    flex-direction: row;
    background: #FFE5E8;
    background: linear-gradient(90deg,rgba(255, 229, 232, 1) 0%, rgba(255, 229, 232, 1) 0%, rgba(255, 248, 225, 1) 100%);
    border-radius: 18px; padding: 22px 40px;
     column-gap: 50px;
    justify-content: center;
    align-items: center;}
.newhowtouse .howtouse-product-box .howtouse-product-box-left{ background-color: transparent;}
.newhowtouse .howtouse-product-box .howtouse-product-box-right img{margin-right: 12px;
    width: 20px;
    height: 20px;}
.newhowtouse .howtouse-product-box .howtouse-product-box-right span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    line-height: 140%;
}
.newhowtouse .howtouse-product-box .howtouse-product-box-left small{background-color: #000;
    border: 1px solid #000; font-family: "Inter", sans-serif !important;}
.newhowtouse .howtouse-product-box .custom-text-section{padding-left:0px;}
.newhowtouse .howtouse-product-box .howtouse-product-box-right h2 {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif !important;
    font-weight: 700;
    font-size: 40px !important;
    color: #000;
    line-height: 100% !important;
}
.newhowtouse .howtouse-product-box .howtouse-product-box-right h5 {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 100%;
    margin: 0px;
}
.newhowtouse .howtouse-product-box .howtouse-product-box-left span{font-size: 13px;}
.newhowtouse .howtouse-product-box .howtouse-product-box-left h4{font-family: "Inter", sans-serif !important;}
.template-product-soothing-vaginal-product .product-form__input input[type=radio]+label{width:145px;height: 70px;justify-content: center;
    align-items: center;display: flex;}
.template-product-soothing-vaginal-product .product-form__input{display: flex;align-items: center;}

/*******************************B-12 Vitamin Mints New Template***********************************/
.template-product-b-12-vitamin-mints .backlink{display:none;}
.template-product-b-12-vitamin-mints product-info .product__title h1{ font-weight: 700;
    font-size: 40px !important;
    font-family: "Inter", sans-serif !important;
    line-height: 140%;
    color: #1E222B;} 
.template-product-b-12-vitamin-mints .product-text p{margin-bottom:20px;}
.template-product-b-12-vitamin-mints .product-text,.template-product-b-12-vitamin-mints .product-text p{    
  line-height: 140%;
    text-align: justify;
    font-size: 14px !important;
    color: #1E222B !important;
   font-family: "Inter", sans-serif !important;
    font-weight: 400;
}
.template-product-b-12-vitamin-mints .product__info-container{max-width: 51rem;}
.template-product-b-12-vitamin-mints .breadcrumbs{margin-top: 20px;padding-bottom: 0px;}
.template-product-b-12-vitamin-mints .voltReviewWidget span.voltReviewEmpty svg path{fill: #444444;}
.template-product-b-12-vitamin-mints .voltReviewWidget span.voltReviewAverage{ font-size: 17.6px !important;
    color: #444 !important; line-height:25.1px;
   font-family: "Inter", sans-serif !important;}
.template-product-b-12-vitamin-mints .voltReviewWidget svg{ width: 20px;height: 20px;}
.template-product-b-12-vitamin-mints product-info .price .price__container span {
        font-weight: 700;
        font-size: 24px !important;
         font-family: "Inter", sans-serif !important;
        color: #000;
}
.template-product-b-12-vitamin-mints .price__badge-sale{ background-color: #CC311C;
    border-color:#CC311C;   font-family: "Inter", sans-serif !important;}
.template-product-b-12-vitamin-mints .product__info-wrapper .price--on-sale .price-item--regular{font-weight: 500;
        font-size: 24px !important;
         font-family: "Inter", sans-serif !important;
        color: #000;}
.template-product-b-12-vitamin-mints  .price .price-item{margin-right: 5px !important;}
.template-product-b-12-vitamin-mints  .price{ margin-top: 16px;}
.template-product-b-12-vitamin-mints  fieldset.product-form__input .form__label{display:block;font-size: 12px;
         font-family: "Inter", sans-serif !important;font-weight: 700;color: #000; line-height:140%;}
.template-product-b-12-vitamin-mints  .product-form__input input[type=radio]+label{  line-height: 19px !important;font-size: 12px;
         font-family: "Inter", sans-serif !important;font-weight: 400;color: #000;width:125px; border:2px solid #E5EAF2;}
.template-product-b-12-vitamin-mints  .product-form__input input[type=radio]+label span{font-weight:700;margin-bottom:10px;}
.template-product-b-12-vitamin-mints  .product-form__input input[type=radio]+label:hover{border-color:#CC311C; background-color:#FFF2F0 !important;}
.template-product-b-12-vitamin-mints  .product-form__input input[type=radio]:checked+label{border-color:#CC311C; background-color:#FFF2F0 !important;}
.template-product-b-12-vitamin-mints .product-form__submit{ padding: 12px 0px !important;font-family: "Inter", sans-serif !important;}
.template-product-b-12-vitamin-mints .product-form__buttons{ display: flex !important; max-width: 50rem;}
.template-product-b-12-vitamin-mints .shopify-payment-button button{    -moz-box-shadow: 0px 2px 5px #ddd;
    -webkit-box-shadow: 0px 2px 5px #ddd;
    box-shadow: 0px 2px 5px #ddd;
    background: #CC311C;
    font-weight: 400;
    font-size: 15px !important;
   font-family: "Inter", sans-serif !important;
    line-height: 140%;
    color: #fff;
    border: 1px solid #CC311C;
    border-radius: 5px !important;
    padding: 12px 0px !important;}
.template-product-b-12-vitamin-mints .shopify-payment-button__button--unbranded:hover,.template-product-b-12-vitamin-mints .shopify-payment-button__button--unbranded:hover:not([disabled]){ background-color: #fff !important; color: #CC311C;}
.template-product-b-12-vitamin-mints .product__info-wrapper .icon-with-text{display: flex;flex-direction: row; column-gap: 20px;}
.template-product-b-12-vitamin-mints .icon-with-text__item span{font-size: 11px !important;
   font-family: "Inter", sans-serif !important; font-weight: 400;color:#000;}
.b12-multicolunm{background-color:#FFF2F0;}
.b12-multicolunm .multicolumn-card{background:transparent !important;}
.b12-multicolunm .multicolumn-card__info {padding: 1.8rem 0px;}
.b12-multicolunm .multicolumn-card-spacing{ padding-top:0px;}
.b12-multicolunm .multicolumn-card__info h3{ font-weight: 400;
    font-size: 16px !important;
   font-family: "Inter", sans-serif !important;
    line-height: 130%;color:#000;}
.middle-logo-box{ display: flex; flex-direction: row; column-gap: 25px; justify-content: center;align-items:center;}
.template-product-b-12-vitamin-mints .banner--mobile-bottom .banner__content{display:none;}
.key-featured-section{width:100%; display}
.key-featured-box {
    list-style: none;
    display: flex;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position:relative;
}
.key-featured-box li{width:25%; position: relative;display:flex;}
.key-featured-box li img{width:100%;position:relative;z-index:9;}
.key-featured-box li h4{font-size: 16px !important;
   font-family: "Inter", sans-serif !important;
    line-height: 140%;color:#fff;font-weight: 700;
    position:absolute;z-index:10;
      bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;}
.B12-rich-text,.B12-middle-rich-text{background-color:#FFF2F0;}
.B12-rich-text .button{background-color:#CC311C;color:#fff;
   font-size: 15px !important;
   font-family: "Inter", sans-serif !important; 
   line-height: 140%;font-weight: 400; min-width: 250px;}
.B12-rich-text .product-rich-text-inner a:hover{background-color:transparent;color:#CC311C; border:1px solid #CC311C;}
.b12-middle-image-banner .banner__text.subtitle{color:#fff;
   font-size: 24px !important;
   font-family: "Inter", sans-serif !important; 
   line-height: 24px;font-weight: 400;}
.b12-middle-image-banner .banner__box{text-align:inherit;  max-width: 60rem !important;}
.b12-middle-image-banner .banner__heading{color:#fff;
   font-size: 40px !important;
   font-family: "Inter", sans-serif !important; 
   line-height:inherit;font-weight: 700;margin-bottom:25px;}
.b12-middle-image-banner  .banner__text.body p{color:#fff;
   font-size: 24px !important;
   font-family: "Inter", sans-serif !important; 
   line-height: 140%;font-weight: 400; text-align:left;}
.B12-middle-rich-text span{color:#000;
   font-size: 30px;
   font-family: "Inter", sans-serif !important; 
   line-height:inherit;font-weight: 700; margin-right: 25px;}
.B12-middle-rich-text .product-rich-text-inner h2{margin:0px;}
.b12-image-with-text .image-with-text__heading{color:#000;
   font-size: 28px !important;
   font-family: "Inter", sans-serif !important; 
   line-height: 120%;font-weight: 700; margin-bottom:20px;}
.b12-image-with-text .image-with-text__text p{color:#000;
   font-size:16px !important;
   font-family: "Inter", sans-serif !important; 
   line-height: 130%;font-weight: 400;margin-bottom:0px;}
.b12-image-text-box  .page-width{ padding: 52px 1rem;}
.template-product-b-12-vitamin-mints .product-faq{background:transparent;}
.template-product-b-12-vitamin-mints .product-faq .page-width{ padding-top: 0px;padding-bottom: 60px;}
.template-product-b-12-vitamin-mints .product-faq .accordion-close span{
  background: url(/cdn/shop/files/plus_faq.png?v=1755015771) center center no-repeat;
 }
.template-product-b-12-vitamin-mints .product-faq .accordion-open span {
    background: url(/cdn/shop/files/minus_faq.png?v=1755016255) center center no-repeat;
}
.template-product-b-12-vitamin-mints .product-faq .accordion{ font-size:20px !important;color:#000;
   font-family: "Inter", sans-serif !important; 
   line-height:inherit;font-weight: 700;border-top: 1px solid #ccc;padding: 22px 0px;}
.template-product-b-12-vitamin-mints .product-faq .shopify_explorer_faq__item:last-child {
    border-bottom: 1px solid #ccc;
}
.template-product-b-12-vitamin-mints  .product-faq .faqpage div.content p{color:#000;
   font-size:16px !important;
   font-family: "Inter", sans-serif !important; 
   line-height: 130%;font-weight: 400;}
.B12-faq.product-faq{background:#CC311C;} 
.template-product-b-12-vitamin-mints .B12-faq.product-faq .page-width{padding-top: 100px;
    padding-bottom: 100px;}
.faq-inner-section{display:flex; flex-direction:row; column-gap:30px;}
.faq-left-image{width:50%;}
.faq-left-image img{width:100%;}
.faq-right-image{width:50%;}
.faq-right-image h2{color:#fff;    margin-bottom: 40px;
   font-size: 28px !important;
   font-family: "Inter", sans-serif !important; 
   line-height: 120%;font-weight: 700;}
.template-product-b-12-vitamin-mints .B12-faq .accordion1,.template-product-b-12-vitamin-mints .B12-faq .accordion1 small {
    font-size: 16px !important;
    color: #fff;
    font-family: "Inter", sans-serif !important;
    line-height: 140%;
    font-weight: 700;
}
.template-product-b-12-vitamin-mints .B12-faq .faqpage div.content p{ font-size: 14px !important;
    color: #fff;
    font-family: "Inter", sans-serif !important;
    line-height: 130%;
    font-weight: 400;}
.faqtitle{display:flex; width:85%;}
.template-product-b-12-vitamin-mints .B12-faq .accordion1{border-top:1px solid rgba(255, 255, 255, .3);}
.template-product-b-12-vitamin-mints .B12-faq .shopify_explorer_faq__item:last-child {
 border-bottom:1px solid rgba(255, 255, 255, .3); 
}
.template-product-b-12-vitamin-mints .B12-faq .shopify_explorer_faq__item:first-child .accordion1{border-top:none;}
.template-product-b-12-vitamin-mints .B12-faq .accordion-open span {
background:url(/cdn/shop/files/white-down-arrow.png?v=1755022055) center center no-repeat;
}
.template-product-b-12-vitamin-mints .B12-faq .accordion-close span {
background:url(/cdn/shop/files/white-down-arrow.png?v=1755022055) center center no-repeat;
}
#voltReviewSection{margin-top:40px; margin-bottom:40px;} 
.read-more-btn{font-size: 16px;
    color: #CC311C;
    font-family: "Inter", sans-serif !important;
    line-height: 130%;
    font-weight: 400; text-decoration:none;}
.read-more-btn:hover{text-decoration:underline;}
@media only screen and (max-width: 980px) {
.template-product-b-12-vitamin-mints .breadcrumbs{    
    margin-top: 8px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;}
.template-product-b-12-vitamin-mints .newproduct .page-width{padding-bottom:0px;}
.template-product-b-12-vitamin-mints product-info .product__title h1{font-size: 28px !important;line-height: 120%;}
.template-product-b-12-vitamin-mints .product-form__buttons{ max-width: 100%;display: block !important;}
.b12-multicolunm .multicolumn-card__info h3{font-size: 12px !important; line-height: 140% !important;}
.b12-multicolunm .page-width{padding-bottom:25px;}
#shopify-section-template--24940890816828__image_banner_nBWgjW .bannermobile img,
#shopify-section-template--24940890816828__image_banner_8P73RY .bannermobile img{display:flex;}
.key-featured-box li{width:50%;}
.key-featured-box li h4{ padding-left: 16px;padding-right: 16px;}
.key-featured-box li img{ filter: brightness(0.8);}
.B12-middle-rich-text span{font-size: 18px !important;line-height:inherit; margin-right:0px;}
.B12-middle-rich-text .page-width{padding-top:21px;}
.B12-middle-rich-text h2{ display: flex;
    justify-content: center;
    align-items: center;} 
.B12-middle-rich-text h2 span:nth-child(1){ width: 40%;display: flex; justify-content: center;}
.B12-middle-rich-text h2 span:nth-child(2){width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;}
.B12-middle-rich-text h2 span:nth-child(3){ width: 45%;display: flex; justify-content: center;}
.b12-image-text-box .page-width{ padding: 20px 2rem;}
.template-product-b-12-vitamin-mints .product-faq .accordion{line-height: 25px;}
.faq-inner-section{flex-direction:column;}
.faq-left-image,.faq-right-image{width:100%;}
.template-product-b-12-vitamin-mints .B12-faq.product-faq .page-width{padding-top: 50px;padding-bottom: 50px;}
.faq-left-image{margin-bottom:40px;}
.B12-rich-text .page-width{padding-top:34px;padding-bottom:44px;}
.B12-rich-text .button{ min-width: 330px;    
    -moz-box-shadow: 3px 3px 20px #999;
    -webkit-box-shadow: 3px 3px 20px #999;
    box-shadow: 3px 3px 20px #999;}
h2.voltSectionTitle{font-size: 24px; text-align:center;
    color: #000;
    font-family: "Inter", sans-serif !important;
    line-height: 130%;
    font-weight: 700; }
.voltReviewSummaryAction{ width: 100% !important;margin-top: 25px;}
.b12-middle-image-banner .banner__text.subtitle
 {
    font-size: 12px !important;
    line-height: 12.2px;
}
.b12-middle-image-banner .banner__heading {
    font-size: 20px !important;
    line-height: 24px;
    margin-bottom: 10px;
}
.b12-middle-image-banner .banner__text.body p
 {
    font-size: 12px !important;
    line-height: 140%;
    text-align: left !important;
}
.b12-middle-image-banner .banner__text{text-align: left;}
.b12-middle-image-banner .bannermobile{position:relative; z-index:9;}
.b12-middle-image-banner .banner__content{position:absolute; z-index:10;max-width: 55%;}
.b12-middle-image-banner .banner__box {background-color:transparent !important; padding: 4rem 3.2rem;}
.template-product-b-12-vitamin-mints .shopify-payment-button button{margin-bottom:15px;}
}
.moretext {
  display: none;
  margin-top:20px !important;
}