/** Shopify CDN: Minification failed

Line 4047:0 Unexpected "}"
Line 4742:7 Unexpected "/"

**/
/* =========================================================
   ===============  START: base.css  =======================
   ========================================================= */

/** Shopify CDN: Minification failed

Line 4049:0 Unexpected "}"

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 1rem;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .page-width--narrow {
    padding: 0 2rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 1rem;
  }
  #MainContent .article-template section {
	width: auto;
} 
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-width--narrow {
    max-width: 72.6rem;
    /* padding: 0; */
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 1rem;
  }
  
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxxl {
  font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem));
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

/* 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;
  }
}

.placeholder-svg {
  height: 100%;
  width: 100%;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/*
  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 {
  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);
}

/*
  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 {
  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);
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon .svg-wrapper {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  } 
}

/* component-media */
.media {
  display: block;
  background-color: 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--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button__button--unbranded:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Shopify Accelerated Checkout */

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}


/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover .svg-wrapper {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > .svg-wrapper {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.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-wrapper {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message .svg-wrapper {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message .svg-wrapper {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button .svg-wrapper {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

.product__info-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.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));
} */

.cart-count-bubble {
	position: absolute;
	background-color: rgb(255, 255, 255);
	color: rgb(35, 61, 134);
	height: 1.7rem;
	width: 1.7rem;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	bottom: 0.8rem;
	left: 2.5rem;
	line-height: calc(1 + 0.1 / var(--font-body-scale));
}
.cart-count-bubble span {
	align-items: baseline;
	justify-content: center;
	padding-left: 2px;
} 
/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
	width: 100%;
	margin: 0px;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  } 

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}


/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon .svg-wrapper {
  width: 44px;
  height: 44px;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  display: inline-block;
}

account-icon {
  display: flex;
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

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;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}
 
/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(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;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > .svg-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

 @media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > .svg-wrapper {
    animation: animateAmbient 30s linear infinite;
  }
 
  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  } 

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  /* .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    /* transform: rotate(1deg); */
    /* box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5); */
  /* } */ 

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}




.announcement-bar__announcement p span {
	/* color: #233d86; */
	font-weight: bold;
} 
.utility-bar > .page-width.utility-bar__grid {
	display: flex;
	flex-direction: row-reverse; 
	justify-content: space-between;
} 
.utility-bar > .page-width.utility-bar__grid .announcement-bar {
	width: 100%;
	max-width: calc(100% - 120px);
	justify-content: center;
}
.utility-bar > .page-width.utility-bar__grid .localization-wrapper {
	display: none;
} 
.utility-bar > .page-width.utility-bar__grid .announcement-bar .slider-button {
	display: none;
} 
.utility-bar > .page-width.utility-bar__grid .announcement-bar .announcement-bar__announcement {
	width: auto !important;
} 



.header-wrapper {
	background-color: #233d86;
	border-top: 1px solid #475c97;
  border-bottom: 1px solid #fff; 
}

.header-wrapper .header.header--middle-center .header__inline-menu .list-menu {
    gap: 8px;
}  
.header-wrapper .header.header--middle-center .header__inline-menu li a {
	color: #233d86;
	font-weight: 600;
	opacity: 1;
	font-size: 16px;
	background-color: #fff;
	border-radius: 20px;
	padding: 9px 20px;
	text-decoration: none;
	border: 2px solid #fff;
	transition: 0.5s all ease-in-out;
}
.header-wrapper .header.header--middle-center .header__inline-menu li a:hover {
	background-color: transparent;
	color: #ffff;
}


.header-wrapper .header.header--middle-center {
	display: flex;
	justify-content: space-between;
} 
.header-wrapper .header.header--middle-center .header__inline-menu {
	order: 2;
} 
.header-wrapper .header.header--middle-center .header__icons {
	order: 3;
} 
.header__heading-logo-wrapper .header__heading-logo {
	filter: invert(1);
}  
.header__icon {
	color: #fff;
} 

.header-wrapper .header.header--middle-center .header__inline-menu li a:hover span {
	text-decoration: none !important;
	outline: none;
	border: 0;
} 

.header-wrapper .header.header--middle-center .header__inline-menu li a[aria-current="page"] span {
	color: #fff !important;
    text-decoration: none !important;
	outline: none;
	border: 0;
} 
.header-wrapper .header.header--middle-center .header__inline-menu li a[aria-current="page"], .header-wrapper .header.header--middle-center .header__inline-menu li a[aria-current="page"]:hover{
	color: #fff !important;
    background-color: transparent;  
}



.section-template--18811619967153__featured_collection-padding {
	padding-top: 0 !important;
	padding-bottom: 0px !important; 
} 
.home_featured_products_section .collection__title.title-wrapper {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
} 

.home_collection_section .collection-list-wrapper.page-width {
	max-width: 100%;
}

.home_collection_section .collection-list-wrapper.page-width slider-component {
	max-width: 1200px;
	margin: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

.home_collection_section .title-wrapper-with-link, .home_featured_products_section .title-wrapper{
	position: relative;
} 
.home_collection_section .title-wrapper-with-link {
	margin-bottom: 60px;
}
.home_collection_section .title-wrapper-with-link::before, .home_featured_products_section .title-wrapper::before {
	content: "";
	position: absolute;
	bottom: 31px;
	left: 0;
	border-top: 5px solid #fff;
	width: 100%;
	z-index: -1;
	border-radius: 40px;
} 

.home_collection_section {
	background: #233d86;
} 
.home_featured_products_section .title-wrapper::before {
bottom: 30px;
}


.home_collection_section h2.collection-list-title {
	width: 100%;
	color: #233d86;
	padding: 16px 60px !important;
	/* font-weight: 700; */
	text-align: center;
	background: #fff;
	max-width: max-content;
	margin: 0 auto;
	font-size: 40px !important;
	line-height: normal;
	border-radius: 40px;
}
.home_featured_products_section .title-wrapper .title{
	width: 100%;
	color: #fff;
	padding: 10px 40px !important;
	/* font-weight: bold;  */
	text-align: center;
	background: #233d86;
	max-width: max-content;
	margin: 0 auto;
	font-size: 40px !important;
	line-height: normal;
	border-radius: 0px; 
    text-transform: capitalize; 
}

.home_collection_section .slider {
	margin: 0 -15px;
}
.home_collection_section .slider li {
	padding: 0 15px;
} 

.home_collection_section .slider li .card-wrapper {
	box-shadow: none;
	padding: 30px;
	border-radius: 10px;
	background: #fff;
} 
.home_collection_section .slider li .card-wrapper:hover .card__inner {
	box-shadow: none !important;
}



.home_featured_products_section .title-wrapper .title {
	width: 100%;
	color: #233d86;
	padding: 16px 60px !important;
	font-weight: 700;
	text-align: center; 
	background: #fff;
	max-width: max-content;
	margin: 0 auto;
	font-size: 40px !important;
	line-height: normal;
	border-radius: 40px;
	text-transform: capitalize;
}


.card-wrapper .card .card__inner:hover {
	box-shadow: none !important;
} 

.slider li .card-wrapper:hover .card .card__inner {
	box-shadow: none !important;
} 
.home_featured_products_section .slider-component-full-width {
	width: 100%;
	max-width: 1200px !important;
	margin: auto;
	padding: 0 1rem !important;
} 
.collection__title.title-wrapper {
	margin-bottom: 2.5rem;
	max-width: calc(100% - 30px);
} 
.home_collection_section .slider li .card-wrapper {
	/* box-shadow: 0px 0px 20px 6px #ddd; */
	padding: 30px;
	border-radius: 10px;
} 

.home_collection_section .slider li .card-wrapper .card__inner {
	/* max-height: 310px; */
	display: flex;
} 
.home_collection_section .slider li .card-wrapper .card__inner .card__media .media{
	display: flex;
	align-items: ;
	margin-top: 0px;
}

 .home_collection_section  .card--standard > .card__content .card__information .full-unstyled-link {
	max-width: max-content;
	background-color: #233d86 !important;
	color: #fff;
	padding: 15px 30px;
    border: 2px solid #233d86 !important;
	border-radius: 40px;
   transition: 0.5s all ease-in-out; 
} 
.home_collection_section .card--standard > .card__content .card__information .full-unstyled-link:hover {
	border: 2px solid #233d86 !important;
	background-color: transparent !important;
	color: #233d86;
  
} 


.home_featured_products_section {
	padding-top: 100px;
	background: #233d86;
    padding-bottom: 100px;
}

.home_featured_products_section .slider-mobile-gutter {
	margin-top: 50px;
} 

.product-grid li {
	padding: 10px;
} 
.product-grid li .card__heading a {
	font-size: 16px;
	text-decoration: none;
	color: #243d86;
	font-weight: 600;
}  
.product-grid li .card__content .card__badge .badge {
	background: #a4ce10;
	color: #000;
	padding: 6px 18px;
	font-size: 14px;
} 
.card-wrapper:hover .card .card__inner {
	box-shadow: none !important;
} 
.product-grid li .product-card-wrapper {
	border-radius: 15px;
	box-shadow: none;
	padding: 25px;
	background: #fff;
} 

.section-template--18811619967153__featured_collection-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important; 
}

.home_featured_products_section .collection__view-all {
	margin-top: 50px;
} 
.home_featured_products_section .button {
	border: 2px solid #fff;
	background: #fff;
	color: #233d86;
	box-shadow: none;
    transition: 0.5s all ease-in-out;
}  
.home_featured_products_section .button:hover {
	border: 2px solid #fff;
	color: #fff;
	box-shadow: none !important;
	background: transparent;
} 
.home_featured_products_section .button::after {
	display: none;
} 

.home_featured_products_section .button::before {
	display: none;
} 


.button.button--primary {
  transition: 0.5s all ease-in-out; 
}
.button.button--primary:hover {
	background: #fff;
	color: #000;
	box-shadow: none !important;
} 

.about_section {
	padding-top: 50px !important;
	padding-bottom: 100px !important;
}  

.jdgm-star {
	color: #4fc67e !important;
} 

.jdgm-carousel--aligned-theme .jdgm-carousel-item__product-image {
	height: auto;
	/* display: inline-block; */
	vertical-align: middle;
	width: 30%;
	margin: 10px 0 10px 15px;
	box-shadow: 0px 0px 3px 1px #ddd;
	border-radius: 40px;
	padding: 4px;
    width: 50px !important;
} 


.jdgm-carousel--aligned-theme .jdgm-carousel-item__review-wrapper {
	width: 100% !important;
} 
.jdgm-carousel__item-wrapper {
	width: 100% !important;
	height: auto !important;
	white-space: nowrap;
} 

.jdgm-carousel__item-wrapper {
	width: 100% !important;
	height: 300px !important;
	white-space: nowrap; 
}
 .jdgm-carousel-wrapper {
	width: 100% !important; 
	margin: auto;
	padding: 100px 0 !important;
} 

.jdgm-carousel-item__review-body p {
	min-height: 67px;
	padding: 10px 0 0;
	width: auto;
	max-height: 67px;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
} 
.jdgm-carousel--aligned-theme .jdgm-carousel-item__review {
	text-align: left;
	height: auto !important; 
	padding-bottom: 0px;
} 
.jdgm-carousel--aligned-theme .jdgm-carousel-item__review-content .jdgm-carousel-item__review-title {
	min-height: 40px;
} 

.jdgm-carousel-wrapper .jdgm-carousel-title-and-link{
position: relative;
}
.jdgm-carousel-wrapper .jdgm-carousel-title {
	width: 100%;
	color: #fff;
	padding: 16px 60px !important;
	font-weight: 700;
	text-align: center;
	background: #233d86;
	max-width: max-content;
	margin: 0 auto;
	font-size: 40px !important;
	line-height: normal;
	border-radius: 40px;
	text-transform: capitalize;

} 

.jdgm-carousel-wrapper .jdgm-carousel-title-and-link::before {
	margin: 0;
	content: "";
	position: absolute;
	bottom: 140px;
	left: 0;
	border-top: 5px solid #233d86;
	width: 100%;
	z-index: -1;
	border-radius: 40px;
} 

.shopify-app-block div {
	max-width: 100% !important;
}
 div .jdgm-carousel__item-container {
	max-width: 1200px !important;
	margin: auto;
}

#shopify-section-template--18811619967153__17516069654e575b13 .page-width.scroll-trigger.animate--slide-in {
	width: 100%;
	max-width: 100%;
}
#shopify-block-ANDlwKzdWbFVmUzNZV__judge_me_reviews_featured_carousel_Gr7xbB div {
	max-width: 90% !important;
	position: relative;
	padding-bottom: 0px !important;
    /* overflow: hidden;  */ 
} 
.jdgm-carousel-wrapper .jdgm-carousel-title-and-link {
	width: 100%;
} 
.jdgm-carousel-title-and-link {
	width: 100%;
} 
.jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper {
	margin-top: 55px !important;
}

.jdgm-carousel-wrapper .jdgm-carousel__item-container .jdgm-carousel-item {
	margin: 10px;
	box-shadow: 0 0 10px 1px #ddd;
}
}
 .jdgm-carousel-wrapper .jdgm-carousel__item-container .jdgm-carousel-item {
	border: 0px solid #000;
	border-radius: 0px;
	box-shadow: 5px 0 10px 1px #ddd;
   margin: 30px;
}
.jdgm-carousel__right-arrow, .jdgm-carousel__left-arrow {
	border: 4px none #233d86 !important;
} 

.instagram_feed_section .rich-text {
	background-color: #fff;
	padding-bottom: 20px;
	padding-top: 100px;
} 
.instagram_feed_section .rich-text .rich-text__blocks .rich-text__heading {
	color: #233d86;
}
.instagram_feed_section .rich-text .rich-text__blocks .rich-text__text {
	color: #233d86;
	margin-top: 0px;
} 

.instagram_feed_section .rich-text .rich-text__blocks .rich-text__text p a {
	color: #233d86;
	text-decoration: none;
}
 .image-with-text .global-media-settings { 
	overflow: hidden !important;
	padding: 0px !important;
	/* box-shadow: 0 0 10px 0px #4868c4 !important; */
	border: none;
} 

.about_section .image-with-text .global-media-settings {
	overflow: hidden !important;
	padding: 30px !important;
	box-shadow: 0 0 10px 0px #4868c4 !important;
	border: none;
} 


.promotion_bar_section ul li .multicolumn-card__image-wrapper .media {
	width: 80px;
	height: 80px !important;
	padding: 0px !important;
	margin: 0px auto;
}
.promotion_bar_section ul li .multicolumn-card__info .inline-richtext {
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 20px;
}
.promotion_bar_section ul li .multicolumn-card__info .rte {
	margin: 0px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #000;
} 


/* Categories Page Css Started */

.product-grid li .product-card-wrapper {
	border-radius: 15px;
	box-shadow: 0px 0px 10px 0px #233d868f;
	padding: 25px;
	background: #fff;
} 
.collection-hero {
	background: #233d8614;
	padding: 50px 30px !important;
	border-bottom: 3px solid #fff;
	margin-bottom: 0px;
	margin-top: 0px;
}
.collection-hero .collection-hero__inner {
	background: #fff;
	padding: 30px;
	border-radius: 20px;
} 
.collection-hero .collection-hero__inner .collection-hero__title {
	margin-top: 0;
	font-weight: bold;
	color: #233d86;
	border-bottom: 2px solid #233d86;
	padding-bottom: 15px;
}  
.collection-hero .collection-hero__inner .collection-hero__description h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.collection-hero .collection-hero__inner .collection-hero__description h4 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
} 
.collection-hero .collection-hero__inner .collection-hero__description ul li, .collection-hero .collection-hero__inner .collection-hero__description p {
	font-size: 16px !important;
	line-height: 28px;
	width: 100%;
	color: #000;
}

.collection-hero .collection-hero__inner .collection-hero__description {
	max-width: 100%;
} 
.collection-hero .collection-hero__inner .collection-hero__description h2 {
	color: #233d86;
} 

.collection-hero .collection-hero__inner .collection-hero__description ul {
	margin: 0;
	padding: 0;
} 
.collection-hero .collection-hero__inner .collection-hero__description ul li {
	padding: 0px 0 10px;
	font-size: 16px !important;
	color: #000;
}
.collection-hero .collection-hero__inner .collection-hero__description ul li:nth-last-child(1) {
	padding-bottom: 0;
} 
.collection-hero .collection-hero__inner .collection-hero__description strong {
	font-size: 16px;
} 

#main-collection-filters .facets-container {
	background-color: #233d86;
	border-radius: 10px;
}
.facets__heading {
	color: rgba(255, 255, 255, 1) !important;
} 
.facets__summary {
	color: rgba(255, 255, 255, 1) !important;
    margin-bottom: 0 !important; 
} 
.product-count__text {
	color: #fff !important; 
	opacity: 1;
}  
.facets__heading {
	margin: 0rem 2rem 0 0 !important;  
}
.select__select {
	color: #fff !important;   
} 
#main-collection-filters .facets-container {
	background-color: #233d86;
	border-radius: 10px;
	padding: 20px 20px 15px;
} 
#main-collection-filters .facets-container .facet-filters .facet-filters__label {
	color: #fff;
} 
#main-collection-filters .facets-container .facet-filters .svg-wrapper .icon path {
	fill: #fff;
} 

.facet-filters__field .select__select, .mobile-facets__sort .select__select {
	border-radius: 0;
	min-width: auto;
	min-height: auto;
	transition: none;
	background: #233d86; 
	padding: 2px 20px;
	border-radius: 5px;
} 
.facet-filters__field .select .svg-wrapper {
	margin-right: 15px;
} 

  .active-facets a, .active-facets__button {
	color: #fff;
	padding: 0px;
} 
  #main-collection-filters .facets-container { 
	padding: 20px 20px 20px;
}  
span.active-facets__button-inner {
	color: rgb(255, 255, 255) !important;   
}
#FacetFiltersForm {
	margin-bottom: 0px;
} 
.facets__display {
	box-shadow: 0 0 3px 0 #ddd !important;
	border-radius: 10px !important;
}
.facets__display .facets__header {
	background: #233d86;
	color: #fff;
} 
.facets__display .facets__header facet-remove a {
	color: #fff;
} 
.facet-filters__field .select {
	width: auto;
	border: 1px solid #fff;
	border-radius: 5px;
    width: auto;
	min-width: 190px;
} 
.facet-filters__field .select select {
	border-radius: 12px;
} 

/* .Best_seller_section {
	background-color: #c6d5ff;
} */


media-gallery.product__column-sticky {
	box-shadow: none;
	padding: 0px;
	border-radius: 10px;
} 
media-gallery.product__column-sticky .product-media-container {
	border: 0px solid #233d86;
	border-radius: 20px;
	box-shadow: 0 0 20px 0 #9b9b9b;
}
.product--thumbnail_slider .thumbnail-slider ul.thumbnail-list li.thumbnail-list__item .thumbnail{
	border: 2px solid #ddd !important;
	box-shadow: 0 0 5px 0 #9b9b9b; 
} 
.product--thumbnail_slider .thumbnail-slider ul.thumbnail-list li.thumbnail-list__item .thumbnail[aria-current] {
	border: 2px solid #233d86 !important;
}
.product-media-container.constrain-height .media {
	border-radius: 30px;
} 
.product-media-container.constrain-height .media {
	border-radius: 20px;
} 

.product--thumbnail_slider .slider-mobile-gutter .slider-button {
	display: flex;
	background: #233d86;
	color: #fff;
	border-radius: 30px;
} 
.product--thumbnail_slider .slider-mobile-gutter .slider-button .svg-wrapper .icon {
	height: 1rem;
} 
.product--thumbnail_slider .slider-mobile-gutter .slider-button[disabled] .icon {
	color: #fff;
} 
 .product--thumbnail_slider .slider-mobile-gutter .slider-button[disabled] {
	background: #8a8a8a;
} 
.product--thumbnail_slider .slider-mobile-gutter .slider-butto:not([disabled]):hover {
	color: rgb(255, 255, 255);
}
.product__info-container .product__text {
	font-weight: bold;
	background: #233d86;
	color: #fff;
	max-width: max-content;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 14px !important;
} 
.product__info-container .badge {
	margin: 8px auto 0px !important;
} 
.product__title h1 {
	font-size: 32px;
	margin-top: 15px;
	color: #000;
} 

.product__info-container .price .price__container .price__sale .price-item {
	font-size: 30px;
	font-weight: bold;
	color: red;
}
.product__info-container .price .price__container .price__sale .price-item--regular {
	color: #919191 !important;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0;
} 
.product__info-container .badge {
	margin: 8px auto 0px !important;
} 
.product__tax.caption {
	font-size: 16px;
	margin-top: 0px;
	text-transform: capitalize;
	color: #000;
} 
.product__tax.caption a {
	font-weight: 600;
	font-size: 16px;
}  

.product-form__input .quantity__label {
	font-weight: bold;
	font-size: 20px;
	color: #233d86;
	text-transform: ;
} 
.product-form__input .price-per-item__container .quantity::before {
	display: none;
} 
.product-form__input .price-per-item__container .quantity::after {
	display: none;
} 
.product-form__input .price-per-item__container .quantity {
	border: 2px solid #233d86;
	border-radius: 30px;
} 
.product-form__input .price-per-item__container .quantity button[name="minus"] {
	background-color: #233d86;
	border-radius: 15px 0 0 15px;
	color: #fff;
	margin-left: 0px;
	font-weight: bold;
	opacity: 1;
} 
.product-form__input .price-per-item__container .quantity button[name="plus"] {
	background-color: #233d86;
	border-radius: 0px 15px 15px 0;
	margin-right: -1px;
	color: #fff;
} 
.quantity__button .svg-wrapper {
	width: 1.5rem;
	pointer-events: none;
} 
.product-form .form .product-form__buttons {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	flex-wrap: wrap; 
} 
.product-form .form .product-form__buttons button {
	flex: auto;
	width: 100%;
	max-width: calc(50% - 15px); 
} 
.product-form .form .product-form__buttons .shopify-payment-button {
	flex: auto;
	width: 100%;
	max-width: calc(50% - 15px);
} 
.product-form__input .price-per-item__container .quantity input {
	font-size: 20px;
	color: #000;
} 
.product-form .form .product-form__buttons .shopify-payment-button #more-payment-options-link {
	margin: 10px 0 0px;
	color: #233d86;
	font-size: 16px;
}  
.product__description p {
	color: #000;
	font-size: 18px !important;
	line-height: 30px !important;
} 
.product__description ul li {
	color: #000;
	font-size: 18px !important;
} 
.product__info-container .price .price__container .price-item {
	font-size: 25px;
	font-weight: bold;
	color: #233d86;
} 

.product__accordion summary {
	background-color: #233d86;
	color: #fff;
	padding: 1.5rem 20px !important;
	border-radius: 10px 10px 10px 10px;
}  
.product__accordion summary .accordion__title {
	color: #fff;
	font-size: 20px;
}  
 

.accordion .svg-wrapper {
	fill: rgb(255, 255, 255);
}
.accordion .summary__title .svg-wrapper {
	width: 25px;
	height: 25px;
	fill: #fff;
} 
.product__accordion summary .icon-caret {
	height: 1rem !important; 
	top: calc(50% - 0.6rem);
} 
.product__accordion .accordion__content {
	padding: 20px !important;
	border: 2px solid #233d86;
	border-radius: 0 0 10px 10px;
} 

.product__accordion .accordion__content ul {
	padding: 0 0 0 15px;
} 
.product__accordion .accordion__content ul li {
	color: #000;
	font-size: 16px !important;
} 
.product__accordion .accordion__content p {
	font-size: 16px !important;
	color: #000;
}  
.complementary-products__container .card__information a {
	color: #000;
	font-size: 16px;
} 
.complementary-products__container slideshow-component {
	border: 2px solid #233d86;
	padding: 15px;
	border-radius: 0 0 10px 10px;
} 

.related-products.page-width {
	max-width: 100%;
	background-color: #233d86;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 50px;
}  
.related-products.page-width .related-products__heading {
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
} 
.related-products.page-width .grid.product-grid {
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
} 

.related-products.page-width .related-products__heading {
	width: 100%;
	color: #233d86;
	padding: 16px 60px !important;
	font-weight: 700;
	text-align: center;
	background: transparent;
	/* max-width: max-content; */
	margin: 0 auto 40px !important;
	font-size: 40px !important;
	line-height: normal;
	border-radius: 40px;
	text-transform: capitalize;
	position: relative;
	max-width: 100%;
}

.related-products.page-width .related-products__heading::before {
  content: "";
  position: absolute;
  bottom: 31px;
  left: 0;
  border-top: 5px solid #fff;
  width: 100%;
  z-index: -1;
  border-radius: 40px;
}
.related-products.page-width .related-products__heading::after {
	content: "";
	color: #233d86;
	padding: 36px 60px !important;
	font-weight: 700;
	text-align: center;
	background: #fff;
	max-width: 420px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 1px;
	z-index: -9;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-radius: 50px;
}    

.product__accordion details[open=""] summary {
	border-radius: 10px 10px 0 0px;
}     

.product-form .form .product-form__buttons button {
	flex: auto;
	width: 100%;
	max-width: calc(52% - 15px);
	background: #233d86 !important;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
} 

.product-form .form .product-form__buttons button[name="add"] {
	position: relative;
	padding-left: 0px;
	border: 2px solid #233d86;
	transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}

.product-form .form .product-form__buttons button[name="add"]::before {
	content: "";
	position: absolute;
	top: 8px;
	right: 35px;
	width: 25px;
	height: 25px;
	background: url("/cdn/shop/files/add-cart.svg?v=1751950813") no-repeat center right;
	background-size: 100%;
	z-index: 99999;
	display: block;
	transition: background-image 0.5s ease-in-out;
	left: auto;
} 

.product-form .form .product-form__buttons button[name="add"]:hover::before {
	background: url("/cdn/shop/files/add-cart-blue.svg?v=1751952648") no-repeat center right;
	background-size: 100%;
}

.product-form .form .product-form__buttons button[name="add"]::after {
	box-shadow: none;
}

.product-form .form .product-form__buttons button[name="add"]:hover {
	box-shadow: none;
	background-color: #fff !important;
	border-color: #233d86;
	color: #233d86;
}

.product__description {
	padding: 20px;
	background: #233d86;
	color: #fff;
	border-radius: 15px;
} 

.product__description p, .product__description ul li {
	color: #fff !important;
	font-size: 18px !important;
	line-height: 30px !important;
} 

.jdgm-rev-widg.jdgm-rev-widg {
	display: block;
	box-shadow: 0 0 11px 1px #b8caff;
	padding: 60px 30px 60px;
	margin: 100px auto 100px;
	border-radius: 10px;
} 
.jdgm-rev-widg.jdgm-rev-widg .jdgm-rev-widg__title {
	width: 100%;
	color: #233d86;
	padding: 0px 60px 20px !important;
	font-weight: 700;
	text-align: center;
	background: #fff;
	max-width: 100%;
	margin-bottom: 60px !important;
	line-height: normal;
	border-radius: 0;
	margin-bottom: 50px;
	font-size: 40px;
	border-bottom: 2px solid #233d86;
} 
.jdgm-rev-widg__reviews {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
} 
.jdgm-rev-widg__reviews .jdgm-rev {
	flex: auto;
	width: 100%;
	padding: 30px; 
	box-shadow: 0 0 10px 1px #ddd;
	border-radius: 10px;
	margin: 0 0px;
	max-width: calc(50% - 30px) !important;
}
.jdgm-row-actions .jdgm-rev-widg__sort-wrapper {
	background-color: #233d86;
	color: #fff;
	max-width: max-content !important;
	margin: 20px auto;
	padding: 5px 30px;
	border-radius: 30px;
} 
.jdgm-row-actions .jdgm-rev-widg__sort-wrapper .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown {
	color: #fff;
	font-size: 18px;
} 
.jdgm-sort-dropdown-arrow::before {
	font-family: "JudgemeIcons";
	font-size: 30px !important; 
	content: "\e003";
}
.jdgm-row-actions .jdgm-rev-widg__sort-wrapper .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown .jdgm-sort-dropdown-arrow {
	color: #108474;
	color: #FFF;
} 
.jdgm-sort-dropdown-arrow::before {
	font-family: "JudgemeIcons";
	font-size: 29px;
	content: "\e003";
	margin-top: 4px;
	position: relative;
	top: -5px;
	left: 1px;
	margin: 0 !important;
} 

.jdgm-row-actions .jdgm-rev-widg__sort-wrapper .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown option {
	color: #000;
} 

.jdgm-row-actions .jdgm-rev-widg__sort-wrapper .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
	color: #fff;
}

.share-button details .share-button__button {
	background-color: #233d86;
	color: #fff;
	padding: 0 20px;
	border-radius: 30px;
	font-weight: bold;
	font-size: 14px;
} 
.share-button details .share-button__button .svg-wrapper {
	width: 35px !important;
	height: 35px !important;
} 
.share-button details .share-button__button {
	background-color: #148a7a;
	color: #fff;
	padding: 0 30px;
	border-radius: 30px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
} 
.share-button__button .icon-share {
	height: 2rem;
} 
.share-button__fallback .field__input {
	background-color: #233d86;
	color: #fff;
} 
.share-button__fallback .field__input + .field__label {
	color: #fff;
	font-size: 14px;
} 

.share-button__fallback::after {
	box-shadow: none;
	transition: box-shadow var(--duration-short) ease;
	border: 1px solid #233d86;
} 
 

.additional-checkout-buttons {
	margin-left: auto !important;
	margin-right: 0px !important;
} 
.section-template--18811620229297__main-padding {
	padding-top: 100px !important;
	padding-bottom: 50px !important;
}

facet-filters-form details summary .icon {
	height: 0.9rem;
} 
 
/*  
.slider.slider--everywhere .slider__slide {
	position: relative;
} 
/* .banner__media {
	height: auto !important;
	position: relative !important;
	top: auto !important;
}  */ */

/* .banner__media > :not(.zoom):not(.deferred-media__poster-button), .media model-viewer, .banner__media picture {
	height: auto !important;
	position: unset;
} 
.slideshow__text-wrapper.banner__content {
	height: 100%;
	padding: 5rem;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}  
.banner--medium:not(.banner--adapt) {
	min-height: 100rem !important; 
}  */

/* @media screen and (min-width: 750px) {
  .banner--medium:not(.banner--adapt) {
    min-height: 100rem;
  }
  .banner__media.media > img {
	object-fit: contain !important;
	object-position: center center;
} 
  .banner__media {
	height: 100vh !important; 
	position: unset !important;
} 
} 
 */ 


.collection-list {
	margin-top: 40px;
	margin-bottom: 50px;
	box-shadow: 0 0 10px 0px #bbbbbba1;
	border-radius: 20px;
	padding: 20px;
}
.collection-list {
	margin-top: 0;
	margin-bottom: 50px;
}
.page-width > .title--primary {
	padding-left: 1.5rem;
} 
.collection-list .collection-list__item .card-wrapper {
	color: inherit;
	height: 100%;
	position: relative;
	text-decoration: none;
	border-radius: 15px;
	box-shadow: 0px 0px 10px 0px #233d868f;
	padding: 25px;
	background: #fff;
	margin: 15px;
} 
.collection-list .collection-list__item {
	margin-bottom: 0px;
} 
.collection-list .collection-list__item .card-wrapper .card--standard {
	--ratio-percent: 70%;
	height: auto;
} 
.collection-list .collection-list__item .card-wrapper .card--standard .card__inner {
	--ratio-percent: 80% !important;
} 
.collection-list .collection-list__item .card-wrapper {
	height: auto;

} 
.collection-list .collection-list__item .card-wrapper .card--standard .card__information {
	padding-bottom: 0px;
} 

section#shopify-section-template--18851384459441__17516069654e575b13 .page-width.scroll-trigger {
    width: 100%;
    max-width: 100%;
} 

#collection-all .collection-hero {
	display: none;
}
.article-template .article-template__hero-container {
	max-width: 100%;
} 
.article-template .page-width.page-width--narrow {
	max-width: 1024px;
} 



.article-template header .article-template__title {
	color: #233d86;
	font-weight: bold;
}

.article-template .page-width.page-width--narrow .blog-hero {
	margin-top: 0rem;
}
.article-template .page-width.page-width--narrow .blog-hero .subtitle {
	color: #000;
} 
.article-template .page-width.page-width--narrow h2 {
	margin-top: 40px;
	margin-bottom: 0;
}

.article-template section p {
	margin-top: 0 !important;
}
#MainContent .article-template section h3 {
	margin-bottom: auto;
} 

.vip-form-section {
	padding-bottom: 70px;
} 
.vip_signup_header .rich-text__blocks .rich-text__heading { 
	color: #fff;
	font-weight: bold;
} 
.vip_signup_header .rich-text__blocks ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 30px;
	row-gap: 10px;
} 
.vip_signup_header .rich-text__wrapper .rich-text__blocks {
	background-color: rgb(35, 61, 134);
	color: #fff;
	padding: 50px 50px;
	border-radius: 20px;
} 

.vip_signup_header .rich-text {
	padding-bottom: 20px;
} 
.erica_churgin_section .image-with-text__heading.inline-richtext.h0 {
	color: rgb(57, 57, 57);
	font-family: "Humanist 521", sans-serif;
	font-size: 18px;
} 
.erica_churgin_section .content-container .image-with-text__buttons .button {
	background: transparent;
	color: #000;
	border: 0;
} 
.erica_churgin_section .content-container .image-with-text__buttons .button::after {
	border: 0 !important;
	box-shadow: none;
}  
.erica_churgin_section .content-container .image-with-text__buttons .button {
	background: transparent;
	color: #000;
	border: 0;
	padding: 0;
} 
.erica_churgin_section .content-container .image-with-text__buttons .button::after {
	border: 0 !important;
	box-shadow: none;
	background: url("/cdn/shop/files/arrow-icon.png?v=1752644211") no-repeat scroll center right;
	right: -20px;
	left: auto;
	width: 14px;
	height: 10px;
	top: 6px;
}
.erica_churgin_section {
	padding-top: 0px;
} 
.erica_churgin_section .content-container .image-with-text__buttons .button {
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	display: inline-block;
	border: none;
	box-shadow: none;
	text-underline-offset: 0.3rem;
	color: rgb(var(--color-link));
	background-color: transparent;
	text-decoration: none;
} 

.erica_churgin_section .image-with-text__text-item .content-container {
	padding-right: 15px;
	padding-left: 40px;
} 

.about_main_banner .button--primary {
	background-color: #233d86;
	color: #fff;
} 
.about_main_banner .button--primary::after {
	box-shadow: none;
} 


.collection-list.grid .collection-list__item:nth-child(3), .collection-list.grid .collection-list__item:nth-child(4) {
	display: none;
} 
.collection-list.grid {
	margin-top: 0;
	margin-bottom: 50px;
} 
.collection-list.grid .collection-list__item .card-wrapper .card__heading {
	min-height: 50px;
	display: flex;
	align-items: center;
} 
.title.title--primary.inline-richtext {
	color: #233d86;
	margin-top: 50px;
	font-weight: bold;
} 

/*21-07-2025*/

.announcement-bar__announcement p span {
	/* color: #233d86; */
	font-weight: bold;
	text-transform: uppercase;
}
.utility-bar > .page-width.utility-bar__grid .announcement-bar .grid .grid__item:nth-child(2) .announcement-bar__message{
	background: #ff0c00;
	padding: 7px 30px;
	line-height: normal;
	border-radius: 20px;
	text-transform: uppercase;
}   
.utility-bar > .page-width.utility-bar__grid .announcement-bar .grid .grid__item:nth-child(2) .announcement-bar__message span {
	color: #fff;
}
.utility-bar > .page-width.utility-bar__grid .announcement-bar .grid .grid__item:nth-child(2) .announcement-bar__message .individual_off {
	font-size: 22px;
} 
.utility-bar > .page-width.utility-bar__grid .announcement-bar .grid .grid__item:nth-child(2) .announcement-bar__message .bundles_off {
	font-size: 22px;
} 
.slideshow__text-wrapper.banner__content .slideshow__text.banner__box .banner__heading {
	font-weight: bold;
} 


.product-grid li {
	padding: 10px;
	position: relative;
} 
.card--media .card__inner .card__content .bss_pl_img {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: auto; 
} 
.card--media .card__inner .card__content .bss_pl_img .bss-countdown-display p {
	font-size: 18px;
} 
.product-grid .card--media .card__inner .card__content .bss_pl_img .bss_parent_text {
	width: 80px !important;
	height: 80px !important;
	top: -25px !important;
	left: -25px !important;
}

 .utility-bar > .page-width.utility-bar__grid .announcement-bar .grid .grid__item:nth-child(2) .announcement-bar__message .individual_off {
	font-size: 1.5rem;
}  
.utility-bar > .page-width.utility-bar__grid .announcement-bar .grid .grid__item:nth-child(2) .announcement-bar__message .bundles_off {
	font-size: 1.5rem;
}


/* .low-stock-warning {
	font-size: 17px !important;
	text-transform: capitalize;
	margin-bottom: 20px !important;
	margin-top: -8px;
}  */
 
.low-stock-warning {
	font-size: 17px !important;
	text-transform: capitalize;
	margin-bottom: 20px !important;
	margin-top: -112px;
	padding-bottom: 60px;
}

/* .product__tax.caption {
	display: none;
} */
 
.you-save-banner {
	background-color: #fff3d4;
	color: #a64b00;
	padding: 10px 14px;
	border-left: 4px solid #ff9900;
	border-radius: 6px;
	font-weight: 600;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 16px;
	display: inline-block;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	margin-top: 0 !important;
} 

.installment.caption-large {
	padding-bottom: 50px;
} 
.product-form__quantity {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-start;
} 


.product-form__quantity .form__label {
	margin-bottom: .6rem;
	position: relative;
	font-size: 0;
	margin: 0;
} 

.product-form__quantity .form__label::before {
	content: "QTY";
	font-size: 20px;
} 
.free-shipping-message-info.success {
 background-color: #e6f9ec;
  color: #137c3f;
  border-left: 6px solid #2ecc71;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;

}

.free-shipping-message-info.warning {
	background-color: #fff3d4;
	color: #a64b00;
	padding: 10px 14px;
	border-left: 4px solid #ff9900;
	border-radius: 6px;
	font-weight: 600;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 16px;
	display: inline-block;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	margin-top: 0 !important;
} 
.product-form__error-message-wrapper-active .low-stock-warning {
	font-size: 17px !important;
	text-transform: capitalize;
	margin-bottom: 20px !important;
	margin-top: -150px;
	padding-bottom: 110px;
} 

.announcement-bar-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	top: 38px;
	height: auto;
	margin-top: 0px;
	background: #233d86;
	border-top: 1px solid #fff;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}
.announcement-bar-wrapper a {
	background-color: #fff;
	padding: 12px 20px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #233d86;
} 
.first_top_announcement-bar {
	position: fixed; 
	left: 0;
	right: 0;
	top: 0px;
	height: auto;
} 

.section-header.shopify-section-group-header-group {
	z-index: 3;
	padding-top: 98px;
}

.announcement-bar-wrapper .announcement-bar p span {
	font-size: 18px;
	font-weight: bold;
} 

.announcement-bar-wrapper .announcement-bar__message.h5 {
	font-size: 16px;
} 

.announcement-bar-wrapper .announcement-bar__message.h5 a {
	font-size: 16px;
} 

.announcement-bar-wrapper.utility-bar > .page-width.utility-bar__grid .announcement-bar {
	max-width: calc(100% - 0px);
}
.announcement-bar-wrapper .page-width.utility-bar__grid {
	padding-left: 0rem !important;
	padding-right: 0rem !important;
	margin: 0 auto;
	max-width: 100%;
}


.first_top_announcement-bar .announcement-bar__announcement .announcement-bar__message.h5 {
	font-size: 16px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
} 



/* .card .media.media--hover-effect > img:only-child, .card-wrapper .media.media--hover-effect > img:only-child {
	transition: transform var(--duration-long) ease;
} */
.card:hover .media.media--hover-effect > img:first-child:only-child, .card-wrapper:hover .media.media--hover-effect > img:first-child:only-child {
	transform: scale(1) !important;
}

.card .media.media--hover-effect > img:only-child, .card-wrapper .media.media--hover-effect > img:only-child {
	transition: none !important;
}
 
.erica_churgin_section .content-container .image-with-text__buttons .button::before {
	border: 0;
	box-shadow: none;
}
 
  .erica_churgin_section .content-container .button.button--primary:hover::after {
	transform: none;
	width: 27px;
	height: 13px;
	background-size: 14px;
	top: 5px;
	right: -22px;
}  

.story_banner_image img {
	max-width: 100%;
} 
.our_story_section h2 {
	font-size: 35px;
	font-weight: bold;
} 
.our_story_section h3, .about_feature h3 {
	font-size: 25px;
	font-weight: bold;
} 

.our_story_section h2, .our_story_section h3, .about_feature h3, .our_story_section h4, .our_story_section p {
	color: #000;
} 

.about_feature h3 {
	font-size: 36px;
	text-transform: capitalize;
} 

.contact_hero_section {
	background-color: #fff;
	padding: 0 !important;
} 
.contact_hero_section .image-with-text__media {
	border-radius: 50% 50% 0 0 !important;
}

.contact_hero_section .grid__item:nth-child(2) .image-with-text__content {
	background: transparent;
}
 
.faq-wrapper-js section .faq_section_wrapper {
	background: #fff;
	max-width: 1000px;
	margin: 0 auto 30px;
	width: 100%;
	border-radius: 20px;
}
.faq-wrapper-js {
	background: #233d86;
	padding: 0 0 50px;
	margin-bottom: 3px;
}
 .faq-wrapper-js .main-page-title.page-title {
	color: #fff;
}
.faq-wrapper-js section .faq_section_wrapper .accordion summary .accordion__title {
	font-size: 22px;
	color: #233d86;
	text-decoration: none;
} 
.faq-wrapper-js section .faq_section_wrapper .accordion summary .svg-wrapper {
	width: 26px;
	height: 26px;
}
.faq-wrapper-js section .faq_section_wrapper .accordion summary .svg-wrapper .icon-question-mark {
	width: 60px;
	height: 60px;
	fill: #233d86;
	opacity: 1;
	font-weight: bold;
} 
.faq-wrapper-js section .collapsible-content-wrapper-narrow {
	margin: 0 auto;
	padding-right: 30px;
	padding-left: 30px;
	max-width: 100%;
}
.faq-wrapper-js section .faq_section_wrapper .accordion summary + .accordion__content p {
	color: #000;
	opacity: 1;
	font-size: 18px;
	line-height: normal;
} 
@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  font-display: swap; /* Force swap */
  src: url('https://js.smile.io/fonts/proximanova-regular.woff2') format('woff2');
}
 
.collapsible-content__heading {
	position: relative;
} 
.faq-wrapper-js section .faq_section_wrapper .collapsible-content__heading {
	position: relative;
	border-bottom: 2px solid #233d86;
	padding-bottom: 20px;
	color: #233d86;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 35px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 90px;
}


.faq-wrapper-js section .faq_section_wrapper .collapsible-content__heading::before {
	content: "";
	position: absolute;
	left: 0;
	margin: 0;
	background-repeat: no-repeat;
}

.faq-wrapper-js section:nth-child(2) .faq_section_wrapper .collapsible-content__heading::before {
	background-image: url("/cdn/shop/files/shipping-icon.webp?v=1753804458");
	background-size: 70px;
	max-width: 70px;
	width: 140px;
	height: 70px;
}

.faq-wrapper-js section:nth-child(3) .faq_section_wrapper .collapsible-content__heading {
	padding-left: 75px;
}
.faq-wrapper-js section:nth-child(3) .faq_section_wrapper .collapsible-content__heading::before {
	background-image: url("/cdn/shop/files/return-exchanges.webp?v=1753804457");
	background-size: 60px;
	max-width: 60px;
	width: 60px;
	height: 60px;
}
.faq-wrapper-js section:nth-child(4) .faq_section_wrapper .collapsible-content__heading::before {
	background-image: url("/cdn/shop/files/qa.webp?v=1753805114");
	background-size: 60px;
	max-width: 60px;
	width: 60px;
	height: 60px;
}
.faq-wrapper-js section .faq_section_wrapper .accordion summary .icon path {
	fill: #233d86;
} 

 .faq-wrapper-js section .faq_section_wrapper h3 {
	font-size: 20px;
	color: #000;
}
.faq-wrapper-js section .faq_section_wrapper ul li {
	color: #000;
}
.faq-wrapper-js section .faq_section_wrapper ul li br {
	display: none;
} 
.faq-wrapper-js section .faq_section_wrapper ul + p {
	font-size: 16px !important;
}
 
.faq-wrapper-js section .faq_section_wrapper .accordion summary + .accordion__content p br {
	display: none;
}
 
.contact-wrapper-js .image-with-text .grid__item p {
	color: #000;
}

.wolf-woman-essentials-hero .banner__box.content-container{
	max-width: 600px;
	background-color: #ffffff80 !important;
	margin-left: auto;
	margin-right: 0;
}

.wolf-woman-essentials-hero .banner__media, .wolf-woman-essentials-hero .banner__media img {
	position: unset !important;
} 

.wolf-woman-essentials-hero {
	flex-direction: column !important;
} 
.wolf-woman-essentials-hero .banner__content{
	max-width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
}
.wolf-woman-essentials-hero .banner__box.content-container .banner__heading {
	color: #000;
	padding: 0;
	display: block;
	max-width: 570px;
	font-size: 28px;
	font-weight: bold;
} 
.wolf-woman-essentials-hero .banner__box.content-container .banner__text p {
	color: #000;
	font-size: 20px;
	line-height: normal;
	max-width: 100%;
} 
 
.coming-soon-wrapper-js {
	position: relative;
}
.wolf-logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: max-content;
	padding-top: 30px;
} 
.wolf-logo img {
	max-width: 150px;
} 

#omnisend-embedded-v2-68771e567969e83973097f10 {
	scroll-margin-top: 140px;
}

.section-template--18902072262833__custom_liquid_PyFJRJ-padding {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
} 

.fromoutpaw_towolfwomwan .rich-text__blocks.center {
	text-align: center;
	/* max-width: 100%; */
} 

.fromoutpaw_towolfwomwan .rich-text {
	background: #233d86;
	padding-top: 100px;
	padding-bottom: 100px;
} 
 
.fromoutpaw_towolfwomwan .rich-text .rich-text__heading {
	color: #fff;
}
 .fromoutpaw_towolfwomwan .rich-text .rich-text__text p {
	color: #fff;
} 
.sneak_peek_section .image-with-text__content {
	background: #233d86;
	color: #fff;
	border-radius: 0 !important;
}
.sneak_peek_section .image-with-text__content .image-with-text__heading {
	color: #fff;
} 
.sneak_peek_section .multirow__inner {
	gap: 0;
} 
.sneak_peek_section .multirow__section-title .h2 {
	color: #233d86;
	font-size: 51px;
	margin: 0 auto 40px;
	font-weight: bold;
} 
.sneak_peek_section .image-with-text__media, .sneak_peek_section .image-with-text__media img {
	border-radius: 0 !important;
} 

.meaning-behind-section .rich-text__heading {
	color: #fff;
	font-weight: bold;
} 
.meaning-behind-section .rich-text__text p {
	color: #fff;
}
.meaning-behind-section {
	margin-top: 3px;
} 
.sneak_peek_section {
	padding-top: 70px !important;
	margin-top: 0px;
	padding-bottom: 0 !important;
} 
.meaning-behind-section .rich-text {
	padding-bottom: 50px;
	background-color: #233d86;
	padding-top: 100px;
	padding-bottom: 100px;
} 

 
.beTheFirstKnow-section .omnisend-form-68771e567969e83973097f10-content {
	max-width: 100% !important;
}
.beTheFirstKnow-section .omnisend-form-68771e567969e83973097f10-column-624ab2f927652f651edfd0ae {
	flex-direction: initial !important;
	flex-wrap: wrap;
  justify-content: center;
}
.beTheFirstKnow-section #omnisend-form-68771e567969e83973097f10-submit-form.omnisend-form-68771e567969e83973097f10-sections-container {
	width: 100%;
	max-width: 100% !important; 
}
.beTheFirstKnow-section .omnisend-form-68771e567969e83973097f10-text-624ab2f927652f651edfd0b0 {
	order: 1;
  width: 100%;
  flex: auto; 
} 
.beTheFirstKnow-section .omnisend-form-68771e567969e83973097f10-field-container-wrapper-62a34db0f7b3732a01429b16 {
	order: 2;
} 
.beTheFirstKnow-section .omnisend-form-68771e567969e83973097f10-field-container-wrapper-62a9d6b641ae6e18923f204d {
	order: 4;
	flex: auto;
	width: 100%;
}
.beTheFirstKnow-section .omnisend-form-68771e567969e83973097f10-action-container-627932485028ebd8c6660c51 {
	order: 3;
	padding: 0 !important;
} 

.beTheFirstKnow-section .omnisend-form-68771e567969e83973097f10-content-inner {
	border-width: 0px !important;
}
.beTheFirstKnow-section .omnisend-form-68771e567969e83973097f10-field-container-62a9d6b641ae6e18923f204d {
	max-width: max-content;
	margin: auto;
}
.beTheFirstKnow-section .omnisend-form-68771e567969e83973097f10-section-624ab2f927652f651edfd0ac {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 40px !important;
	padding-bottom: 50px !important;
	border-top: 4px solid #233d86;
	border-bottom: 4px solid #fff;
}
.beTheFirstKnow-section .omnisend-form-68771e567969e83973097f10-content-inner {
	border-width: 0px !important;
	border-radius: 0 !important;
} 
.omnisend-form-68771e567969e83973097f10-section-624ab2f927652f651edfd0ac-opacity-layer {
	background-color: #233D86;
}
.beTheFirstKnow-section .omnisend-form-68771e567969e83973097f10-text-624ab2f927652f651edfd0b0 h3 br {
	display: none;
} 
.beTheFirstKnow-section .omnisend-reset-68771e567969e83973097f10 h3 {
	color: #243d86;
} 

.beTheFirstKnow-section #omnisend-form-68771e567969e83973097f10-action-627932485028ebd8c6660c51.omnisend-form-68771e567969e83973097f10-action-627932485028ebd8c6660c51 {
	border-radius: 8px;

}

.beTheFirstKnow-section .omnisend-form-68771e567969e83973097f10-field-container-62a34db0f7b3732a01429b16 {
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.beTheFirstKnow-section #omnisend-form-68771e567969e83973097f10-field-container-62a34db0f7b3732a01429b16-emailField-input.omnisend-form-68771e567969e83973097f10-field-container-62a34db0f7b3732a01429b16-input {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	border-radius: 8px 0 0 8px !important;
}
 
.beTheFirstKnow-section #omnisend-form-68771e567969e83973097f10-action-627932485028ebd8c6660c51.omnisend-form-68771e567969e83973097f10-action-627932485028ebd8c6660c51 {
	border-radius: 0 10px 10px 0 !important; 
}

.beTheFirstKnow-section #omnisend-form-68771e567969e83973097f10-field-container-62a34db0f7b3732a01429b16-emailField-input.omnisend-form-68771e567969e83973097f10-field-container-62a34db0f7b3732a01429b16-input:focus {
	box-shadow: none !important; 
}
.beTheFirstKnow-section #omnisend-form-68771e567969e83973097f10-action-627932485028ebd8c6660c51.omnisend-form-68771e567969e83973097f10-action-627932485028ebd8c6660c51:focus {
	box-shadow: none !important;
}

.beTheFirstKnow-section label[for^="omnisend"].omnisend-form-68771e567969e83973097f10-field-container-62a9d6b641ae6e18923f204d-legal {
	gap: 5px !important;
	justify-content: center !important;
}

.beTheFirstKnow-section .omnisend-form-68771e567969e83973097f10-field-container-62a9d6b641ae6e18923f204d-description p {
text-align: center; 
}
 
.beTheFirstKnow-section .omnisend-form-68771e567969e83973097f10-subscribed-sections-container {
	max-width: 100% !important;
}
.beTheFirstKnow-section .omnisend-form-68771e567969e83973097f10-text-6334361f157261686a7661f5 {
	text-align: center !important;
}
.beTheFirstKnow-section .omnisend-reset-68771e567969e83973097f10 h2 {
	color: #233d86 !important;
	text-transform: capitalize !important;
}
.sneak_peek_section .image-with-text__content {
	padding: 5rem 5rem 5rem;
}
 

.lifetime-warranty-wrapper-js section .section-template--18908890923185__main-padding {
	padding: 0;
}

.lifetime-warranty-wrapper-js section .rich-text {
	padding: 0;
}

 .lifetime-warranty-wrapper-js section .rich-text .rich-text__heading {
	font-size: 30px;
}

.lifetime-warranty-wrapper-js section .rich-text {
	padding-bottom: 0px;
} 
.lifetime-warranty-wrapper-js section .rich-text .rich-text__heading {
	font-size: 30px;
	color: #233d86;
}
.lifetime-warranty-wrapper-js section .rich-text {
	background: transparent;
} 
.lifetime-warranty-wrapper-js {
	background: #233d86;
	padding-bottom: 50px;
}

.lifetime-warranty-wrapper-js section .rich-text .rich-text__wrapper {
  background: #fff;
	padding: 30px;
	margin-bottom: 10px;
	border-radius: 15px;
  width: 100%;
}
.lifetime-warranty-wrapper-js .main-page-title {
	margin: 0;
	color: #fff;
	padding: 50px 0 30px;
} 
.lifetime-warranty-wrapper-js section .rich-text__text p, .lifetime-warranty-wrapper-js section .rich-text__text ul li {
	color: #000;
	font-size: 18px;
} 
.lifetime-warranty-wrapper-js section .rich-text__blocks {
	max-width: 100%;
}
.lifetime-warranty-wrapper-js section .rich-text .rich-text__heading strong {
	width: 100%;
	display: block;
} 

.shopify-policy__container {
	max-width: 100%;
	margin: 0px auto 0;
	background: #233d86;
  padding-bottom: 50px;
}
.shopify-policy__container .shopify-policy__title h1 {
	margin: 0;
	color: #fff;
	padding: 50px 0 30px;
	font-size: calc(var(--font-heading-scale) * 5.2rem);
  text-transform: capitalize;
} 
.shopify-policy__container .shopify-policy__body {
	max-width: 1000px;
	margin: auto;
	background: #fff;
	padding: 30px;
	border-radius: 15px;
} 
.shopify-policy__container .shopify-policy__body .rte h2, .shopify-policy__container .shopify-policy__body .rte strong {
	font-size: 20px;
	color: #233d86;
	margin-bottom: 0;
	font-weight: bold;
} 

.lifetime-warranty-wrapper-js {
	padding-left: 30px;
	padding-right: 30px;
} 
.shopify-policy__container .shopify-policy__body .rte p, .shopify-policy__container .shopify-policy__body .rte li {
	color: #000 !important;
	font-size: 18px;
}  
.shopify-policy__container .shopify-policy__body .rte div {
	color: #000;
} 

.article-template .page-width.page-width--narrow .button {
	color: #fff;
}
.article-template .page-width.page-width--narrow p {
	color: #000;
	font-size: 18px;
} 
header-menu summary.list-menu__item {
	font-weight: 600;
	opacity: 1;
	font-size: 16px;
	background-color: #fff;
	border-radius: 20px;
	padding: 9px 20px;
	text-decoration: none !important;
	border: 2px solid #fff;
	transition: 0.5s all ease-in-out;
	color: #233d86;
}
summary.list-menu__item span {
	margin-right: 15px;
} 

.header-wrapper .header.header--middle-center .header__inline-menu .header__submenu {
	gap: 8px;
	border-radius: 20px;
	box-shadow: 0 0 0 4px #233d86;
} 
header-menu summary.list-menu__item .header__active-menu-item {
	text-decoration: none;
} 

header-menu summary.list-menu__item + .header__submenu li a:hover {
	background-color: #233d86 !important;
	color: #fff !important;
} 

header-menu summary.list-menu__item + .header__submenu li a[aria-current="page"] {
	background: #233d86 !important;
	color: #fff !important;
}

header-menu summary.list-menu__item .header__active-menu-item {
	color: #233d86;
} 

details[open] > .header__submenu {
	min-width: 230px;
} 

header-drawer .menu-drawer summary.menu-drawer__menu-item {
	padding-right: 5.2rem;
	font-weight: 600;
	opacity: 1;
	font-size: 16px;
	background-color: #fff;
	border-radius: 20px;
	padding: 9px 20px;
	text-decoration: none !important;
	border: 2px solid #fff;
	transition: 0.5s all ease-in-out;
	color: #233d86;
}
 
/* .about_main_banner .button--primary {
min-width: 287px;
position: relative; 
}
.about_main_banner .button--primary::before {
	content: "See What’s Coming Fall 2025";
	z-index: 9;
	background-color: #233d86;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}  */

.collection-page.collection-adventure-bundles slideshow-component .slider--everywhere .grid__item {
	width: 100%;
	max-width: calc(100% - 15px);
}

.collection-page slideshow-component {
	display: block;
}
.collection-page.collection-adventure-bundles slideshow-component {
	display: none;
}

.collection-adventure-bundles #product-grid {
	justify-content: center;
} 
.collection-adventure-bundles .grid__item {
	width: 100%;
	max-width: calc(50% - 15px);
}
.collection-adventure-bundles .collection.page-width {
	position: relative;
	padding-top: 25px;
} 

.collection-adventure-bundles .collection.page-width::before {
	content: "Adventure Bundles";
	margin-top: 0;
	font-weight: bold;
	color: #233d86;
	border-bottom: 2px solid #233d86;
	padding-bottom: 15px;
	font-size: calc(var(--font-heading-scale) * 4rem);
	width: 100%;
	max-width: calc(100% - 40px);
	display: block;
	margin: 0 auto;
}
 
.collection-adventure-bundles .collection-hero {
	display: none;
} 


.low-stock-warning {
  	padding-left: 10px;
   animation: zoomPulse 1s infinite ease-in-out;
}

@keyframes zoomPulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}


.adventure-bundles-page .card__badge.bottom.left {
	display: none;
}


slideshow-component.adventure_bundles_slider .slider.slider--everywhere .slider__slide .banner__content.banner__content--middle-right .slideshow__text {
	padding: 0;
	background: transparent !important;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 100%;
	z-index: 99;
} 
slideshow-component.adventure_bundles_slider .slider.slider--everywhere .slider__slide .banner__content.banner__content--middle-right .slideshow__text .banner__buttons {
	width: 100%;
	height: 100%;
	max-width: 100%;
	z-index: 9999;
} 
slideshow-component.adventure_bundles_slider .slider.slider--everywhere .slider__slide  .banner__content.banner__content--middle-right .slideshow__text .banner__buttons .button.button--primary {
	background: transparent;
	width: 100%;
	height: 100%;
	font-size: 0;
} 
slideshow-component.adventure_bundles_slider .slider.slider--everywhere .slider__slide  .banner__content.banner__content--middle-right .slideshow__text .banner__buttons .button.button--primary::before, slideshow-component .slider.slider--everywhere .slider__slide:nth-child(8) .banner__content.banner__content--middle-right .slideshow__text .banner__buttons .button.button--primary::after {
display: none;
}
 
slideshow-component.adventure_bundles_slider .slider.slider--everywhere .slider__slide .banner__content.banner__content--middle-right .slideshow__text .banner__buttons .button.button--primary::before, slideshow-component.adventure_bundles_slider .slider.slider--everywhere .slider__slide .banner__content.banner__content--middle-right .slideshow__text .banner__buttons .button.button--primary::after {
	display: none;
}
 
.adventure_homeslidshow_heading .rich-text__wrapper .rich-text__heading {
	font-size: 42px;
	color: #243d86;
	font-weight: bold;
}  
.adventure_homeslidshow_heading .rich-text {
	padding-bottom: 30px !important;
	padding-top: 50px;
} 
slideshow-component .slideshow__autoplay.slider-button {
	display: none;
} 

/* .adventure_bundles_slider .slideshow__controls.slider-buttons {
	display: none;
}  */
.adventure_bundles_slider .slideshow__controls.slider-buttons .slider-counter.slider-counter--dots {
	display: none;
} 



.omnisend-reset-686d609e7969e83973097834 h1, .omnisend-reset-686d609e7969e83973097834 h2, .omnisend-reset-686d609e7969e83973097834 h3 {
    font-family: "Humanist 521", sans-serif !important;
}
.omnisend-reset-686d609e7969e83973097834 strong {
    font-weight: bold;
    font-family: "Humanist 521", sans-serif;
} 
.omnisend-form-686d609e7969e83973097834-text-62a871d4e7d3697ece98c87e, .omnisend-form-686d609e7969e83973097834-text-62a871d4e7d3697ece98c87e p, .omnisend-form-686d609e7969e83973097834-text-62a871d4e7d3697ece98c87e li {
    font-family: "Avenir Next", sans-serif !important;
}
label[for^=omnisend].omnisend-form-686d609e7969e83973097834-field-container-62a34db0f7b3732a01429b16-label {
    font-family: "Humanist 521", sans-serif !important;
}
#omnisend-form-686d609e7969e83973097834-field-container-62a34db0f7b3732a01429b16-emailField-input.omnisend-form-686d609e7969e83973097834-field-container-62a34db0f7b3732a01429b16-input {
    font-family: "Avenir Next", sans-serif !important;
}
label[for^=omnisend].omnisend-form-686d609e7969e83973097834-field-container-62a9d6b641ae6e18923f204d-legal {
    font-family: "Avenir Next", sans-serif !important;
}
.omnisend-form-686d609e7969e83973097834-field-container-62a9d6b641ae6e18923f204d-label, .omnisend-form-686d609e7969e83973097834-field-container-62a9d6b641ae6e18923f204d-label p {
    font-family: "Humanist 521", sans-serif !important; 
}
.omnisend-form-686d609e7969e83973097834-field-container-62a9d6b641ae6e18923f204d-description, .omnisend-form-686d609e7969e83973097834-field-container-62a9d6b641ae6e18923f204d-description p {
    font-family: "Avenir Next", sans-serif !important;
}
#omnisend-form-686d609e7969e83973097834-action-627932485028ebd8c6660c51.omnisend-form-686d609e7969e83973097834-action-627932485028ebd8c6660c51 {
    font-family: "Avenir Next", sans-serif !important;
}
/* =========================================================
   ===============  END: base.css  =========================
   ========================================================= */


/* =========================================================
   ===========  START: responsive-style.css  ===============
   ========================================================= */


 @media screen and (min-width: 1100px) and (max-width: 1199px) { 
   header-menu summary.list-menu__item {
	font-size: 14px !important;
	border-radius: 20px;
	padding: 9px 15px !important;
}
summary .icon-caret {
	height: 1rem !important;
}
.header-wrapper .header.header--middle-center .header__inline-menu .list-menu {
	gap: 6px !important;
}
}
   
 @media screen and (min-width: 750px) and (max-width: 1199px) { 
  .ig-flexbox {
	padding-left: 0; 
	padding-right: 0;


	flex-wrap: wrap;
}
  
.ig-square {
	width: 100% !important;
	max-width: calc(25% - 15px) !important;
} 

   .product-form .form .product-form__buttons {
	flex-wrap: wrap;
}
   .product-form .form .product-form__buttons button, .product-form .form .product-form__buttons .shopify-payment-button {
	max-width: calc(100% + 0px);
} 

   .product-form .form .product-form__buttons button, .product-form .form .product-form__buttons .shopify-payment-button {
	max-width: calc(100% + 0px);
}
   .product-form .form .product-form__buttons button[name="add"]::before {
	right: -125px;
	width: 25px;
	height: 25px;
	background: url(/cdn/shop/files/add-cart.svg?v=1751950813) no-repeat center right;
	background-size: 100%;
	z-index: 99999;
	display: block;
	transition: background-image .5s ease-in-out;
	left: 0;
	margin: 0 auto;
} 
 
} 

 @media screen and (min-width: 1080px){ 
/* .announcement-bar-wrapper .announcement-bar p span a {
	font-size: 17px;
	display: block;
	max-width: max-content;
	margin: 8px auto 0;
} */
 .announcement-bar-wrapper.mobile {
	display: none;
} 

}

 @media screen and (max-width: 1079px){ 
.announcement-bar-wrapper.desktop {
	display: none; 
}
}

 @media screen and (min-width: 992px) and (max-width: 1120px) { 
.header-wrapper .header.header--middle-center .header__inline-menu li a {
	font-size: 15px;
	padding: 9px 16px;
}
  /* .utility-bar > .page-width.utility-bar__grid .announcement-bar {
	max-width: calc(100% - 0px);
	justify-content: center;
}  */

 .header-wrapper .utility-bar__grid .list-social {
	min-width: 120px;
} 

.header-wrapper .header.header--middle-center .header__inline-menu li a {
    font-size: 14px;
    padding: 8px 15px;
} 

}

 @media screen and (min-width: 991px) { 
 .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .about_section .image-with-text__text-item .content-container {
	padding-right: 1rem;
	padding-top: 0px;
	padding-bottom: 0px;
} 
  .search-modal__form {
    max-width: 74.2rem;
  } 

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
  }

@media screen and (min-width: 750px) {
.utility-bar > .page-width.utility-bar__grid .announcement-bar .announcement-bar__announcement {
	width: 100%;
	max-width: calc(100% - 120px);
	margin-right: auto;
	margin-left: auto;
	padding-left: 120px;
}
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }

  .section-template--18811619967153__featured_collection_z4Vxpw-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important; 
}
   .section-template--18811619967153__rich_text_AAwAGm-padding {
	padding-top: 80px !important;
	padding-bottom: 30px !important;
} 
}

 

 @media screen and (max-width: 1024px) { 
.faq-wrapper-js {
	padding: 0 15px 30px;
}
.faq-wrapper-js .main-page-title.page-title {
	color: #fff;
	text-align: center;
} 
.lifetime-warranty-wrapper-js {
	padding-left: 15px;
	padding-right: 15px;
} 
.lifetime-warranty-wrapper-js .main-page-title {
	margin: 0;
	padding: 30px 0 30px;
	text-align: center;
	color: #fff;
	font-size: 35px;
}


}


@media screen and (min-width: 992px) { 
slideshow-component .slider.slider--everywhere .slider__slide:nth-child(8) .banner__content.banner__content--middle-right .slideshow__text {
	padding: 0;
	background: transparent !important;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 100%;
	z-index: 99;
} 
slideshow-component .slider.slider--everywhere .slider__slide:nth-child(8) .banner__content.banner__content--middle-right .slideshow__text .banner__buttons {
	width: 100%;
	height: 100%;
	max-width: 100%;
	z-index: 9999;
} 
slideshow-component .slider.slider--everywhere .slider__slide:nth-child(8) .banner__content.banner__content--middle-right .slideshow__text .banner__buttons .button.button--primary {
	background: transparent;
	width: 100%;
	height: 100%;
	font-size: 0;
} 
slideshow-component .slider.slider--everywhere .slider__slide:nth-child(8) .banner__content.banner__content--middle-right .slideshow__text .banner__buttons .button.button--primary::before, slideshow-component .slider.slider--everywhere .slider__slide:nth-child(8) .banner__content.banner__content--middle-right .slideshow__text .banner__buttons .button.button--primary::after {
display: none;
}
.collection-page slideshow-component .banner__content.banner__content--middle-center .slideshow__text {
	padding: 0;
	background: transparent !important;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 100%;
	z-index: 99;
} 
.collection-page slideshow-component .banner__content.banner__content--middle-center .slideshow__text .banner__buttons {
	width: 100%;
	height: 100%;
	max-width: 100%;
	z-index: 9999;
} 
.collection-page slideshow-component .banner__content.banner__content--middle-center .slideshow__text .banner__buttons .button.button--primary {
	background: transparent;
	width: 100%;
	height: 100%;
	font-size: 0;
} 
.collection-page slideshow-component  .banner__content.banner__content--middle-center .slideshow__text .banner__buttons .button.button--primary::before, .collection-page slideshow-component .slider.slider--everywhere .slider__slide .banner__content.banner__content--middle-center .slideshow__text .banner__buttons .button.button--primary::after {
display: none;
} 
.collection-page slideshow-component .slider-counter {
	display: none;
}

}

 @media screen and (max-width: 991px) { 
.utility-bar > .page-width.utility-bar__grid .announcement-bar {
	width: 100%;
	max-width: calc(100% - 0px);
	justify-content: center;
}
   header-drawer {
	min-width: 150px;
} 
   .menu-drawer__navigation-container {
	height: auto;
} 
.jdgm-carousel--aligned-theme .jdgm-carousel-item__product-image {
	display: block !important; 
} 
   .section-sections--18811617149105__footer-padding {
	padding-top: 50px !important; 
	padding-bottom: 48px;
} 
  .collection-hero {
	padding: 50px 30px !important;
} 
   .collection-hero .collection-hero__inner .collection-hero__description p {
	font-size: 16px !important;
	line-height: 28px;
}

.mobile-facets__open {
	color: #fff !important;
}
   .product-grid li .product-card-wrapper {
	box-shadow: 0px 0px 5px 0px #233d868f;
	padding: 30px;
	background: #fff; 
}  
   .product-grid li {
	padding: 5px;
} 
   .product-grid li .card__heading a {
	padding: 0px 0 0;
}
   .collection-hero {
	padding: 50px 15px !important;
} 

.related-products.page-width .related-products__heading {
	color: #fff;
	padding: 16px 60px !important;
	background: transparent;
	max-width: 100%;
}
.related-products.page-width .related-products__heading::after {
	background: transparent;
}  
   .related-products.page-width .related-products__heading {
	color: #fff;
	padding: 16px 10px !important;
	background: transparent;
	margin: 0 auto 15px !important;
	font-size: 33px !important; 
}

.related-products.page-width .related-products__heading::before {
display: none;
}
   .related-products.page-width {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}
.wolf-woman-essentials-hero .banner__content {
	position: unset;
}
.wolf-logo img {
	max-width: 100px !important;
} 
.section-custom-video .video-hero .video-wrapper video {
	height: auto !important;
}
 .sneak_peek_section .multirow__section-title .h2 {
	font-size: 30px;
	margin: 0 auto 40px;
	line-height: normal;
} 
.sneak_peek_section .multirow__section-title {
	padding: 0 15px;
}
.sneak_peek_section .image-with-text__content {
	padding: 30px;
}
.sneak_peek_section .image-with-text__content .image-with-text__heading {
	font-size: 22px;
}
.beTheFirstKnow-section .omnisend-reset-68771e567969e83973097f10 h3 {
	font-size: 22px !important;
	line-height: normal !important;
}
.wolf-woman-essentials-hero .banner__box.content-container .banner__text p {
	font-size: 16px;
}  
.wolf-logo img {
	max-width: 80px !important;
} 
.collection-page slideshow-component  .slideshow__text-wrapper.banner__content {
	position: absolute;
	min-height: 100%;
	height: 100% !important;
}
.collection-page slideshow-component .banner__content.banner__content--middle-center .slideshow__text .banner__buttons {
	width: 100%;
	height: 100% !important;
}
.collection-page slideshow-component .banner__content.banner__content--middle-center .slideshow__text .banner__buttons .button.button--primary {
	background: transparent;
	width: 100%;
	height: 100%;
	font-size: 0;
} 
.collection-page slideshow-component .banner__content.banner__content--middle-center .slideshow__text {
	background: transparent !important;
	padding: 0;
} 
.collection-page slideshow-component .banner__content.banner__content--middle-center .slideshow__text .banner__buttons .button.button--primary::before, .collection-page.collection-adventure-bundles slideshow-component .banner__content.banner__content--middle-center .slideshow__text .banner__buttons .button.button--primary::after {
display: none;
}
.collection-page slideshow-component .slider-counter {
	display: none;
} 
.collection-page slideshow-component .banner__content.banner__content--middle-center .slideshow__text .banner__buttons .button.button--primary::after {
	display: none;
} 
  }

@media screen and (max-width: 749px) { 
.utility-bar > .page-width.utility-bar__grid .announcement-bar {
	width: 100%;
	max-width: calc(100% - 0px);
	justify-content: center;
}
   header-drawer {
	min-width: 110px;
} 
.section-template--18811619967153__custom_liquid_fyf6Pg-padding {
	padding-top: 10px !important;
	padding-bottom: 0 !important;
	margin: 0 0px;
} 
.section-template--18811619967153__rich_text_AAwAGm-padding {
	padding-top: 90px !important;
	padding-bottom: 0px;
} 
.about_section .image-with-text .global-media-settings img {
	position: unset;
}
  .header__heading-logo {
	height: auto;
	max-width: 75%;
}  
  header-drawer {
	min-width: 90px; 
}
.menu-drawer__navigation-container {
	height: auto !important;
} 
  .banner--mobile-bottom .banner__box .banner__heading {
	font-size: 30px !important;
} 
  .about_section .image-with-text .global-media-settings {
	padding: 0px !important;
}
  .about_section .image-with-text__content {
	padding-left: 0px;
	padding-right: 0px;
} 
  .about_section {
	padding-top: 50px !important;
	padding-bottom: 30px !important;
} 
  .home_collection_section h2.collection-list-title {
	padding: 0px 40px !important;
	font-size: 40px !important;
    color: #fff;

}
  .home_collection_section .title-wrapper-with-link::before, .home_featured_products_section .title-wrapper::before {
	display: none;
}
  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
	width: auto;
}
.home_featured_products_section {
	padding-top: 50px;
	padding-bottom: 50px;
} 

  .home_featured_products_section div.collection {
	padding-bottom: 0;
	padding-top: 0px;
} 
  .home_featured_products_section .title-wrapper .title {
	padding: 0px 10px !important;
} 

.home_collection_section h2.collection-list-title {
	padding: 0px 0px 0px !important;
	color: #fff;
	background: transparent;
	text-align: left;
	margin: 0;
	opacity: 1;
}
.section-template--18811619967153__collection_list_taq64W-padding {
	padding-top: 30px !important;
	padding-bottom: 50px !important;
} 
.card-wrapper {
	height: auto !important;
} 
  .home_featured_products_section .title-wrapper .title {
	width: 100%;
	color: #fff;
	padding: 16px 0px !important;
	margin: 0 auto; 
	font-size: 40px !important;
} 

.home_collection_section .slider li .card-wrapper .card__inner {
	min-height: 250px;
} 
  .home_collection_section .slider li .card-wrapper .card__inner .card__media .media {
	margin-top: 0px;
}  
  .title-wrapper--self-padded-tablet-down, .title-wrapper--self-padded-mobile {
	padding-left: 3rem;
	padding-right: 3rem;
	margin-bottom: 30px !important;
} 
  .home_featured_products_section .title-wrapper .title {
	background: transparent;
} 
  .section-template--18811619967153__rich_text_AAwAGm-padding {
	padding-top: 40px !important;
	padding-bottom: 0px;
} 
  .jdgm-carousel-wrapper .jdgm-carousel-title {
	color: #233d86;
	background: transparent;
} 
  .slider-button[disabled] .icon {
	color: #233d86;
	cursor: not-allowed;
}
  .slider.slider--tablet {
	margin-bottom: 5rem;
} 
.home_featured_products_section .title-wrapper .title {
	opacity: 1;
} 
  .home_featured_products_section .slider-mobile-gutter {
	margin-top: 0px;
} 
  .title-wrapper--self-padded-tablet-down, .title-wrapper--self-padded-mobile {
	margin-bottom: 40px !important;
} 
  .section-template--18811619967153__collection_list_taq64W-padding {
	padding-top: 50px !important;
	padding-bottom: 50px !important; 
}  
  .slider.slider--tablet {
	margin-bottom: 5rem;
} 
  .home_collection_section .title-wrapper-with-link {
	justify-content: center;
} 
  .jdgm-carousel-wrapper .jdgm-carousel-title-and-link::before {
  display: none; 
} 
  .jdgm-carousel-wrapper .jdgm-carousel-title {
	padding: 0px 0px !important;
} 
  .jdgm-carousel-wrapper {
	padding: 50px 0 !important;
} 
  .slider-counter {
	min-width: auto !important;
} 
.jdgm-carousel-wrapper .jdgm-carousel__item-container .jdgm-carousel-item {
	height: auto;
	width: calc(50% - 30px) !important;
	padding: 0 10px;
}
  #shopify-block-ANDlwKzdWbFVmUzNZV__judge_me_reviews_featured_carousel_Gr7xbB div .jdgm-carousel-item {
	padding: 20px !important;
	border-radius: 10px;
}  

.jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel {
	width: calc(100% - 0px) !important; 
	margin: 0 auto;
} 
  .ig-flexbox {
	padding-left: 0; 
	padding-right: 0;
	flex-wrap: wrap;
}
  
  .ig-square { 
	width: 100% !important; 
	max-width: calc(50% - 20px) !important;
} 
  .card-information .price.price--on-sale .price__sale span .price-item--regular {
	display: none;
} 
  .card__badge {
	position: relative;
	top: 20px;
	left: -15px;
} 
  .grid--peek .grid__item {
	min-width: auto;
	width: 100% !important;
} 
  .slider-button .icon {
	height: 1.6rem;
} 
  .jdgm-carousel-wrapper[data-theme="aligned"] {
	overflow: hidden;
} 
  .collection__title.title-wrapper {
	max-width: calc(100% - 0px);
	padding: 0 !important; 
}
  .jdgm-carousel-wrapper .jdgm-carousel-title {
	font-size: 30px !important;
}  


  .mobile-facets__header {
	background-color: #233d86;
	border-top: 1px solid #475c97;
	border-bottom: 2px solid #fff;
	color: #fff;
}
.mobile-facets__header .mobile-facets__heading {
	color: #fff;
	font-size: 20px;
}
  .mobile-facets__header .mobile-facets__count {
	color: #fff;
} 
  #FacetsWrapperMobile details .mobile-facets__summary {
	background: #233d86;
	color: #fff;
	border-bottom: 1px solid;
} 
.mobile-facets__main {
	padding: 0rem 0 0 !important;
	border-top: 1px solid #fff;
} 
  .mobile-facets__details .mobile-facets__summary {
	background-color: #233d86;
	color: #fff;
} 
  .mobile-facets__sort .select { 
	width: 100% !important;
	margin-left: 14px;
}  
.mobile-facets__sort .select__select {
	background-color: transparent;
	filter: none;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 20px !important;
	padding-right: 10px !important;
	border: 1px solid #fff !important;
	border-radius: 6px !important;
	width: 100%;
	max-width: 100%;
}
  .mobile-facets__summary .svg-wrapper {
	margin-left: auto;
	right: 15px !important; 
} 

  .select .svg-wrapper, .customer select + .svg-wrapper {
	height: 1.5rem  !important;
	width: 1.5rem  !important;
	top: calc(41% - 0.2rem) !important;
	right: 0;
}
  .mobile-facets__footer {
	margin-top: 0px !important; 
}
  .facet-filters__field .select__select, .mobile-facets__sort .select__select {
	background: #233d86 !important;
}

 
.menu-drawer__navigation {
	padding: 1rem 0 !important; 
	/* background: #233d86; */
	border-top: 0px solid #fff;
}
  .menu-drawer__navigation .list-menu a {
	color: #233d86;
	border-bottom: 1px solid;
	background: #fff;
	font-weight: ;
	border-radius: 30px;
} 
.menu-drawer__navigation .list-menu {
	padding: 0 20px;
}

.menu-drawer__navigation .list-menu a {
	color: #233d83;
	border-bottom: 1px solid;
	background: #fff;
	border-radius: 30px;
}
  .menu-drawer__inner-container {
	background: #233d86;
}
  .header--has-social .menu-drawer__utility-links {
	padding: 2rem 3rem;
	background: #fff;
	max-width: calc(100% - 45px);
	margin: 0 auto;
	width: 100%;
	border-radius: 10px;
} 
  .js .mobile-facets__submenu .mobile-facets__close-button {
	background: #233d86;
	color: #fff;
	border-radius: 0px;
}  
  .js .mobile-facets__submenu .mobile-facets__label {
	border-bottom: 1px solid #233d86;
} 
  .mobile-facets__clear-wrapper {
	background: #f00;
	color: #fff;
	border-radius: 30px;
} 
  .mobile-facets__clear-wrapper .mobile-facets__clear {
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #fff;
} 
  .js .mobile-facets__submenu .mobile-facets__close-button {
	margin-top: 0px !important;
} 
  span.active-facets__button-inner {
	color: #fff;
} 
  .facets__price .field::before {
	display: none;
} 
  .facets__price .field::after {
	border-radius: 30px;
	border: 2px solid #243d86;
	box-shadow: none;
} 
  .facets__price .field-currency {
	font-size: 22px;
	color: #233d86;
	font-weight: bold;
}
  .facets__price .field input:focus {
	box-shadow: none;
	outline: none;
}  
  .mobile-facets__main .mobile-facets__info {
	font-size: 16px;
} 
  .list-social__link {
	color: rgb(35, 61, 134) !important;  
} 
  .menu-drawer__utility-links:has(.menu-drawer__localization) .menu-drawer__account {
	color: #233d86 !important; 
} 
  #smile-ui-lite-launcher-frame-container.smile-improved-mobile-launcher {
	border: 1px solid #fff !important;
} 
  .product-grid li .card__content .card__badge .badge {
	padding: 5px 12px;
	font-size: 12px;
}
.home_featured_products_section .collection__view-all {
	margin-top: 25px;
} 

.product-media-container.constrain-height.media-fit-contain {
	--contained-width: 100%;
	width: 100% !important;
	margin: 0 auto !important;
	max-width: 90%;
}
  .product__media-list .product__media-item {
	margin-left: 0 !important; 
}
  .slider-buttons {
	gap: 15px !important; 
} 
     .slider-buttons .slider-counter.caption {
	font-size: 20px;
	color: #fff;
}
  .home_featured_products_section .slider-buttons .slider-counter, .home_collection_section .slider-buttons .slider-counter{
	font-size: 20px; 
	color: #fff; 
} 
.related-products.page-width .related-products__heading::before, .related-products.page-width .related-products__heading::after {
display: none; 
}
  .related-products.page-width {
	padding-top: 50px;
	padding-bottom: 70px;
}
  .related-products.page-width .related-products__heading {
	padding: 0px 10px !important;
} 
  .section-template--18811620229297__main-padding {
	padding-top: 50px !important;
	padding-bottom: 0px !important;
} 

.collection-list {
	padding: 0px;
    box-shadow: none;
}

  .collection-list .collection-list__item .card-wrapper {
	height: auto;
	border-radius: 15px;
	box-shadow: 0px 0px 5px 0px #233d868f;
	padding: 20px;
	margin: 10px;
}
  .title--primary {
	margin: 4rem 0 2rem;
	padding-left: 1rem;
} 
   .product-grid li .product-card-wrapper {
	padding: 15px;
}  
  .header {
	padding: 10px 2rem 10px 2rem !important;
}
.vip_signup_header .rich-text__wrapper .rich-text__blocks {
	padding: 30px 20px;
	border-radius: 20px;
} 
  .vip_signup_header .rich-text .rich-text__wrapper {
	width: 100%;
} 
  .vip_signup_header .rich-text__blocks ul {
	justify-content: flex-start;
	column-gap: 30px;
	row-gap: 10px;
} 
.erica_churgin_section .image-with-text__text-item .content-container {
	padding-right: 2.5rem;
	padding-left: 2.5rem;
}
  .home_collection_section .collection-list-wrapper.page-width {
	max-width: 100%;
	padding-bottom: 30px;
	padding-top: 50px;
}  
.first_top_announcement-bar .announcement-bar__message {
	background: transparent !important;
	padding: 10px 0 !important;
} 
.faq-wrapper-js {
	padding: 0 30px 50px;
}
.faq-wrapper-js section .collapsible-content-wrapper-narrow {
	padding-right: 15px;
	padding-left: 15px;
}
.faq-wrapper-js .main-page-title.page-title {
	color: #fff;
	font-size: 35px;
} 
.faq-wrapper-js section .faq_section_wrapper .accordion summary + .accordion__content p {
	font-size: 16px;
}
.faq-wrapper-js section .faq_section_wrapper .accordion summary .accordion__title {
	font-size: 17px;
}
.faq-wrapper-js section .faq_section_wrapper .collapsible-content__heading {
	font-size: 26px;
  	padding-left: 50px !important;
}
.faq-wrapper-js section .faq_section_wrapper .collapsible-content__heading::before {
	background-size: 40px !important;
	max-width: 40px !important;
	width: 40px !important;
	height: 40px !important;
}
.faq-wrapper-js .main-page-title.page-title {
	text-align: center;
}
.lifetime-warranty-wrapper-js section .rich-text__text p, .lifetime-warranty-wrapper-js section .rich-text__text ul li {
	font-size: 16px;
} 

.menu-drawer__navigation .list-menu a {
	color: #233d83;
	border: 1px solid;
	background: #fff;
	border-radius: 30px;
}
header-drawer .menu-drawer summary.menu-drawer__menu-item {
	padding: 11px 20px;
	font-weight: normal;
} 
.adventure_homeslidshow_heading .rich-text__wrapper .rich-text__heading {
	font-size: 32px;
}
.adventure_homeslidshow_heading .rich-text {
	padding-bottom: 10px !important;
	padding-top: 10px;
}  
slideshow-component .slider.slider--everywhere .slider__slide:nth-child(8) .banner__content.banner__content--middle-right .slideshow__text {
	height: auto;
}
.coming-soon-wrapper-js .image-with-text__media--medium {
	height: 50vh;
}
}  



 @media screen and (min-width: 575px) and (max-width: 768px) { 
.promotion_bar_section .grid--1-col-tablet-down .grid__item {
	width: 100%;
	max-width: calc(50% - 10px);
	margin-bottom: 4px;
}
}
  
@media screen and (max-width: 574px) { 
.jdgm-carousel-wrapper .jdgm-carousel__item-container .jdgm-carousel-item {
	height: auto;
	width: calc(100% - 20px) !important;
	padding: 0 10px;
}
.home_featured_products_section .title-wrapper .title {
	font-size: 30px !important;
}
.home_collection_section h2.collection-list-title {
	font-size: 30px !important;
}
  .product-grid li .card__heading a {
	font-size: 14px; 
	max-height: 55px;
}
    .product__description p, .product__description ul li {
	font-size: 16px !important;
} 
  .jdgm-rev-widg.jdgm-rev-widg .jdgm-rev-widg__title {
	width: 100%;
	padding: 0px 0px 20px !important;
	margin-bottom: 30px !important;
	font-size: 30px;
} 
  .jdgm-rev-widg__reviews .jdgm-rev {
	padding: 15px;
	margin: 0 0px;
	max-width: calc(100% - 30px) !important;
}
  .jdgm-rev-widg.jdgm-rev-widg {
	padding: 30px 0px 30px;
	margin: 50px auto 50px;
}
  .jdgm-sort-dropdown-arrow::before {
	font-size: 29px !important;
	margin-top: 4px;
}
  .collection-list .collection-list__item {
	/* flex: auto; */
	max-width: calc(100% - 10px) !important;
	width: 100%;
} 
  .vip-form-section {
	padding-left: 15px;
	padding-right: 15px;
} 
.product-grid .card--media .card__inner .card__content .bss_pl_img .bss_parent_text {
	width: 60px !important;
	height: 60px !important;
	top: -20px !important;
	left: -20px !important;
}
.faq-wrapper-js {
	padding: 0 15px 50px;
}
.faq-wrapper-js section .faq_section_wrapper .collapsible-content__heading::before {
	margin: 0 auto;
	left: auto;
	right: auto;
  top: 0; 
}
.faq-wrapper-js section .faq_section_wrapper .collapsible-content__heading {
	font-size: 27px;
	align-items: center;
	justify-content: center;
	padding-left: 0px !important;
	flex-wrap: wrap;
	padding-top: 70px;
}
.faq-wrapper-js section:nth-child(3) .faq_section_wrapper .collapsible-content__heading {
	padding-left: 0px !important;
	padding-top: 50px;
}  
.faq-wrapper-js section:nth-child(2) .faq_section_wrapper .collapsible-content__heading {
  	padding-top: 50px !important;
}
.faq-wrapper-js section:nth-child(2) .faq_section_wrapper .collapsible-content__heading::before {
	background-size: 50px !important;
	max-width: 50px !important;
	width: 130px !important;
	height: 50px !important;
}
.faq-wrapper-js section:nth-child(4) .faq_section_wrapper .collapsible-content__heading {
padding-top: 50px;
}
.faq-wrapper-js section .faq_section_wrapper .accordion summary .accordion__title {
	padding-right: 15px;
}
.faq-wrapper-js {
	padding: 0 15px 20px;
}
.section-sections--18899692683441__footer-padding {
	padding-top: 50px;
}
.faq-wrapper-js summary .icon-caret {
	height: 1rem;
	right: 1rem;
}

}  

@media screen and (max-width: 500px) { 
.first_top_announcement-bar {
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.first_top_announcement-bar {
	font-size: 10px;
} 
.announcement-bar-wrapper {
	top: 56px;
}
.section-header.shopify-section-group-header-group {
	padding-top: 116px;
}
.announcement-bar-wrapper .announcement-bar p span {
	font-size: 14px;
	font-weight: bold;
}
}

@media screen and (max-width: 470px) { 
.product-form .form .product-form__buttons button {
	max-width: calc(100% - 0px);
}
  .product-form .form .product-form__buttons .shopify-payment-button {
	max-width: calc(100% - 0px);
} 
  .product-form .form .product-form__buttons button[name="add"] {
	margin-bottom: 0px;
} 
  .product-form .form .product-form__buttons button[name="add"]::before {
	content: "";
	position: absolute;
	top: 8px;
	right: -125px;
	width: 25px;
	height: 25px;
	background: url("/cdn/shop/files/add-cart.svg?v=1751950813") no-repeat center right;
	background-size: 100%;
	z-index: 99999;
	display: block;
	transition: background-image 0.5s ease-in-out;
	left: 0;
	margin: 0 auto;
} 
  .product__title h1 {
	font-size: 24px;
}
  .product__description p, .product__description ul li {
	font-size: 14px !important;
} 
.first_top_announcement-bar .announcement-bar__message {
	background: transparent !important;
	padding: 10px 0 !important;
	font-size: 14px !important;
}
.vault-sale-banner {
	font-size: 14px !important;
	line-height: normal;
}
.beTheFirstKnow-section #omnisend-form-68771e567969e83973097f10-field-container-62a34db0f7b3732a01429b16-emailField-input.omnisend-form-68771e567969e83973097f10-field-container-62a34db0f7b3732a01429b16-input {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border-radius: 8px !important;
}
.beTheFirstKnow-section #omnisend-form-68771e567969e83973097f10-action-627932485028ebd8c6660c51.omnisend-form-68771e567969e83973097f10-action-627932485028ebd8c6660c51 {
	border-radius: 8px !important;
} 
.beTheFirstKnow-section .omnisend-form-68771e567969e83973097f10-action-container-627932485028ebd8c6660c51 {
	flex: auto;
	width: 100%;
  margin-top: 10px;
}
.omnisend-form-68771e567969e83973097f10-field-container-wrapper-62a34db0f7b3732a01429b16 {
	width: 100%;
}
.beTheFirstKnow-section .omnisend-form-68771e567969e83973097f10-section-624ab2f927652f651edfd0ac {
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.omnisend-form-68771e567969e83973097f10-field-container-62a9d6b641ae6e18923f204d-description p {
text-align: center; 
}

}


@media screen and (max-width: 400px) { 
.announcement-bar-wrapper a {
	padding: 8px 15px;
	border-radius: 30px;
	font-size: 14px !important;
}
}



/* =========================================================
   ===========  END: responsive-style.css  =================
   ========================================================= */


/* =========================================================
   ===========  START: component-cart.css  =================
   ========================================================= */
.cart {
  position: relative;
  display: block;
}

.cart__empty-text,
.is-empty .cart__contents,
cart-items.is-empty .title-wrapper-with-link,
.is-empty .cart__footer {
  display: none;
}

.is-empty .cart__empty-text,
.is-empty .cart__warnings {
  display: block;
}

.cart__warnings {
  display: none;
  text-align: center;
  padding: 3rem 0 1rem;
}

.cart__empty-text {
  margin: 4.5rem 0 2rem;
}

.cart__contents > * + * {
  margin-top: 2.5rem;
}

.cart__login-title {
  margin: 5.5rem 0 0.5rem;
}

.cart__login-paragraph {
  margin-top: 0.8rem;
}

.cart__login-paragraph a {
  font-size: inherit;
}

/* New Css code started  */
#CartDrawer {
	box-shadow: 0 0px 20px 0px #233d86;
}  

#CartDrawer .drawer__header {
	background: #233d86;
	padding: 1.5rem 3rem;
}

#CartDrawer .drawer__header .drawer__heading {
	color: #fff;
}
#CartDrawer .drawer__header .drawer__close {
	color: #fff;
	font-weight: ;
} 
#CartDrawer .drawer__inner {
	padding: 0 !important;
}
.drawer__header .drawer__close {
	color: #fff;
	right: 0;
} 

#CartDrawer cart-drawer-items thead {
	padding: 0px 0px;
	margin: 0;
} 
#CartDrawer cart-drawer-items thead th {
	font-size: 18px;
	padding: 17px 10px;
	background: #233d8614;
	font-weight: bold;
	color: #000;
} 
#CartDrawer cart-drawer-items thead + tbody {
	padding: 0 15px;
} 
#CartDrawer cart-drawer-items thead + tbody .cart-quantity::before {
	display: none;
}  
.drawer__footer #Details-CartDrawer summary {
	padding: 0px 0px;
	text-transform: capitalize;
	color: #000; 
	font-weight: bold;
} 
summary .icon-caret {
	height: 1.2rem;
	right: 1.5rem;
	top: calc(50% - 0.5rem);
} 
.drawer__footer #Details-CartDrawer {
	padding: 20px 30px;
	border-bottom: none;
} 

.drawer__footer > details {
	border-bottom: -0.9rem solid rgba(var(--color-foreground),.2);
} 
.drawer__footer > details + .cart-drawer__footer {
	padding-top: 1.5rem;
	padding-left: 15px;
	padding-right: 15px;
} 
.drawer__footer > details + .cart-drawer__footer .totals {
	font-weight: bold;
	color: #000;
} 
.drawer__footer > details + .cart-drawer__footer .totals .totals__total {
	font-size: 21px;
	text-transform: capitalize;
	font-weight: bold;
	color: #000;
} 
.drawer__footer .cart__ctas {
	padding: 0 15px;
} 

.quantity.cart-quantity::after {
	display: none;
} 

quantity-popover .quantity .quantity__button {
	background-color: #233d86 !important;
	border-radius: 15px 0 0 15px !important;
	color: #fff !important;
	margin-left: 0px !important;
	font-weight: bold;
	opacity: 1;
} 
quantity-popover .quantity .quantity__button[name="plus"] {
	background-color: #233d86 !important;
	border-radius: 0px 15px 15px 0 !important;
	margin-right: -1px !important;
	color: #fff !important;
}
#CartDrawer .drawer__header .drawer__heading {
	color: #fff;
	width: 100%;
	margin: 0;
	text-transform: capitalize;
	font-weight: bold;
} 
.cart__note::before, .cart__note::after {
	display: none;
} 
.cart__note #CartDrawer-Note {
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 0 5px 0px #ddd;
} 
quantity-popover .quantity input.quantity__input {
	border: 2px solid #233d86;
} 
#smile-ui-lite-launcher-frame-container {
	bottom: 100px !important;
} 
cart-remove-button .icon-remove {
	height: 4.5rem;
	width: 4.5rem;
} 
.cart-drawer .cart__checkout-button {
	text-transform: uppercase;
	font-weight: bold;
} 


#MainContent cart-items {
	padding-top: 0px;
	border-radius: 20px;
} 
 #MainContent cart-items .title-wrapper-with-link {
	padding: 10px 10px;
	background: #233d86;
} 
/* cart-drawer + .announcement-bar-section + .section-header + #MainContent {
	background-color: #fff;
	padding: 0px;
	border-radius: 20px;
	box-shadow: 0 0 15px 0px #b3b3b3 !important;
	max-width: 1200px !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	margin-top: 100px;
	width: 100%;
}  */

#MainContent cart-items .title-wrapper-with-link {
	padding: 20px 40px;
	background: #233d86;
	border-radius: 20px 20px 0 0 !important;
	text-transform: capitalize; 
    margin-bottom: 0px; 
}
#MainContent cart-items .title-wrapper-with-link .title {
	width: auto;
	color: #fff;
} 
#MainContent cart-items .title-wrapper-with-link .title {
	font-weight: bold;
} 

#MainContent cart-items .title-wrapper-with-link .underlined-link {
	color: #fff;
} 
#MainContent cart-items #main-cart-items {
	padding: 0 0px;
} 
#MainContent cart-items thead th {
	background-color: #f0f2f7;
	font-size: 20px;
	padding: 20px 40px;
	border-radius: 0px;
	color: #233d86;
	border-bottom: 2px solid #233d86;
	font-weight: bold;
} 
cart-items #main-cart-items thead tr th:nth-child(1), cart-items #main-cart-items tbody tr td:nth-child(1) {
	padding-left: 40px;
	border-left: 1px solid #233d86;
} 

cart-items #main-cart-items thead tr th, cart-items #main-cart-items tbody tr td {
	padding: 20px 15px;
	vertical-align: middle;
	border-bottom: 1px solid #233d86;
	border-right: 1px solid #233d86;
	text-align: center;
}
cart-items #main-cart-items tbody tr td.cart-item__details {
	text-align: left;
} 

cart-items #main-cart-items tbody tr .cart-item__quantity-wrapper {
	justify-content: center;
}
 cart-items #main-cart-items cart-remove-button .icon-remove {
	height: 2.5rem;
	width: 2.5rem;
	transform: scale(1.5);
} 
cart-items #main-cart-items tbody tr td .cart-item__price-wrapper .price {
	margin-top: 1rem;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #233d86;
} 
.cart__footer-wrapper:last-child .cart__footer {
	padding: 0 40px 80px;
} 
#main-cart-footer {
	border-radius: 20px;
} 

.cart__note .text-area {
	border: 2px solid #233d86;
	border-radius: 10px !important; 
} 

.cart__note .text-area:focus {
	outline: none;
	border: 2px solid #243d86;
	box-shadow: none;
} 
.cart__note label {
	color: #000; 
	font-size: 22px;
}
.cart__footer .cart__blocks .totals__total {
	font-size: 26px;
	text-transform: capitalize;
	font-weight: bold;
} 
.cart__footer .cart__blocks .totals__total-value {
	font-size: 20px;
	font-weight: bold;
	color: #243d86;
} 
.cart__footer .cart__blocks {
	margin-left: 1rem !important;
} 
.cart__footer .cart__blocks {
	margin-left: 1rem !important;
	width: 50rem;
} 
.cart__footer .cart__blocks .tax-note {
	color: #000;
	font-size: 18px;
} 
.cart__ctas {
	justify-content: flex-end;
} 

@media screen and (min-width: 990px) {
  .cart__warnings {
    padding: 7rem 0 1rem;
  }

  .cart__empty-text {
    margin: 0 0 3rem;
  }
}

cart-items {
  display: block;
}

.cart__items {
  position: relative;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.cart__items--disabled {
  pointer-events: none;
}

.cart__footer-wrapper:last-child .cart__footer {
  padding-bottom: 5rem;
}

.cart__footer > div:only-child {
  margin-left: auto;
}

.cart__footer > * + * {
  margin-top: 6.5rem;
}

.cart__footer .discounts {
  margin-bottom: 1rem;
}

.cart__note {
  height: fit-content;
  top: 2.5rem;
}

.cart__note label {
  display: flex;
  align-items: flex-end;
  position: absolute;
  line-height: 1;
  height: 1.8rem;
  top: -3rem;
  color: rgba(var(--color-foreground), 0.75);
}

.cart__note .field__input {
  height: 100%;
  position: relative;
  border-radius: var(--inputs-radius);
  padding: 1rem 2rem;
}

.cart__note .text-area {
  resize: vertical;
}

.cart__note:after,
.cart__note:hover.cart__note:after,
.cart__note:before,
.cart__note:hover.cart__note:before,
.cart__note .field__input:focus,
.cart__note .field__input {
  border-bottom-right-radius: 0;
}
/* 
@media screen and (min-width: 750px) {

}
 */
.cart__ctas button {
  width: 100%;
}

.cart__ctas > * + * {
  margin-top: 1rem;
}

.cart__update-button {
  margin-bottom: 1rem;
}

.cart__dynamic-checkout-buttons {
  max-width: 36rem;
  margin: 0 auto;
}

.cart__dynamic-checkout-buttons:has(.dynamic-checkout__content:empty) {
  margin: 0;
}

.cart__blocks > * + * {
  margin-top: 1rem;
}

.cart-note__label {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: calc(1 + 1 / var(--font-body-scale));
}

.tax-note {
  margin: 2.2rem 0 1.6rem auto;
  text-align: center;
  display: block;
}

.cart__checkout-button {
  max-width: 36rem;
}

.cart__ctas {
  text-align: center;
}
 
@media screen and (min-width: 750px) {
    .cart__items {
    grid-column-start: 1;
    grid-column-end: 3;
    padding-bottom: 4rem;
  }

  .cart__contents > * + * {
    margin-top: 0;
  }

  .cart__items + .cart__footer {
    grid-column: 2;
  }

  .cart__footer {
    display: flex;
    justify-content: space-between;
    border: 0;
  }

  .cart__footer-wrapper:last-child {
    padding-top: 0;
  }

  .cart__footer > * {
    width: 35rem;
  }

  .cart__footer > * + * {
    margin-left: 4rem;
    margin-top: 0;
  }

  .cart-note {
    max-width: 35rem;
  }

  .cart__update-button {
    margin-bottom: 0;
    margin-right: 0.8rem;
  }

  .tax-note {
    margin-bottom: 2.2rem;
    text-align: right;
  }

  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }

  .cart__ctas {
    display: flex;
    gap: 1rem;
  }
  cart-items #main-cart-items thead tr th, cart-items #main-cart-items tbody tr td {
	padding: 20px 15px;
	vertical-align: middle;
	border-bottom: 1px solid #233d86;
	border-right: 1px solid #233d86;
	text-align: center;
} 
cart-items #main-cart-items tbody tr td.cart-item__details {
	text-align: left;
} 

  
}


@media screen and (max-width: 749px) {
 #MainContent cart-items thead th {
	background-color: transparent;
	font-size: 20px;
	padding: 20px 20px;
	border-radius: 0px;
	color: #233d86;
	border-bottom: 0px solid #233d86;
	font-weight: bold;
	border: 0;
} 
  .cart-items thead tr {
	border-bottom: 0rem solid rgba(var(--color-foreground),.2);
	margin-bottom: 0rem;
} 
  .cart-items thead tr {
	border-bottom: 0rem solid rgba(var(--color-foreground),.2) !important;
	margin-bottom: 0rem !important;
}
   cart-items #main-cart-items thead tr th {
	border: 0;
} 
  cart-items #main-cart-items thead tr th, cart-items #main-cart-items tbody tr td {
	padding: 20px 15px;
	vertical-align: middle;
	border-bottom: 0px solid #233d86;
	border-right: 0px solid #233d86;
	text-align: center;
} 
#MainContent cart-items .title-wrapper-with-link {
	padding: 16px 20px;
	margin-bottom: 0px;
}
#MainContent cart-items .title-wrapper-with-link .title {
	font-weight: bold;
	font-size: 22px;
}
  .cart__footer .cart__blocks {
	margin-left: auto !important;
	width: 100%;
} 
  .cart__footer .cart__blocks .totals {
	flex-wrap: wrap;
	gap: 15px;
} 
#MainContent cart-items .cart-item {
	gap: 0 !important;
	margin-bottom: 0 !important;
} 
cart-items #main-cart-items thead tr th:nth-child(1), cart-items #main-cart-items tbody tr td:nth-child(1) {
	padding-left: 15px;
	border-left: 0px solid #233d86;
}
  .cart-items thead {
	border-bottom: 2px solid #233d86;
} 
  cart-items #main-cart-items tbody tr td .cart-item__price-wrapper .price {
	font-size: 16px;
}
  cart-items #main-cart-items thead tr th, cart-items #main-cart-items tbody tr td {
	padding: 20px 10px;
}
  cart-items #main-cart-items cart-remove-button .icon-remove {
	height: 1.5rem;
	width: 1.5rem;
} 

  .cart__footer-wrapper:last-child .cart__footer {
	padding: 0 15px 50px;
} 
  .cart__note label {
	font-size: 16px;
}    
  .cart__dynamic-checkout-buttons {
	margin: 2px auto !important;
} 
  }  

@media screen and (max-width: 470px) {
  cart-items #main-cart-items tbody tr td.cart-item__details {
	padding-left: 0;
	padding-right: 0;
}  
} 


/* =========================================================
   ===========  END: component-cart.css  ===================
   ========================================================= */


/* =========================================================
   ===========  START: component-totals.css  ===============
   ========================================================= */
.totals {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.totals > * {
  font-size: 1.6rem;
  margin: 0;
}

.totals > h2 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

.totals * {
  line-height: 1;
}

.totals > * + * {
  margin-left: 2rem;
}

.totals__total {
  margin-top: .5rem;
}

.totals__total-value {
  font-size: 1.8rem;
}

.cart__ctas + .totals {
  margin-top: 2rem;
}

@media all and (min-width: 750px) {
  .totals {
    justify-content: flex-end;
  }
}



/* =========================================================
   ===========  END: component-totals.css  =================
   ========================================================= */


/* =========================================================
   ===========  START: component-price.css  ================
   ========================================================= */
.price {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  color: rgb(var(--color-foreground));
}

.price > * {
  display: inline-block;
  vertical-align: top;
}

.price.price--unavailable {
  visibility: hidden;
}

.price--end {
  text-align: right;
}

.price .price-item {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.price__regular .price-item--regular {
  margin-right: 0;
}

.price:not(.price--show-badge) .price-item--last:last-of-type {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .price {
    margin-bottom: 0;
  }
}

.price--large {
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.13rem;
}

@media screen and (min-width: 750px) {
  .price--large {
    font-size: 1.8rem;
  }
}

.price--sold-out .price__availability,
.price__regular {
  display: block;
}

.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability {
  display: none;
}

.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale,
.volume-pricing--sale-badge .price__badge-sale {
  display: inline-block;
}

.volume-pricing--sale-badge .price__badge-sale {
  margin-left: 0.5rem;
}

.price--on-sale .price__sale {
  display: initial;
  flex-direction: row;
  flex-wrap: wrap;
}

.price--center {
  display: initial;
  justify-content: center;
}

.price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1.3rem;
}

.unit-price {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.04rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.7);
}



/* =========================================================
   ===========  END: component-price.css  ==================
   ========================================================= */


/* =========================================================
   ===========  START: component-discounts.css  ============
   ========================================================= */
.discounts {
  font-size: 1.2rem;
}

.discounts__discount {
  display: flex;
  align-items: center;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

.discounts__discount svg {
  color: rgba(var(--color-button), var(--alpha-button-background));
}

.discounts__discount--position {
  justify-content: center;
}

@media screen and (min-width: 750px) {
  .discounts__discount--position {
    justify-content: flex-end;
  }
}

.discounts__discount > .icon {
  color: rgb(var(--color-foreground));
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
}
		


/* =========================================================
   ===========  END: component-discounts.css  ==============
   ========================================================= */


/* =========================================================
   ===========  START: component-cart-drawer.css  ==========
   ========================================================= */
.drawer {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  background-color: rgba(var(--color-foreground), 0.5);
  transition: visibility var(--duration-default) ease;
}

.drawer.active {
  visibility: visible;
}

.drawer__inner {
  height: 100%;
  width: 40rem;
  max-width: calc(100vw - 3rem);
  padding: 0 1.5rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-right: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform var(--duration-default) ease;
}

.drawer__inner-empty {
  height: 100%;
  padding: 0 1.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cart-drawer__warnings {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

cart-drawer.is-empty .drawer__inner {
  display: grid;
  grid-template-rows: 1fr;
  align-items: center;
  padding: 0;
}

cart-drawer.is-empty .drawer__header {
  display: none;
}

cart-drawer:not(.is-empty) .cart-drawer__warnings,
cart-drawer:not(.is-empty) .cart-drawer__collection {
  display: none;
}

.cart-drawer__warnings--has-collection .cart__login-title {
  margin-top: 2.5rem;
}

.drawer.active .drawer__inner {
  transform: translateX(0);
}

.drawer__header {
  position: relative;
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer__heading {
  margin: 0 0 1rem;
}

.drawer__close {
  display: inline-block;
  padding: 0;
  min-width: 4.4rem;
  min-height: 4.4rem;
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button), 0);
  position: absolute;
  top: 10px;
  right: -10px;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.cart-drawer__warnings .drawer__close {
  right: 5px;
}

.drawer__close .svg-wrapper {
  height: 2rem;
  width: 2rem;
}

.drawer__contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.drawer__footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.2);
  padding: 1.5rem 0;
}

cart-drawer-items.is-empty + .drawer__footer {
  display: none;
}

.drawer__footer > details {
  margin-top: -1.5rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.drawer__footer > details[open] {
  padding-bottom: 1.5rem;
}

.drawer__footer summary {
  display: flex;
  position: relative;
  line-height: 1;
  padding: 1.5rem 2.8rem 1.5rem 0;
}

.drawer__footer > details + .cart-drawer__footer {
  padding-top: 1.5rem;
}

cart-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}

.cart-drawer__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cart-drawer__overlay:empty {
  display: block;
}

.cart-drawer__form {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.cart-drawer__collection {
  margin: 0 2.5rem 1.5rem;
}

.cart-drawer .drawer__cart-items-wrapper {
  flex-grow: 1;
}

.cart-drawer .cart-items,
.cart-drawer tbody {
  display: block;
  width: 100%;
}

.cart-drawer thead {
  display: inline-table;
  width: 100%;
}

cart-drawer-items {
  overflow: auto;
  flex: 1;
}

@media screen and (max-height: 650px) {
  cart-drawer-items {
    overflow: visible;
  }

  .drawer__inner {
    overflow: scroll;
  }
}

.cart-drawer .cart-item {
  display: grid;
  grid-template: repeat(2, auto) / repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 0;
}

.cart-drawer .cart-item:last-child {
  margin-bottom: 1rem;
}

.cart-drawer .cart-item__media {
  grid-row: 1 / 3;
}

.cart-drawer .cart-item__image {
	max-width: 100%;
	height: auto !important;
} 

.cart-drawer .cart-items thead {
  margin-bottom: 0.5rem;
}

.cart-drawer .cart-items thead th:first-child,
.cart-drawer .cart-items thead th:last-child {
  width: 0;
  padding: 0;
}

.cart-drawer .cart-items thead th:nth-child(2) {
  width: 50%;
  padding-left: 0;
}

.cart-drawer .cart-items thead tr {
  display: table-row;
  margin-bottom: 0;
}

.cart-drawer .cart-items th {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.cart-drawer .cart-item:last-child {
  margin-bottom: 1.5rem;
}

.cart-drawer .cart-item .loading__spinner {
  right: 5px;
  padding-top: 2.5rem;
}

.cart-drawer .cart-items td {
  padding-top: 1.7rem;
}

.cart-drawer .cart-item > td + td {
  padding-left: 1rem;
}

.cart-drawer .cart-item__details {
  width: auto;
  grid-column: 2 / 4;
}

.cart-drawer .cart-item__totals {
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.cart-drawer.cart-drawer .cart-item__price-wrapper > *:only-child {
  margin-top: 0;
}

.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.cart-drawer .unit-price {
  margin-top: 0.6rem;
}

.cart-drawer .cart-items .cart-item__quantity {
  padding-top: 0;
  grid-column: 2 / 5;
}

@media screen and (max-width: 749px) {
  .cart-drawer .cart-item cart-remove-button {
    margin-left: 0;
  }
}

.cart-drawer__footer > * + * {
  margin-top: 1rem;
}

.cart-drawer .totals {
  justify-content: space-between;
}

.cart-drawer .price {
  line-height: 1;
}

.cart-drawer .tax-note {
  margin: 1.2rem 0 2rem auto;
  text-align: left;
}

.cart-drawer .product-option dd {
  word-break: break-word;
}

.cart-drawer details[open] > summary .icon-caret {
  transform: rotate(180deg);
}

.cart-drawer .cart__checkout-button {
  max-width: none;
}

.drawer__footer .cart__dynamic-checkout-buttons {
  max-width: 100%;
}

.drawer__footer #dynamic-checkout-cart ul {
  flex-wrap: wrap !important;
  flex-direction: row !important;
  margin: 0.5rem -0.5rem 0 0 !important;
  gap: 0.5rem;
}

.drawer__footer [data-shopify-buttoncontainer] {
  justify-content: flex-start;
}

.drawer__footer #dynamic-checkout-cart ul > li {
  flex-basis: calc(50% - 0.5rem) !important;
  margin: 0 !important;
}

.drawer__footer #dynamic-checkout-cart ul > li:only-child {
  flex-basis: 100% !important;
  margin-right: 0.5rem !important;
}


.article-template__hero-medium {
	height: auto !important;
}
.article-template__hero-medium img {
	position: unset !important;
} 
.article-template__hero-medium {
	height: auto !important;
}


@media screen and (min-width: 750px) {
  .drawer__footer #dynamic-checkout-cart ul > li {
    flex-basis: calc(100% / 3 - 0.5rem) !important;
    margin: 0 !important;
  }

  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2),
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2) ~ li,
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4),
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4) ~ li {
    flex-basis: calc(50% - 0.5rem) !important;
  }
}

cart-drawer-items::-webkit-scrollbar {
  width: 3px;
}

cart-drawer-items::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.7);
  border-radius: 100px;
}

cart-drawer-items::-webkit-scrollbar-track-piece {
  margin-top: 31px;
}

.cart-drawer .quantity-popover-container {
  padding: 0;
}

.cart-drawer .quantity-popover__info.global-settings-popup {
  transform: translateY(0);
  top: 100%;
}

.cart-drawer .cart-item__error {
  margin-top: 0.8rem;
}

.cart-drawer .quantity-popover__info + .cart-item__error {
  margin-top: 0.2rem;
}



@media screen and (min-width: 750px) {
  .cart-drawer .cart-item__quantity--info quantity-popover > * {
    padding-left: 0;
  }

  .cart-drawer .cart-item__error {
    margin-left: 0;
  }
}

/* =========================================================
   ===========  END: component-cart-drawer.css  ============
   ========================================================= */
 