/** Shopify CDN: Minification failed

Line 108:17 Expected ":"
Line 2609:4 Expected identifier but found "*"
Line 3160:118 Expected identifier but found "!"
Line 3931:115 Expected ":"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-
  
  
  --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));
}

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spaced-section {
  margin-top: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link:hover,
.customer 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;
}



/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */


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

/*
  Focus ring - inset
*/

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

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.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;
  margin-left: -0.5rem;
  padding: 0;
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

.button,
.shopify-challenge__button,
.customer button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font: inherit;
  padding: 0.9rem 3rem 1.1rem;
  text-decoration: none;
  border: 0.1rem solid transparent;
  border-radius: 0;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
  color: rgb(var(--color-button-text));
  min-width: 12rem;
  min-height: 4.5rem;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
}

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

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

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

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

.button,
.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: 9rem;
  min-height: 3.5rem;
}

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

/* Button - hover */

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

/* Button - other */

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0.1rem solid transparent;
  border-radius: 0;
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55);
  height: 4.5rem;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
}

.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__input:hover,
.select__select:hover,
.customer .field input:hover,
.customer select:hover,
.localization-form__select:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-foreground), 0.55);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-foreground), 0.75);
  outline: transparent;
}

.text-area,
.select {
  display: inline-block;
  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: 1.5rem;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 4rem 0 1.5rem;
}

/* Field */

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

.customer .field {
  display: block;
}

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

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

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: 1.5rem;
  top: 1rem;
  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: 0.3em;
  letter-spacing: 0.04rem;
}

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

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

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

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

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

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

/* Text area */

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

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

input[type='checkbox'] {
  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;
}

.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 {
  border: 0.1rem solid rgba(var(--color-base-text), 0.08);
  position: relative;
  height: 4.5rem;
  width: calc(14rem / var(--font-body-scale));
  display: flex;
}

.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 svg {
  width: 1rem;
  pointer-events: none;
}

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

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

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

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

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

.modal__toggle-close {
  display: none;
}

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

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

.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 */
#shopify-section-announcement-bar {
  z-index: 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header__heading,
  .header__heading-link {
    justify-self: 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__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

.header__submenu.list-menu {
  padding: 2rem 0;
  background: rgba(255, 255, 255, 0.9);
}

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

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

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

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

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

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

details-disclosure > details {
  position: relative;
}

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

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

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

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

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

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

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

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

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


   
.announcement-bar-slider {text-align:center; background-color:#000;  color: #fff; text-shadow: none; font-size: 13px;
padding: 4px 0px;} 
.slider-mobile-gutter:after {font-size:0px; line-height:0px; height:0px; content:'.'; visibility:hidden; display:block; clear:both;}  
#cart-icon-bubble .icon.icon-cart {height: 2.4rem;
width: 2.4rem;} 
.banner__content .banner__video_box {max-width:100%; min-width:100%; padding:0px;}  
.banner__content.banner__video_box_content {padding:0px;}
.banner__content.banner__video_box_content video {width:100%; height:100%; display:block;}
.banner__content.banner__video_box_content.page-width {max-width:100%;}
.banner__box.banner__video_box .banner__video {margin-top:0px;}
.header-wrapper .header {padding-top:1rem; padding-bottom: 1rem;} 
.collection-hero--with-image .collection-hero__text-wrapper {max-width: 960px;
left: 0; right: 0; margin: 0 auto; position: absolute; top: 50%; -ms-transform: translate(0,-50%);
transform: translateY(-50%); z-index: 3; } 

.collection-hero.collection-hero--with-image {position:relative;}  
.collection-hero.collection-hero--with-image {padding:0 !important;}
.collection-hero__inner.page-width {padding:0px!important;}  
.collection-hero__inner .collection-hero__image-container {margin-left:0px;} 
.collection-hero__title {font-size: 35px; line-height: 1.4em;  text-transform: uppercase; text-align: center; font-weight:600; color: #fff;}
.collection-hero__image-container.media > :not(.zoom):not(.deferred-media__poster-button) {position:static;}  

.collection-hero__inner:after { content: ""; position: absolute; z-index: 2; background: rgba(0,0,0,.5);
top: 0; bottom: 0; left: 0;  right: 0; }
  
 .banner__video_box_content .banner__buttons {position: absolute; bottom:30%; color: #fff;
left: 50%; margin-bottom: -10px; z-index: 100; } 
 .banner__video_box_content .banner__buttons a.button { border-radius: 0px; animation: fade-in 1s ease .6s forwards; background-color: transparent;
border: 2px solid #fff; box-shadow:none; color:#fff; min-width:150px; line-height: 1.42; padding: 10px 25px;font-size: 16px;
display: inline-block; margin-left:-75px; } 
  
.banner__box.banner__video_box .banner__video:before { content: "";
position: absolute;  
top: 0;
right: 0;
bottom:auto;
left: 0;
z-index: 3;
background-color: #000;
opacity:.2;  
height:100%;  
  
} 
  
.collection-hero__inner.collection-inner-banner:after {content:none;}
.collection-hero__inner.collection-inner-banner .collection-hero__title {color:#121212;}  
.page-width--narrow {max-width:1200px;}
.product__media-item > * {max-width:100%;}
#ks_slider  iframe {width:100%!important; border:none; background: #fff; height: 100%;}
#ks_slider {padding:0px;}
#ks_slider li {list-style:none;}
#ks_slider .slick-prev.slick-arrow { cursor:pointer; display:block; position:absolute; left:0; z-index:1; top:50%;}
#ks_slider .slick-next.slick-arrow { cursor:pointer; display:block; position:absolute; right:0; z-index:1; top:50%; }  
#ks_slider .slick-prev.slick-arrow svg, #ks_slider .slick-next.slick-arrow svg {max-width:30px;}  
.product__media-wrapper .select .choose-different-fit-style {width: auto;
border: 1px solid rgba(0,0,0,.75);
padding: 8px 9px;
background: #fff;
height:38px;
border-radius: 25px;
cursor: pointer;
position: absolute;
z-index:1;
top: 50px;
left: 10px;}
.product__media-wrapper .select .icon-caret {right: 0.5rem;}
.product  variant-selects {width:60%;}
.product .form__label {font-size:14px;}
.featured-image img {max-width:100%;}
.vitals-featured-description {padding:50px 0px; background:#f9f9f9; margin-top:50px;} 
.vitals-description .vt-accordion, .vitals-description .vt-panel {border:none; background-color:transparent!important;}  
.vitals-description .vt-accordion {border-bottom:1px solid #979797!important; border-radius: 0; padding-left
:0px;}
.vitals-description .vt-panel p:first-child {margin-top:0px!important;} 
.vitals-description .vt-active, .vitals-description .vt-accordion:hover, .vt-accordion:focus-visible { font-weight:normal;}  
.vitals-description .vt-panel p b {font-weight:normal;}
.vitals-description .vt-panel {padding-top:0px!important;} 
.vitals-description {padding-left:80px;}  
.vitals-description .vt-panel p, .vitals-description .vt-panel ul li {font-size:14px;}
.vitals-description .arrow > span {display:none;}
  
.vitals-description .arrow {
width:15px;
height:10px;
margin:10px 0 0;
background-size: 100% !important;  
}
  
  
/*   
.vitals-description .arrow:before {   
top: 0;
left: 50%;
width: 1px;
height: 100%;
margin-left: -1px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
content: "";
position: absolute;
background-color: #979797;
-webkit-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;  
}
  
.vitals-description .arrow:after {   
top: 50%;
left: 0;
width: 100%;
height: 1px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
content: "";
position: absolute;
background-color:#979797;
-webkit-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
  
   
  
 
.vitals-description .vt-accordion.vt-active .arrow:before  {
top:1px;
left: 50%;
width: 1px;
height: 100%; 
margin-left: -1px;
transform: rotate(90deg); 
content: "";
position: absolute;
background-color:#979797;
transition: all 0.15s ease-out 0s;     

}
  
.vitals-description .vt-accordion.vt-active .arrow:after  {  
 top: 50%;
left: 0px;
width: 100%;
height: 1px;
transform: rotate(180deg);
content: "";
position: absolute;
background-color:#979797;
transition: all 0.15s ease-out 0s;   
 
 }
  
*/
  
  
.vitals-description .vt-panel ul  {
padding:0px;  
  
} 
  
  
.vitals-description .vt-panel p:empty {display: none;}
  

/*Feb 09 2022*/
#pfs .slick-slide{height:800px; overflow: hidden;}
#pfs .slick-slide img{max-width:100%; object-fit: cover; height:100%; width:100%}
  
#pfs .slick-arrow{box-sizing: border-box; margin: 0;  min-width: 0; display: -webkit-box; display: -webkit-flex;
display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center -ms-flex-align: center;
 align-items: center; -webkit-box-pack: center; -ms-flex-pack: center;  -webkit-justify-content: center; justify-content: center;
 display: none; cursor: pointer; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);
-ms-transform: translateY(-50%); transform: translateY(-50%);  z-index: 1; background: white; box-shadow: -1px 3px 5px -1px rgb(0 0 0 / 50%);
 width: 45px;  height: 45px; border-radius: 50%; line-height: 52px; text-align: center;}  
 
#pfs .slick-arrow.featured-slider-slick-next{right:-10px;}
#pfs .slick-arrow.featured-slider-slick-prev{left:-30px;} 
#pfs .slick-arrow .flickity-button-icon{max-width: 20px;}
ul#pfs{margin: 70px 0 0 0; padding: 0;}
  
#pfs .slick-slide{margin-right:20px;}
  
 
.ui-draggable, .ui-droppable {
	background-position: top;
}
  
  
  .info-tooltip { cursor:pointer; margin-left: 12px; max-width:22px; top:6px; display:inline-block; width:100%; position: relative;}   
  .info-tooltip img {max-width:24px;}  
  .ui-tooltip {font-size:14px!important; line-height:normal!important;}  
  .product .form__label {width: 100%;}
  html fieldset.product-form__input .form__label {margin-bottom:0.8rem;}  
  .product-fits-like p {font-size:14px; font-weight:bold; color:#000;}
  .product-fits-like span {font-weight:normal !important;} 
  html .boost-pfs-filter-left-col {float:right;}
  html .boost-pfs-filter-right-col {padding-right: 30px; padding-left: 0;}
  .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner ul {padding-right:0px;}
  .grid__item.product__media-wrapper .select {display:block;} 
  .product-form__submit {background:#000; color:#fff;}  
 .product-tags {padding:0px;} 
  .product-tags li {list-style:none; display:inline-block; border:1px solid #939393; padding: 6px 6px!important; margin:4px 2px; font-size:13px; }
  
.jdgm-ask-question-btn, .jdgm-write-rev-link {border: 1px solid #121212; color: #121212; text-decoration:none;}
  
 .boost-pfs-filter-product-item-label .sale {background-color:#334fb4!important;} 
  html .boost-pfs-filter-product-item-price .boost-pfs-filter-product-item-sale-price {color:#121212;} 

  .select *:focus-visible, *:focus-visible {
    outline: none;
    outline-offset:none;
    box-shadow:none;
}
   
.jdgm-widget input:not([type='submit']), .jdgm-widget textarea {padding:10px;}
.shopify-section.product-section.spaced-section {margin-top:1.5em;}    
.product__media-wrapper .select .choose-different-fit-style {color:#000!important;}  
#ks_slider .slick-dots li, #pfs .slick-dots li, .vitals-featured-description .slick-dots li {    display:inline-block; margin:0 5px;}   
#ks_slider, #pfs  {text-align:center;} 
#ks_slider .slick-dots, #pfs .slick-dots {padding:0px;} 
#ks_slider .slick-dots li button, #pfs .slick-dots li button, .vitals-featured-description .slick-dots li button { box-sizing: border-box;
    margin:0px;
    min-width: 0px;
    width: 9px;
    height: 9px;
    background-color:transparent;
    display:block;
    border-radius: 50%;
    border: 1px solid rgb(185, 185, 185);
    text-indent: -99999px;
    padding:0px;
    cursor:pointer;
    
} 
  
  #ks_slider .slick-dots li.slick-active button, #pfs .slick-dots li.slick-active button, .vitals-featured-description .slick-dots li.slick-active button {background-color: rgb(185, 185, 185);}  
.collection .boost-pfs-filter-collection-header-wrapper, .collection .banner .boost-pfs-container-default {
    padding: 0;
}  
  
  
#pfs .slick-dots { 
  margin-top: 10px;
}
  
  
  .image-element__wrap {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
  
  img[data-sizes=auto].lazyloaded {
    height: auto;
}

.transition--fade-in.lazyloaded {
    opacity: 1;
}
.banner img {
    width: 100%;
    display: block;
}
  
html .boost-pfs-filter-collection-header-wrapper {padding-bottom: 0;
    padding-top: 0;}
  
  
  
  .caption.captionOverlay--true {
    max-width: 960px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0,-50%);
    transform: translateY(-50%);
    z-index: 3;
}
  
  
  .boost-pfs-container-default {
    *zoom: 1;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
  
  .collection .boost-pfs-filter-collection-header-wrapper.dark-overlay-true h1 {
    color: #fff;
}

.collection .boost-pfs-filter-collection-header-wrapper h1 {
    font-size: 35px;
    line-height: 1.4em;
    text-transform: uppercase;
}
.boost-pfs-filter-collection-header-wrapper h1 {
    text-align: center;
    font-weight:500;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
}
  
  
.boost-pfs-filter-collection-header-wrapper h1 span {
    color: #fff;
   text-transform: uppercase;
  font-size: 35px;
    line-height: 1.4em;
}

.collection .boost-pfs-filter-collection-header-wrapper h1 {
    font-size: 35px;
    line-height: 1.4em;
    text-transform: uppercase;
}
  
  
.boost-pfs-filter-collection-header-wrapper:after {
    content: "";
    position: absolute;
    z-index: 2;
    background: rgba(0,0,0,.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}  
  
 .boost-pfs-filter-product-item-title, .header__menu-item span {text-decoration:none!important;}
 .boost-pfs-filter-product-item-title:hover, .boost-pfs-filter-product-item-title:focus {color:#6b6b6b;}
 .header__icon--wishlist img {max-width:20px; margin-right:0px;}
 .header__icon--cart {margin-right:0px; } 
 .header__icon.header__icon--wishlist {margin:0; width:4.4rem; text-decoration:none;} 
  #ZoomyWishlistPage {padding:80px 0;}
  #MainContent #ZoomyWishlistPage a {color:#121212; text-decoration:underline!important;} 
  
  .header__icon--wishlist:hover img { transform: scale(1.07);}
  .product-grid .grid__item .card-wrapper:hover .card-information__text .full-unstyled-link {text-decoration:none!important; }
  .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {color:#3d4246; text-decoration: none;}
  .collection.page-width a.button, #ks_slider .slick-dots li button {cursor:pointer;}
 
  

.customSelect {
  position: relative;
  width: 145px !important;
  
}
  
.customSelect .selectedValue {
padding:10px 16px;
margin-bottom: 0;
line-height: 1.2;
color: #121212;
cursor: pointer;
background-color: #101e29;
background-color: #fff;
border:1px solid #939393;
  border-radius: 50px;
  font-size: 13px;
}
.customSelect .selectList {
  z-index: 100;
  position: absolute;
  left: -999em;
  top: -999em;
  padding:0;
  margin:0;
  list-style: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.customSelect.select-open .selectList {
  left: 0 !important;
  top: auto !important;
}
.customSelect .selectList dl {
  background:#fff;
}
.customSelect .selectList dl.defaultScrollbar {
  overflow-x: hidden;
  overflow-y: scroll;
}
.customSelect dl {
  margin: 0;
}
.customSelect dd {
  margin: 0;
  zoom: 1;
  cursor: pointer;
  font-size: 13px;
}
.customSelect .selected {
  text-decoration: none;
}
.customSelect .selectList dd.hovered {
  background:#f9f9f9;
  color: #222;
}
.customSelect dt {
  font-weight: bold;
  font-style: italic;
  padding: 2px 10px 2px 6px;
}
.customSelect dd {
  padding: 2px 10px 2px 8px;
}

.hasJS select.custom {
  position: absolute;
  left: -999em;
}


  
.customSelect.disabled .selectedValue {
  border: 1px solid #ccc;
  color: #ccc;
  cursor: default;
}
.customSelect .caret {  display: inline-block;   width: 0;   height: 0;   vertical-align: top;
  border-top: 4px solid #121212;   border-right: 4px solid transparent;   border-left: 4px solid transparent;
  content: ""; }

.customSelect .selectValueWrap .caret { position:absolute; top:18px; right:15px; cursor:pointer;}  
.product {position:relative;}
.selectbox-style {position:absolute; top:17px; z-index:1; left:20px; background:transparent!important;}
.customSelect .selectList {width:145px;} 
.customSelect .selectList dl {width:100%!important;}

  
#select-different-fit-style { width: 150px; border: none; padding: 0; background:transparent;
border-radius: 0; margin: 0; }
  

   
  
#select-different-fit-style li { display:flex; align-items: center; padding:10px 15px; z-index:2; list-style:none; font-size:14px; cursor:pointer; min-width:200px; border-bottom:1px solid #ececec; } 
#select-different-fit-style li:last-child {border-bottom:none;}  
#select-different-fit-style li:not(.init) { float: left; width:100%; display: none; background:#fff; }
#select-different-fit-style li.init { cursor:pointer;}
#select-different-fit-style a#submit { z-index:1;} 
.selectbox-style {background:#fff;}  
.foos-choose-model {font-size:14px; position:relative; border:1px solid #939393; border-radius:50px; background:#fff; padding:5px 30px 5px 20px; cursor:pointer;}
.foos-choose-model:after {   
  display: inline-block; width:10px; height:6px; vertical-align: top;   /* border-top: 4px solid #121212;   border-right: 4px solid transparent; border-left: 4px solid transparent; */
  content:""; position:absolute; top:16px; right:10px; cursor:pointer; background: url(/cdn/shop/files/svgbtn-arrow.png?v=1649920980) no-repeat right top; background-size: 100%; } 
  
  
#ks_slider li span {position:absolute; left: 0; top: 0; width: 100%; height: 100%;}
.product__info-container .share-button {display: inline-block;} 
.icon.icon-instagram.iconemail {height:2.2rem; width:2.2rem; margin-top:-1px;}
.boost-pfs-filter-product-item-label {top:auto !important; bottom:1em;}
.boost-pfs-filter-product-item-label .boost-pfs-filter-label {border-radius: 4rem; font-size:1.2rem!important; line-height:normal!important; font-family: Futura, sans-serif !important;
font-weight:normal!important; padding:0.4rem 1.3rem!important;}
.boost-pfs-filter-product-item-title {font-family:Futura, sans-serif !important; font-weight: normal!important;}  
.boost-pfs-filter-product-item-vendor {display:none;}  
.short-description-2 {text-align:center; font-size:20px; padding:0 100px; font-weight: 500; margin-top:60px; }  
.ks-product-recommendations .slick-dots li button {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  width: 9px;
  height: 9px; 
  background-color: transparent;
  display: block;
  border-radius: 50%;
  border: 1px solid rgb(185, 185, 185);
  text-indent: -99999px;
  padding: 0px;
}

.ks-product-recommendations .slick-dots li {
  display: inline-block;
  margin: 0 5px;
} 
  
.ks-product-recommendations .slick-dots {padding:0px; text-align:center;}  
.ks-product-recommendations .slick-dots li button {cursor:pointer;}   
.header__heading {margin-left:105px;}  
.wear-it-with__products {padding:0px; list-style:none; margin:0px 0 10px; }
.wear-it-with__products .wiw-row-img {text-align:center;}
.wear-it-with__products .wiw-row { float:left; width:33.33%; padding:0px 30px; border-right:1px solid #c4c4c4; position:relative;}   
.wear-it-with__products .wiw-row:last-child {border-right:none;}
.allcontent {
width: 100%;
height: 100%;
position: absolute;
background-color: rgba(255, 255, 255, 0.93);
top: 0px;
z-index: 10;
box-sizing: border-box; 
}

   

 @media screen and (min-width:768px) { 
.wear-it-with__products .wiw-row:hover .allcontent {display: block !important;}
 }   
  
  .wiw-hover {display:flex; width: 100%; text-decoration: none; box-sizing: border-box;
-moz-box-align: center; align-items: center; padding:5px 10px;} 
  
.wiw-content__info {-moz-box-flex: 1; flex-grow: 1; display: flex; flex-wrap: wrap; align-self: self-start;
margin-top:0; padding:0px 10px;} 
.wiw-hover .wiw__text, .allcontent .wiw-content__info .price {margin:0; font-size: 12px; width: 100%;}   
.wiw-kA-dyHr {width:18%; min-width:18%;}
.wiw-kA-dyHr  img {max-width:100%; max-height:75px;}
.full-shop-link {font-size:12px; color: white; background-color: rgb(2, 2, 2); display: inline-block; padding:10px 15px; border: medium none; text-decoration: none; line-height:normal; border:medium none; text-transform: uppercase; }
.wiw-hover .price__sale .money {font-size:12px;} 
.wiw-hover .wiw__text .full-unstyled-link {display:inline-block; font-size:14px;}
.wiw-hover .wiw__text:hover .full-unstyled-link {text-decoration: underline;}   
.wear-it-with__products .wiw-row-img img {max-width:100%;} 
  
.wear-it-with__products .slick-dots {padding:0px; text-align:center;}  
.wear-it-with__products .slick-dots li { display: inline-block; border-radius:50%; width:9px;
height:9px; background-color:#fff; padding:0px!important; margin:0px 5px;  cursor:pointer;  border:1px solid rgb(185,185,185); 
} 

.wear-it-with__products .slick-dots li button { border:none; padding:0px; text-indent: -99999px; }
.wear-it-with__products .slick-dots li.slick-active, .ks-product-recommendations .slick-dots li.slick-active button {background-color:#b9b9b9;}   
.wiw-close img {max-width:32px; cursor:pointer;}  
.wiw-main {position:relative;} 
.wiw-head-title {width: 100%; max-width: 100%; overflow: hidden; text-align: center; margin-top:60px; margin-bottom:70px; }
  
.wiw-head-title-separator {display:inline-block; padding:0px 0.5em; position: relative; font-size:20px; color: rgb(51, 51, 51); font-variant-ligatures: none; }
.wiw-head-title-separator::before {right:100%;}
.wiw-head-title-separator::after {
  left: 100%;
}  
  
.wiw-head-title-separator::before, .wiw-head-title-separator::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 70em;
}
  
  
#menu-drawer {width:calc(100vw)!important;}   
html .menu-drawer {transform:translate(100%); right: -5px !important;}
html .product-form__input input[type="radio"] + label { border:0.0625rem solid black!important;
background-color:#fff;  font-size:1.2rem; font-weight:500; border-radius:0px; }  
.product-form__input input[type="radio"]:checked + label {background-color:#000!important; color:#fff !important;}   
.vitals-description .arrow { 
  background:url(/cdn/shop/files/svgbtn-arrow.png?v=1649920980) no-repeat right top;
}
 
/* #pfs .slick-arrow {background:none; box-shadow:none;} */  

html .newsletter-form__button {  
width:15px;
height:10px;
margin:17px 11px 0 0;
background-size:100% !important;
transform:rotate(266deg); 
background: url(/cdn/shop/files/svgbtn-arrow.png?v=1649920980) no-repeat right top; 
} 
  
.newsletter-form__button svg {display:none;}   

.header__submenu {display:none;}
 .list-menu li:hover #Details-HeaderMenu-1 .header__submenu  {display:block!important;}   
 details-disclosure > details {position:static;}
.list-menu--disclosure {background: rgba(255, 255, 255, 0.9); transition: all 0.3s linear;
animation: fadeIn 0.3s linear none; left:0px;}  

.header__submenu.list-menu {
  width: 100%;
  margin: 0 auto;
  border: none;
}

.header__submenu.list-menu li  {
  display:inline-block;
  padding: 15px 20px 30px 20px;
  width:20%;
  vertical-align: top;
  text-align:center;
}
  
.header__submenu .header__menu-item {text-align:center!important; display:inline-block;} 

/*  
.menu-drawer__menu-item.list-menu__item {position:relative;}  
.menu-drawer__close-button:before {
background-size: 100% !important;
transform: rotate(266deg);
background: url(/cdn/shop/files/svgbtn-arrow.png?v=1649920980) no-repeat right top;
position: absolute;
width: 20px;
height: 12px;
right: 21px;
z-index: 100000;
content: '';

} */  
  
.menu-drawer__menu-item.list-menu__item .icon  {display:none;}  

  
#Details-menu-drawer-menu-item-1 summary.menu-drawer__menu-item.list-menu__item .icon-caret, #Details-menu-drawer-menu-item-2 summary.menu-drawer__menu-item.list-menu__item .icon-caret {
display: block;
font-size: 30px;
transform: rotate(266deg);
height: 12px; 
} 
  
.menu-drawer__close-button:before {
background-size: 100% !important;
transform: rotate(90deg);
background: url(/cdn/shop/files/svgbtn-arrow.png?v=1649920980) no-repeat right top;
position: absolute;
width: 20px;
height: 12px;
left: 21px;
z-index: 100000;
content: '';
}    
  
.menu-drawer__close-button svg {display:none;}  
.menu-drawer__inner-submenu .menu-drawer__close-button {padding-left:4.7rem;}
  

/* Mega menu */
.header > .header__search { display:none;}
.header .header__icons .header__search { display:block;}
.header__inline-mega-menu .icon-hamburger {height:2rem; width:2rem; color:#222;}  
.header__inline-mega-menu {display:none;}  
.megashopmenu {display:none;}   
#vitals-description .vt-accordion.vt-active .arrow {transform:rotate(180deg); }  
html .product-recommendations__heading {text-align:center; margin-bottom:70px; font-size:20px;}   
#shopify-section-template--14391171842101__product-recommendations {margin-top:60px;} 
  
html .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text::before { background: url(/cdn/shop/files/svgbtn-arrow.png?v=1649920980) no-repeat right top;
border: none !important; width:13px; height:8px; margin:0 5px 0 0; background-size: 100% !important; }
  
html .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title-text::before {margin-bottom:0px!important; transform:rotate(180deg);}  
.vitals-featured-description .slick-arrow {max-width:40px; width:100%; position:absolute; bottom:-35px; z-index:1; cursor:pointer; background:#f9f9f9;}
#shopify-section-template--14391171874869__featured_products .collection .button { position:relative; z-index:10;}
.vitals-featured-description .featured-slider-slick-next {left:40px;}
#select-different-fit-style li img {margin-right:10px; float:left; max-height:55px;}     
#select-different-fit-style li span { display:inline-block; padding:10px;}   
.featured-highlight-image {padding:0px;} 
 .mobile-collection-banner {display:none;}   
.foos-choose-model img {display:none;}  
.vt-panel img {max-width:100%;}
.wiw-close-cont .wiw-close {text-align:center; font-size:36px; line-height:36px; height:36px;
width:36px; font-family:Helvetica,sans-serif;}  
#ZlistWishlist .zooomypwishmsg {font-size:1.5rem!important; padding:0.9rem 3rem 1.1rem;}
.short-description-2 .wiw-head-title-separator span { display:block; font-weight:400; font-size:18px; margin:5px 0 0; color:#a8a5a5; }  
.header .header__heading-link {margin-left:0px;} 
.template-product .product__info-container .hide-on-productpage {display:none;}
.template-product .product__info-container .show-on-productpage {display:block!important;}  
.aboutallwear-video {text-align:center;}  
.aboutallwear-video .video-div { max-width:800px;  width:100%;  margin:0 auto;}  
.page-social-icon {display:inline-block!important;}   
.page-social-icon svg {width:20px;}    
.menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover 
  { background-color: transparent !important; }
.menu-drawer__inner-submenu .menu-drawer__close-button {background:none;} 
.product-tagline {text-align:center; font-size:14px; margin-top:0px;}
  #ks_slider {margin:0px;}  
  .product-tagline p {margin:0px;} 
.template-page-community .multicolumn .page-width  {max-width:100%; width:calc(100% - 15rem); margin:0 auto!important; padding:0;} 
.template-page-community .rich-text--full-width .rich-text__blocks {max-width:100%;}
.template-page-community .grid--2-col-tablet.grid--4-col-desktop .multicolumn-list__item {max-width:33.333%; width:calc(33.333% - .75rem);}
#ContactForm .field__input { height: 44px; min-height: 44px; padding: 0 10px; margin: 0 0 15px; line-height: 22px;
border: 1px solid #000000;}
#ContactForm #ContactForm-body { min-height: 80px; padding: 15px 9px;}

.template-page-about .banner__heading.h1 { position: absolute; bottom: 50%; color: #fff; left:0px; margin-bottom: -10px;
z-index: 100; width: 100%; color: #fff; } 

.template-page-about .banner__heading.h1 span { display:block; color:#fff; margin:0; } 
.template-page-about .banner__heading.h1 h1, .template-page-about .banner__heading.h1 h2  {color:#fff;}
.template-page-about .banner__heading.h1 h1 {font-weight:normal; font-size:30px; margin:0 0 10px; opacity: 0.75;}
.template-page-about .banner__heading.h1 h2 {font-size:40px; margin:0px;}     

#shopify-section-template--14990063829045__165873638344f8148b .rich-text {margin:0px; padding:70px 0px; background:#f9f9f9;}   
#shopify-section-template--14990063829045__165873638344f8148b .rich-text__blocks {max-width:100%;}  
#shopify-section-template--14990063829045__165873638344f8148b .rich-text__blocks h2 { line-height:36px; }

#Banner-template--14990063829045__165874263001e4224f.banner, #shopify-section-template--14990063829045__1658746686eff165b7.banner, #Banner-template--14990063829045__165874263001e4224f.banner img, #Banner-template--14990063829045__1658746686eff165b7.banner img, #Banner-template--14990063829045__1658746686eff165b7.banner, #Banner-template--14990063829045__16587480531809e896.banner, #Banner-template--14990063829045__16587480531809e896.banner img, #Banner-template--14990063829045__image_banner_WLNzjM, #Banner-template--14990063829045__image_banner_WLNzjM .banner__media img {min-height:0px; display:block; position:static; }
#Banner-template--14990063829045__165874263001e4224f .banner__media, #shopify-section-template--14990063829045__1658746686eff165b7 .banner__media, #Banner-template--14990063829045__16587480531809e896 .banner__media, #Banner-template--14990063829045__image_banner_WLNzjM .banner__media {position:static; height:auto;}
.template-page-about #Banner-template--14990063829045__165874263001e4224f .banner__heading.h1 {position:static; margin-bottom:0px;}
.template-page-about .rich-text__blocks {max-width:80rem;} 



.template-page-about .mobile_vs, .template-page-sustainability .mobile_vs, .template-page-ambassador .mobile_vs, .template-page-community .mobile_vs, .template-page-contact-new .mobile_vs, #Banner-template--14391171874869__16623752214856968b .mobile_vs {display:none!important;}
.template-page-about .desktop-version.banner__media, .template-page-sustainability .desktop-version.banner__media, .template-page-ambassador .desktop-version.banner__media, .template-page-community .desktop-version.banner__media, .template-page-contact-new .desktop-version.banner__media, #Banner-template--14391171874869__16623752214856968b .desktop-version.banner__media {width:100%;}

.template-page-marketplace .banner__content .banner__video_box {background:transparent;}
.template-page-marketplace .banner__box.banner__video_box .banner__video::before {background-color: transparent;}
.template-page-marketplace .banner__video_box_content .banner__buttons {position:static;}
.template-page-marketplace .banner__heading, .template-page-marketplace .banner__box.banner__video_box .banner__video {color:#fff;}
.template-page-marketplace .banner__video_box_content .banner__buttons a.button {margin-left:0; margin-right:5px; position: relative;
z-index:100;}

.template-page-about .rich-text__blocks h2 b { text-decoration:line-through; font-weight:400;}
.template-page-marketplace .banner__video_box_content .banner__buttons a.button:hover { background:#fff; color:#000}
.template-page-marketplace .desktop-video {font-size:14px;} 
.template-page-marketplace .banner__heading h1 {font-size:42px;}   
.template-page-sustainability .rich-text__blocks {max-width:100%;}
.reward-price { position:absolute; right:0; top:10px; line-height: 25px; width:auto; clear:both; font-size:1.6rem; border:1px solid #0C1010; font-size:1.5rem !important; padding:.9rem 1.5rem 1.1rem; float:left;}
.zooomyList-reward {position:relative;}

/* Black and white text */
#shopify-section-template--14990063829045__165873638344f8148b .rich-text, #shopify-section-template--14990063829045__165667255453c48dab .rich-text, #shopify-section-template--14990063829045__165667512015c4772d .rich-text, #shopify-section-template--14990063829045__165667529039dc984a .rich-text, #shopify-section-template--14990063829045__16566742995af8a78f .rich-text, #shopify-section-template--14990063829045__rich_text_DhLbAj .rich-text  {background:#000;} 
#shopify-section-template--14990063829045__165873638344f8148b .rich-text__blocks h2, #shopify-section-template--14990063829045__165667255453c48dab .rich-text__blocks h2, #shopify-section-template--14990063829045__165667529039dc984a .rich-text__blocks h2, #shopify-section-template--14990063829045__165667512015c4772d .rich-text__blocks h2 {color:#fff;}
.template-page-about .button.button--primary {background:#fff; color:#000; font-weight:500; text-transform:uppercase;}
#shopify-section-template--14990063829045__165667255453c48dab .rich-text, #shopify-section-template--14990063829045__165667512015c4772d .rich-text, #shopify-section-template--14990063829045__rich_text_DhLbAj .rich-text {padding:80px 0px; margin:0px;}
#shopify-section-template--14990063829045__165667255453c48dab .rich-text__text, #shopify-section-template--14990063829045__165667512015c4772d .rich-text__text, #shopify-section-template--14990063829045__165667529039dc984a .rich-text__text, #shopify-section-template--14990063829045__16566742995af8a78f .rich-text__text, #shopify-section-template--14990063829045__rich_text_DhLbAj .rich-text__text {color:#fff;}
#shopify-section-template--14990063829045__165667529039dc984a .rich-text, #shopify-section-template--14990063829045__16566742995af8a78f .rich-text {padding:80px 0px ; margin:0px;} 
.template-page-black-screen #MainContent {background:#000;}
.template-page-black-screen #MainContent .rte {color:#fff;}
.template-page-careers .banner__heading p { font-size:24px; line-height:normal; }
.template-page-careers .banner__content .banner__video_box {position:relative;}
.template-page-careers .banner__heading {position:absolute; width:100%; top:40%; color:#fff; z-index: 100;} 
.template-page-careers .banner__heading .careers-text {background-color:rgba(000, 000, 000, 0.5); max-width:82%; margin:0 auto; padding:20px 20px 35px 20px; } 
.template-page-careers .careers-text h1 {color:#fff;}

#Banner-template--14990063829045__165874263001e4224f, #shopify-section-template--14990063829045__1658746686eff165b7, #shopify-section-template--14990063829045__16587480531809e896, #shopify-section-template--14990063829045__image_banner_WLNzjM {position:relative !important;}
.template-page-about #shopify-section-template--14990063829045__165874263001e4224f .banner__heading.h1, #shopify-section-template--14990063829045__165667512015c4772d .banner__heading.h1, #shopify-section-template--14990063829045__16587480531809e896 .banner__heading.h1, #shopify-section-template--15049888661557__1659514584c43f6c38 .banner__heading.h1 {position:absolute;
top:45%; width:100%; z-index:10;}
#Banner-template--14990063829045__165874263001e4224f .banner__content .banner__video_box, #Banner-template--14990063829045__165874263001e4224f .banner__content.banner__video_box_content.page-width, #shopify-section-template--14990063829045__1658746686eff165b7 .banner__content .banner__video_box, #shopify-section-template--14990063829045__1658746686eff165b7 .banner__content.banner__video_box_content.page-width, #shopify-section-template--14990063829045__16587480531809e896 .banner__content .banner__video_box, #shopify-section-template--14990063829045__16587480531809e896 .banner__content.banner__video_box_content.page-width, #shopify-section-template--15049888661557__1659514584c43f6c38 .banner__media, #shopify-section-template--15049888661557__1659514584c43f6c38 .banner, #shopify-section-template--15049888661557__1659514584c43f6c38 .banner__box, #shopify-section-template--14990063829045__16587480531809e896 .banner__content .banner__video_box, #shopify-section-template--14990063829045__16587480531809e896 .banner__content.banner__video_box_content.page-width, #shopify-section-template--15049888661557__1659514584c43f6c38 .banner__media, #shopify-section-template--15049888661557__1659514584c43f6c38 .banner, #shopify-section-template--15049888661557__1659514584c43f6c38 .banner__content, #Banner-template--14990063829045__image_banner_WLNzjM .banner__content, #Banner-template--14990063829045__image_banner_WLNzjM .banner__content .banner__video_box {position:static;}
#shopify-section-template--14990063829045__165667255453c48dab .rich-text__blocks, #shopify-section-template--14990063829045__165667512015c4772d .rich-text__blocks, #shopify-section-template--14990063829045__165667529039dc984a .rich-text__blocks, #shopify-section-template--14990063829045__16566742995af8a78f .rich-text__blocks, #shopify-section-template--14990063829045__rich_text_DhLbAj .rich-text__blocks {max-width:100%; font-size:23px;}
#shopify-section-template--14990063829045__16566742995af8a78f .rich-text__blocks {max-width:100%;}
#shopify-section-template--14990063829045__16566742995af8a78f .rich-text {padding-top:0px;}
.template-page-careers .careers-text h1 {font-size:30px;}
.template-page-careers .page-social-icon {padding:0px;}
.template-page-careers .page-social-icon img {width:20px;}
.template-page-careers .banner__heading a {color:#fff; text-decoration:none;}
.template-page-careers .banner__heading p {margin-bottom:0px;}
.product-form .emptymsg {display:none;}
#shopify-section-template--15053125124149__165942862682d4f41b .banner, #shopify-section-template--15049888661557__1659514584c43f6c38 .banner, #Banner-template--15052857704501__166134416429d7494b .banner  {min-height:0px; display:block;} 
#shopify-section-template--15053125124149__165942862682d4f41b .desktop-version, #shopify-section-template--15053125124149__165942862682d4f41b .desktop-version img, #shopify-section-template--15049888661557__1659514584c43f6c38 .desktop-version img, #Banner-template--15052857704501__166134416429d7494b .desktop-version, #Banner-template--15052857704501__166134416429d7494b .desktop-version img {position:static;}
#shopify-section-template--15053125124149__165942862682d4f41b .banner__content.banner__video_box_content.page-width, #Banner-template--15052857704501__166134416429d7494b .banner__content.banner__video_box_content.page-width {position:absolute; bottom:45%;}
#shopify-section-template--15053125124149__165942862682d4f41b .banner__content .banner__video_box, #shopify-section-template--15049888661557__1659514584c43f6c38 .banner__content .banner__video_box, #Banner-template--15052857704501__166134416429d7494b .banner__content .banner__video_box {background:none;}

#shopify-section-template--15053125124149__165942862682d4f41b .banner__heading, #shopify-section-template--15049888661557__1659514584c43f6c38 .banner__heading, #Banner-template--15052857704501__166134416429d7494b .banner__heading {color:#fff; font-size:30px;}
#shopify-section-template--15049888661557__1659514584c43f6c38 .banner__heading.h1, #Banner-template--15052857704501__166134416429d7494b .banner__heading.h1 {top:40%;}

.template-page-contact-new #MainContent, .template-page-community #MainContent, .template-page-sustainability #MainContent {background:#000;}
.template-page-contact-new #MainContent .rte, .template-page-contact-new #MainContent .rte p, .template-page-community #MainContent .rte, .template-page-community #MainContent .rte p, .template-page-sustainability .rte p, .template-page-sustainability .rte  {color:#fff;}
.template-page-contact-new #ContactForm .field__input {color:#fff; border:1px solid #fff;}
.template-page-contact-new #ContactForm .field__label, .template-page-contact-new #ContactForm .customer .field label {color:#fff;}
.template-page-contact-new .contact__button .button, .page-sustainability .rich-text__blocks .button  {background:#fff; color:#000; text-transform:uppercase;}
.template-page-community .color-background-1, .page-sustainability .color-background-1 {background:none;}
.template-page-community .rich-text--full-width .rich-text__blocks h2, .page-sustainability .rich-text__blocks h2 {color:#fff;}
#shopify-section-template--15052857704501__1658484305d5fd827e .multicolumn .title, #shopify-section-template--15052857704501__1658484305d5fd827e .multicolumn-list h3, .template-page-black-screen #MainContent .rte a {color:#fff;}
.template-page-sustainability .rich-text__text a, .template-page-sustainability .rich-text__text a:hover  {color:#fff;}
#Banner-template--15049888661557__1659514584c43f6c38 {position:relative!important;}
.template-page-ambassador #MainContent .rich-text__blocks { max-width: var(--page-width);}
.template-page-ambassador #MainContent {background:#000;}
.template-page-ambassador .rte p, .template-page-ambassador .multicolumn .title, .template-page-ambassador .multicolumn-list h3 {color:#fff;}
.template-page-ambassador .multicolumn .title, .template-page-ambassador .multicolumn-list h3 {font-weight:600;} 
.template-page-ambassador .multicolumn h2.title {padding:0 20px;}
.template-page-contact-new #MainContent .rte p, .template-page-contact-new #MainContent .rte li a {color:#fff;}
#Banner-template--15052857704501__166134416429d7494b.banner--medium:not(.banner--adapt) {min-height:0px;}
.collection.page-width a.button, #ks_slider .slick-dots li button { position:relative;}
.header .header__heading-link {margin-left:60px;} 


/* banner bigger heading */
#shopify-section-template--15053125124149__165942862682d4f41b .banner__heading {font-size:36px;}

/* template-page */  
.template-page #MainContent, #hc-faq-content-wrapper {background:#000;}
.template-page .kl-private-reset-css-Xuajs1 label, .template-page .kl-private-reset-css-Xuajs1 p {color:#fff!important;}
.template-page .rte p, #hc-faq-content-wrapper .s4com-helpcenter-title, .s4com-helpcenter h2, .s4com-articles a h4, .s4com-sub-heading, .s4com-articles  p, .s4com-articles p a, .s4com-articles a.s4com-active + .s4com-article-body {color:#fff !important;}
.s4com-icon-arrow-right {fill:#fff !important;}
html .s4com-article-body a, html .s4com-article-body a:hover {color: #fff!important; text-decoration: underline;}
.template-customers-login h1, .template-customers-login .field__label, .template-customers-login .customer .field label, .template-customers-login .login .field + a, .login a, .login a:hover, .customer.login p, .register h1, .template-customers-register p, .template-customers-register .customer .field label {color:#fff;} 
.template-customers-login .customer button, .template-customers-register .customer button {background:#fff; color:#000; text-transform:uppercase;}
.template-customers-login #MainContent, .template-customers-register #MainContent {background:#000;}
.template-customers-login .customer .field input, .template-customers-register .field input {border:1px solid #fff; color:#fff;}  
#g-recaptcha {margin:0 0 10px;}
.list-payment {display:none!important;}
.footer__content-bottom .copyright__content, .footer__content-bottom #FooterCountryLabel {color:#fff;}  
.footer__content-bottom .localization-form__select, .footer__content-bottom .localization-form__select {color:#fff!important; border:1px solid #fff;}  
.footer__content-bottom {background:#000;}
.template-page-about {overflow-x:hidden;}
.template-page-sustainability .rich-text__blocks .h2, .template-page-community h2.title, .template-page-sustainability .banner__heading.h1 {font-weight:600;} 
.copyright__content a:hover {color:#fff!important;}  
 

.template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da .banner__content .banner__video_box {background:none; position:static;}
.template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da .banner__heading h2 {font-weight:400; margin: 0 0 10px; color:#fff; font-size:34px;}
.template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da p {font-size:1.6rem;}
.template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da .banner__heading {padding:0 50px;}
.template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da .desktop-version, .template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da.banner img, .template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da .banner__content.banner__video_box_content.page-width {position:static;}
.template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da .banner { display:block;}
.template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da {min-height:0px; display:block; position:relative;}
.template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da .banner__heading {  position: absolute; bottom:35%; left: 0px; margin-bottom: -10px; z-index:20; width: 100%; color:#fff;;}
.boost-pfs-filter-collection-header-wrapper h1 {font-weight:400!important;}
.template-page-ambassador .kl-private-reset-css-Xuajs1 label {color:#fff!important;} 
.footer__content-top .grid--4-col-tablet .grid__item { width: calc(20% - 1rem * 3 / 4); }
.footer__content-top .grid__item:first-child {width: calc(35% - 0.75rem);  padding-right: 5em;}
.footer-block__details-content img.footer_logo {max-width:160px; }
html .footer__content-bottom { padding-top:0rem; padding-bottom:0rem;} 
ul.footer__list-social {padding-left:0px!important; justify-content:start; margin-top:15px; margin-left:-10px!important;} 
.footer__copyright {margin-top:0px;}
#shopify-section-template--15049888661557__1659514584c43f6c38 .banner__heading.h1 span span, .template-page-about .banner__heading.h1 span span {  text-decoration: line-through; display:inline-block;}
.product-form__submit {text-transform: uppercase;}
.klaviyo-form-VrMrhn.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 {justify-content:center!important;}
.klaviyo-form-VrMrhn.klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 button { display:flex!important; padding-left:20px;
padding-right:20px; align-self:center!important; width: auto !important; padding-top:14px!important; padding-bottom:14px!important;} 
.klaviyo-form-VrMrhn.klaviyo-form label {font-weight:500!important;}
.template-page-community .multicolumn .grid--2-col-tablet .grid__item {width:100%; max-width:100%;}
.template-page-community .multicolumn-card__info {padding:1.5rem;}
.password #demo {font-weight:600; font-size:30px; margin-top:0px;}
html .acsb-widget.acsb-widget-position-left {left:auto; right:30px;}
.template-page-community .multicolumn-list h3, .page-sustainability .rich-text__blocks h2 {font-weight:600;} 
.template-blog #MainContent .title--primary, .article-card__info, html .pagination__item {color:#fff;}
.template-blog #MainContent, .template-article #MainContent { background:#000;} 
.template-article .article-template header, .template-article .share-button__button, .template-article .article-template__content, .template-article .article-template__content p, .template-article .article-template__content p span, .template-article .article-template__content p a, .template-article .article-template__link, .template-article .article-template__comment-wrapper h2, .template-article .field__label, .template-article .customer .field label,  
.template-article .article-template__comments-comment p, .template-article .article-template__comments .right, .template-article .article-template__comment-warning {color:#fff!important;}
.template-article .field__input, .template-article .customer .field input, .template-article #comment_form input[type="submit"] {border:1px solid #fff;}
.page-sustainability .needsclick.klaviyo-form {padding:0px 0px 20px!important;}
.product-form__input {position:relative;}
.ks-chart-modal-link.sizing-chart-modal-link {position:absolute; top:-30px; left:95px; font-size:14px;}
.jdgm-write-rev-link {color:#000;}
.template-page-sustainability #Banner-template--15049888661557__1659514584c43f6c38 .banner__heading.h1, .template-page-sustainability #Banner-template--15049888661557__1659514584c43f6c38 .banner__heading.h1 strong {font-weight:normal;}
.template-product .jdgm-prev-badge {display:none!important;}

.jdgm-widget-actions-wrapper .jdgm-write-rev-link, .jdgm-widget-actions-wrapper .jdgm-ask-question-btn {color:#121212;!important}
.product__info-wrapper .product-fits-like {display:none!important;}
#Banner-template--14391171874869__image_banner {margin-top:-1px;}
.m-sub-links .m-compare-at span.money{display:none;}


/*.boost-pfs-filter-left-col {display:none!important;}*/
html .boost-pfs-filter-right-col {padding-right:0px; width:100%;} 


/* Sep 05 2022 */
#Banner-template--14391171874869__16623752214856968b .color-background-1{background:none!important;}
#Banner-template--14391171874869__16623752214856968b .banner__buttons{position:static;}
#Banner-template--14391171874869__16623752214856968b .banner__buttons .button{margin-left:0;}
#Banner-template--14391171874869__16623752214856968b .banner__heading span {color:#fff;}
.footer__list-social .list-social__link {padding:1.1rem;} 
.page-sustainability .rich-text__blocks p {color:#fff;}
.ks-fc-slider .slick-dots li.slick-active button {background-color:#b9b9b9!important;}  
.ks-fc-slider .slick-dots {margin-top:35px;}
.card-information__wrapper  {text-align:left;}
klarna-placement .container { padding:10px!important; border:1px solid #ffb3c7;}
#Banner-template--14391171874869__image_banner .banner__heading { position: absolute; bottom: 42%;
left: 0px; margin-bottom: -10px; z-index: 100; width: 100%; color: #fff; font-size: 40px;}
.guarantee-note { text-align:center; margin:-8px 0 5px; }
#ZlistWishlist .zooomypwishmsg {cursor:pointer;} 
.template-product .judgeme-review-cont .jdgm-prev-badge { display:block!important;}  
.password .desktop-video p {font-size:20px;}
.price-item.price-item--sale .money, .boost-pfs-filter-product-item-sale-price .money  { color:#a6764d;} 
#Banner-template--14391171874869__image_banner .banner__video_box_content .banner__buttons {
margin-top: 0; width: 100%; font-size: 0; position:absolute; display: block; max-width: 100%; height: 100%; left:0px; top: 0; }
#Banner-template--14391171874869__image_banner .banner__video_box_content .banner__buttons .button  {
margin-top: 0; width: 100%; font-size: 0; border: none; height: 100%; margin-left:0px; padding:0px; }
#Banner-template--14391171874869__image_banner .banner__content.banner__video_box_content.page-width {max-width:100%;}
#Banner-template--14391171874869__image_banner .banner__content .banner__video_box { max-width: 100%;
min-width:100%; padding:0; position:absolute; top: 0; height:100%; background:transparent; }
.boost-pfs-filter-product-item-label .sale {background-color:#a6764d!important; }
.template-index .card__badge > *  { background-color:#a6764d; border-color:#a6764d;}  
#Banner-template--14391171874869__image_banner .banner__media-half {width:100%;}

.judgeme-review-cont .jdgm-star.jdgm--off::before {content:"\e000";}
.template-collection .boost-pfs-filter-product-item-flip-image {display:none;}
.template-collection .has-bc-swap-image .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-main-image { visibility:visible!important;}
.template-collection .has-bc-swap-image .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-flip-image {visibility:hidden!important;}

#Banner-template--14391171874869__image_banner .banner__media::before {padding-bottom:0 !important;} 
#Banner-template--14391171874869__image_banner .desktop-video .mobile-img { position:absolute; top:0; z-index:100; left:0; width:100%; background:rgba(60, 60, 60, 0.5); height:100%; } 
#Banner-template--14391171874869__image_banner .desktop-video {position:relative; }
#Banner-template--14391171874869__image_banner .banner__video_box_content .banner__buttons .button { margin-top:0; width: auto;  font-size: 20px; border: 2px solid #fff; margin: 0 auto; line-height:38px; height:auto;}
#Banner-template--14391171874869__image_banner .banner__video_box_content .banner__buttons {  height:auto; left:0; top:auto; margin-top:70px;}  


#Banner-template--14391171874869__image_banner .desktop-video .mobile-img img {width:auto; margin:0 auto;}
/* 
#Banner-template--14391171874869__image_banner .banner__box.banner__video_box .banner__video::before {content:none;} 
*/ 
#Banner-template--14391171874869__image_banner .banner__content .banner__video_box {position: static;} 
#Banner-template--14391171874869__image_banner .desktop-video .mobile-img { margin: 0 auto;}
#Banner-template--14391171874869__image_banner .desktop-video .mobile-inner {
width:100%;
height:100%;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0;                                                                            
} 

.template-cart .grid__item .jdgm-widget.jdgm-preview-badge { display:none;} 
.sizecount {display:block; margin:3px 0 0; color:#808080;}
.product-form__input input[type="radio"]:checked + label .sizecount {color:#fff;}
.clicklable.Ankle.Performance.Socks .sizecount, .clicklable.Crew.Performance.Socks .sizecount, .Performance.Hat .sizecount {display:none;} 
.template-cart .jdgm-all-reviews-rating-wrapper .jdgm-carousel-number-of-reviews { display:none!important;}
.template-cart .jdgm-carousel-item__product-title, .template-cart .jdgm-carousel-item__product {color: #121212;}

.product .product__title {font-size:30px;}
.product .product-tags {margin-top:0;}
.product .product-single__tags {margin-top:0;}
#Details-menu-drawer-menu-item-1 {visibility:visible;} 

.boost-pfs-filter-collection-header-wrapper .caption {position:static; transform: none;}
.boost-pfs-filter-collection-header-wrapper::after {background:none;} 
.boost-pfs-filter-collection-header-wrapper {background-color:transparent !important;}
.boost-pfs-filter-collection-header-wrapper h1 span {color:#121212; font-size:28px; font-weight:600;} 
html .boost-pfs-filter-collection-header-wrapper {padding-bottom:15px; padding-top: 15px;}
.boost-pfs-filter-collection-description {font-size:1.6rem;}


.boost-pfs-filter-collection-header-wrapper .boost-pfs-section-header, .boost-pfs-filter-collection-header-wrapper h1 {text-align:left !important;}
.boost-pfs-filter-collection-header-wrapper .caption {margin-bottom:0px;}
.boost-pfs-filter-collection-description {margin-top: 5px !important;} 
.boost-pfs-filter-collection-header-wrapper .caption.captionOverlay--true {max-width:1200px;}
.vtl-pr-ri__user-image-wrapper { background:url(/cdn/shop/files/customer-reviews.jpg?v=1685100467)!important; 
background-repeat:no-repeat!important; text-indent: -999999px!important; 
background-position:left top!important; background-size: 100%!important;}
.page-width.vital-review h2.jwidg__title {text-align:center;}

.ks-table-wrapper .ks-table tr td.ks-table-header-cell:first-child{font-weight: 400!important;}
.ks-table-wrapper .ks-table .ks-table-row:first-child td.ks-table-header-cell{font-weight: 700!important;}
.sizecount{display:none;}
.ks-chart-individual p{line-height:normal;}

/*Feb 16 2023*/

.ks-table .ks-table-cell{padding:15px; font-size:12px; line-height:normal;}
 .ks-table-wrapper .ks-table .ks-table-row:first-child td.ks-table-header-cell{font-weight: 400!important;} 
.ks-chart-tab-container .ks-table-wrapper .ks-table tbody .ks-table-row td:first-child{font-weight:600!important;}
.ks-chart-tab-container .ks-table-wrapper .ks-table td:nth-child(2n) {background-color:#f5f5f5!important;} 
.save-amount {
  color: #a6764d;
  margin-left:5px;
}
.product-save-offer {display:flex;}
.bundle-save {margin-left:11px; margin-top:-2px;}
.bundle-save a {color:#121212;}
.template-product-bundle .jdgm-widget {display:none;}
.upcart-item-properties {display:none;}
#create_customer ul li a, #create_customer h2.form__message, #RegisterForm-email-error, #RegisterForm-password-error, #customer_login ul li, #customer_login h2.form__message, #RecoverEmail-email-error {color:#fff;}
.template-collection .boost-pfs-filter-product-bottom-inner .vtl-pr-review-stars-snippet, .template-index .vtl-pr-review-stars-snippet  {justify-content:left!important; font-size:16px!important;}
.template-index .price {font-size: 15px;}
.klaviyo-bis-trigger {color:#121212;}
#klaviyo-bis-modal button.btn {background-color:#000; border-color:#000;}
#product-form-installment {font-size:15px; margin:0 0 10px;}
.short-description {margin-bottom:30px; margin-top:30px;}

.template-collection .boost-pfs-filter-default-toolbar .boost-pfs-filter-total-product, .template-search .boost-pfs-filter-default-toolbar .boost-pfs-filter-total-product, .template-search .boost-pfs-search-result-toolbar ul.boost-pfs-search-result-panel-controls { font-size:0px; display: none;}

#allwear-bamboo-bra-top span.forfitsize, #allwear-blue-bra-top span.forfitsize {display:none;}


@media (min-width: 1040px) and (max-width:3000px) {
#ks_slider li img {width:100%;}
#ks_slider iframe {height:100%!important;}
}

html .product-bundle .product-form__input input[type="radio"] + label {margin-left:2px;}
html .kiwi-sizing-modal-inner .modal-title-header, html .kiwi-sizing-modal-inner .modal-title-sub-header, html .kiwi-sizing-modal-inner *, html .ks-chart-container *, .ks-table-wrapper html .ks-table .ks-table-row:first-child td.ks-table-header-cell, html .ks-chart-individual p, html .ks-chart-individual p span, html .ks-chart-individual p strong {font-family:'Futura'!important;}
html .kiwi-sizing-modal-inner .modal-title-header {font-weight: normal; font-size:30px;}


#Banner-template--14391171874869__image_banner .banner__heading span { font-size:34px; display:block; margin-top:20px;line-height: 24px;}
#Banner-template--14391171874869__image_banner .banner__heading span i { font-style:normal;}


.product .product-tags .BEST.SAVINGS.OF.THE.YEAR { background:#c4a57c; color:#fff; }
/*
.template-product .product-form__submit {    background:#a6764d; color: #fff; border:1px solid #a6764d!important; 
      box-shadow:0 0 0 0.1rem #a6764d!important; }   
 
.announcement-bar-slider {background-color:#c4a57c;} 
.product .price, .card-information__wrapper>.price {color:#c4a57c!important;}  */

                               

.vitals-description-container {  display:flex; align-items:center; justify-content:center; }
.vitals-featured-description .slick-arrow  {bottom:50%;  margin-bottom: -20px;}
.vitals-featured-description .featured-slider-slick-next {left:auto; right:0px;}
.vitals-featured-description .slick-list.draggable {padding:0 30px;}
.vitals-featured-description .slick-arrow {background:transparent;} 
.vitals-featured-description {padding:0 10px;}

 
.template-collection .has-bc-swap-image .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-flip-image { visibility:visible !important; }
.boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img:first-child:not(:only-child) { opacity: 0; }
.boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img+img {   opacity: 1;   transition: transform var(--duration-long) ease;
   /* transform: scale(1.03); */ }

#bundle-amp-save .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img:first-child:not(:only-child), #accessories .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img:first-child:not(:only-child) { opacity: 1; }
#bundle-amp-save .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img+img, #accessories .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img+img {   opacity:0; }
.product__info-container .price--on-sale .price-item--regular {color:#000;}
.card__badge, .boost-pfs-filter-product-item-label .sale {display:none!important;}
.boost-pfs-filter-product-item-price s {color:#000!important;}
.template-index .price--on-sale .price-item--regular, .ks-product-recommendations .price--on-sale .price-item--regular {color:#000;}

#allwear-bamboo-bra-top-bundle .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img:first-child:not(:only-child) { opacity: 1; }
#allwear-bamboo-bra-top-bundle .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img+img { opacity:0; }


#allwear-organic-crew-neck-sweatshirt-bundle .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img:first-child:not(:only-child), #allwear-organic-half-zip-hoodie-bundle .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img:first-child:not(:only-child) { opacity: 1; }
#allwear-organic-crew-neck-sweatshirt-bundle .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img+img, #allwear-organic-half-zip-hoodie-bundle .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img+img { opacity:0; }


#allwear-tencel-scoop-neck-long-sleeve-tee-bundle .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img:first-child:not(:only-child) { opacity: 1; }
#allwear-tencel-scoop-neck-long-sleeve-tee-bundle .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img+img { opacity:0; }

#allwear-tencel-crew-neck-short-sleeve-tee-bundle .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img:first-child:not(:only-child) { opacity: 1; }
#allwear-tencel-crew-neck-short-sleeve-tee-bundle .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img+img { opacity:0; }

#allwear-organic-5-sweat-shorts-bundle .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img:first-child:not(:only-child) { opacity: 1; }
#allwear-organic-5-sweat-shorts-bundle .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-image-link>img+img { opacity:0; }


/*
.Sweat.Shorts.Bundlebundle .save-amount, .Bra.Top.Bundlebundle .save-amount, .Half-Zip.Hoodie.Bundlebundle .save-amount, .Short.Sleeve.Tee.Bundlebundle .save-amount, .Neck.Long.Sleeve.Tee.Bundlebundle .save-amount, .Crew.Neck.Sweatshirt.Bundlebundle .save-amount,  .Sweat.Shorts.Bundlebundle .save-amount  {display:none;}
*/

.boost-pfs-filter-product-item-price s { float:left; margin-right:5px; }
.ks-fc-slider .price--on-sale .price-item--regular {color:#000;} 


.ao-Series {display:grid; grid-template-columns:1fr 1fr;  align-items: center;   justify-content: center; padding:40px 0px;}
.ao-content {  box-sizing: border-box;  margin:0px;  min-width:0px; display:flex;  width:100%; -webkit-box-pack:center; justify-content:center; align-items:flex-start;
    padding:32px 20px;}
.ao-content .css-zij9hn { max-width:550px; box-sizing: border-box;  margin: 0px; min-width: 0px; display: flex; flex-direction:column; width:auto;
align-items: flex-start;}
#the-ao-tee-series {font-size:36px; margin:0 0 15px;} 
.ao-content p { color:rgb(114, 114, 114); font-size: 12px; font-weight:normal;}
.ao-content .css-zij9hn ul li { margin:0 0 15px;}
.ao-Series #playPauseButton {font-size:20px; border:none; background: none; position: absolute; bottom: 50px; z-index: 1; left:50px; font-size: 25px; color:#fff; cursor:pointer; }
.ao-VideoPlayer {position:relative;} 
.ao-Series #playPauseButton .fa-play.fas {   padding: 10px;  border: 2px solid #fff;  border-radius: 50%; font-size: 20px;}
.ao-Series #playPauseButton .fa-pause.fas { border:2px solid transparent;}
.ao-Series #playPauseButton .fa-play.fas:before {position:relative; left:2px;}
.form-status.form-status-list.form__message {    color:#fff;}

#refer-a-friend #MainContent {background: url(https://allwear.com/cdn/shop/files/Website_Banner_31.jpg) no-repeat; background-size:cover; background-position:center;}
#refer-a-friend #bloop-page-content {width:100%;  margin:0 auto; max-width:720px;}
#refer-a-friend #imgDesktop, #refer-a-friend .bfooter .bloop-typography, .sub-header #page-menu-sub-header {display:none;}
#refer-a-friend .bloop-row { align-items:center;  justify-content:center;}
#refer-a-friend .bloop-content-block {padding:0px!important;}
#refer-a-friend .bloop-layout-content .sub-header span {font-size: 20px !important;}
.bloop-typography.bloop-page-title {padding-top:50px!important;}
#showMenuPage .sub-header br {display:none;}
.bloop-layout-content .bloop-col-content { flex:0 0 65.777778%; max-width:65.777778%;}
#page-title.bloop-typography.bloop-page-title {font-size:28px!important;}
#page-menu-title.bloop-typography.bloop-page-title {margin-bottom:0px!important;}
.bloop-layout-content .form .copy-link .mail-referral {color:#a9a9a9!important;}
.product-description-container {padding-left: 80px;}
.product-description-container .vitals-description {padding-left:0px;}
#gorgias-chat-container, .boost-pfs-filter-default-toolbar .boost-pfs-filter-top-sorting-wrapper, .boost-pfs-filter-top-sorting.boost-pfs-filter-top-sorting-mobile.boost-pfs-filter-custom-sorting {display:none!important;}  
.boost-pfs-filter-toolbar-top-mobile-inner.boost-pfs-filter-toolbar-show-sort-by-mobile .boost-pfs-filter-tree-mobile-button {float:none!important; width:100%!important; padding:0 15px; border:none;}  
.boost-pfs-color-swatch { position:relative; z-index:2;}
.track123_form_button { background:#000;}
.under-product-title p { margin:0; font-size:12px; } 


/* our-materials  */
#our-materials .rich-text.color-background-1 { background:#000; }
#our-materials .rich-text--full-width .rich-text__blocks { max-width:1200px; width:100%;  color:#fff; }
#our-materials #shopify-section-template--14391171973173__rich_text_nF8pzc .rich-text__blocks { text-align:left; }
#our-materials .rich-text--full-width .rich-text__blocks .rich-text__text p { color:#fff!important; }
#our-materials .rich-text__blocks h2 {color:#fff; }
#our-materials .banner__heading.h1 { position:absolute; bottom:42%; left:0px; margin-bottom:-10px;  z-index:100;  width:100%; color:#fff; }
#our-materials .banner__heading.h1 span { display:block; max-width:1200px; width:100%;  margin:0 auto; line-height:28px; } 

#accordion, #accordion1 {  max-width:1050px; width:100%; margin:0 auto; }  
#accordion .ui-icon-triangle-1-e, .ui-state-active .ui-icon, .ui-button:active .ui-icon, #accordion1 .ui-icon-triangle-1-e { float:right; margin-top:10px; margin-right:10px;}
#accordion .ui-state-active, #accordion1 .ui-state-active { border:1px solid #c5c5c5; background:#797974; } 
#shopify-section-template--14391171973173__custom_liquid_epPYzG h2 { color:#fff; text-align:center; margin-top:150px; margin-bottom:40px;  }
.ui-accordion .ui-accordion-header { margin-top:5px!important;}
.organic-cotton-button { text-align:center; margin-top:50px;}
#tanboocel-bamboo .collection-hero__inner:after, #organic-cotton .collection-hero__inner:after, #tencel-modal .collection-hero__inner:after, #back-to-school .collection-hero__inner:after { background:none; position:static; }
.collection-hero__inner  { max-width: 1200px; width:100%; margin:0 auto; }
#tanboocel-bamboo .boost-pfs-filter-collection-header .collection-hero__title { font-size: 30px; text-align:left;} 
#our-materials .rich-text__blocks h2 { font-size:1.6rem; } 
#our-materials #shopify-section-template--14391171973173__rich_text_nF8pzc .rich-text__blocks h2, #shopify-section-template--14391171973173__custom_liquid_epPYzG h2 { font-size: calc(var(--font-heading-scale) * 2.4rem);
    font-weight: 600; }
#our-materials .ui-accordion .ui-accordion-header, #accordion1 .ui-accordion-header, #accordion .ui-accordion-header { background:transparent; border: none; border-bottom: 1px solid #fff; border-radius: 0; color:#fff; padding:15px 0px; }
#our-materials .ui-accordion .ui-accordion-content, #accordion1 .ui-accordion-content, #accordion .ui-accordion-content { background:none; border:none; padding-left:0; padding-right:0; color:#fff; }
#our-materials .ui-icon, #accordion1 .ui-icon, #accordion .ui-icon { background-image: url(/cdn/shop/files/svgbtn-arrow_e1189763-1aff-4437-b558-bc339a8b8403.png?v=1720607131); width: 18px;
    height: 12px; background-size: 100%; background-position:center; }  
#our-materials .ui-state-active .ui-icon, #accordion1 .ui-state-active .ui-icon, #accordion .ui-state-active .ui-icon { transform: rotate(180deg); }
#allwear-digitial-gift-card .ao-Series { display:none;}
.template-page-sustainability .rich-text__text a.ourmaterialbtn:hover  { color:#000; }
.vt-accordion:focus-visible { outline:none!important; font-weight:400!important; color:rgb(18, 18, 18)!important; }
#Banner-template--14391171874869__image_banner .banner__heading span { font-size:42px;}
#Banner-template--14391171874869__image_banner .banner__heading span small {display:block; font-size: 16px; margin-top: 15px;}

.other-brands { border-top:1px solid #000; padding-top:15px; width:100%; margin-top:10px;} 
.other-brands ul, .ao-content .css-zij9hn ul { padding:0px; list-style: none;} 
.other-brands ul li, .ao-content .css-zij9hn ul li { margin: 0 0 10px; position:relative; font-size:14px;}
.ao-content .css-zij9hn ul li i { position:absolute; left: 0; top:6px; font-size: 18px; }
.ao-content .css-zij9hn ul li { padding-left:30px;}


#subify-widget-title, #subify-widget-one-time-purchase-text, .subify-choice-price-wrapper, #subify-widget-subscription-text, .subify-max-discount-badge-wrapper, .subify-selling-plan-label, .subify-main-selling-plan-container > span, .subify-selling-plan-price, .subify-max-discount-badge-prefix, .subify-max-discount-badge-percentage, .subify-choice-price { font-family:Futura, sans-serif!important;}  
.subify-main-selling-plan-container .desktop-description { background:none!important; box-shadow:none!important; cursor:default !important;}
.subify-css-variables { margin-bottom:30px;} 
.skin-2 .subify-selling-plan-toggle-dropdown-btn { margin-top:15px; }
.skin-2 .subify-selling-plan-toggle-dropdown-btn > div { display:block!important; text-align:center!important;}
.skin-2 .subify-selling-plan-label { text-align: center!important; font-size: 16px!important; text-transform: uppercase; font-weight: 400 !important;     letter-spacing: 1px;}
.skin-2 .subify-selling-plan-toggle-dropdown-btn { display:block!important; min-height:50px!important; }
.skin-2 .subify-choice-price, .skin-2 .subify-selling-plan-price { font-weight:400!important; color:#000!important; }
.subify-main-selling-plan-container .desktop-description:before { content: "\f00c"; font-family: var(--fa-style-family, "Font Awesome 6 Free"); font-weight: var(--fa-style, 900); margin-right:10px;
    position: relative; top:2px; font-size:18px; }
.subify-main-selling-plan-container .desktop-description { font-size:15px!important; }
.cart-page-title .title { margin:0 0 10px !important; color: #121212; font-size: 28px; font-weight: 600; text-transform: uppercase;     line-height: 1.4em;  } 
.title-wrapper-with-link.cart-page-title { margin-bottom:0px!important;}
.mini-cart-description { margin-bottom:5rem;}
 .mini-cart-description { font-size:1.6rem; }
.cart__blocks #checkout { text-transform:uppercase; } 
#allwear-organic-ankle-socks .product__info-wrapper .price__regular, #allwear-organic-ankle-socks-3-pack-bundle .product__info-wrapper .price__regular, #allwear-organic-ankle-socks-5-pack-bundle .product__info-wrapper .price__regular, #allwear-organic-crew-socks .product__info-wrapper .price__regular, #allwear-organic-crew-socks-3-pack-bundle .product__info-wrapper .price__regular, #allwear-organic-crew-socks-5-pack-bundle .product__info-wrapper .price__regular, #allwear-no-show-socks .product__info-wrapper .price__regular  { display:none; } 


/* home page bottom banner */
#Banner-template--14391171874869__image_banner_AnFYbL .banner__buttons { position:static; max-width:100%; width:100%; } 
#Banner-template--14391171874869__image_banner_AnFYbL .banner__content .banner__video_box { background:transparent; }
#Banner-template--14391171874869__image_banner_AnFYbL .banner__heading img { width:200px;}
#Banner-template--14391171874869__image_banner_AnFYbL .desktop-version img { width:100%; } 
#Banner-template--14391171874869__image_banner_AnFYbL .banner__content { max-width: var(--page-width); margin:0 auto; width:100%; text-align: left; padding:15em 5rem; }
#Banner-template--14391171874869__image_banner_AnFYbL .banner__content p { text-align:left; color:#fff; margin:12px 0; font-size:52px; line-height:60px;}
#Banner-template--14391171874869__image_banner_AnFYbL .banner__video_box_content .banner__buttons a.button { margin-left:0; }
#Banner-template--14391171874869__image_banner_AnFYbL .banner__video_box_content .banner__buttons a.button { font-size:18px; } 
#Banner-template--14391171874869__image_banner_AnFYbL .banner__media-half { width:100%; }


/* collection banner */
.banner--small:not(.banner--adapt) { min-height:0px !important;}  
#shopify-section-template--14391171874869__slideshow_4g8UDK { margin-bottom:3em; }


#shopify-section-template--16340608516149__image_banner_QgTL6K .banner__heading, #Banner-template--16340608516149__image_banner_3JqRW3 .banner__heading, #shopify-section-template--16340608516149__image_banner_zgTLFy .banner__heading, #shopify-section-template--16340608516149__image_banner_BayjaT .banner__heading, #Banner-template--14391171874869__image_banner_a8XbCq .banner__heading, #shopify-section-template--14391171874869__image_banner_BHPUQj .banner__heading, #shopify-section-template--14391171874869__image_banner_Ych6yd .banner__heading, #shopify-section-template--14391171874869__image_banner_TWVirU .banner__heading, #Banner-template--14391171973173__image_banner_JGVGyb .banner__heading, #Banner-template--14391171973173__image_banner_K8Fxcy .banner__heading, #Banner-template--14391171973173__image_banner_LLweHG .banner__heading  { position: absolute; top: 0;  z-index: 100;  width: 100%;  color: #fff;  display: flex; height: 100%; align-items: center;
    justify-content:center;}  	
#shopify-section-template--16340608516149__image_banner_QgTL6K .banner__heading span, #Banner-template--16340608516149__image_banner_3JqRW3 .banner__heading span, #shopify-section-template--16340608516149__image_banner_zgTLFy .banner__heading span, #shopify-section-template--16340608516149__image_banner_BayjaT .banner__heading span, #Banner-template--14391171874869__image_banner_a8XbCq .banner__heading span, #shopify-section-template--14391171874869__image_banner_BHPUQj .banner__heading span, #shopify-section-template--14391171874869__image_banner_Ych6yd .banner__heading span, #shopify-section-template--14391171874869__image_banner_TWVirU .banner__heading span { display:block; margin:0 0 20px; }
#shopify-section-template--16340608516149__image_banner_QgTL6K .banner__box.banner__video_box .banner__video:before, #shopify-section-template--14391171874869__image_banner_BHPUQj .banner__box.banner__video_box .banner__video:before, #shopify-section-template--14391171874869__image_banner_Ych6yd .banner__box.banner__video_box .banner__video:before, #shopify-section-template--16340608516149__image_banner_BayjaT .banner__box.banner__video_box .banner__video:before, #shopify-section-template--14391171874869__image_banner_TWVirU .banner__box.banner__video_box .banner__video:before  { opacity:0.4; }
.page-width.is-empty .mini-cart-description { display:none; }
html .cart__checkout-button { max-width:40rem;}


/* home category slider */ 
.template-index .ks-fc-slider .slick-prev.slick-arrow, #your-shopping-cart .ks-fc-slider .slick-prev.slick-arrow { font-size: 0; border:none; background:none; margin-top:-5%; } 
.template-index .ks-fc-slider .slick-prev.slick-arrow:before, #your-shopping-cart .ks-fc-slider .slick-prev.slick-arrow:before { content:"\f053"; font-family: "Font Awesome 6 Free"; font-weight:900; font-size:30px;} 
.template-index .ks-fc-slider .slick-next.slick-arrow, #your-shopping-cart .ks-fc-slider .slick-next.slick-arrow { font-size: 0; border:none; background:none;     margin-top: -5%; }
.template-index .ks-fc-slider .slick-next.slick-arrow:after, #your-shopping-cart .ks-fc-slider .slick-next.slick-arrow:after { content:"\f054"; font-family: "Font Awesome 6 Free"; font-weight:900; font-size:30px; }
.template-index .ks-fc-slider .slick-dots { margin-top:-25px; margin-bottom:50px; position: relative; z-index:1;} 
.template-index .ks-fc-slider {padding: 0 40px!important;} 
 
.product_inseam h2 { font-size:14px; margin:0; }
.product_inseam { margin-top:20px; padding-top:20px; border-top:1px solid #EDEDED;}
.product_inseam ul { padding:0px; gap: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: nowrap; margin:10px 0 15px; }

.product_inseam ul li { list-style:none;}
.product_inseam ul li a, .bundle-save.joggerlegging a {
    margin: 0;
    font-size:1.4rem !important;
    font-weight: normal;
    line-height: 1.63636;
    letter-spacing: .025rem;
    font-family:Futura, sans-serif;
    color: #333;
    border: 1px solid;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block;
    text-align: center;
    -webkit-transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-color: #C6C6C6;
    padding: 12px 30px;
    text-decoration:none;
} 

.product_inseam ul li a:hover, .product_inseam ul li.active a {
    border-color: #333;
    color: #333;
} 

.boost-pfs-color-swatch { display: inline-block; vertical-align: middle;}
div#ZoomyWishlistPage { align-items:center; justify-content:center; }
.form-status-list li, .form-status-list li a, .form-status { color:#ff0000;} 
#ContactForm-email-error { color:#ff0000; }


.boost-pfs-filter-product-item-regular-price .price__sale .money, html .subify-widget-box .subify-choice-box-wrapper .subify-choice-price { color: #a6764d!important; }

/*  
html .skin-2 .subify-choice-price, .boost-pfs-filter-product-item-regular-price .money { color: #a6764d!important; }
.announcement-bar-slider {background-color:#c4a57c;} */

/*
.Bra.Top.Bundlebundle .save-amount, .Long.Sleeve.Tee.Bundlebundle .save-amount, .Short.Sleeve.Tee.Bundlebundle .save-amount, .Crew.Neck.Sweatshirt.Bundlebundle .save-amount, .Hoodie.Bundlebundle .save-amount, .Sweat.Shorts.Bundlebundle .save-amount  {display:none;}
*/

#allwear-bamboo-thong-3-pack-bundle .product__info-wrapper .product-save-offer, #allwear-bamboo-thong-5-pack-bundle .product__info-wrapper .product-save-offer, #allwear-bamboo-boxer-brief-3-pack-bundle .product__info-wrapper .product-save-offer, #allwear-bamboo-boxer-brief-5-pack-bundle .product__info-wrapper .product-save-offer, #allwear-bamboo-boxer-brief .product__info-wrapper .product-save-offer, #allwear-bamboo-thong .product__info-wrapper .product-save-offer { display:none; }

progress {  height:6px; }

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  ::-webkit-progress-bar {
    background-color: #000; /* fallback track color */
    height: 6px;
  }

  ::-webkit-progress-value {
    background: #000; /* black fill color */
    height: 6px;
  }

  progress {
    height: 6px;
    width: 100%;
    appearance: none;
  }
}


/* progress { border: 0px solid black; } */
progress::-webkit-progress-value {background-color: #000;}
progress::-webkit-progress-bar { background-color: #000; } 

.slideshow .banner__text span { color:#c4a57c; font-size:20px;}
.slideshow.banner:after { opacity:0.3; }


.footer .needsclick button { position: absolute!important; right: 0!important; background: url(/cdn/shop/files/chevonright.png?v=1736853364) no-repeat!important;
    font-size: 0px !important; background-position: center!important;     width: 35px; }
html .footer .needsclick  { padding:0px!important; min-height:0px!important; }
html .footer input.needsclick { padding:1.5rem 5rem 1.5rem 1.5rem!important; border-radius:0px!important;}  
.footer form.needsclick.klaviyo-form { max-width:360px; }
.time-savings { margin-left:0px; color:#a6764d; margin-top:5px; display:inline-block;}
#allwear-organic-ankle-socks-5-pack-bundle .product-save-offer, #allwear-organic-ankle-socks-3-pack-bundle .product-save-offer, #allwear-organic-ankle-socks .product-save-offer, #allwear-organic-crew-socks .product-save-offer, #allwear-organic-crew-socks-3-pack-bundle .product-save-offer, #allwear-organic-crew-socks-5-pack-bundle .product-save-offer {  display:none; } 
.footer__content-bottom-wrapper { padding:2px 0px 3px; } 
.template-index a.product__swatch-round:hover:after, .template-index .product__info-container .product-bundle label.product__swatch-round:hover:after { top: -5px;
    left: -4.5px; }
.tooltip { position: relative; display:inline-block; cursor:pointer; }
.tooltip-box {
      display: none;
      position: absolute;
      background-color: #fff;
      color: #333;
      padding: 10px 14px;
      border-radius: 6px;
      font-size: 14px;
      white-space: nowrap;
      z-index: 999;
      top: -55px;
      left: 50%;
      transform: translateX(-50%);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
      border: 1px solid #e0e0e0;
    }

    .tooltip-box::after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 50%;
      transform: translateX(-50%);
      border-width: 6px;
      border-style: solid;
      border-color: #fff transparent transparent transparent;
    }

    @media (max-width: 600px) {
      .tooltip-box {
        white-space: normal;
        top: auto;
        bottom: 110%;
        left: 50%;
        transform: translateX(-50%);
      }

      .tooltip-box::after {
        top: 100%;
        bottom: auto;
        border-color: transparent transparent #fff transparent;
      }
    }


#your-shopping-cart .ks-fc-slider { padding:0 35px; }
#your-shopping-cart .ks-fc-slider .slick-dots {margin-top: 0; margin-bottom: 50px; }

.template-index .ks-fc-slider .slick-prev.slick-arrow:before, #your-shopping-cart .ks-fc-slider .slick-prev.slick-arrow:before, .template-index .ks-fc-slider .slick-next.slick-arrow:after, #your-shopping-cart .ks-fc-slider .slick-next.slick-arrow:after { color:#000!important; }
#bundle-sticky_add_to_cart.Vtl-StickyAddToCart__Medium #bundle-sticky_submit { font-weight:normal;}
.template-index .vtl-pr-review-stars-snippet-container {display:none; }


.collection-new-tag { position:absolute; top:13px;  z-index:3; margin:0px; left:10px;}
.collection-new-tag li { text-transform:capitalize; padding:2px 8px !important; font-size:11px; background:#fff; border-color: #000;
    color: #000; font-weight:500; }  
.boost-pfs-filter-product-item { position: relative;}
/* .template-collection.boost-pfs-enable-app .vtl-pr-review-stars-snippet-container { display:none; } */
.recommendations-popup .product-recommendations { border-top:none!important; margin-top:0px!important;}
.recommendations-popup { margin-top:70px; border-top: 1px solid #b8b5b5; }
.recommendations-popup .variant-selectors { margin-bottom: 20px; }
#refund-amp-return-policy h2 { font-weight:600; }
#refund-amp-return-policy h3 {font-weight:600; margin-top:30px; }
#refund-amp-return-policy ol li p , #refund-amp-return-policy ul li p {margin:0px 0 5px;}

/* collection */ 
.boost-pfs-filter-products { align-items:flex-start; }
.template-collection .boost-pfs-filter-grid-width-2 { width:25%; }
.boost-pfs-filter-tree-h .boost-pfs-filter-option .boost-pfs-filter-option-content {     z-index: 9999; } 
.list-menu--disclosure { z-index:100;} 
.template-collection #MainContent { position:relative; z-index:1; } 




/* progress */ 


/* WebKit browsers (Chrome, Safari, newer Edge) */
progress::-webkit-progress-bar {
  background-color: #e0e0e0; /* background track color */
}

progress::-webkit-progress-value {
  background-color: #000000; /* fill color (black) */
}

/* Firefox */
progress::-moz-progress-bar {
  background-color: #000000; /* fill color (black) */
}



#allwear-digital-gift-card .vitals-featured-description .featured-highlight-image { display:none;  }
#allwear-digital-gift-card .vitals-featured-description .grid  { display:block;}
#allwear-digital-gift-card .vitals-featured-description .vitals-description-container { width:100%; display:block; max-width: 100%; text-align:center;}
#allwear-digital-gift-card .product-description-container { padding-left:0; padding: 38px 10px 20px;}
.product-tags li.MODAL { display: none; }
html .afterpay-paragraph2 { text-align:left; margin:0px 0 -5px !important; }
#MainContent #shopify-section-template--14391171973173__rich_text_nF8pzc .rich-text__blocks p {color: #000 !important; }
#shopify-section-template--14391171973173__rich_text_nF8pzc .rich-text.color-background-1, #shopify-section-template--14391171973173__rich_text_kXqWYn .rich-text.color-background-1, #shopify-section-template--14391171973173__rich_text_3XUcWe .rich-text.color-background-1, #shopify-section-template--14391171973173__rich_text_mtUcam .rich-text.color-background-1 { margin:0; padding:45px 0; } 
#price-template--14391171842101__main {     margin: 1rem 0 0;}
#our-materials #MainContent #shopify-section-template--14391171973173__rich_text_nF8pzc .rich-text__text p { color:#fff!important;}
#price-template--15439589015605__bundle { margin-top:0px;}






/* Responsive  */  

@media screen and (min-width: 750px) {
    html .cart__footer>* {
        width: 40rem;
    }
}


@media (min-width: 990px) and (max-width: 1900px) {
html .product--large:not(.product--no-media) .product__media-wrapper {    max-width: 63%;}
html .product--large:not(.product--no-media) .product__info-wrapper {max-width:37%;}
  
}

@media (min-width: 768px) and (max-width: 1400px) {
html .product-form__input input[type="radio"] + label {padding:1rem 1.5rem;}
  
.template-index .ks-fc-slider .slick-prev.slick-arrow:before, #your-shopping-cart .ks-fc-slider .slick-prev.slick-arrow:before, .template-index .ks-fc-slider .slick-next.slick-arrow:after, #your-shopping-cart .ks-fc-slider .slick-next.slick-arrow:after { color:#000!important; }

 
}


@media (min-width: 768px) and (max-width: 979px) {

  
.template-page-about .banner__heading.h1 h2, .template-page-about #shopify-section-template--14990063829045__165874263001e4224f .banner__heading.h1, #shopify-section-template--14990063829045__165667512015c4772d .banner__heading.h1, #shopify-section-template--14990063829045__16587480531809e896 .banner__heading.h1, .template-page-about .banner__heading.h1  {font-size: 26px;}
#shopify-section-template--14990063829045__165667255453c48dab .rich-text__blocks, #shopify-section-template--14990063829045__165667512015c4772d .rich-text__blocks, #shopify-section-template--14990063829045__165667529039dc984a .rich-text__blocks, #shopify-section-template--14990063829045__16566742995af8a78f .rich-text__blocks, #shopify-section-template--14990063829045__165873638344f8148b .rich-text__blocks h2 {font-size:18px;}

/* ipad css */
.header .header__heading-link { margin-left:0px; } 
header-drawer { float:right; margin-left:0!important;}
.header {display:block;}
.header__heading { margin-left: 0!important; float:left; }
.banner__video_box_content .banner__buttons { bottom:25%; }  
.banner__content .banner__video_box .banner__heading span { font-size:26px; margin-top:-10px !important; }
.banner__video_box_content .banner__buttons a.button { min-height:0px; min-width:134px; line-height: normal; padding: 7px 18px;  margin-left: -64px; }
a.product__swatch-round, .product__info-container .product-bundle label.product__swatch-round { width:25px!important; height:25px!important; margin-right:3px!important; }
.boost-pfs-color-swatch a.product__swatch-round:hover:after, .product__info-container .product-bundle label.product__swatch-round:hover:after  { width:32px!important; height:32px!important; top: -4.7px!important; left: -4.7px!important; }
.template-index .ks-fc-slider {padding: 0 25px !important; }
.template-index .ks-fc-slider .slick-dots { margin-top:10px; margin-bottom:0px; }
.slideshow .banner__buttons a { margin:5px auto 0px; }
.footer__content-top { padding: 4rem 3rem 0px; }  
.footer__list-social .list-social__link { padding:0.6rem; } 
.header-wrapper .header { overflow:hidden;}
.header__icons { float:right;}
.footer-block__details-content .list-menu__item--link { padding-bottom:3px !important; padding-top:3px !important; }
.footer__content-top .grid__item:first-child { padding-right:1em; }
html .list-menu__item { display:block !important; text-align:center!important; } 
.vitals-featured-description .grid--2-col .grid__item { width:100%; max-width:100%; }  
#the-ao-tee-series { font-size:22px; margin:0; }
.other-brands ul li, .ao-content .css-zij9hn ul li { margin:0px 0px 5px;}  
.other-brands h3 { margin-top:2px;}
.product-description-container { padding-left:0px;}
html a.product__swatch-round.active::after, html .product__info-container .product-bundle label.product__swatch-round.active::after { width:34px; height:34px; } 
#shopify-section-template--14391171842101__main .page-width { padding: 0 1rem; }  
.wiw-hover { padding:2px 10px;}   
.full-shop-link { padding:5px 15px;}
.wiw-hover .wiw__text .full-unstyled-link {font-size:12px; }
.selectbox-style { top:5px;}
.foos-choose-model, #select-different-fit-style li {font-size:12px;}   
.foos-choose-model::after { top:13px;}
.template-product .product { padding-top:35px; }  
.selectbox-style {top:-9px; left:10px; }
html .product-form__input input[type="radio"] + label { padding:1rem;}
html .footer .list-menu__item { text-align: left !important;}
.mini-cart-description { font-size:14px;}
.product .grid__item.product__media-wrapper  { width:100%;}  
html .product__info-wrapper { padding-left:18px;} 
.ao-Series { display:block;} 
.ao-content { padding:32px 30px; display:block; }
.wear-it-with__products .wiw-row { width:100%; border-right:0px; }
  
  
} 


@media (min-width: 768px) and (max-width:1024px) {

.selectbox-style { top:10px; left:20px; }
.template-product .product {padding-top: 0;}
a.product__swatch-round:hover:after, .product__info-container .product-bundle label.product__swatch-round:hover:after { width:33px!important; height:33px!important; }
#bundle-sticky_add_to_cart #bundle-sticky_submit { font-weight: normal!important; }  
html #bundle-sticky_add_to_cart { height:50px; padding:0 6px; }
html .vitals-sticky-name p { margin:0px;}
.wear-it-with__products .wiw-row:hover .allcontent { width:92%; }
#about-allwear #shopify-section-template--14990063829045__1658727010ce1a863c .banner--medium:not(.banner--adapt) { min-height:43rem; }  
.template-page-careers .banner__content .banner__video_box .banner__heading span {font-size:20px;}
.template-page-careers .banner--medium:not(.banner--adapt) { min-height:43rem; } 
.template-page-careers .banner__heading { top:16%;}
.template-page-careers .banner__heading .careers-text p br { display:none;} 
#vitals-instant-search .close-search { color:#fff;}
.wear-it-with__products .slick-dots { margin-top:50px;}  
  

} 



@media (min-width:1150px) and (max-width: 1260px) {
.reward-price, #ZlistWishlist .zooomypwishmsg {font-size: 1.2rem !important;}
 .reward-price {padding:.8rem 1.5rem;} 
  
}

@media (min-width:750px) and (max-width: 1149px) {
.reward-price {position:static; text-align:center; width:100%;} 
#ZooomyList label {float:none; width:100%;}
div#ZooomyList {float:none !important;}  

} 


@media screen and (max-width:989px) {  
  .header__inline-mega-menu {display:block; margin-top:8px;} 
    #shopify-section-announcement-bar { z-index: 1; }
}     
  
  
@media screen and (max-width:767px) {

/* home page bottom banner */  
#Banner-template--14391171874869__image_banner_AnFYbL .banner__content p { font-size:22px; line-height: normal;}  
.template-index #Banner-template--14391171874869__image_banner_AnFYbL .page-width {padding:3em 1em 0 !important; position:absolute; }
#Banner-template--14391171874869__image_banner_AnFYbL .banner__video_box_content .banner__buttons a.button { font-size:16px;}
#Banner-template--14391171874869__image_banner_AnFYbL .banner__heading img { width:160px; } 
.banner__video_box_content .banner__buttons a.button { min-width:auto; line-height: normal; padding:8px 16px; min-height: 0;}
.title-wrapper-with-link {margin:0px;} 
.banner__video_box_content .banner__buttons a.button { font-size:16px;}
#shopify-section-template--16340608516149__image_banner_QgTL6K .banner__heading span, #Banner-template--16340608516149__image_banner_3JqRW3 .banner__heading span, #shopify-section-template--16340608516149__image_banner_zgTLFy .banner__heading span, #shopify-section-template--16340608516149__image_banner_BayjaT .banner__heading span, #shopify-section-template--16340608516149__image_banner_QgTL6K .banner__heading span, #Banner-template--16340608516149__image_banner_3JqRW3 .banner__heading span, #shopify-section-template--16340608516149__image_banner_zgTLFy .banner__heading span, #shopify-section-template--16340608516149__image_banner_BayjaT .banner__heading span, #Banner-template--14391171874869__image_banner_a8XbCq .banner__heading span, #shopify-section-template--14391171874869__image_banner_BHPUQj .banner__heading span, #shopify-section-template--14391171874869__image_banner_Ych6yd .banner__heading span, #shopify-section-template--14391171874869__image_banner_TWVirU .banner__heading span { font-size:24px;}
.template-index .ks-fc-slider { padding:0px!important;}
.template-index .ks-fc-slider .slick-dots { margin-top:10px; margin-bottom: 0;}
  
#Banner-template--14391171874869__image_banner .banner__heading span small { font-size:14px;}
 .boost-pfs-filter-toolbar-top-mobile {border:none!important;} 
.boost-pfs-filter-collection-header-wrapper .image-element__wrap {display:none;} 
.boost-pfs-filter-collection-header-wrapper .image-element__wrap.mobile-collection-banner {display:block;} 

.boost-pfs-filter-toolbar-top-mobile-inner.boost-pfs-filter-toolbar-show-sort-by-mobile .boost-pfs-filter-tree-mobile-button button { border:1px solid #000; color:#000; background-color: #fff;  border: .0625rem solid; border-radius: .25rem;  cursor: pointer; display: inline-flex; justify-content: center;
    padding:1rem; text-align: center; text-decoration:none; height:auto; line-height:26px;}    
.boost-pfs-filter-toolbar-top-mobile-inner.boost-pfs-filter-toolbar-show-sort-by-mobile .boost-pfs-filter-tree-mobile-button button:before {display:none;} 
.boost-pfs-filter-toolbar-top-mobile-inner.boost-pfs-filter-toolbar-show-sort-by-mobile .boost-pfs-filter-tree-mobile-button button .boost-pfs-filter-tree-mobile-button-label { font-size:16px;}  
   
.vitals-description {padding-right:0;}  
.vitals-featured-description .grid {display:block;}  
.vitals-featured-description .grid__item {width:100%; max-width:100%;}  
.vitals-featured-description {padding:30px 10px;} 
.vitals-description {padding-left:0px;}  
 #ks_slider .slick-arrow{cursor: pointer; background: white; box-shadow: -1px 3px 5px -1px rgb(0 0 0 / 50%);
 width: 30px;  height: 30px; border-radius: 50%; line-height: 30px; text-align: center;}
 #ks_slider .slick-next.slick-arrow{right:-5px;}
#ks_slider .slick-prev.slick-arrow svg, #ks_slider .slick-next.slick-arrow svg {max-width: 11px;}
#pfs .slick-slide{height:100%;}
#pfs .slick-arrow{ width: 30px;  height: 30px; line-height:30px;}
#pfs .slick-arrow svg{max-width: 11px;}
#pfs .slick-arrow.featured-slider-slick-next{right:10px;}
#pfs .slick-arrow.featured-slider-slick-prev{left: 5px;}
#pfs .slick-arrow .flickity-button-icon{max-width: 11px;}
#pfs .slick-slide{margin-right:10px;}
.product__media-wrapper .select .choose-different-fit-style {width:auto; left:8px;}
.desktop-video {display:none;}  
.mobile-video {display:block!important;}
.vitals-description .vt-panel p, .vitals-description .vt-panel ul li {font-size:12px;}  
.boost-pfs-filter-collection-header-wrapper h1 span {font-size:20px;}
.product__media-gallery {margin:0 -1.5rem;}
.shopify-section.product-section {margin-top:0px!important;} 
header-drawer {float:right; position:absolute; right:5px;}     
.header-wrapper .header {padding-right:20px;  grid-template-columns: 1fr 64fr 1fr; display:flex; padding-left:20px;} 
.menu-drawer {left:auto !important; right:0px;}  
.header__icons {position:absolute; right:40px;}
.menu-drawer { width:calc(100vw - 0rem); }
 html .boost-pfs-filter-right-col {padding-right:0px;}  
.product-tags, .product-single__tags {margin-top:0px!important;}  
#ks_slider {margin-bottom:0px!important;}  
.vitals-featured-description {margin-top:0px; padding-top:0px;}
.short-description-2 {padding:0px; font-size:22px; font-weight: 600;}
  .header__heading {margin-left:0px;}  
  .wear-it-with__products .wiw-row {border-right:none;}
  .wiw-close-cont {display:none; position: absolute; top:-5px; right:0px; z-index:10;}  
  .wear-it-with__products .wiw-row {padding:0px;}   
.wiw-head-title {margin-bottom:25px;}
.wear-it-with__products .slick-dots {margin-top: 20px;}
.wear-it-with__products .wiw-row-img {cursor:pointer;}
.vitals-featured-description  {text-align:center;} 
#vitals-description {text-align:left;} 
.vitals-featured-description .slick-dots, .vitals-featured-description .grid__item {padding:0px;}
#pfs .slick-slide {cursor:pointer;} 
.header .header__heading-link { margin-left:0px;}  

  
.product-tagline {position:absolute; width:100%; bottom:55px; z-index:10; margin:0;}
.product .product__media-wrapper {position:relative; padding-bottom:15px;} 
#ks_slider .slick-dots {margin-top:8px;}   
.template-page-about .banner__heading.h1 h2 {font-size:22px;}
.template-page-about .banner__heading.h1 {padding:0px 20px;}  
#shopify-section-template--14990063829045__165873638344f8148b .rich-text__blocks {width:100%; padding:0 20px;}
#shopify-section-template--14990063829045__165873638344f8148b .rich-text__blocks h2 { line-height:28px; font-size:15px;}
.template-page-about .banner__heading.h1 h1 {font-size:20px;}
.template-page-about .banner__heading.h1 h2 {font-size:20px;} 
.template-page-about .mobile_vs, .template-page-marketplace .desktop-video {display:block!important;}
.template-page-about .desktop-version.banner__media, .template-page-about .banner__heading.h1 h2 br { display:none;} 
.template-page-marketplace .banner__content .banner__video_box {position:absolute; bottom:40%; left:0px; z-index: 100;
width: 100%;}
.banner__content.banner__video_box_content.page-width {position:static;}
.template-page-marketplace .banner__heading {font-size:24px;} 
.template-page-marketplace .desktop-video {font-size:12px;}
.template-page-marketplace .banner__video_box_content .banner__buttons a.button {min-width:110px; padding:8px 25px;}
.reward-price {font-size:1.2rem !important; padding:1.1rem 1.5rem 1.1rem; line-height:normal;}
#ZlistWishlist .zooomypwishmsg {font-size:1.2rem !important; padding: .9rem 2rem 1.1rem;}
#shopify-section-template--14990063829045__165667255453c48dab .rich-text__blocks, #shopify-section-template--14990063829045__165667512015c4772d .rich-text__blocks, #shopify-section-template--14990063829045__165667529039dc984a .rich-text__blocks, #shopify-section-template--14990063829045__16566742995af8a78f .rich-text__blocks, #shopify-section-template--14990063829045__rich_text_DhLbAj .rich-text__blocks 
{ font-size: 15px;}  
#shopify-section-template--14990063829045__165667255453c48dab .rich-text, #shopify-section-template--14990063829045__165667512015c4772d .rich-text, #shopify-section-template--14990063829045__165667529039dc984a .rich-text, #shopify-section-template--14990063829045__16566742995af8a78f .rich-text
 {padding:30px 0 50px; } 
.template-page-about .banner__heading.h1 {font-size:24px;}

.template-page-about #shopify-section-template--14990063829045__165874263001e4224f .banner__heading.h1, #shopify-section-template--14990063829045__165667512015c4772d .banner__heading.h1, #shopify-section-template--14990063829045__16587480531809e896 .banner__heading.h1, .template-page-about #shopify-section-template--14990063829045__1658746686eff165b7 .banner__heading.h1
  { top:auto; bottom:40%;}
.template-page-careers .banner__heading {top:20%;}
.template-page-careers .banner__heading p { font-size:15px;}

.template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da .banner__heading { position:static; margin-top:50px;}  
.template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da p {font-size:1.6rem;} 
.template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da p br {display:none;}  
.footer__content-top .grid__item:first-child, .footer__content-top .grid--4-col-tablet .grid__item {width:100%; padding-right:0px;}
.footer-block__heading {text-align:left;} 
.footer-block__details-content .list-menu__item--link {display:inline-block;}  
.mobile-vr {display:block!important;} 
.desktop-vr {display:none!important;}
.mobile-footer-content, .footer-block__newsletter { padding-left: calc(4rem / var(--font-body-scale)); padding-right: calc(4rem / var(--font-body-scale));} 
.footer .footer__content-top {padding-top:0px; padding-bottom:0px;} 
.footer__copyright {margin-bottom:2em;} 
.template-page-community .multicolumn .page-width {width:calc(100% - 2rem);}   
html .acsb-trigger.acsb-trigger-position-x-right {top:auto!important; bottom:40px!important;}
.header-wrapper .header {background:#fff;}
.template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da .banner__heading {padding: 0 30px;ba}  
.template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da .banner__heading h2 { position:absolute; top:24%; width:100%; left:0px; font-size:22px; }
.template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da .banner__heading .aos-init {transform:none;}  
.template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da p {font-size:1.9rem;}  
.template-page-ambassador #Banner-template--15090274467893__16601179074f3ce0da .banner__heading {margin-top:80px;}
.boost-pfs-filter-product-item-grid.boost-pfs-filter-grid-width-mb-2 {width:50%!important;} 

.template-page-sustainability .mobile_vs, .template-page-ambassador .mobile_vs, .template-page-community .mobile_vs, .template-page-contact-new .mobile_vs, #Banner-template--14391171874869__16623752214856968b .mobile_vs  {display:block !important;}
.template-page-sustainability .desktop-version.banner__media, .template-page-ambassador .desktop-version.banner__media, .template-page-community .desktop-version.banner__media, .template-page-contact-new .desktop-version.banner__media, #Banner-template--14391171874869__16623752214856968b .desktop-version.banner__media {display:none!important;}
 #Banner-template--14391171874869__16623752214856968b .banner__content.banner__video_box_content.page-width {position:absolute; bottom:42%;} 
#Banner-template--14391171874869__image_banner .banner__heading {font-size:20px; margin:0 0 10px; padding:0 15px;}
#Banner-template--14391171874869__image_banner .banner__heading #countdown {font-size:20px;}

.product__media-gallery {clear:both;} 
.selectbox-style {position:static; margin:15px 0; top:auto; left: auto; position:relative;} 
.mobile_vs.banner__media .banner__media-image-half { position:static; }
#Banner-template--14391171874869__image_banner .banner__media::before {padding-bottom:0 !important;} 

.mobile-video .mobile-img { position:absolute; top:0; z-index:100; left:0; width:100%; background:rgba(60, 60, 60, 0.5); height:100%; } 
.mobile-video {position:relative; }
#Banner-template--14391171874869__image_banner .banner__video_box_content .banner__buttons .button { margin-top:0; width: auto;  font-size:16px; border: 2px solid #fff; margin: 0 auto; line-height:38px; height:auto;}
#Banner-template--14391171874869__image_banner .banner__video_box_content .banner__buttons { height:auto; left:0; top:auto; margin-top:40px; }  
.mobile-video .mobile-img img {width:auto; margin:0 auto;}
 #Banner-template--14391171874869__image_banner .banner__content .banner__video_box {position: static;} 
#Banner-template--14391171874869__image_banner .mobile-img .mobile-inner {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.boost-pfs-filter-collection-header-wrapper .caption {margin-bottom:12px;}
.boost-pfs-filter-collection-header-wrapper h1 {margin-top:0px;}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-section-header, .boost-pfs-filter-collection-header-wrapper h1 {text-align:left !important;}
.boost-pfs-filter-collection-header-wrapper .caption {margin-bottom:0px;}
.boost-pfs-filter-collection-description {margin-top:0;} 
.wear-it-with__products .wiw-row-img img {margin:0 auto;}

html .kiwi-sizing-modal-inner .modal-title-header {font-size:14px; font-weight:700;} 
.kiwi-sizing-modal-inner .ks-modal-header {padding:0.6em 2em 0.6em 0.6em!important;}  
 #Banner-template--14391171874869__image_banner .banner__heading span i { display:block; color:#dd8c30;} 
.banner__box.banner__video_box .banner__video:before {opacity:0.5;}
#Banner-template--14391171874869__image_banner .banner__heading span { font-size:20px;}  
.vitals-featured-description .slick-list.draggable {padding:0px;}
.ao-Series {display:block;}
.template-index .banner .page-width {padding:0px!important;}
#imgMobile {display:none!important;}   
.bloop-content-block, .bloop-col-content {min-height:auto!important;}
.product-description-container {padding-left:0px;}
#Banner-template--14990063829045__1658727010ce1a863c .banner__content  {padding:0px!important;}
a.product__swatch-round, .product__info-container .product-bundle label.product__swatch-round {width:22px!important; height:22px!important;  margin-right:3px!important;}
a.product__swatch-round.active:after, .product__info-container .product-bundle label.product__swatch-round.active:after, a.product__swatch-round:hover:after, .product__info-container .product-bundle label.product__swatch-round:hover:after { width:30px!important; height:30px!important; }  

#our-materials .rich-text.color-background-1 { padding:0 15px; }
.banner__content.banner__video_box_content.page-width { padding:0px !important;}
#accordion, #accordion1 { padding:0 15px; }  

#Banner-template--14391171874869__image_banner .banner__heading span { font-size:30px;} 
.title-wrapper-with-link.cart-page-title { align-items:center; }

.subify-widget-whole-wrapper { margin-bottom:0; padding-bottom:0; }
.subify-mobile-description-modal { display:block; }
.subify-mobile-description-modal h6 { display:none!important; }
.subify-mobile-description-modal { margin:0px; width:100%; }  
.subify-mobile-description-modal p { padding:0; margin:0px;}
.subify-main-selling-plan-container { padding-bottom:0px; }  
.product__info-container .tab { padding-top:10px;}
.subify-mobile-description-modal p:before {  content:"\f00c";  font-family: var(--fa-style-family, "Font Awesome 6 Free"); font-weight: var(--fa-style, 900);
    margin-right:10px; position:relative; top:2px; font-size:18px; }
.subify-widget-whole-wrapper { margin-bottom:0px!important; }
.skin-2 .subify-selling-plan-label { color:#121212!important;}
.template-cart #MainContent cart-items.page-width { padding-top:30px; }  
.collection .slider.slider--tablet { margin-bottom:0px!important;}
.subify-mobile-description-modal {border-radius:0px; }   
#bundle-sticky_submit { font-weight:normal!important;} 
#your-shopping-cart .ks-fc-slider { padding:0px;}
#your-shopping-cart .collection.page-width .title { margin-bottom:20px!important; } 
.banner__video_box_content .banner__buttons { left:55%; bottom: 27%;}
.banner__video_box_content .banner__buttons a.button { font-size:13px; } 
html .slideshow .banner__buttons a { margin:5px auto 0; font-size:14px; min-height:0; padding:10px 16px;  }
.footer__copyright { margin-top:0; margin-bottom:1em; }
.footer__copyright { margin-top:0; margin-bottom:1em;} 
.boost-pfs-filter-product-item-title { margin:4px 0 8px; }
.template-collection .boost-pfs-filter-product-bottom-inner .vtl-pr-review-stars-snippet { margin: 0px 0 8px !important;} 
#allwear-digital-gift-card .product-description-container { padding:20px 10px 5px; }
#allwear-digital-gift-card .vitals-featured-description { padding-bottom:5px; }  

  
  
}           

 
@media screen and (max-width:340px) {
  
.header__heading-logo {max-width:135px;}  
  .template-page-careers .banner__heading {top:15%;}
  
} 
  
@media screen and (max-width:380px) {
  
.header__heading-logo {max-width:162px;}  
.boost-pfs-filter-product-item { padding-left:10px;}
html .boost-pfs-filter-product-item-price { font-size:12px;}
html .template-collection .boost-pfs-filter-product-bottom-inner .vtl-pr-review-stars-snippet { font-size:14px!important; }
html .boost-pfs-filter-product-item { padding-left:8px;} 
.save-amount {margin-left:2px;}  
.boost-pfs-action-list-enabled { padding-bottom:15px; }
  
}   

.reward-price span::first-letter{border:1px solid red}
#bloop-popup-button {display:none!important;}
/* .boost-pfs-filter-product-bottom-reverse { display:flex; flex-direction:column-reverse; } */ 
.boost-pfs-filter-product-bottom-reverse .vtl-pr-review-stars-snippet-container {margin-bottom: 7px; }
#shop-all .polyester-shop { display:block!important; margin:20px 0 0; font-size:16px; font-weight:300; }
#shop-all h1.boost-pfs-filter-collection-header { margin-top:10px; } 
#allwear-digital-gift-card .productstags, #allwear-digital-gift-card .forfitsize, #allwear-digital-gift-card .product-form__input legend.show-on-productpage { display:none!important; }

.product-studies-container { background:#000; color:#fff; padding:40px 0px; margin-top: 30px; }
.product-studies-container .page-width { max-width:900px; width:100%; margin:0 auto; text-align: center; } 
 .product-studies-container .page-width p {font-size:18px;display: flex; flex-direction: column; min-height:310px; justify-content: center; align-items: center; font-family: Futura, sans-serif;  } 
 .product-studies-container .page-width p strong { font-weight:normal; display:block; font-size:12px; margin:30px 0 0;}  
.product-studies-container .slick-arrow { margin-top:-2%; cursor: pointer; display: block; position: absolute; left: -10%; z-index: 1; top: 50%; font-size: 0; border: none;
background:none; color:#fff; border:none; } 
.product-studies-container .slick-prev.slick-arrow:before { content: "\f053"; font-family: "Font Awesome 6 Free"; font-weight: 600; font-size: 28px;}  
.product-studies-container .slick-next.slick-arrow { left:auto; right:-10%; }
.product-studies-container .slick-next.slick-arrow:after { content: "\f054"; font-family: "Font Awesome 6 Free"; font-weight:600; font-size: 28px; } 
.product-studies-container ul.slick-dots { margin-top: -25px; margin-bottom: 50px; position: relative; z-index: 100; padding-left:0px; }
.product-studies-container ul.slick-dots li { display:inline-block; margin: 0 5px; }   
.product-studies-container ul.slick-dots li button { box-sizing:border-box; margin:0px;  min-width:0px; width:9px; height:9px; background-color: transparent;  display: block;  border-radius: 50%;  border: 1px solid #fff;
    text-indent: -99999px;  padding: 0px; cursor: pointer; } 
.product-studies-container .slick-dots li.slick-active button { background-color: #fff !important; }
.boost-pfs-filter-tree-open-body #MainContent { z-index:auto; }
.subify-widget-whole-wrapper {margin-bottom:10px; }
.product_inseam ul li span { display:block; }
.product_inseam .inseam.jl ul li a {  min-width:100px; padding:12px 24px; }

#allwear-organic-joggers-bundle .bundle-save.jlnone, #allwear-organic-joggers-25-39-39-short-bundle .bundle-save.jlnone, #allwear-organic-joggers-31-39-39-tall-bundle .bundle-save.jlnone { display:none!important; } 
#allwear-organic-joggers-bundle .bundle-save.joggerlegging, #allwear-organic-joggers-25-39-39-short-bundle .bundle-save.joggerlegging, #allwear-organic-joggers-31-39-39-tall-bundle .bundle-save.joggerlegging { display:block!important; }


#allwear-bamboo-leggings-bundle .bundle-save.jlnone, #allwear-bamboo-leggings-25-39-39-short-bundle .bundle-save.jlnone, #allwear-bamboo-leggings-31-39-39-tall-bundle .bundle-save.jlnone { display:none!important; }
#allwear-bamboo-leggings-bundle .bundle-save.joggerlegging, #allwear-bamboo-leggings-25-39-39-short-bundle .bundle-save.joggerlegging, #allwear-bamboo-leggings-31-39-39-tall-bundle .bundle-save.joggerlegging { display:block!important; }


/* Detox Your Wardrobe  */
#detox-your-wardrobe .banner__content .banner__video_box { background:none; }
#detox-your-wardrobe .banner__heading.h1 { color:#fff; font-family:Futura, sans-serif !important; font-weight:500; } 
#Banner-template--18145406484533__image_banner_LLweHG { min-height:60rem; }  
#detox-your-wardrobe .rich-text, #detox-your-wardrobe .rich-text h2 { background:#000; margin:0px;  color:#fff; font-family:Futura, sans-serif !important;}
#detox-your-wardrobe #shopify-section-template--18145406484533__rich_text_mtUcam .rich-text__text { margin:0; } 
#detox-your-wardrobe #shopify-section-template--18145406484533__rich_text_mtUcam .rich-text h2, #shopify-section-template--18145406484533__rich_text_JRdUnm .rich-text h2 { font-size:28px; margin-bottom:40px; }
#detox-your-wardrobe .rich-text p { font-size:18px;}
#detox-your-wardrobe .rich-text a.button  { background:#ffffff; color:#000; font-family:Futura, sans-serif !important; font-family:Futura, sans-serif !important; font-weight:500; margin-top:4rem;}  
#detox-your-wardrobe .rich-text { padding:80px 0px;} 
#Banner-template--18145406484533__image_banner_e8rkEd, #Banner-template--18145406484533__image_banner_G4pj3f { min-height:35rem;}
#detox-your-wardrobe #shopify-section-template--18145406484533__rich_text_WLEp9Y .rich-text__blocks p { max-width:80rem; margin-bottom:25px; }
#shopify-section-template--18145406484533__rich_text_rtCVaf #detox-your-wardrobe .rich-text h2 { font-size:26px; }
#shopify-section-template--18145406484533__custom_liquid_Ajh8NB { margin:0; text-align: center;background: #000; padding-bottom:80px; }
#shopify-section-template--18145406484533__custom_liquid_Ajh8NB a, #detox-your-wardrobe #Banner-template--18145406484533__image_banner_jCM8K3 .banner__video_box_content .banner__buttons a { background:#fff; color:#000; margin:0 15px; text-transform:uppercase; font-weight:500; }
#detox-your-wardrobe #shopify-section-template--18145406484533__rich_text_rtCVaf .rich-text { padding:80px 0px 50px;}
#shopify-section-template--18145406484533__image_banner_jCM8K3 { margin-top:0px; }
#detox-your-wardrobe #Banner-template--18145406484533__image_banner_jCM8K3 .banner__heading.h1 span span { display:block; font-size:18px; }
#detox-your-wardrobe #Banner-template--18145406484533__image_banner_jCM8K3 .banner__video_box_content .banner__buttons { bottom:auto; margin-left:-200px; margin-top:4rem; }
#shopify-section-template--18145406484533__custom_liquid_XkqtKp, #shopify-section-template--18145406484533__custom_liquid_XkqtKp .product-studies-container { margin:0px;}
#shopify-section-template--18145406484533__image_banner_738Mah { margin-top:0px;} 
#shopify-section-template--18145406484533__custom_liquid_XkqtKp .slick-dots { display:none!important; }
#detox-your-wardrobe .desktop-version { width:100%;}
.bundle-aggregated_reviews { display:block!important;}
.product .product-single__tags {display:inline-block; margin-bottom:5px;}
html .pushowl-optin__yes-button { background:#000 !important; }
.product-tags li.HIDE { display:none; } 
.product-tags li.HIDE_MEN_NEWRELEASES, .product-tags li.HIDE_BEST_SELLER { display:none; }


@media screen and (max-width: 767px) {
  
.product-studies-container { padding:10px 0px; }
.product-studies-container .slick-arrow { display:none;}  
.product-studies-container .page-width p strong { font-size:14px; } 
.product-studies-container .page-width p {font-size:16px; }  
.subify-mobile-description-modal { border-radius:0!important; }  
.subify-css-variables { margin-bottom:40px;}
#detox-your-wardrobe .banner { min-height:auto; position: relative;}  
#detox-your-wardrobe .banner__content { padding: 0 15px !important; position:absolute; bottom:50%; color:#fff; left: 0px; margin-bottom: -10px; z-index:1; width: 100%; color: #fff; }  
  
} 




/*  New css need to move for live  */
.template-collection .boost-pfs-filter-grid-width-2 { width: 25%; vertical-align:top; }
.boost-pfs-container-default {max-width:100%!important;}
.boost-pfs-filter-collection-header-wrapper .caption.captionOverlay--true { max-width:100%; }
.slideshow__text-wrapper.banner__content { max-width:100%;}
.featured-collection-liquid .col-tab { display:flex; gap:0.85rem; margin-bottom:20px;}

.featured-collection-liquid .col-tab .col-tablinks {  
  font-family: Futura, sans-serif;  font-size:14px; line-height: 18px; position: relative;  
  margin: 0; display: inline-flex;align-items: center; justify-content: center; overflow: hidden; 
  white-space: nowrap; border-radius: 999px; border-width: 1px;
border-style: solid; padding: .625rem 1.35rem; text-align: center; font-weight: 500; 
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; 
  transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: .15s;  border:none; color:#000;} 


.featured-collection-liquid .col-tab .col-tablinks:hover { background:#E7E5E4;}
.featured-collection-liquid .col-tab .col-tablinks.active { background:#0c0a09!important; color:#fff; }
html .col-tab button:hover {background-color:#eee; }  
#meteor-menu, #meteor-mobile-nav, .Meteor-MobileNavigation a {font-family: Futura, sans-serif!important;}

#Banner-template--18025725526069__image_banner_a8XbCq .banner__video_box_content .banner__buttons a.button, #Banner-template--18025725526069__image_banner_BHPUQj .banner__video_box_content .banner__buttons a.button, #Banner-template--18025725526069__image_banner_Ych6yd .banner__video_box_content .banner__buttons a.button, #Banner-template--18025725526069__image_banner_TWVirU .banner__video_box_content .banner__buttons a.button, .template-index .banner .banner__buttons a.button  {margin-left:0px; }
#Banner-template--18025725526069__image_banner_a8XbCq .banner__buttons.banner__buttons--multiple, #Banner-template--18025725526069__image_banner_BHPUQj .banner__buttons.banner__buttons--multiple, #Banner-template--18025725526069__image_banner_Ych6yd .banner__buttons.banner__buttons--multiple, #Banner-template--18025725526069__image_banner_TWVirU .banner__buttons.banner__buttons--multiple, .template-index .banner .banner__buttons {     margin-left: -140px; }
#Details-menu-drawer-menu-item-3 summary.menu-drawer__menu-item.list-menu__item .icon-caret {display: block;  font-size: 30px; transform: rotate(266deg);
    height:12px; top:40%;}  
html .afterpay-paragraph2 { text-align:left; margin: 0px 0 -5px !important;}

.productstags span { display: inline-block; font-size:10px; position: relative; border: 1px solid #939393; border-radius: 50px; background:#fff; padding:5px 10px 5px 10px;  margin-right:8px;} 
.productstags { margin-top:10px; margin-bottom:0px;}  
html .vtl-pr-review-stars-snippet.vtl-pr__product-title-star-snippets {font-size:15px !important; }
.bundle-aggregated_reviews {margin-bottom:10px; } 
.under-product-title p.nontoxic-title {  color:#000; font-weight: 500; font-size:15px;  margin: 0;} 
.bundle-aggregated_reviews { display: inline-block;} 
.under-product-title { margin-top:10px; }
#mens .polyester-shop, #women-39-s-shop-all .polyester-shop { display:block !important; margin:20px 0 0; font-size:16px; font-weight:300; }
#price-template--14391171842101__main, #price-template--18025726246965__main { margin:1rem 0 0;} 
.under-product-title p { margin:0; font-size:12px;}
p.nontoxic-title { margin:0;} 
.product-tags li {font-size:11px; }
#price-template--18025726214197__bundle { display:flex;}
.product-tags li.HIDE { display:none;}
.time-savings { margin-left:0px; }
.product .product-single__tags .product-tags li { margin-right:5px;}
.tag-limited { display:flex; align-items:center; }
.header__heading, .header .header__heading-link { margin-left:0px; }
.header .header__heading-link { margin-left:-60px!important;} 
html .pushowl-optin__yes-button { background: #000 !important; } 
.product-tags li.HIDE_MEN_NEWRELEASES, .product-tags li.HIDE_BEST_SELLER, .product-tags li.HIDE_BOTTOM, .product-tags li.HIDE_M_BOTTOM { display:none; }
.template-index .banner__buttons.men-women-button, .template-index .banner__buttons.men-women-button .banner__buttons {     margin-left: 0!important; }
#subify-widget-title {font-weight:500; }
.boost-pfs-filter-collection-header-wrapper h1 span {text-transform:none; }
#detox-your-wardrobe .rich-text a.button, #shopify-section-template--14990063829045__165873638344f8148b .rich-text a.button, #shopify-section-template--14990063829045__165667529039dc984a .rich-text a.button, #our-materials .rich-text a.button, .organic-cotton-button a { display: inline-block!important; border-radius: 0px;  animation: fade-in 1s ease .6s forwards;
    background-color: transparent;  border:2px solid #fff; box-shadow:none; color:#fff;  min-width:160px; line-height:1.42; padding:10px 25px;
    font-size:16px; margin-right:6px; font-weight: 500; text-transform: none; }
#shopify-section-template--14990063829045__rich_text_DhLbAj .rich-text a.button, #shopify-section-template--14990063829045__165667512015c4772d .rich-text a.button { background-color: transparent;  border:2px solid #fff; box-shadow:none; color:#fff;  min-width:160px; line-height:1.42; padding:10px 25px;
    font-size:16px; margin-right:6px; font-weight: 500; text-transform: none;  }

#shopify-section-template--18145406484533__rich_text_mtUcam h4 { color:#fff; margin:35px 0 -15px; font-size:22px; }
#shopify-section-template--18145406484533__custom_liquid_Ajh8NB a.button { border-radius: 0px;  animation: fade-in 1s ease .6s forwards;
    background-color: transparent;  border:2px solid #fff; box-shadow:none; color:#fff;  min-width:160px; line-height:1.42; padding:10px 25px;
    font-size:16px; margin:0 12px 0 0; text-transform:none; }

#detox-your-wardrobe #Banner-template--18145406484533__image_banner_jCM8K3 .banner__video_box_content .banner__buttons .button  { margin:0px; width:auto;
    font-size:16px; border:2px solid #fff; margin:0 auto 0; line-height: 1.42; height: auto; border-radius: 0px; animation: fade-in 1s ease .6s forwards;
    background-color: transparent; box-shadow:none; color:#fff; min-width:160px; letter-spacing: 0.1rem; display: inline-block; text-transform:none; }
#detox-your-wardrobe #Banner-template--18145406484533__image_banner_jCM8K3 .banner__video_box_content .banner__buttons {gap: 1.1rem; }
.product .product-single__tags .product-tags li.HIDE_SHOPALL { display:none; }
.template-collection .boost-pfs-filter-wrapper .boost-pfs-container-default-box { max-width:100%; padding:0 45px;  } 
.template-collection .boost-pfs-filter-product-item { padding-left: 5px; }
.template-collection .boost-pfs-filter-products { margin-left:-5px; } 
.template-collection .boost-pfs-filter-collection-header-wrapper .boost-pfs-section-header {max-width:100%; padding:0 55px; }
.template-collection .boost-pfs-container-default {padding:0px;} 
.template-collection .boost-pfs-filter-default-toolbar-inner {padding:0 50px; display:block; max-width:100%; } 
.template-collection .boost-pfs-filter-tree-h-wrapper {margin-bottom:15px; }
.boost-pfs-filter-tree-h-wrapper .boost-pfs-container-default-box {padding:0 50px; }
.boost-pfs-filter-product-item-image-link:not(.boost-pfs-filter-crop-image-position-none) img.lazyloaded { margin-top:0px;} 
.boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-box .boost-pfs-filter-option-item>button { font-size:12px;}
.template-collection.boost-pfs-enable-filter .collection-new-tag { position:static; margin:6px 0 !important; }
.menu-drawer .menu-drawer__close-button {font-size:1.8rem; }
.boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-range-amount { margin-bottom:60px!important;}
.icon.icon-instagram { max-width:20px;}  
#allwear-no-show-socks .price--on-sale .price__sale, #allwear-no-show-socks .product-save-offer, #allwear-no-show-socks-3-pack-bundle .price--on-sale .price__sale, #allwear-no-show-socks-3-pack-bundle .product-save-offer, #allwear-no-show-socks-5-pack-bundle .product-save-offer, #allwear-no-show-socks-5-pack-bundle .price--on-sale .price__sale  { display:none;}  
body.collection-women-accessories .ks-chart-tab-container .ks-chart-individual:last-child, body.collection-men-accessories .ks-chart-tab-container .ks-chart-individual:first-child { display:none; }
 

body.product-allwear-sustainable-ankle-performance-socks.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child,
body.product-allwear-eco-friendly-ankle-performance-socks.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child,
body.product-allwear-3-white-ankle-socks-bundle.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child,
body.product-allwear-3-black-ankle-socks-bundle.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child,
body.product-allwear-5-black-ankle-socks-bundle.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child,
body.product-allwear-5-white-ankle-socks-bundle.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child 
{ display:none; } 

body.product-allwear-eco-friendly-crew-performance-socks.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child,
body.product-allwear-sustainable-crew-performance-socks.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child,
body.product-allwear-3-white-crew-socks-bundle.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child,
body.product-allwear-3-black-crew-socks-bundle.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child,
body.product-allwear-5-black-crew-socks-bundle.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child,
body.product-allwear-5-white-crew-socks-bundle.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child 
{ display:none; } 


body.product-allwear-sustainable-ankle-performance-socks.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child,
body.product-allwear-eco-friendly-ankle-performance-socks.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child,
body.product-allwear-3-white-ankle-socks-bundle.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child,
body.product-allwear-3-black-ankle-socks-bundle.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child,
body.product-allwear-5-black-ankle-socks-bundle.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child,
body.product-allwear-5-white-ankle-socks-bundle.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child 
{ display:none; }



body.product-allwear-eco-friendly-crew-performance-socks.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child,
body.product-allwear-sustainable-crew-performance-socks.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child,
body.product-allwear-3-white-crew-socks-bundle.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child,
body.product-allwear-3-black-crew-socks-bundle.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child,
body.product-allwear-5-black-crew-socks-bundle.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child,
body.product-allwear-5-white-crew-socks-bundle.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child 
{ display:none; }


#allwear-organic-no-show-socks .product-save-offer, #allwear-organic-no-show-socks .product-save-offer,
#allwear-organic-no-show-socks-3-pack-bundle .product-save-offer, #allwear-organic-no-show-socks-3-pack-bundle .product-save-offer,
#allwear-organic-no-show-socks-5-pack-bundle .product-save-offer, #allwear-organic-no-show-socks-5-pack-bundle .product-save-offer  { display:none!important; } 



body#allwear-organic-no-show-socks.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child,
body#allwear-organic-no-show-socks.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child,
body#allwear-organic-no-show-socks-3-pack-bundle.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child,
body#allwear-organic-no-show-socks-3-pack-bundle.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child,
body#allwear-organic-no-show-socks-5-pack-bundle.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child,
body#allwear-organic-no-show-socks-5-pack-bundle.collection-mens .ks-chart-tab-container .ks-chart-individual:first-child 
{ display:none; }


body#allwear-organic-no-show-socks.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child,
body#allwear-organic-no-show-socks.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child,
body#allwear-organic-no-show-socks-3-pack-bundle.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child,
body#allwear-organic-no-show-socks-3-pack-bundle.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child,
body#allwear-organic-no-show-socks-5-pack-bundle.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child,
body#allwear-organic-no-show-socks-5-pack-bundle.collection-womens .ks-chart-tab-container .ks-chart-individual:last-child 
{ display:none; }



body#allwear-organic-no-show-socks.collection-men-new-releases .ks-chart-tab-container .ks-chart-individual:first-child,
body#allwear-organic-no-show-socks.collection-men-new-releases .ks-chart-tab-container .ks-chart-individual:first-child,
body#allwear-organic-no-show-socks-3-pack-bundle.collection-men-new-releases .ks-chart-tab-container .ks-chart-individual:first-child,
body#allwear-organic-no-show-socks-3-pack-bundle.collection-men-new-releases .ks-chart-tab-container .ks-chart-individual:first-child,
body#allwear-organic-no-show-socks-5-pack-bundle.collection-men-new-releases .ks-chart-tab-container .ks-chart-individual:first-child,
body#allwear-organic-no-show-socks-5-pack-bundle.collection-men-new-releases .ks-chart-tab-container .ks-chart-individual:first-child 
{ display:none; }


body#allwear-organic-no-show-socks.collection-women-new-releases .ks-chart-tab-container .ks-chart-individual:last-child,
body#allwear-organic-no-show-socks.collection-women-new-releases .ks-chart-tab-container .ks-chart-individual:last-child,
body#allwear-organic-no-show-socks-3-pack-bundle.collection-women-new-releases .ks-chart-tab-container .ks-chart-individual:last-child,
body#allwear-organic-no-show-socks-3-pack-bundle.collection-women-new-releases .ks-chart-tab-container .ks-chart-individual:last-child,
body#allwear-organic-no-show-socks-5-pack-bundle.collection-women-new-releases .ks-chart-tab-container .ks-chart-individual:last-child,
body#allwear-organic-no-show-socks-5-pack-bundle.collection-women-new-releases .ks-chart-tab-container .ks-chart-individual:last-child 
{ display:none; }


body#allwear-organic-no-show-socks.collection-men-bundle-save .ks-chart-tab-container .ks-chart-individual:first-child,
body#allwear-organic-no-show-socks.collection-men-bundle-save .ks-chart-tab-container .ks-chart-individual:first-child,
body#allwear-organic-no-show-socks-3-pack-bundle.collection-men-bundle-save .ks-chart-tab-container .ks-chart-individual:first-child,
body#allwear-organic-no-show-socks-3-pack-bundle.collection-men-bundle-save .ks-chart-tab-container .ks-chart-individual:first-child,
body#allwear-organic-no-show-socks-5-pack-bundle.collection-men-bundle-save .ks-chart-tab-container .ks-chart-individual:first-child,
body#allwear-organic-no-show-socks-5-pack-bundle.collection-men-bundle-save .ks-chart-tab-container .ks-chart-individual:first-child 
{ display:none; }


body#allwear-organic-no-show-socks.collection-women-bundle-save .ks-chart-tab-container .ks-chart-individual:last-child,
body#allwear-organic-no-show-socks.collection-women-bundle-save .ks-chart-tab-container .ks-chart-individual:last-child,
body#allwear-organic-no-show-socks-3-pack-bundle.collection-women-bundle-save .ks-chart-tab-container .ks-chart-individual:last-child,
body#allwear-organic-no-show-socks-3-pack-bundle.collection-women-bundle-save .ks-chart-tab-container .ks-chart-individual:last-child,
body#allwear-organic-no-show-socks-5-pack-bundle.collection-women-bundle-save .ks-chart-tab-container .ks-chart-individual:last-child,
body#allwear-organic-no-show-socks-5-pack-bundle.collection-women-bundle-save .ks-chart-tab-container .ks-chart-individual:last-child 
{ display:none; }


body.collection-men-accessories.product-allwear-bamboo-boxer-brief-5-white-pack-bundle .ks-chart-tab-container .ks-chart-individual:first-child, body.collection-men-accessories.product-allwear-bamboo-boxer-brief-black-5-pack-bundle .ks-chart-tab-container .ks-chart-individual:first-child, body.collection-men-accessories.product-allwear-bamboo-boxer-brief-black-3-pack-bundle .ks-chart-tab-container .ks-chart-individual:first-child, body.collection-men-accessories.product-allwear-bamboo-boxer-brief-white-3-pack-bundle .ks-chart-tab-container .ks-chart-individual:first-child, body.collection-men-accessories.product-allwear-bamboo-boxer-brief-bone .ks-chart-tab-container .ks-chart-individual:first-child, body.collection-men-accessories.product-allwear-bamboo-boxer-brief-black .ks-chart-tab-container .ks-chart-individual:first-child
{ display:block; } 

body.collection-women-accessories.product-allwear-bamboo-thong-black-5-pack-bundle .ks-chart-tab-container .ks-chart-individual:last-child, 
body.collection-women-accessories.product-allwear-bamboo-thong-bone-5-pack-bundle .ks-chart-tab-container .ks-chart-individual:last-child, 
body.collection-women-accessories.product-allwear-bamboo-thong-bone-3-pack-bundle .ks-chart-tab-container .ks-chart-individual:last-child, 
body.collection-women-accessories.product-allwear-bamboo-thong-black-3-pack-bundle .ks-chart-tab-container .ks-chart-individual:last-child, 
body.collection-women-accessories.product-allwear-bamboo-thong-black .ks-chart-tab-container .ks-chart-individual:last-child, 
body.collection-women-accessories.product-allwear-bamboo-thong-bone .ks-chart-tab-container .ks-chart-individual:last-child  
{ display:block; }

#vitals-preorder_note { text-align:center; margin-bottom:5px; }
.product .product-single__tags .product-tags li.REMOVE, .collection-new-tag li.REMOVE { display:none!important; } 
#ks_slider li.video-play { overflow:hidden; }
#ks_slider li.video-play iframe { width:101% !important; } 
#vitals-preorder-note { text-align:center!important; margin:0 0 3px; }
.product_inseam.bundle-save .product_inseam { border-top:0px; padding-top:0px; }




@media (min-width:1100px) and (max-width: 2400px) {
  
.template-collection .boost-pfs-filter-product-item .boost-pfs-filter-product-item-image a { padding-top: 132.60869565217394%!important;}
  
}  

@media (min-width:768px) and (max-width:979px) {

.header .header__heading-link {margin-left: 0 !important;}
html .list-menu__item {text-align:left !important;}  
html .menu-drawer__navigation { padding: 5.6rem 40px; }
#detox-your-wardrobe #Banner-template--18145406484533__image_banner_jCM8K3 .banner__heading.h1 span span { margin-top:0px !important; } 
#shopify-section-template--14391171973173__rich_text_nF8pzc .rich-text.color-background-1, #shopify-section-template--14391171973173__rich_text_kXqWYn .rich-text.color-background-1, #shopify-section-template--14391171973173__rich_text_3XUcWe .rich-text.color-background-1, #shopify-section-template--14391171973173__rich_text_mtUcam .rich-text.color-background-1, #accordion1, #accordion  { padding-left:30px; padding-right:30px; }
  
}
  

@media screen and (max-width: 767px) {

#ks_slider li.video-play iframe { width:100% !important; }
html .slideshow .banner__buttons a {font-size:15px; padding:0.9rem 2rem 1.1rem; } 
.banner__video_box_content .banner__buttons { left:58%;  bottom:27%; }
.banner__video_box_content .banner__buttons a.button { font-size: 13px; min-width:auto; line-height:normal;  padding: 8px 16px;  min-height: 0; }
.banner__buttons.men-women-button { gap: 1rem; flex-wrap: nowrap; }
.boost-pfs-filter-product-item-grid.boost-pfs-filter-grid-width-mb-2 { width:50% !important;} 
.template-collection .boost-pfs-container-default-box, .boost-pfs-filter-collection-header-wrapper .boost-pfs-section-header { padding:0 1em;}  
html .menu-drawer__navigation { padding:3.6rem 0; }  
 #Details-menu-drawer-menu-item-5 .icon.icon-caret  { display:block!important; font-size: 30px; transform: rotate(266deg); height: 12px;} 
.productstags span { margin-top:5px; margin-right:0px; }  
.header .header__heading-link { margin-left:0px !important; }  
#detox-your-wardrobe .rich-text a.button {margin-top: 2rem;} 
#shopify-section-template--14391171973173__rich_text_kXqWYn, #shopify-section-template--14391171973173__rich_text_3XUcWe { padding:50px 0px; }  
#shopify-section-template--14391171973173__rich_text_mtUcam { padding-top:50px;}  
#shopify-section-template--14391171973173__rich_text_nF8pzc { padding-bottom:50px;}
#detox-your-wardrobe .rich-text__blocks, #our-story .rich-text__blocks  { width:100%; padding:0 15px;}
#detox-your-wardrobe .rich-text a.button, #shopify-section-template--14990063829045__165873638344f8148b .rich-text a.button, #shopify-section-template--14990063829045__165667529039dc984a .rich-text a.button, #our-materials .rich-text a.button, .organic-cotton-button a
  { padding:10px 15px; font-size:15px; min-width:150px;  }
.template-collection .boost-pfs-filter-collection-header-wrapper .boost-pfs-section-header { padding:0 15px; }
.template-collection .boost-pfs-filter-wrapper .boost-pfs-container-default-box { padding:0 15px; }
.ao-Series { padding-bottom:0px;  }
.announcement-bar-slider .slick-slide { padding:0 20px; } 

  
}

@media screen and (max-width: 400px) {
html .slideshow .banner__buttons a {font-size:13px; padding: 0.9rem 1rem 1.1rem; }   
  
}



