/** Shopify CDN: Minification failed

Line 2805:118 Expected identifier but found "!"
Line 2812:120 Unexpected "{"
Line 8003:5 Expected identifier but found "."

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

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

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

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

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

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

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

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

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

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

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

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

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

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


 
    /* Avenir Next Cyr Regular */
@font-face {
  font-family: "Avenir Next Cyr";
  src: url('//wolfwomanessentials.com/cdn/shop/files/AvenirNextCyr-Regular.woff2?v=7675051189412455800') format("woff2"),
       url('//wolfwomanessentials.com/cdn/shop/files/AvenirNextCyr-Regular.woff?v=8105833638142527222') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Avenir Next Cyr Medium */
@font-face {
  font-family: "Avenir Next Cyr";
  src: url('//wolfwomanessentials.com/cdn/shop/files/AvenirNextCyr-Medium.woff2?v=1786578253193384221') format("woff2"),
       url('//wolfwomanessentials.com/cdn/shop/files/AvenirNextCyr-Medium.woff?v=10927067272248090843') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Avenir Next Cyr Demi (semi-bold) */
@font-face {
  font-family: "Avenir Next Cyr";
  src: url('//wolfwomanessentials.com/cdn/shop/files/AvenirNextCyr-Demi.woff2?v=6285969413919334119') format("woff2"),
       url('//wolfwomanessentials.com/cdn/shop/files/AvenirNextCyr-Demi.woff?v=11785372043270298951') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Avenir Next Cyr Bold */
@font-face {
  font-family: "Avenir Next Cyr";
  src: url('//wolfwomanessentials.com/cdn/shop/files/AvenirNextCyr-Bold.woff2?v=13500760077183871193') format("woff2"),
       url('//wolfwomanessentials.com/cdn/shop/files/AvenirNextCyr-Bold.woff?v=12361623953152818772') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Camp Coffee Regular */
@font-face {
  font-family: "Camp Coffee";
  src: url('//wolfwomanessentials.com/cdn/shop/files/CampCoffeeRegular.woff2?v=18031113506298043125') format("woff2"),
       url('//wolfwomanessentials.com/cdn/shop/files/CampCoffeeRegular.woff?v=4695053286221803122') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Camp Coffee Condensed */
@font-face {
  font-family: "CampCoffeeCondensed";
  src: url('//wolfwomanessentials.com/cdn/shop/files/CampCoffeeCondensed.woff2?v=10016713266111447475') format("woff2"),
       url('//wolfwomanessentials.com/cdn/shop/files/CampCoffeeCondensed.woff?v=16472293157821549116') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Humanist 521 BT Bold */
@font-face {
  font-family: "Humanist521BT";
  src: url('//wolfwomanessentials.com/cdn/shop/files/Humanist521BT-Bold.woff2?v=6830108192634275662') format("woff2"),
       url('//wolfwomanessentials.com/cdn/shop/files/Humanist521BT-Bold.woff?v=13882197589677887048') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}







body {
  font-family: "Avenir Next Cyr", sans-serif;
  	font-size: 20px;
}

/* h1, h2 {
  font-family: "CampCoffeeCondensed", serif;
} */

 p {
  /* font-family: "Humanist521BT", sans-serif; */
   font-family: "Avenir Next Cyr", sans-serif;
   	font-size: 20px;
  } 
  
  
  .rich-text__blocks p {line-height:1.4; }

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "CampCoffeeCondensed", serif;
  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.6rem;
  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: .7em;
  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); */
  color: rgba(var(--color-foreground), 1);
}

.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: calc(50% - 8px)%;
  }

  .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--1-col-tablet-down .grid__item {
    max-width: 100%;
  }
  .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: 2rem;
	display: flex;
	align-items: center;
	color: rgb(42, 93, 79);
	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: 2.2rem;
	margin-right: 1rem;
	min-width: 2.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: #285c4d;
	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: .9rem;
	bottom: .2rem;
	left: 2.5rem;
	line-height: calc(1 + .1 / var(--font-body-scale));
}
/* 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%;
}

.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: 5rem;
    padding-right: 5rem;
  }

  .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;
	margin-bottom: 0 !important;
} 

.shopify-section-header-sticky {
  position: sticky;
}
.announcement-bar-section {
    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);
  width: 100%;
}

.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 .header__heading {
	width: 300px;
}

.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;
    width: 100% !important;
     max-width: 300px !important;
  }

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

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

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

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

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

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

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  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: 34px;
  height: 34px;
}

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

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

.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 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
  background: #285c4d;
}

.search-modal .modal__close-button .icon {stroke: #fff;}
.search-modal .search__input.field__input {padding-right: 9.8rem;border-radius: 30px;}
.search-modal .field:after{border-radius: 30px !important;}
.search-modal .field__input:focus~.field__label {display: none;}
.search-modal .field__input:focus{padding: 2.2rem 1.5rem;}
.search-modal .modal__close-button.link {background-color: #a9a9a959;border-radius: 50px;}
.search-modal main-search .field, main-search .field:after, main-search .field:hover.field:after{border-radius: 50px; !important}
*:focus-visible {outline: 0 !important;outline-offset: 0 !important;box-shadow: 0 0!important;}
.template-search .product-grid .card__content .card__information .card__heading a {font-size: 20px;}
.template-search .card__heading {font-weight: 600;}
.template-search .product-grid .card__content .card__information .card-information .price span {font-size: 18px;}
aside#main-search-filters { background: #fff; } 
/* .facets-container .facets__wrapper h2, .facets-container, .facet-filters__field .select__select, .facet-filters__label, .facets-container .facets__summary-label, .facets-container .product-count__text{ color: #000; } */
.facets-container .facets__wrapper h2, .facets-container, .facet-filters__field .select__select, .facet-filters__label, { color: #000; }
.facets-container .facets__summary .icon-caret{ stroke:#000; }
@media(min-width:989px){
details[open]>.search-modal {padding: 80px 0;background: #285c4d;}
}







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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

.header__menu-item span {
	transition: text-decoration var(--duration-short) ease;
	/* font-family: Avenir Next Cyr,sans-serif; */
	font-family: Camp Coffee,sans-serif;
}

.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-heading));
  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;*/
  padding: 0rem 0;
  margin: 0rem 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);
  }
}








.banner--medium:not(.banner--adapt) {
	min-height: auto !important;
}

.slideshow__media.banner__media, .slideshow__media.banner__media img {
	position: unset !important;
	object-fit: cover;
} 

.slideshow__media.banner__media picture {
	position: unset !important;
}
.slideshow__text-wrapper.banner__content {
	position: unset;
	height: auto !important;
	padding: 0rem !important;
	min-height: 100%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
}

.slideshow__text-wrapper.banner__content .slideshow__text.banner__box {
	max-width: 700px;
	background-color: rgba(255,255,255,0.75) !important;
	margin-left: 0;
	margin-right: auto;
  border-radius: 20px;
}
 
h2 {
	font-family: Camp Coffee,sans-serif;
	font-weight: bold;
} 



@media screen and (min-width: 750px) {
    .banner__content.banner__content--middle-right {
    align-items: center;
    justify-content: flex-end;
  }
  .banner__media {
    height: 100%;
  }
  .banner__box {
    width: auto;
    max-width: 71rem;
    min-width: 45rem;
  } 
} 


.slideshow__heading-wrapper {
	flex-wrap: wrap;
}
.page-width {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
} 
/* 
.announcement-bar-section .utility-bar.gradient {
	background: #285c4d;
} */

.announcement-bar__message {
	/* color: #fff; */
  /* color: #F2EDE7; */
	font-weight: 600;
	text-transform: uppercase;
	font-family: Avenir Next Cyr,sans-serif;
}

.header--middle-left .header__inline-menu .list-menu__item {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	/* color: #000; */
	line-height: 32px;
	letter-spacing: .25px;
	padding-left: 18px;
	padding-right: 18px;
	font-family: Camp Coffee,sans-serif;
}

.header--middle-left .header__inline-menu .list-menu__item .icon.icon-caret {
	right: -0.6rem;
	height: 1.2rem;
	top: ;
	top: calc(50% - 0.6rem);
	margin-left: 30px;
} 
.header--middle-left .header__inline-menu summary.list-menu__item {
	padding-right: 25px;
	margin-right: 10px;
} 
.header__active-menu-item, .header--middle-left .header__inline-menu .list-menu__item:hover,.list-menu__item--active {
	transition: text-decoration-thickness var(--duration-short) ease;
	color: rgb(var(--color-heading));
	color: rgb(var(--color-sea-moss));
	text-decoration: underline;
	text-underline-offset: 1rem;
	text-decoration-color:rgb(var(--color-heading));
	text-decoration-color:rgb(var(--color-sea-moss));
	text-decoration-thickness: 3px;
}

.header--middle-left .header__inline-menu details ul li a {
	font-size: 18px !important;
	text-transform: capitalize !important;
	padding: 0px 0 0px;
} 
details[open=""]:hover span {
	text-decoration: none;
}

details[open=""]:hover .header__active-menu-item {
	text-decoration: none;
}
.header__menu-item:hover span {
	text-decoration: none;
	text-underline-offset: .3rem;
}

 
/* .slideshow__text-wrapper.banner__content .slideshow__text.banner__box {
	max-width: 900px;
	background-color: #ffffff80 !important;
	margin-left: 0;
	margin-right: auto;
}  */
.slideshow__text-wrapper.banner__content .slideshow__heading-wrapper {
	gap: 0;
} 
.banner__heading {
	margin-bottom: 0px;
	margin-top: 0px;
} 
.slideshow__text-wrapper.banner__content .slideshow__heading-wrapper .slideshow__sublogo {
	max-height: 100%;
	width: 100%;
	max-width: 160px;
}

.banner__heading {
	margin-bottom: 0;
	text-align: left;
	line-height: 100%;
}

.slideshow__heading-wrapper .banner__heading {
	font-weight: 600;
	line-height: 45px;
	color: #000;
	margin-top: 15px;
	letter-spacing: .5px;
	font-size: 60px;
	font-family: Camp Coffee,sans-serif;
	max-width: 100%;
	line-height: 100%;
}

.slideshow__text-wrapper.banner__content .slideshow__heading-wrapper + .banner__text {
	width: 100%;
	text-align: left;
  margin-top: 5px;
}

.slideshow__text-wrapper.banner__content .slideshow__heading-wrapper + .banner__text p {
	font-size: 20px;
	color: #000;
	letter-spacing: .5px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Avenir Next Cyr,sans-serif;
}


.banner__buttons .button::before, .banner__buttons .button:hover::before, .banner__buttons .button::after, .banner__buttons .button:hover::after {
	border: none;
  box-shadow: none;
}

.banner__buttons {
	width: 100%;
}

.banner__buttons .button svg {
	width: 40px;
	height: 30px;
} 

.slider-buttons .slider-button[name="previous"] {
	position: absolute;
	bottom: 53%;
	left: 30px;
	border-radius: 30px;
}
.slider-buttons .slider-button[name="next"] {
	position: absolute;
	bottom: 53%;
	right: 30px;
	border-radius: 30px;
}
.slider-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-counter--dots {
	margin: 0 1.2rem;
	background: #fff;
	border-radius: 40px;
	padding: 6px 20px;
} 
.slideshow__control-wrapper .slider-counter__link--active {
	border: 1px solid #243d86;
	border-radius: 30px;
}
.slideshow__control-wrapper .slider-counter__link--dots {
	padding: 5px;
}
.slideshow__control-wrapper .slider-counter__link--dots .dot {
	background: #393939;
	border: 1px solid #243d86;
	width: 20px;
	height: 20px;
} 
 
.slider-buttons .slider-button {
	background: #275c4d !important;
	box-shadow: none;
}
slideshow-component {
	position: relative;
	display: flex;
	flex-direction: column;
}
.slideshow__controls {
	position: unset !important;
}
.slider-button .icon {
	height: 1rem !important; 
} 
.slider-button--next .icon path {
	color: #fff !important;
}
 .slider-button--prev .icon path {
	color: #fff;
}



/* ul.list-menu.list-menu--inline li:first-child a {color: #C8A96E;}
ul.list-menu.list-menu--inline li:first-child a:hover {color: #C8A96E;} */

.shopify-section-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	z-index: 999 !important;
}
 
.header-wrapper {
	width: 100%;
}

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

.section-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
	font-family: Camp Coffee;
	font-size: 50px;
	margin-top: 0px;
	letter-spacing: .25px;
	line-height: normal;
	font-weight: 600;
  /* color: #fff; */
	/* margin-bottom: 40px !important; */
}
/* .section-header:has(img:only-child) {
  margin-bottom: 12px !important;
} */
.section-header, .shop-category-section .section-header h2, .section-header h2 {
  margin:0 0 8px 0; 
  font-family: Camp Coffee, sans-serif; 
  font-size: 50px; 
  font-weight: 600; 
  letter-spacing: 0.25px;
}
.section-header .predictive-search h2 {
  font-size: 16px;
}
.template-search__header p {
  word-break: break-all;
}
.best-sellers .section-header {
	margin-bottom: 0px !important;
}


.section-description p {
	font-size: 20px;
	line-height: 30px;
  font-weight: normal;
} 
.absolute-stye .banner__content {
	position: absolute;
	right: 9%;
	left: auto;
	top: 10%;
}

.absolute-stye.image-banner-section .banner__box {
	padding-top: 130px;
}
.absolute-stye.image-banner-section .banner__box {
	max-width: 100%;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	/* color: #fff; */
	padding-top: 140px !important;
}

.absolute-stye .banner__content .banner__heading::before {
	position: absolute;
	content: "";
	content: "";
	position: absolute;
	background-image: url(https://wolfwomanessentials.com/cdn/shop/files/heading-icon_80x.svg?v=1757956088);
	width: 60px;
	height: 57px;
	background-repeat: no-repeat;
	background-position: center top;
	left: 0;
	right: 0;
	margin: auto;
	top: 50px;
	background-size: cover;
	display: flex;
	align-items: center;
} 
.absolute-stye.image-banner-section .banner__box .banner__buttons {
	justify-content: center;
} 
  .footer {
    margin-top: 0px;
    /* background: #285c4d; */
    position: relative;
	  z-index: 9;
  }
  .template-index .footer {
    margin-top: 0 !important;
  }


.footer__content-top .grid .grid__item:nth-child(2), .footer__content-top .grid .grid__item:nth-child(3) {
	width: 100%;
	max-width: max-content;
}

.footer__content-top .grid .footer-block.grid__item {
	max-width: max-content;
}
.footer__content-top .grid {
	justify-content: space-between;
}

.footer__content-bottom .page-width.flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
  column-gap:40px;
} 

.footer__content-bottom .footer__content-bottom-wrapper .footer__payment {
	margin: 0;
} 
.footer__content-bottom .footer__content-bottom-wrapper .footer__copyright.caption {
	margin: 0;
} 
.footer__content-bottom .footer__copyright.caption .copyright__content {
    font-size: 15px;
    font-weight: 400;
} 

.footer__content-bottom .footer__content-bottom-wrapper .copyright__content {
	letter-spacing: 0.25px;
	/* color: #fff; */
}

.footer-block__image-wrapper {
	margin-bottom: 2rem;
	overflow: hidden !important;
	margin-left: auto;
	margin-right: auto;

}
.list-social__link {
	color: rgb(255, 255, 255);
} 
.footer-block__heading {
	/* color: #fff; */
}

.footer-block__details-content .list-menu__item--link, .copyright__content a {
	/* color: rgba(255, 255, 255, 0.75); */
	color: rgba(var(--color-muted-cream));
}
.footer-block__brand-info .footer__list-social.list-social {
	justify-content: center !important;
}


h2.footer-block__heading {
	font-size: 32px;
	letter-spacing: .5px;
	line-height: 36px;
	font-family: Camp Coffee,sans-serif;
}
.rte .help-link{
  font-size:16px;
  padding:12px 12px;
}
.help-link {
	max-width: max-content;
}

.help-link:hover {
	background-color: #285c4d;
	color: #fff !important;
}

.footer-block__brand-info .footer__list-social.list-social .list-social__item .list-social__link .icon path {
	fill: #fff;
} 

.footer-block__details-content > li a {
  /* color: #fff !important; */
  font-size: 1.6rem !important;
  font-weight: 400;
  letter-spacing: 0.50px;
  position: relative;
  text-transform: capitalize;
}
.footer-block__details-content > li a:hover {
	text-decoration: none !important; 
}
  
.section-sections--18370622980207__footer-padding {
	padding-top: 80px !important;
	padding-bottom: 0px !important;
}
.footer__content-bottom {
	/* background: #285c4d; */
	padding: 15px 0 !important;
	border-top: 1px solid #fff !important;
	border-top: 0px solid #fff !important;
}
.footer__content-bottom-wrapper {
	max-width: max-content;
	margin-left: 0 !important;
	margin-right: 0;
} 
.footer-custom-bottom-heilight-main {width: 100%; border-block: 2px solid;}
.footer-custom-bottom-heilight-inner, .footer-custom-bottom-heilight-inner p {width: 100%; text-align: center; margin: 0;}
.footer-custom-bottom-heilight-inner {background: #1B3A2D;padding: 20px 10px;}
.footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright .policies.list-unstyled, .copyright__content .recurpay-manage-subscription-link-footer{
	display: none;
} 

footer {
	padding-top: 55px;
	padding-bottom: 0px;
  position: relative; 
}

.footer__content-top .footer-block__brand-info p {
	text-align: center;
	font-size: 18px !important;
	/* color: #fff; */
} 

footer::before {
	content: "";
	background-image: url(/cdn/shop/files/brand-pattern-bg.webp?v=1756918487);
	width: 100%;
	height: 100%;
	position: absolute;
	max-width: 36%;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	top: 0;
	z-index: -9;
	left: 0;
}

/* .footer-block__brand-info .footer__list-social.list-social .list-social__item .svg-wrapper svg {
	display: none;
}  */

.footer-block__brand-info .footer__list-social.list-social .list-social__item .svg-wrapper {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
}
.footer-block__brand-info .footer__list-social.list-social .list-social__item .svg-wrapper::before {
	content: "";
  position: absolute;
  width: 26px;
	height: 26px;
	background-size: 100%;
	background-repeat: no-repeat;

}

.footer-block__brand-info .footer__list-social.list-social .list-social__item:nth-child(1) .svg-wrapper::before {
	background-image: url("/cdn/shop/files/fb.webp?v=1756921187");

}
.footer-block__brand-info .footer__list-social.list-social .list-social__item:nth-child(2) .svg-wrapper::before {
	background-image: url(/cdn/shop/files/instagram.webp?v=1756921187);
}

.header__icons {
	display: flex;
	grid-area: icons;
	justify-self: end;
	padding-right: .8rem;
	gap: 15px;
}

.announcement-bar-slider.slider-buttons .slider-button {
	display: none;
} 

.section-header > h2 {
	font-size: 50px;
	margin-top: 0;
	letter-spacing: 0.25px;
	line-height: 1.2;
	font-weight: normal;
} 

.shop-category-item h3 {
	margin: 15px 0 5px;
	font-size: 30px !important;
	font-weight: bold;
	text-decoration: none;
  /* font-family: Avenir Next Cyr, sans-serif; */
  font-family: Camp Coffee,sans-serif;
  
}

.shop-category-grid .shop-category-item a {
	text-decoration: none;
} 
.shop-category-item .caption {
	font-size: 20px !important;
	color: #161616 !important;
	letter-spacing: .25px;
	/* font-weight: 600; */
	margin-top: 0 !important;
	padding-left: 30px !important;
	padding-right: 30px;
}

.shop-category-grid.columns-2 .shop-category-item:hover .caption {
	color: #275c4d !important;
}
.shop-category-section {
	text-align: center;
}

.section-header img.section-icon {
	width: auto !important;
	height: auto;
	margin-bottom: 15px;
} 

.adventure-focused-section .banner__media img {
	position: relative !important;
}
 
.adventure-focused-section .banner__media {
	position: relative;
} 

.adventure-focused-section {
	position: relative;
} 

.adventure-focused-section .banner__content {
	position: absolute;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
	left: 0;
	right: 0;
	margin: 0 auto;
} 

.adventure-focused-section .banner__box {
	background: transparent;
} 

.adventure-focused-section .banner__box .banner__heading{
	color: #fff;
} 
.adventure-focused-section .banner__box .banner__text p {
	color: #fff;
	font-size: 20px;
	letter-spacing: .25px;
	line-height: 30px;
	font-weight: 500;
}
.adventure-focused-section .banner__box .banner__text p em {
	display: block;
	font-style: normal;
}
.adventure-focused-section .banner__box .banner__text p strong {
	font-weight: normal;
} 
.adventure-focused-section .banner__heading {
	font-weight: 600;
	line-height: 45px;
	margin-top: 15px;
	letter-spacing: 0.25px;
	font-size: 50px;
  position: relative; 
} 

.adventure-focused-section .banner__heading::before {
	content: "";
	position: absolute;
	background-image: url("https://wolfwomanessentials.com/cdn/shop/files/heading-icon_80x.svg?v=1757956088");
	width: 60px;
	height: 57px;
	background-repeat: no-repeat;
	background-position: center top;
	left: 0px;
	right: 0px;
	margin: auto;
	top: -80px;
	background-size: cover;
	display: flex;
	align-items: center;
}

.adventure-focused-section .banner__content .banner__box {
	max-width: 100%;
}
.adventure-focused-section .banner__content .banner__box .banner__buttons {
	justify-content: center;
} 

.main-slider .banner__buttons .button.button--primary {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #285c4d;
	border: 2px solid #285c4d;
  transition: 0.5s all ease-in-out;
}



.main-slider .banner__buttons .button.button--primary::before {
	border-radius: 0px;
} 
.main-slider .banner__buttons .button.button--primary:hover{
color: #fff;
}

.main-slider .banner__buttons .button.button--primary path { 
 transition: 0.5s all ease-in-out;
}
.main-slider .banner__buttons .button.button--primary:hover path {
	fill: #fff;
}


.button {
	margin: 20px 0 0;
	text-align: center;
	justify-content: center;
	padding: 11px 30px;
	font-size: 20px;
	width: 100%;
	line-height: normal;
	height: auto;
	min-height: auto;
	position: relative;
	letter-spacing: .25px;
	z-index: 9;
	display: block;
	max-width: max-content !important;
	border-radius: 12px;
	font-weight: 600;
  overflow:hidden;
}

.button::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	transition: .5s all ease-in-out;
	z-index: -9;
	border-radius: 8px;
}
.button--primary {
    background: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
    border: 2px solid rgb(var(--color-button));
    transition: all 0.5s ease-in-out;
}
.button--primary:before {
    background: rgb(var(--color-button-text));
}
.button--primary:hover {
    background: transparent;
    color: rgb(var(--color-button));
    border-color: rgb(var(--color-button));
}
.button--secondary {
    background: transparent;
    color: rgb(var(--color-secondary-button-text));
    border: 2px solid rgb(var(--color-secondary-button-text));
}
.button--secondary:before {
    background: rgb(var(--color-button));
}


.button:hover::before {
	width: 100% !important;
}

.button::after , .button:hover::after {
  box-shadow: none !important;
}

/* 
.forest-green-bg .button.button--primary::before {
	content: "";
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	transition: .5s all ease-in-out;
	z-index: -9;
	border-radius: 8px;
}
.forest-green-bg .button.button--primary:hover {
	color: #285c4d;
} */




.feature-products__grid .feature-products__item {
	background: #fff;
	border-radius: 20px;
	padding: 10px;
  height:100%;
}  
.feature-products__grid .feature-products__item a .feature-products__image-wrapper {
	border-radius: 20px;
	border: 10px solid #fff;
}
.feature-products__grid .feature-products__item a .feature-products__image-wrapper .feature-products__image {
	border-radius: 10px;
}


.feature-products__grid .feature-products__item a .feature-products__image-wrapper img {
	transition: 0.5s all ease-in-out;
}
.feature-products__grid .feature-products__item a:hover .feature-products__image-wrapper img {
	transform: scale(1.2);
} 
.product-accessories {
	background: #285c4d;
	border-top: 0px solid #fff;
} 

.the-wolf-women-story .banner__buttons {
	max-width: 100%;
} 

.the-wolf-women-story .banner__heading {
	text-align: center;
} 


.our-story-section .image-with-text__heading-wrapper {
	width: 100%;
}

.our-story-section .image-with-text__heading-wrapper .image-with-text__heading {
	margin-top: 0 !important;
	font-size: 50px;
	margin-top: 0;
	letter-spacing: .25px;
	line-height: normal;
	font-weight: 600;
	font-family: Camp Coffee, sans-serif;
}

.our-story-section .image-with-text__media img {
	position: unset !important;
	border-radius: 15px;
  height: auto !important;
} 
.template-index .our-story-section .image-with-text__media img{
  border-radius: 0px;
}
 .our-story-section .grid__item .image-with-text__content--top {
	padding-top: 0 !important;
} 

.our-story-section .grid__item .image-with-text__content--top p {
	font-size: 20px;
	/* color: #fff; */
	letter-spacing: .25px;
	line-height: 32px;
}


.our-story-section .image-with-text__grid .grid__item {
	width: 100%;
	max-width: calc(50% - 0px);
}

.our-story-section .grid__item .image-with-text__media {
	position: relative;
	display: flex;
	max-width: 100%;
}
/* .our-story-section .grid__item .image-with-text__media::before {
	position: absolute !important;
	content: "";
	background: url("https://wolfwomanessentials.com/cdn/shop/files/stacked-logo-diamond-solid-green.svg?v=1757942011&width=100");
	width: 215px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	right: 20px;
	bottom: 20px;
	max-height: 134px;
} */

.our-story-section .image-with-text__media{ min-height: auto;}

.promotion_bar_section {
	background: #285c4d;
	border-top: 0px solid #fff;
}
.promotion_bar_section .page-width.isolate {
	padding-top: 0;
	/* padding-bottom: 120px; */
	padding-bottom: 0px;
}
.multicolumn-list__item, .grid--4-col-desktop .multicolumn-list__item {
	padding-bottom: 0;
	background: #fff;
	border-radius: 15px;
}
.promotion_bar_section ul {
	gap: 25px;
}
.promotion_bar_section li {
	width: 100% !important;
	max-width: calc(25% - 20px) !important;
	flex: auto;
}
.the-wolf-women-story.adventure-focused-section a.button.button--secondary {
  border: 2px solid #fff;
  margin: 20px 0 0;
  justify-content: center;
  padding: 11px 30px;
  font-size: 20px;
  letter-spacing: .25px;
  border-radius: 12px;
  font-weight: 600;
  max-width: fit-content;
}
.the-wolf-women-story.adventure-focused-section .button.button--secondary:before {
    width: 100%!important;
}

.promotion_bar_section ul li .multicolumn-card__image-wrapper .media {
	width: 100px;
	height: 71px !important;
	padding: 0 !important;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.promotion_bar_section ul li .multicolumn-card__info .inline-richtext {
	font-weight: 700;
	text-align: center;
	color: #000;
	font-size: 20px;
	font-family: Camp Coffee,sans-serif;
} 

.promotion_bar_section ul li .multicolumn-card__info .rte {
	font-size: 20px;
	text-align: center;
	/* font-weight: 600; */
	color: #000;
	line-height: 30px;
}
.promotion_bar_section ul li .multicolumn-card__image-wrapper .media .multicolumn-card__image {
	margin: 0 auto;
	left: 0;
	right: 0;
}

.promotion_bar_section ul li .multicolumn-card {
	background: transparent !important;
}
.legacy-section .banner__text.rte.body p strong {
	display: block;
	margin-top: 30px !important;
	margin-bottom: 15px;
	font-weight: 600;
	letter-spacing: 0.25px;
	font-size: 30px;
}

.main-slider .banner__buttons {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 1rem;
	max-width: 100%;
	word-break: break-word;
} 

slideshow-component .slideshow__controls--border-radius-mobile .slider-counter--dots {
	position: absolute !important;
	bottom: 40px;
	width: 100%;
	max-width: max-content;
	left: 0px;
	right: 0px;
	margin: auto;
}
.slideshow__control-wrapper .slider-counter__link--dots .dot {
	width: 15px;
	height: 15px;
}
.slideshow__control-wrapper .slider-counter__link--dots {
	padding: 4px;
}
.insta-feed-header .rich-text__heading {
	margin-top: 0 !important;
	font-size: 40px;
	margin-top: ;
	letter-spacing: .25px;
	line-height: normal;
	font-weight: 400;
	font-family: Camp Coffee,sans-serif;
}

.insta-feed-header .rich-text__blocks > * + * {
	margin-top: 0rem;
}

.insta-feed-header .rich-text__blocks p {
	font-size: 20px;
	letter-spacing: 0.25px;
	line-height: 26px;
	color: #fff;
} 
.insta-feed-header .rich-text__blocks p a {
	color: #fff;
	text-decoration: none;
}

.pt-120{
padding-top: 120px;
}
.pb-120 {
 padding-bottom: 120px; 
}
.mt-120{
margin-top: 120px;
}

.text-center {
	text-align: center;
}
/* Main Image */
.section-main-image {
  width: 100%;
  overflow: hidden;
}

.white-border {
	border: 10px solid #fff;
	max-width: max-content;
}

.round-12 {
  border-radius: 12px;
}


.section-main-image img {
  width: auto;
  height: auto;
  display: block;
  object-fit: cover;
  max-width: 100%;
}

/* Columns */
.section-text, .section-main-image {
	flex: 1;
	min-width: 280px;
	padding: 0 20px;
}


/* .our-story-section {
	background: #285c4d;
  background-color: var(--color-mist);
} */

.newsletter_section_home {
	background: #285c4d;
  background-color: var(--color-mist);
	padding: 80px 0 70px;
}
.omnisend-form-68c03a095b0ed73b093577ca-section-624ab2f927652f651edfd0ac-opacity-layer {
	background-color: #285c4d !important;
}

.newsletter_section_home .omnisend-form-68c03a095b0ed73b093577ca-content {
	max-width: 1200px;
}
.newsletter_section_home .omnisend-form-68c03a095b0ed73b093577ca-sections-container {
	max-width: 1200px;
}

.newsletter_section_home #omnisend-form-68c03a095b0ed73b093577ca-field-container-62a34db0f7b3732a01429b16-emailField-input.omnisend-form-68c03a095b0ed73b093577ca-field-container-62a34db0f7b3732a01429b16-input {
	font-family: AvenirNextCyr Regular, Arial, sans-serif;
	font-size: 20px;
	line-height: 120%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	max-width: calc(100% - 0px);
	border: 2px solid #fff !important;
	border-radius: 15px 0px 0px 15px !important;
}

.newsletter_section_home .omnisend-form-68c03a095b0ed73b093577ca-action-container-627932485028ebd8c6660c51 {
	max-width: 260px;
	position: absolute;
	top: 182px;
	right: 0;
	width: 100%;
	margin-right: 50px;
}

.newsletter_section_home .omnisend-form-68c03a095b0ed73b093577ca-action-container-627932485028ebd8c6660c51 button {
	border-radius: 0px 10px 10px 0px !important;
} 
.newsletter_section_home .omnisend-form-68c03a095b0ed73b093577ca-action-container-627932485028ebd8c6660c51 button {
	border-radius: 0px 10px 10px 0px !important;
	font-size: 20px !important;
	text-transform: uppercase;
}   
 
.newsletter_section_home .omnisend-form-68c03a095b0ed73b093577ca-field-container-wrapper-62a34db0f7b3732a01429b16 {
	justify-content: flex-start;
	display: flex;
	width: 100%;
	max-width: calc(100% - 335px);
	margin-left: 50px;
}

/* #omnisend-form-68c03a095b0ed73b093577ca-action-627932485028ebd8c6660c51.omnisend-form-68c03a095b0ed73b093577ca-action-627932485028ebd8c6660c51 {
	align-self: center;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	line-height: 120%;
	margin: 0;
	letter-spacing: normal;
	font-family: AvenirNextCyr Regular, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	background-color: #285c4d;
	border-radius: 8px;
	border-width: 2px;
	border-style: solid;
	border-color: #285c4d;
	padding-bottom: 16px;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
} */

.newsletter_section_home button[type="submit"] {
	align-self: center;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	line-height: 120%;
	margin: 0;
	letter-spacing: normal;
	font-family: AvenirNextCyr Regular, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	background-color: #285c4d;
	border-radius: 8px;
	border-width: 2px;
	border-style: solid;
	border-color: #285c4d;
	padding-bottom: 17px !important;
	padding-top: 16px !important;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	z-index: 9;
}
.newsletter_section_home button[type="submit"]::before {
	position: absolute;
	content: "";
	left: 20px;
	background-image: url("/cdn/shop/files/email-icon.png?v=1757636179");
	top: -1px;
	width: 23px;
	height: 100%;
	z-index: 99;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
}
 

.newsletter_section_home .omnisend-form-68c03a095b0ed73b093577ca-action-container-627932485028ebd8c6660c51:focus-visible {
	border: none;
	box-shadow: none;
	outline: none;
}

 .newsletter_section_home button[type="submit"]:focus-visible {
	border: none;
	box-shadow: none;
	outline: none;
}
.newsletter_section_home  #omnisend-form-68c03a095b0ed73b093577ca-action-627932485028ebd8c6660c51.omnisend-form-68c03a095b0ed73b093577ca-action-627932485028ebd8c6660c51:focus {
	outline: none;
	box-shadow: none;
}

.newsletter_section_home  #omnisend-form-68c03a095b0ed73b093577ca-field-container-62a34db0f7b3732a01429b16-emailField-input:focus {
	box-shadow: none !important;
	outline: none;
}
 
.newsletter_section_home .omnisend-form-68c03a095b0ed73b093577ca-text-6334361f157261686a7661f5 h2 {
	color: #fff;
	text-align: center;
	font-family: Avenir Next Cyr,sans-serif;
}
 
/* .omnisend-reset-68c03a095b0ed73b093577ca h1::before {
	content: "";
	background-image: url("/cdn/shop/files/newsletter-icon.png?v=1757637851");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
	width: 41px;
	height: 41px;
	display: inline-block;
	left: 0;
	margin-right: 15px;
	position: relative;
	top: 5px;

} */
.contact_hero_section .banner__buttons {
	justify-content: center;
}
.contact_information .rich-text__blocks {
	max-width: 100%;
} 

.insta-feed-header {
	position: relative !important;
	padding-top: 0px !important;
}

.insta-feed-header::before {
	content: "";
	left: 0;
	background-image: url("/cdn/shop/files/insta-icon.png?v=1757638353");
	background-position: center;
	position: absolute;
	top: 0;
	width: 51px;
	height: 51px;
	margin: 0 auto;
	right: 0;
}

#shopify-section-template--18370621374575__17571260047f77e3c9 {
	background: #285c4d !important;
	padding-bottom: 100px;
}
 

.section-template--18370621374575__custom_liquid_NTphfE-padding {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.contact-wrapper .contact-info .social-icons a:nth-last-child(1) {
	display: none;
} 

.contact-wrapper-js .image-with-text .grid__item .image-with-text__heading {
	color: #285c4d !important;
	text-transform: uppercase;
	font-weight: bold;
}

.contact-wrapper-js .image-banner-section .banner__box {
	max-width: 70%;
}


.contact-wrapper-section {
	background: var(--color-forest) !important;
}
.contact-wrapper .contact-form-container #ContactForm .field::after {
	display: none;
}

.contact-wrapper .contact-form-container #ContactForm .field:focus:focus-visible {
	border: 0 !important;
	box-shadow: none !important;
	outline: none;
}

.contact-wrapper .contact-form-container #ContactForm .field input:focus {
	box-shadow: none;
}

.newsletter_section_home #omnisend-form-68c03a095b0ed73b093577ca-action-627932485028ebd8c6660c51.omnisend-form-68c03a095b0ed73b093577ca-action-627932485028ebd8c6660c51 {
	color: #fff !important;
	background-color: var(--color-forest) !important;
	border-color: #fff !important;
	padding-right: 16px;
	padding-left: 35px !important;
	border-left: 0px solid var(--color-forest) !important;
  line-height: 117%;
}

.newsletter_section_home .omnisend-reset-68c03a095b0ed73b093577ca h1, .newsletter_section_home .omnisend-reset-68c03a095b0ed73b093577ca h2, .newsletter_section_home .omnisend-reset-68c03a095b0ed73b093577ca h3 {
	font-weight: 600;
}

.shop-category-section {
	text-align: center;
	background: #2f5c4f;
}


cart-notification {
	position: absolute;
	bottom: 0;
}
 
#omnisend-embedded-v2-68c03a095b0ed73b093577ca {
	scroll-margin-top: 200px;
}

.contact_hero_section.color-scheme-1 {
	background: var(--color-forest);
	padding-top: 70px;
} 

.contact_hero_section .image-with-text__grid--reverse {
	flex-direction: row;
	gap: 0px;
	justify-content: space-between;
} 
/* .contact_hero_section .image-with-text__grid--reverse .grid__item {
	flex: auto;
	width: 100%;
	max-width: calc(50% - 15px);
} */



.contact-wrapper-js .image-with-text__media img {
	max-width: 100%;
	position: unset !important;
	border-radius: 10px;
}

.heading-icon-section {
	background: var(--color-forest);
} 
.heading-icon-section .image-with-text {
	display: none;
} 
.heading-icon-section .section-header {
	margin: 0px !important;
	font-size: ;
} 
.heading-icon-section .section-header .section-heading.h1 {
	display: none;
} 

p {
	font-weight: 500;
} 



/* ==============================
   Sustainability Page Styles
   Wolf Woman Essentials
=================================*/

/* ------------------------------
   Hero Section
--------------------------------*/

.image-banner-section .banner__box {
	max-width: 100%;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	/* color: #fff; */
}
/* .image-banner-section .banner__heading {
	color: #fff;
}  */
.image-banner-section .banner__subheading strong {
	/* color: #fff; */
	font-weight: 400;
} 

.image-banner-section .banner__media.media {
	position: unset;
}
.image-banner-section .banner__media.media img {
	position: unset;
} 
.image-banner-section {
	flex-wrap: wrap;
	position: relative;
} 
.image-banner-section .banner__content {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	animation: ;
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 100%;
	max-width: 1000px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* .image-banner-section {
position: relative; 
}
.image-banner-section::before {
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.5;
}  */


.forest-green-bg {
  background: var(--color-forest); 
}
.section-icon {
	max-width: 60px;
	height: auto;
	display: block;
} 
/* .text-white {
	color: #fff;
}  */

.bullet-block ul li {
	margin: 0 0 20px;
	font-size: 20px;
} 
.bullet-block p, .bullet-block span {
	text-align: left;
}
 
 
.picture-white-style {
	width: 100%;
	border: 10px solid #fff;
	border-radius: 12px;
	overflow: hidden;
	padding: 0;
	display: flex;
	max-width: max-content;
	margin: auto;
}
.picture-white-style img {
  max-width: 100%;           /* Image takes full width */
  height: auto;             /* Height adjusts automatically */
  display: block;           /* Remove inline spacing */
  object-fit: cover;  
  border-radius: 0px;      /* Fill container if needed, crop excess */
}
.size-h3 {
	font-size: 30px;
}
/* ------------------------------
   Trail-Tested Packaging Section
--------------------------------*/



/* ------------------------------
  Faq Section
--------------------------------*/
.faq-section  .collapsible-content summary:hover {
	background: transparent;
}
.faq-section .collapsible-content summary .accordion__title {
	font-size: 22px;
	text-decoration: none;
} 
.faq-section .collapsible-content summary .icon-caret {
	width: 20px;
	height: 20px;
	top: 20px;
} 
.faq-section .collapsible-content summary .icon-caret path {
	fill: #fff;
} 
.faq-section .collapsible-content .accordion {
	border-color: #fff;
}
.grid__item .accordion__content p {
	color:var(--color-foreground);
} 


.faq-wrapper-js {
	/* background: #285c4d !important; */
	padding: 0 0 50px;
	margin-bottom: 3px;
}
/* .faq-wrapper-js section .faq_section_wrapper { */
/* .faq-wrapper-js section .faq_section_wrapper, .faq_section_wrapper.home-page-faq{
	background: #fff;
	max-width: 1000px;
	margin: 0 auto 30px;
	width: 100%;
	border-radius: 20px;
} */
.faq-wrapper-js section .faq_section_wrapper, .faq_section_wrapper.home-page-faq > .collapsible-content {
    background: var(--color-moss);
    background: var(--color-moss-so);
    max-width: 1000px;
    margin: 0 auto 30px;
    width: 100%;
    border-radius: 20px;
}
.template-product-gift-card .faq_section_wrapper.pdp-faskedqs .section-header {justify-content: space-between;flex-direction: row;}
.faq-wrapper-js .svg-wrapper > svg path,.faq-wrapper-js section .faq_section_wrapper .accordion .icon-caret{
  fill:var(--color-cream);
  stroke:var(--color-cream);
	/* border-bottom: 2px solid #285c4d; */
}
.faq-wrapper-js .section-header.collapsible-content__header .accordtion-aerrow {position: absolute;right: 0;}
.section-header > h2.collapsible-content__heading {font-size: 32px;padding-left:5px;}
.faq-wrapper-js section .collapsible-content-wrapper-narrow {
	margin: 0 auto;
	padding-right: 30px;
	padding-left: 30px;
	max-width: 100%;
} 

.collapsible-content summary:hover .accordion__title:hover {
	text-decoration: none;
}
.faq_section_wrapper.home-page-faq .collapsible-content .accordion {border: none;}
.faq_section_wrapper.home-page-faq .collapsible-content-wrapper-narrow {max-width: 100%;}
.faq_section_wrapper.home-page-faq .accordion .icon-caret {height: 1.2rem;right: 1.5rem;top: calc(50% - .5rem);}
.faq-wrapper-js .page-title.h0 {
	margin: 0;
	/* color: #fff; */
	padding: 70px 0 30px;
} 

.faq-wrapper-js .section-header.collapsible-content__header {
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
 
.faq-wrapper-js section .faq_section_wrapper .collapsible-content__heading {
	position: relative;
	padding-bottom: 0px;
	/* color: #285c4d; */
	text-transform: capitalize;
	font-weight: 700;
	font-size: 35px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 0;
	margin-bottom: 0px;
}
.faq-wrapper-js section .faq_section_wrapper .accordion__title {
	position: relative;
	padding-bottom: 0;
	/* color: #285c4d; */
	text-transform: capitalize;
	font-weight: 700;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 0;
	width: 100%;
}

.faq-wrapper-js section  .collapsible-content summary:hover .accordion__title {
	text-decoration: none;
}
.faq-wrapper-js section .collapsible-content summary .svg-wrapper {
	width: 30px;
	height: 30px;
}
.faq-wrapper-js section .faq_section_wrapper .accordion summary .icon path {
	fill: #285c4d;
}

.faq-wrapper-js section .faq_section_wrapper .accordion .icon-caret {
	height: 1.2rem;
	right: 1.5rem;
	top: calc(50% - 0.5rem);
} 
.about-us-wrapper-js  .multicolumn-list__item.center .media--adapt img {
	left: auto;
	transform: none;
	width: 100%;
	position: unset;
	height: auto;
	aspect-ratio: auto !important;
}

.about-us-wrapper-js .multicolumn-list__item .multicolumn-card.content-container {
	height: 100%;
}
.about-us-wrapper-js .multicolumn-list__item .multicolumn-card.content-container .multicolumn-card__image-wrapper {
	height: 100%;
}
.about-us-wrapper-js .multicolumn-list__item .media {
	padding: 10px !important;
	align-items: center;
	justify-content: center;
	height: 100%;
	display: flex;
}

.about-us-wrapper-js .multicolumn-list__item {
	background: transparent;
}
.about-us-wrapper-js .multicolumn-list__item .media {
	background: #fff;
	border-radius: 10px;
} 
.about-us-wrapper-js .why-choose-section .multicolumn-list__item .media {
	background: #fff;
	border-radius: 10px;
	height: auto;
}
.about-us-wrapper-js .why-choose-section .multicolumn-list__item .multicolumn-card__image-wrapper {
	height: auto !important;
}
.about-us-wrapper-js .why-choose-section .multicolumn-list__item .multicolumn-card__info .inline-richtext {
	/* color: #fff; */
	font-size: 26px;
}

.adventure-section .banner__heading{
position: relative:
}
.adventure-section .banner__heading::before {
	content: "";
	position: absolute;
	background-image: url(https://wolfwomanessentials.com/cdn/shop/files/heading-icon_80x.svg?v=1757956088);
	width: 60px;
	height: 57px;
	background-repeat: no-repeat;
	background-position: center top;
	left: 0;
	right: 0;
	margin: auto;
	top: 50px;
	background-size: cover;
	display: flex;
	align-items: center;
}
.adventure-section .banner__heading {
	padding-top: 70px;
} 
.adventure-section .banner__box {
	padding-top: 70px !important;
}

.about-us-wrapper-js .cause-echo-section .multicolumn-list__item .multicolumn-card__image-wrapper {
	aspect-ratio: 1;
}
.about-us-wrapper-js .why-choose-section .multicolumn-list__item .media {
	aspect-ratio: 1;
}
.about-us-wrapper-js .why-choose-section .multicolumn-list__item .multicolumn-card__info .link {
	/* color: #fff; */
}
.about-us-wrapper-js .why-choose-section .multicolumn-list__item .multicolumn-card__info .inline-richtext {
	/* color: #fff; */
	font-size: 26px;
	text-align: left;
}
.about-us-wrapper-js .why-choose-section .multicolumn-list__item .multicolumn-card__info .rte p {
	text-align: left;
}
.about-us-wrapper-js .why-choose-section .multicolumn-list__item .multicolumn-card__info .rte p br{
	display: none;
}
.about-us-wrapper-js .why-choose-section .multicolumn-list__item .multicolumn-card__info .link.animate-arrow {
	float: left;
}
.about-us-wrapper-js .multicolumn-list {
	row-gap: 50px;
}

/* .rich-text__blocks .section-header {
	margin-bottom: 0px !important;
} */
 .section-header + .rich-text__text {
	margin-top: 1rem !important;
}


.explore-collection-section .collection-list .card--media .card__inner {
	border: 10px solid #fff;
	border-radius: 10px;
}

.explore-collection-section .collection-list .card__information .card__heading {
	color: #fff;
	font-size: 30px;
	text-align: center;
}
.center.collection-list-view-all {
	text-align: center;
	display: flex;
	justify-content: center;
} 
/* .collection-top-header .banner__content .banner__box p, .collection-top-header .banner__content .banner__box p span {
    color: #fff;
} */
.product-badge-main {
    width: 100%;
    max-width: fit-content;
    height: fit-content;
    padding: 2px 5px;
    background: #285c4d;
    border-radius: 4px;    
}
.product-badge-main .product-badge-title {
    font-size: 12px !important;
    color:#fff !important;
    line-height: 1.4;
    letter-spacing: normal;
    text-transform: capitalize;
}
.trail-tested-packaging .section-content-wrapper {
	max-width: 1000px;
	margin: auto;
}




.wolfstride-video-wrapper-js {
	background: #285c4d;
}
.wolfstride-video-wrapper-js .main-page-title {
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
}

.wolfstride-video-wrapper-js  .section-main-image {
	max-width: 600px;
}
.container-1000 .section-content-wrapper .section-text, .container-1000 .section-content-wrapper .section-main-image {
	max-width: calc(50% - 0px);
}
.container-1000 .section-content-wrapper {
	/* max-width: 1270px; */
	margin: auto;
	justify-content: space-between;
}

::selection {
	background-color: #fff;
	color: #285c4d;
}
 
.image-banner-section.text-center p {
	text-align: center;
}
 .image-banner-section.text-center .banner__buttons {
	justify-content: center;
}
.wolf-stride-system-banner .banner__content {
	    position: absolute;
    max-width: 850px;
    right: 0px;
    width: 100%;
    margin: auto;
}

.wolf_stride_system_faq .section-header.collapsible-content__header .caption-with-letter-spacing {
	order: 3;
	text-transform: none;
	font-size: 20px;
	max-width: 90%;
	text-align: center;
  font-weight: normal;
}
.wolf_stride_system_faq .collapsible-content-wrapper-narrow {
	max-width: var(--page-width);
}
.wolf_stride_system_faq .grid__item {
	/* background: #fff; */
	max-width: var(--page-width);
	margin: 0 auto 30px;
	width: 100%;
	border-radius: 20px;
	margin: 0 auto;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.wolf_stride_system_faq .grid__item .accordion__title {
	position: relative;
	padding-bottom: 0;
	/* color: #285c4d; */
	text-transform: capitalize;
	font-weight: 700;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 0;
	width: 100%;
} 
.wolf_stride_system_faq .collapsible-content summary .svg-wrapper {
	width: 30px;
	height: 30px;
}
.wolf_stride_system_faq .accordion summary .icon path {
	/* fill: #285c4d; */
}
.wolf_stride_system_faq .accordion summary p {
	color: #000;
}
.wolf_stride_system_faq .accordion .icon-caret {
	height: 1.2rem;
	right: 1.5rem;
	top: calc(50% - .5rem);
}
.wolfstride-video-wrapper-js ul li {
	color: #fff;
	padding: 0 0 11px !important;
	margin: 0px;
}
 
.wolfstride-video-wrapper-js .jdgm-testimonials-carousel {
	width: 100% !important;
	max-width: 100%;
}
.wolfstride-video-wrapper-js  p {
	color: #fff;
}

.quick_setup_safety .feature-products__item .feature-products__subtitle {
	font-size: 30px;
	text-align: left;
	color: #fff;
}
.quick_setup_safety .feature-products__item ol {
	padding: 0px 0px 0px 25px;
} 
.quick_setup_safety .feature-products__item ol li {
	color: #fff;
	text-align: left;
	font-size: 20px;
} 
.quick_setup_safety .feature-products__item {
	border: 0px solid #fff;
	padding: 0px 25px !important;
	box-shadow: 0 0 3px 0px #fff;
}
.quick_setup_safety .feature-products__grid {
	margin-bottom: 120px;
} 


.wolfstride-video-wrapper-js .multicolumn-card-spacing {
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;
	border-radius: 10px;
	border: 10px solid #fff;
  background: #fff;
}
.wolfstride-video-wrapper-js .multicolumn-card-spacing .multicolumn-card__image {
	border-radius: 10px;
}
.wolfstride-video-wrapper-js .multicolumn-list__item {
	background: transparent;
} 
.wolfstride-video-wrapper-js .multicolumn-list__item .multicolumn-card {
	background: transparent;
} 
.wolfstride-video-wrapper-js .multicolumn-card__info .inline-richtext {
	font-size: 28px;
} 
.wolfstride-video-wrapper-js .multicolumn.background-primary .multicolumn-card {
	background: transparent;
}
.banner::after, .banner__media::after {
	display: none;
}

.multirow__inner .image-with-text__grid .grid__item .image-with-text__content {
	padding: 0px;
}
.multirow__inner .image-with-text__grid .grid__item {
	padding: 0px 20px 20px;
} 
.multirow__inner .image-with-text__grid .grid__item .image-with-text__content ol {
	padding-left: 0;
}
.multirow__inner .image-with-text__grid .grid__item .image-with-text__text ol li {
	margin-bottom: 20px;
	/* line-height: 32px; */
	text-align: left;
} 




.key-features-section .section-content-wrapper .section-button {
	display: flex;
	margin-top: 0px;
}
.key-features-section .section-content-wrapper .section-button .button {
	margin-top: 0px;
} 


.two-column-blocks .section-content-wrapper .section-text, .two-column-blocks .section-content-wrapper .section-main-image {
	flex: auto;
	max-width: calc(50% - 0px);
}

.text-left .section-button {
	justify-content: end;
}



.jdgm-carousel-wrapper .jdgm-star.jdgm-star, .jdgm-carousel .jdgm-star.jdgm-star {
	background: #285c4d;
	color: #fff;
}
.jdgm-carousel-title {
	font-size: 50px;
	margin-top: 0;
	letter-spacing: .25px;
	line-height: normal;
	font-weight: 400;
	color: #fff;
	text-align: center !important;
}
.jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper {
	display: block;
	text-align: center;
	max-width: max-content;
	margin: auto;
}

.jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper .jdgm-carousel-number-of-reviews {
	color: #fff;
}
.jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper {
	background: transform;
} 
.jdgm-carousel-wrapper {
	width: 100% !important;
	margin: auto !important;
	padding: 48px 0 !important;
} 

.jdgm-carousel-title, .jdgm-all-reviews-rating-wrapper {
	text-align: center !important;
}  

.jdgm-carousel--card-theme .jdgm-carousel-item__review {
	height: auto !important;
}

.jdgm-carousel--card-theme .jdgm-ellipsis + .jdgm-ellipsis {
	font-size: 16px !important;
	text-decoration: none;
	color: #000;
	display: block;
	margin-bottom: 5px;
} 
 .jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper {
	height: auto;
}

.jdgm-carousel-item {
	height: auto;
	overflow: visible;
} 

.jdgm-testimonials-carousel .jdgm-header .jdgm-title {
	font-size: 50px;
	margin-top: 0;
	letter-spacing: .25px;
	line-height: normal;
	font-weight: 400;
	color: #fff;
} 

.jdgm-testimonials-carousel .jdgm-header .jdgm-header-info .jdgm-average-rating .jdgm-stars .jdgm-star {
	color: #fff;
} 
.jdgm-testimonials-carousel .jdgm-header .jdgm-header-info .jdgm-average-rating .jdgm-rating-text {
	color: #fff;
} 

.jdgm-rating-section {
	flex-direction: row-reverse !important;
	max-width: max-content;
} 
.jdgm-text {
	overflow: auto !important;
  min-height: 300px;
} 

 .jdgm-text {
	min-height: 120px;
	max-height: 100%;
}



/* 
.jdgm-carousel-item__review-body {
	margin: 0;
	display: block !important;
	-webkit-box-orient: vertical;
	overflow: visible !important;
	text-overflow: unset !important;
	-webkit-line-clamp: 4 !important;
} */

 .jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper {
	height: 100%;
	padding: 30px !important;
	box-shadow: inset 0px 4px 12px rgba(255, 255, 255, 0.8) !important;
	border-radius: 14px !important;
	width: 100%;
}

.jdgm-carousel--card-theme .jdgm-ellipsis + .jdgm-ellipsis {
	color: #fff;
}
.jdgm-carousel--card-theme .jdgm-carousel-item__reviewer-name {
	font-size: 100%;
	padding-bottom: 15px;
	color: #fff;
} 

.warranty-wrapper-js {
	background: var(--color-forest);
}

.warranty-wrapper-js .main-page-title {
	margin: 0;
	text-align: center;
	/* color: #fff; */
} 
.warranty-wrapper-js .rich-text__blocks {
	max-width: 100%;
} 
.warranty-wrapper-js .rich-text__blocks .rich-text__heading {
	width: 100%;
	text-align: left;
	font-size: 35px;
} 

.warranty-wrapper-js .forest-green-bg .rich-text__wrapper {
	width: 100%;
	border-bottom: ;
	box-shadow: 0 0 0 1px #fff;
	padding: 30px !important;
	border-radius: 10px;
}
 

.forest-green-bg .rich-text__wrapper a {
	/* color: #fff; */
	font-weight: 600;
}
.warranty-wrapper-js section {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1280px;
	margin: auto;
}
.shopify-policy__container .rte > :last-child {
	margin-bottom: 20px;
}

.shopify-policy__container {
	background: var(--color-forest);
	/* color: #fff; */
	max-width: 100%;
	padding-top: 70px;
	padding-bottom: 100px;
}
.shopify-policy__container .shopify-policy__body {
	max-width: 1280px;
	margin: auto;
	padding: 30px 30px 20px;
	border-radius: 20px;
	border: 1px solid #fff;
}
.shopify-policy__container .shopify-policy__body h2 {
	/* color: #fff; */
	margin-bottom: 15px;
	margin-top: 50px;
}
 
.shopify-policy__container .shopify-policy__body a {
	color: #fff;
	font-weight: bold;
}
 
.shopify-policy__container h1 {
	/* color: #fff; */
	font-size: 50px !important;
	margin-top: 0px !important;
} 

.shopify-policy__container .shopify-policy__body h2 + p {
	margin-top: 0px;
}
 .shopify-policy__container .shopify-policy__body h2:nth-child(1) {
	margin-top: 0px !important;
	font-size: 40px;
	margin-bottom: 25px !important;
} 
.shopify-policy__container .shopify-policy__body h2 + ul, .shopify-policy__container .shopify-policy__body h2 + ol {
	margin-top: 0px !important;
	padding-left: 0px !important;
} 

.shopify-policy__container .shopify-policy__body ul, .shopify-policy__container .shopify-policy__body ol {
	font-weight: 500;
}
.shopify-policy__container li {
	margin-bottom: 15px;
}
.shopify-policy__body ul li p {
    display: inline;
}
.jdgm-carousel-item .jdgm-card-content .jdgm-text p {
	color: #000;
} 
.accordion__content.rte li, .accordion__content.rte a{
    /* color: #000; */
}



/* ------------------------------
   Collection Page CSS Started
--------------------------------*/
/* .collection-common-wrapper-js .gradient.color-scheme-1 {
	background: #285c4d;
} */
.collection-common-wrapper-js .gradient.color-scheme-1 #main-collection-filters {
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 20px 30px 10px !important;
	background: #fff;
	background: var(--color-cream);
}
.collection-common-wrapper-js .gradient.color-scheme-1 #main-collection-filters .facets-container {
	padding: 0px;
}

.collection-common-wrapper-js .gradient.color-scheme-1 * {
	/* color: #000; */
	/* font-size: 18px; */
}
/* .collection-common-wrapper-js {
	background: #285c4d;
}  */
.collection-common-wrapper-js .title {
	color: var(--color-cream);
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 0px;
	font-size: 45px;
}
 .collection-common-wrapper-js .collection-list .collection-card-wrapper {
	background: var(--color-cream);
	padding: 20px;
	border-radius: 15px;
	color: inherit;
	height: 100%;
	position: relative;
	text-decoration: none;
	padding: 15px;
	border-radius: 15px;
} 
.collection-top-header .banner__media .placeholder-svg {
	display: none;
}
 .collection-top-header .banner__media {
	background: transparent;
}
 
.collection-top-header .banner__content {
	padding: 0px;
}
 
.collection-top-header .banner__content .banner__box {
	padding-bottom: 0;
	max-width: 100%;
	position: relative;
	margin-bottom: 35px;
}
.collection-top-header .banner__content .banner__box::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 60px;
	height: 1px;
	background: #50A684;
	margin: 0 auto;
	top: auto;
}

.collection-top-header .banner__content .banner__box .banner__heading {
	/* color: #fff; */
	font-size: 40px;
	text-transform: capitalize;
	margin-bottom: 16px;
} 

.collection-top-header .banner__content .banner__box .banner__subheading, .collection-top-header .banner__content .banner__box h3 span{
	/* color: rgba(255, 255, 255, 0.85); */
	font-size: 16px;
}

.collection-common-wrapper-js {
	padding: 30px 0 100px;
} 
.list-menu--disclosure {
	width: 30rem !important;
} 
details[open]> .header__menu-item, details[open]:hover > .header__menu-item {
	text-decoration-thickness: 0.2rem;
	text-decoration: none !important;
}
/* details[open=""] span, details[open=""] svg path {
	color: #285c4d;
} 
header details[open=""] span, details[open=""] svg path {
	color: #285c4d !important;
}  */
header-menu details[open=""] ul.header__submenu {
	list-style: disc;
	padding-left: 30px;
	list-style: disclosure-closed;
}
header-menu details[open=""] ul.header__submenu li {
	list-style: disclosure-closed;
	color: #285c4d;
} 
header-menu details[open=""] ul.header__submenu li a {
	padding-left: 0px !important;
	padding-bottom: 5px;
	padding-top: 5px;
}

header-menu details[open=""] ul.header__submenu li a:hover {
	text-decoration-thickness: 2px !important;
	text-underline-offset: 0.5rem !important;
}
.collection-common-wrapper-js .collection-list__item.grid__item .card__information .card__heading .full-unstyled-link {
	color: var(--color-forest);
	font-size: 30px;
	text-align: center;
}
.collection-common-wrapper-js .collection-list__item.grid__item .card__information {
	padding-bottom: 0px;
} 


 

/* ------------------------------
   Product Page CSS Started
--------------------------------*/

/* .product-common-wrapper-js section {
	background: #285c4d;
} 
.product-common-wrapper-js product-info {
	 background: #285c4d; 
}
 .product-common-wrapper-js .color-scheme-1.gradient {
	background: #285c4d;
}  */
.template-list-collections .card__inner .card__media {border-radius: 0px !important;}
.collection-hero-banner h3 {color:var(--color-sand);}
.product__media-item--single {
	background: #fff;
	border-radius: 15px;
} 
.product__info-container .product__text, .product__info-container .product__title h1 {
  line-height:1.4;
	/* color: var(--color-cream); */
} 
.product__info-container .price {
	color: var(--color-cream);
	font-size: 35px;
	font-weight: bold;
  line-height:1.2;
} 
.product__info-container .product__tax a, .product__info-container .product__tax {
	color: var(--color-cream);
	font-size: 18px;
	letter-spacing: 0;
} 
.product__info-container variant-selects {
	background: var(--color-cream);
	padding: 20px;
	border-radius: 15px;
	display: flex;
	/* flex-wrap: wrap; */
  flex-direction:column;
	gap: 10px;
	justify-content: space-between;
}

.product-form__input {
	flex: auto;
	padding: 0;
	margin: 0 0 1.2rem;
	max-width: 44rem;
	min-width: fit-content;
	border: none;
} 
.product-form__input .form__label {
	font-size: 16px;
	color: var(--color-forest);
	font-weight: bold;
} 
.product-form__input--swatch .swatch-input__label {
	display: flex;
	align-items: center;
	width: 28px;
	height: 28px;
} 
.swatch-input__input:active + .swatch-input__label, .swatch-input__input:checked + .swatch-input__label {
	outline: 0.1rem solid rgb(var(--color-foreground));
	width: 28px;
	height: 28px;
}

variant-selects .product-form__input {
	flex: auto;
	padding: 0;
	margin: 0 0 1.2rem;
	max-width: max-content;
	/* min-width: max-content; */
	min-width: fit-content;
	border: none;
}

.quantity__button .svg-wrapper {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 16px !important;
	height: 16px;
}
 
.quantity__input {
	font-size: 30px;
}
.quantity::after {
	box-shadow: none;

} 

.price-per-item__container .quantity::before {
	border: 0;
	background: transparent;
}
.price-per-item__container {
	padding-left: 100px;
	position: relative;
}
.price-per-item__container .quantity {
	border-radius: 30px;
	border: 1px solid #fff;
}
.price-per-item__container .quantity .quantity__button.disabled {
	background: transparent;
} 
.price-per-item__container .quantity .quantity__button {
	border-radius: 30px;
}
.price-per-item__container::before {
	position: absolute;
	content: "QTY:";
	left: 0px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	/* color: #fff; */
} 

.quantity__input:focus {
	box-shadow: none;
	outline: none;
	font-size: ;
}
.quantity__input {
	font-size: 26px;
	font-size: 22px;
	font-weight: 600;
	font-family: Avenir Next Cyr,sans-serif;
}

.product-form__buttons {
	display: flex;
	width: 100%;
	max-width: 100% !important;
	gap: 15px;
	flex-wrap: wrap;
}
.template-product-bundle-wolf-stride .product-form__buttons {
  align-items:flex-start;
}
.product-form__buttons button, .product-form__buttons .shopify-payment-button {
	flex: auto;
	width: 100%;
	max-width: calc(50% - 20px);
	max-width: 100%;
}
 .product-form__buttons .shopify-payment-button shopify-buy-it-now-button {
	width: 100%;
	display: block;
}
.product-form__buttons .shopify-payment-button shopify-buy-it-now-button .shopify-payment-button__button {
	max-width: calc(100% - 0px);
} 
.product-form__buttons .shopify-payment-button .shopify-payment-button__button {
	max-width: calc(100% - 0px);
	height: auto;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
} 

.product-form__buttons button {
	height: auto;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	border-radius: 50px;
	min-height: auto;
	line-height: normal;
	padding: 16px 10px;
	background: var(--color-forest);
	border: 2px solid #fff;
	color: var(--color-cream);
  z-index: 9;
  overflow:hidden;
  max-width:100% !important;
}

.product-form__buttons .shopify-payment-button .shopify-payment-button__button {
	background-color: var(--color-sand) !important;
	color: var(--color-forest);
}


.product-form__buttons button:hover {
	color: var(--color-forest);
}

.product-form__buttons button::before{ 
box-shadow: none;
position: absolute;
content: "";
left: 0px;
top: 0px;
background:var(--color-cream);
width: 0px;
height: 100%;
opacity: 0;
transition: 0.5s all ease-in-out;
}

.product-form__buttons button::before {
	box-shadow: none;
	border-radius: 30px;
}

.product-form__buttons button:hover::before {
	width: 100%;
	opacity: 1;
}
.button::after, .shopify-challenge__button::after, .customer button::after, .shopify-payment-button__button--unbranded::after {
	box-shadow: none;
}
.button:not([disabled]):hover::after, .shopify-challenge__button:hover::after, .customer button:hover::after, .shopify-payment-button__button--unbranded:hover::after {
	box-shadow: none;
}
.product-form__buttons {
	display: flex;
	width: 100%;
	max-width: 100% !important;
	gap: 15px;
} 
.product__description p {
	color: #fff;
} 
.product__description ~ .share-button {
	background: #fff;
	max-width: max-content;
	padding: 0px 20px;
	font-size: ;
	border-radius: 30px;
} 

product-recommendations.related-products {
	padding-top: 75px;
}
product-recommendations .related-products__heading {
	font-size: 50px;
	margin-top: 0;
	letter-spacing: .25px;
	line-height: normal;
	font-weight: 400;
	/* color: #fff; */
	position: relative;
	text-align: center; 
	padding-top: 70px;
}
product-recommendations .related-products__heading::before {
	content: "";
	position: absolute;
	background-image: url(https://wolfwomanessentials.com/cdn/shop/files/heading-icon_80x.svg?v=1757956088);
	width: 60px;
	height: 57px;
	background-repeat: no-repeat;
	background-position: center top;
	left: 0;
	right: 0;
	margin: auto;
	top: -15px;
	background-size: cover;
	display: flex;
	align-items: center;
}
.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__title {
    margin-bottom: 30px !important;
}
.product-grid .card-wrapper {
	color: inherit;
	height: 100%;
	position: relative;
	text-decoration: none;
	background: var(--color-cream);
	padding: 20px;
	border-radius: 15px;
} 

.product-grid .card__inner {
	width: 100%;
	box-shadow: 0 0 14px 0px #285c4d70;
	border-radius: 15px !important;
}
.card__inner .card__media {
	border-radius: 15px !important;
}
.product-grid .card__content .card__information .card__heading a {
  color: #000;
  font-size: 22px;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-grid .card__content .card__information .card-information .price .price__sale span {
    font-size: 20px;
    font-weight: 600;
    margin-right: 5px !important;
}
.featured-mes-main p a{
  color:#f5f0e8;
  text-decoration:none;
}
.product-grid .card__content .card__information .card-information .price .price__sale .price-item--regular {
	font-size: 20px;
	font-weight: 600;
	color: #a2a2a2;
} 
.product-grid .card__content .card__information .card-information .price .price__sale .price-item--regular {display: none;}

.badge {
	background-color: rgb(42, 93, 79);
}
 .product__title h1 {
	font-size: 40px;
} 
.header-wrapper--border-bottom {
	border-bottom: 0.5rem solid #285c4d;
} 
.card-information > .price {
	color: rgb(42, 93, 79) !important;
}

.swatch-input__input + .swatch-input__label:hover, .swatch-input__input:hover + .swatch-input__label {
	outline: .2rem solid #285c4d !important; 
}
.swatch-input__input:active + .swatch-input__label, .swatch-input__input:checked + .swatch-input__label {
	outline: .2rem solid #285c4d !important;
}
.card__badge span {
	color: #fff !important;
	font-size: 14px !important;
} 

/* .quick-add__submit {
	background: #285c4d;
	border-radius: 10px;
} 
.quick-add__submit span {
	color: #fff !important;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px !important;
}    */
.product-grid .card-wrapper .card__content {
	padding-top: 15px;
} 
.product-grid .card__content .card__information .card-information .caption-with-letter-spacing {
	font-size: 16px;
	color: #285c4d;
	margin: 5px 0 15px;
	text-transform: capitalize;
	letter-spacing: 0.50px;
}
.product-grid .card__content .card__information .card-information .price span {
	font-size: 20px;
	font-weight: 600;
	color: #285c4d;
} 



/* ------------------------------
   Side Cart Drawer Start
--------------------------------*/

.drawer__inner {
	box-shadow: 0 0 30px #285c4d;
	padding: 0 0rem !important;
	border-radius: 15px;
}
.drawer__inner .drawer__header {
	background: var(--color-cream);
	padding: 1.5rem;
	border-radius: 15px 15px 0 0;
}

.drawer__header .drawer__heading {
	font-size: 35px;
	margin-bottom: 0;
	color: #285c4d;
  text-transform: capitalize; 
}
/* .drawer__close .svg-wrapper {
	height: 2.5rem;
	width: 2.5rem;
}  */
.drawer__close .svg-wrapper svg path {
	fill: var(--color-forest);
	stroke: var(--color-forest);
}
.cart-drawer__empty-content .drawer__close .svg-wrapper svg path {
    fill: var(--color-cream);
    stroke: var(--color-cream);
}
.drawer__close {
	top: 17px !important;
	right: 15px !important;
  color:var(--color-forest);
}


cart-drawer-items {
	padding-top: 20px;
}
.cart-drawer .cart-items thead th:nth-child(2) {
	padding-left: 1.5rem;
}
.cart-drawer .cart-items thead th:last-child(1) {
	padding-right: 1.5rem !important;
}
.cart-drawer thead {
	padding: 0 1.5rem;
}

.cart-drawer .cart-items th {
	border-bottom: 1px solid #fff !important;
} 

.cart-drawer .cart-items tbody {
	padding: 0 1.5rem;
}
.cart-items th {
	font-size: 15px;
	/* color: #fff; */
	font-weight: 600;
  opacity: 1 !important;
}

.cart-drawer .cart-item__image {
	max-width: 100%;
	border-radius: 12px;
}
 .drawer__inner .quantity.cart-quantity {
	background: var(--color-cream);
	border-radius: 30px;
}
.drawer__inner .quantity.cart-quantity .quantity__button {
	color: #285c4d;
} 
.drawer__inner .quantity.cart-quantity input {
	color: #285c4d;
	background: #fff;
	font-size: 23px;
} 
.cart-drawer .cart-item > td + td .cart-remove-button .svg-wrapper {
	width: 30px !important;
	height: 30px !important;
}
.cart-drawer .tax-note a {
	color: #285c4d;
} 
.drawer__inner .cart-item__name {
	text-decoration: none !important;
	font-weight: 600;
	font-size: 18px;
} 
cart-remove-button .icon-remove {
	height: 5.5rem !important;
	width: 5.5rem !important;
}
.cart-drawer .cart-item > td + td .cart-remove-button .svg-wrapper svg path {
	fill: #50A684;
  transition: 0.5s all ease-in-out;
}

.cart-drawer .cart-item > td + td .cart-remove-button:hover .svg-wrapper svg path {
	fill: #459678;
   transition: fill 0.5s all ease-in-out;
}


.drawer__footer {
	border-top: .1rem solid rgba(var(--color-foreground),.2);
	padding: 1.5rem 1.5rem !important;
  background: var(--color-cream);
	color: var(--color-forest);
}
/* .drawer__footer {
	border-radius: 0px 15px 0px 15px;
} */
.drawer__footer .totals .totals__total {
	color: var(--color-forest);
	font-size: 24px;
	text-transform: capitalize;
} 
.drawer__footer .totals .totals__total-value {
	font-size: 20px;
	font-weight: bold;
}

.cart-drawer .cart__checkout-button::before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	transition: .5s all ease-in-out;
	z-index: -9;
	border-radius: 8px;
}

/* ------------------------------
   Side Cart Drawer End
--------------------------------*/

 .quick-add__submit, .cart-drawer .cart__checkout-button {
	color: #000000;
	text-transform: uppercase;
	background: transparent;
	border: 2px solid var(--color-forest);
	margin: 20px 0 0;
	text-align: center;
	/* display: flex; */
	justify-content: center;
	padding: 11px 30px;
	font-size: 18px;
	width: 100%;
	/* max-width: 204px; */
	line-height: normal;
	height: auto;
	min-height: auto;
	position: relative;
	letter-spacing: .25px;
	z-index: 9;
	display: block;
	max-width: max-content !important;
	border-radius: 12px;
	font-weight: 600;
}
.quick-add__submit span, .cart-drawer .cart__checkout-button {
  color: var(--color-forest) !important;
  color:var(--color-forest);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px !important;
	/* padding-left: 50px; */
}
.collection .quick-add__submit span {
  color: #000 !important;
}


 .quick-add__submit:hover span, .cart-drawer .cart__checkout-button:hover {
	color: #fff !important;
}
.quick-add__submit:hover {
	color: #fff !important;
}
.quick-add__submit::before, .cart-drawer .cart__checkout-button::before {
	content: "";
	/* background: #275c4d; */
	background: var(--color-forest);
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	transition: .5s all ease-in-out;
	z-index: -9;
	border-radius: 8px;
}

 .quick-add__submit:hover::before, .cart-drawer .cart__checkout-button:hover::before {
	width: 100% !important;
}

.quick-add__submit::after , quick-add__submit:hover::after, .cart-drawer .cart__checkout-button:hover::after {
box-shadow: none !important;
}

.cart-drawer .cart__checkout-button {
	margin: 0;
	max-width: 100% !important;
	width: 100%;
	color: #285c4d !important;
	border: 2px solid #285c4d;
}
.Qe_Drawer-view .header-drower h2 {
	font-size: 35px !important;
	margin-bottom: 0 !important;
	color: #285c4d !important;
}
.Qe_Drawer-view button.button-slider {background:var(--color-cream) !important;}
button.button-slider svg path {fill: var(--color-forest) !important;}
.Qe_Drawer-view .js-menu__close .closebtn {
	cursor: pointer;
	font-size: 0px;
	width: 2rem  !important;
	height: 2rem  !important;
	background: url(https://apps.qeapps.com/ecom_apps_n/production/quickview/assets/images/close-icon.png) top right no-repeat;
	position: absolute;
	right: 30px  !important;
	top: 29px  !important;
	background-size: 2rem  !important;
  border:none;
}

.Qe_Drawer-view .detail-qe-drower-inner {
	padding: 14px 24px;
	background: var(--color-forest) !important;
	color: #fff;
} 
.Qe_Drawer-view .detail-qe-drower-inner * {
color: #fff !important;
}
.Qe_Drawer-view #main-drawer {
	background: #285c4d !important;
} 


.Qe_Drawer-view .qe_btn-group .QeAddtocart-btn {
	text-transform: uppercase;
	background: #fff !important;
	border: 2px solid #fff;
	margin: 20px 0 0;
	text-align: center;
	justify-content: center;
	padding: 11px 30px;
	font-size: 20px;
	width: 100%;
	line-height: normal;
	height: auto;
	min-height: auto;
	position: relative;
	letter-spacing: .25px;
	z-index: 9;
	display: block;
	max-width: max-content !important;
	border-radius: 12px;
	width: 100%;
	max-width: 100% !important;
	color: #285c4d !important;
	font-weight: 600;
	font-family: Avenir Next Cyr, sans-serif;
}

 .Qe_Drawer-view .qe_btn-group .QeGOtocart-link {
	text-transform: uppercase;
	border: 2px solid #000;
	margin: 20px 0 0;
	text-align: center;
	justify-content: center;
	padding: 11px 30px;
	font-size: 20px;
	width: 100%;
	line-height: normal;
	height: auto;
	min-height: auto;
	position: relative;
	letter-spacing: .25px;
	z-index: 9;
	display: block;
	max-width: max-content !important;
	border-radius: 12px;
	width: 100%;
	max-width: 100% !important;
	font-weight: 600;
	font-family: Avenir Next Cyr, sans-serif;
  background: #000 !important;
  color: #fff !important; 
}

.Qe_Drawer-view .detail-qe-drower-inner img {
	max-width: 100%;
	border-radius: 20px;
} 

.quick-add__submit::after{
	box-shadow: none !important;
	position: absolute;
	/* content: "+"; */
	/* background-image: url("/cdn/shop/files/shopping-cart.png?v=1760765915"); */
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	background-size: 64px;
	right: 120px;
	left: 0;
	margin: 0 auto;
}
/* .quick-add__submit::after {
	content: "+";
	top: 0px;
	font-size: 30px;
  color: #50A684; 
} */
.quick-add__submit:hover::after {
color: #fff; 
}
 .quick-add__submit:hover::after {
	background-position: center right;
 }

.cart-alert-success {
background:rgb(40, 92, 77) !important;
color: #fff; 
}
 
.collection__view-all .link {
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	text-align: center;
	justify-content: center;
	padding: 11px 30px;
	font-size: 20px;
	width: 100%;
	line-height: normal;
	height: auto;
	min-height: auto;
	position: relative;
	letter-spacing: .25px;
	z-index: 9;
	display: block;
	max-width: max-content !important;
	border-radius: 12px;
	font-weight: 600;
	text-decoration: none;
	margin: 50px auto 0;
  overflow:hidden;
}
 .collection__view-all .link::before {
	content: "";
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	transition: .5s all ease-in-out;
	z-index: -9;
	border-radius: 8px;
}
.collection__view-all .link:hover::before {
	width: 100% !important;
} 
.collection__view-all .link:hover {
color: #275c4d; 
}

/* facet-filters-form .facets__display * {
	color: #fff !important;
} */
facet-filters-form .facets__display * {
    color: var(--color-cream);
}

.feature-products.feature-products .feature-products__grid {
	align-items: flex-start;
}

.our_story_section.forest-green-bg {
	text-align: center;
}
.adventure-focused-section {
	max-width: 100%;
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .adventure-focused-section::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
		background: rgba(0,0,0,0.55);
	width: 100%;
	z-index: 1 !important;
	height: 50% !important;
	margin: 0 auto;
	transform: translateY(-40px);
	border-radius: 30px;
	max-width: 860px;
} */

.the-wolf-women-story.adventure-focused-section p {
	max-width: 660px;
	margin: auto;
}
 
/* .the-wolf-women-story.adventure-focused-section::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.55);
	width: 100%;
	z-index: 1 !important;
	height: 50% !important;
	margin: 0 auto;
	transform: translateY(-30px);
	border-radius: 30px;
	max-width: 970px;
} */

.contact-wrapper-js .section-header .rich-text__heading {
	display: none;
}
 .contact-info__title {
	/* color: #000;
	font-size: 35px;
	color: #ffffff; */
	font-size: 32px;
}

.general_safety_guidelines .rich-text__blocks {
	max-width: var(--page-width);
	margin-left: auto;
	margin-right: auto;
} 
.general_safety_guidelines .rich-text__blocks .rich-text__buttons {
	justify-content: center;
	width: 100%;
	max-width: var(--page-width);
} 
.general_safety_guidelines.pt-120.pb-120 {
	padding-top: 120px !important;
	padding-bottom: 120px !important;
} 
.general_safety_guidelines .rich-text__buttons {
	justify-content: center !important;
} 
.bullet_list .feature-products__grid .feature-products__item {
	background: transparent;
	border-radius: 20px;
	padding: 0px;
  Height:100%;
}
.bullet_list .feature-products__grid {
	max-width: var(--page-width);
	margin-left: auto;
	margin-right: auto;
}
.bullet_list .feature-products__grid .feature-products__item .feature-products__text {
	padding: 0px;
} 
.bullet_list .feature-products__grid .feature-products__item .feature-products__text ul {
	text-align: left;
	margin-top: 0;
	padding-left: 15px;
}
.bullet_list .feature-products__grid .feature-products__item .feature-products__text ul li {
  	color: #fff;
}
.bullet_list .feature-products__grid .feature-products__item .feature-products__text ul .important {
	font-weight: bold;
	color: #fff;
} 
.general_safety_guidelines .rich-text__blocks ul li {
	color: #fff;
}

.bullet_list .feature-products__grid .feature-products__item .feature-products__text p {
	text-align: left;
	color: #fff;
}
 
.full-container .rich-text__blocks.left {
	max-width: var(--page-width);
} 
.section-header .section-description p {
	margin-top: 0px;
} 
.feature-products__grid {
	align-items: center;
}


.note_text .rich-text__blocks {
	max-width: 100%;
}

.note_text .rich-text__blocks .rich-text__text {
	margin-top: 0px !important;
}
 .note_text .rich-text__blocks .rich-text__text p {
	text-align: left;
	font-size: 18px;
} 
.multicolumn slider-component .grid li {
	padding: 0px 15px !important;
} 
.starter_bundle_section .rich-text__wrapper .rich-text__blocks {
	width: 100%;
	max-width: 100%;
}
.starter_bundle_section .rich-text__wrapper .rich-text__blocks .rich-text__text {
	text-align: center;
}
.cart__warnings .button, .cart-drawer__empty-content .button {
	color: var(--color-forest);
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 10px;
} 
.cart-drawer__empty-content .button  {
  margin-inline: auto;
}
.cart__warnings {
	padding: 7rem 0 7rem !important;
}

.cart__warnings .cart__login-title {
	margin: 3.5rem 0 .5rem;
}


.card__inner.color-scheme-1.gradient.ratio {
	aspect-ratio: 1/1;
	--ratio-percent: 100% !important;
}
.card .media {
	width: 100%;
	aspect-ratio: 1/1;
} 

/* ------------------------------
   Responsive Stacking
--------------------------------*/
@media (max-width: 768px) {
  .packaging {
    flex-direction: column; /* image always above text */
    text-align: center;
  }
  .packaging-text, .packaging-image {
    width: 100%;
    padding: 10px 0;
  }
  .packaging h2 { font-size: 1.6rem; }
  .packaging .packaging-points { font-size: 0.95rem; }
}

@media (max-width: 480px) {
  .packaging h2 { font-size: 1.4rem; }
  .packaging .packaging-points { font-size: 0.9rem; }
}







@media screen and (min-width: 1301px) and  (max-width: 1470px) { 
.header--middle-left .header__inline-menu .list-menu__item {
	font-size: 18px;
}

}


 
@media screen and (min-width: 750px) and  (max-width: 1300px) { 
.header__icon .svg-wrapper {
	width: 34px;
	height: 34px;
}
.header--middle-left .header__inline-menu .list-menu__item {
	font-size: 20px;
	/* font-weight: 600; */
	text-transform: uppercase;
	color: var(--color-forest);
	line-height: 32px;
	letter-spacing: .25px;
  font-family: Avenir Next Cyr,sans-serif;
  padding-left: 16px;
  padding-right: 16px;
}

.header__icons {
	gap: 10px !important;
}
.header__heading-logo-wrapper {
	width: 85%;
}

.header {
	padding-top: 10px;
	padding-bottom: 10px;
} 

/* .slideshow__text-wrapper.banner__content {
	height: auto !important;
	padding: 0rem !important;
	position: relative;
	margin: auto;
	left: 0;
	right: 0;
	opacity: 1;
	min-height: auto !important;
} */
.slideshow__text-wrapper.banner__content .slideshow__text.banner__box {
	max-width: 50% !important;
	margin-left: 10% !important;
	margin-right: auto !important;
}
.banner__heading.inline-richtext.h1 {
	font-weight: 700;
	line-height: 45px;
	color: #000;
	margin-top: 15px;
	letter-spacing: .5px;
	font-size: 25px;
	line-height: 100%;
} 
.slideshow__text-wrapper.banner__content .slideshow__text.banner__box .banner__buttons {
	max-width: 100%;
}
  .slideshow__text-wrapper.banner__content {
	min-height: 100% !important;
} 
.slideshow__text-wrapper.banner__content .banner__heading.inline-richtext.h1 {
	font-size: 22px;
	line-height: normal !important;
}
.slideshow__text-wrapper.banner__content .slideshow__heading-wrapper + .banner__text p {
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 140% !important;
} 
.banner__heading.inline-richtext.h1 {
	font-size: 20px !important;
	line-height: normal !important;
}
}

@media screen and (min-width: 990px) and  (max-width: 1100px) { 
.header--middle-left .header__inline-menu .list-menu__item {
	font-size: 16px !important;
	padding: 10px 11px !important;
}
.slideshow__text-wrapper.banner__content {
	position: absolute;
	min-height: 100%;
}
}


@media screen and (min-width: 990px) {
.header--middle-left .header__inline-menu {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: center;
}
.header {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: center !important;
}
}


@media screen and (min-width: 750px) {
  /* .footer {
    margin-top: 0px;
    background: #285c4d;
  }
  .footer__content-top .grid .grid__item:nth-child(2), .footer__content-top .grid .grid__item:nth-child(3) {
	width: 100%;
	max-width: max-content;
}

.footer__content-top .grid .footer-block.grid__item {
	max-width: max-content;
}
.footer__content-top .grid {
	justify-content: space-between;
} */

.product-card .product-image {
	min-height: 330px;
	display: flex;
	align-items: center;
}

}

@media screen and  (max-width: 1080px) {
.contact-wrapper-js .contact-wrapper {
	flex-direction: column-reverse;
	flex-wrap: wrap;
}
.section-text, .section-main-image {
    width: 100%;
    max-width: 850px;
}
.contact-wrapper-js .contact-wrapper .section-text, .contact-wrapper-js .contact-wrapper .section-main-image {
	flex: auto;
}
.contact-wrapper-js .contact-wrapper .contact-info-wrapper {
	margin-top: 30px;
}
.contact-wrapper-js .section-template--18370621571183__rich_text_AfcawF-padding {
	padding-top: 30px;
	padding-bottom: 60px;
}

.contact-wrapper-js  .section-template--18370621571183__rich_text_VrChkA-padding {
	padding-top: 42px;
	padding-bottom: 10px;
}
.contact-info__title {
	font-size: 32px;
	margin-top: 0px;
}


}
@media screen and  (max-width: 1024px) {
.shop-category-item .caption {
	font-size: 16px !important;
}
.pb-120 {
	padding-bottom: 60px;
}
.pt-120 {
	padding-top: 60px;
}
.mt-120 {
	margin-top: 60px;
} 
.footer__content-top .grid {
	padding: 0 2rem;
}
footer::before {
	background-image: none;
}
.footer-block__details-content .list-menu__item--link {
	padding-bottom: 0rem !important;
}
.footer-block__image-wrapper {
	max-width: max-content !important;
}
.footer__content-top .grid {
	column-gap: 2rem;
}
h2.footer-block__heading {
	font-size: 30px !important;
}


.section-header img.section-icon {
	margin-bottom: 0px;
}
.feature-products__grid {
	grid-template-columns: 1fr !important;
	gap: 30px !important;
}

.feature-products__text {
	margin-top: 30px;
	/* margin-bottom: 60px; */
} 
.adventure-focused-section {
	flex-wrap: wrap;
}
.adventure-focused-section .banner__content {
	background: transparent;
	margin-bottom: 10px;
  position: relative !important; 
  padding: 0px;
}
.adventure-focused-section .banner__box .banner__heading.h1 {
	color: #fff;
}
.adventure-focused-section .banner__box .banner__text p {
	color: #fff;
	font-size: 20px;
	letter-spacing: .25px;
	line-height: 30px;
	font-weight: 500;
}
/* .button.button--primary {
	color: #285c4d;
	border: 1px solid #285c4d !important;
	padding: 12px 30px !important;
	font-size: 16px !important;
	margin-top: 20px !important;
} */

.product-accessorizes .accessories-grid .accessory-card:nth-child(1) .accessory-title {
	max-width: 100% !important;
}
.product-accessorizes .accessories-grid .accessory-card:nth-child(2) .accessory-title {
	max-width: 100% !important;
}
.product-accessorizes .accessories-grid .accessory-card .accessory-text {
	font-size: 16px !important;
}
.product-accessorizes .accessories-grid .accessory-card .accessory-title {
	font-size: 30px;
  margin-top: 0px !important;
}

.accessories-grid {
	gap: 30px;
}

.our-story-section .image-with-text__grid {
	gap: 0px;
	flex-direction: column-reverse;
}

.promotion_bar_section ul {
	display: flex;
}
.promotion_bar_section ul li {
	flex: auto;
	width: 100% !important;
	max-width: calc(50% - 15px) !important;
}
.promotion_bar_section ul li .multicolumn-card__info {
	padding-top: 15px;
} 
.feature-products__overlay {
	padding: 30px;
}
.header__icon .svg-wrapper {
	width: 34px;
	height: 34px;
}
.product-card .product-title {
	min-height: 70px;
}
.our-story-section .image-with-text__heading-wrapper .image-with-text__heading {
	font-size: 40px;
	text-align: center;
}

.our-story-section .grid__item .image-with-text__content--top {
	padding-top: 0 !important;
	padding-left: 0px;
	padding-right: 0px !important;
}
.our-story-section .image-with-text__heading-wrapper .image-with-text__icon {
	margin: auto !important;
	text-align: center;
	display: flex;
} 
.our-story-section .grid__item .image-with-text__content--top {
	padding-bottom: 40px;
} 

.header__icons {
	gap: 5px;
}

.footer__content-bottom .page-width.flex {
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
	text-align: center;
	line-height: normal;
	margin-top: 15px !important;
} 



/*=========== Wolf Stride System Video Page (Max-1024px) Started================*/
.image-banner-section .banner__heading {
	font-size: 40px;
}
.section-header, .section-header h2 , .section-header > h2, .jdgm-carousel-title {
	font-size: 35px;
}

/* .section-header {
	margin-bottom: 0px !important;
} */

.wolfstride-video-wrapper-js ul li, p, .bullet-block ul li, .wolf_stride_system_faq .section-header.collapsible-content__header .caption-with-letter-spacing, .quick_setup_safety .feature-products__item ol li, .multirow__inner .image-with-text__grid .grid__item .image-with-text__text ol li {
	font-size: 18px;
}
.multirow__inner .image-with-text__grid .grid__item .image-with-text__text ol li, 
.wolf_stride_system_faq .section-header.collapsible-content__header .caption-with-letter-spacing {
	max-width: 100%;
	line-height: 30px;
	font-weight: normal;
}
.multirow__inner .image-with-text__grid .grid__item .image-with-text__text ol li {
	margin-bottom: auto;
}


.wolf-stride-system-banner .banner__content.page-width {
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}
.wolfstride-video-wrapper-js .two-column-blocks .section-content-wrapper .section-text, .two-column-blocks .section-content-wrapper .section-main-image {
	flex: auto;
	max-width: calc(100% + 0px);
	width: 100%;
}

.wolfstride-video-wrapper-js .two-column-blocks.reverse-layout .section-content-wrapper {
	flex-direction: column-reverse;
	text-align: center;
}
.wolfstride-video-wrapper-js .two-column-blocks .section-content-wrapper .image-wrapper.section-main-image {
	display: flex;
	justify-content: center;
}
.wolfstride-video-wrapper-js .how-it-works .image-with-text__grid.grid {
	flex-wrap: ;
	display: flex;
	flex-direction: column-reverse;
}
.wolfstride-video-wrapper-js .how-it-works  .grid--2-col-tablet .grid__item {
	width: calc(100% - 0px);
}
.wolfstride-video-wrapper-js .key-features-section .section-content-wrapper {
	flex-direction: column-reverse;
} 
.wolfstride-video-wrapper-js .text-left .section-button {
	justify-content: center;
}

/*===========Wolf Stride System Video Page (Max-1024px) End================*/


.wolf-stride-system-banner .banner__content, .image-banner-section .banner__content {
	position: unset;
	right: 5%;
	margin: 0;
	left: auto;
	max-width: 100%;
  padding: 0rem;
}
/* .image-banner-section .banner__box::before {
	content: "";
	background: #0000008c;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .7;
	z-index: -9;
	left: 0;
	right: 0;
	top: 0;
	border-radius: 10px;
} */
.image-banner-section .banner__box::before {
	border-radius: 0px;
}
.image-banner-section .banner__content.page-width {
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}

.contact-wrapper-js .contact-wrapper .contact-info-wrapper {
	width: 100%;
	max-width: 100%;
	padding: 0px;
} 
.contact-wrapper-js .image-banner-section .banner__box::before {
	background: #285c4d;
	width: 100%;
	opacity: 1;
	border-radius: 0px;
}
}


@media screen and (min-width: 750px) and (max-width: 991px) {
.footer__content-top .grid .footer-block.grid__item {
	max-width: calc(50% - 30px);
}
 
}

@media screen and (max-width: 991px) {
.our-story-section .image-with-text__grid .grid__item {
	width: 100%;
	max-width: calc(100% - 0px);
}
}

@media screen and (max-width: 767px) {
.footer__content-bottom .page-width.flex {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
footer::before {
	background-image: none;
}
.footer__content-top .grid .footer-block.grid__item:nth-child(1) {
	max-width: max-content;
	margin: 0 auto;
}
.slideshow__text-wrapper.banner__content .slideshow__heading-wrapper + .banner__text p {
	font-size: 16px !important;
}
.slideshow__text-wrapper.banner__content .slideshow__heading-wrapper .slideshow__sublogo {
	display: none;
}
  .banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media, .banner--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
    height: 100% !important;
  }
  .scroll-trigger.animate--fade-in, .scroll-trigger.animate--slide-in {
	opacity: 1;
}

.footer__content-top .grid .footer-block.grid__item {
	max-width: calc(50% - 30px);
}
.accessory-card .btn {
	text-decoration: none;
}

.accessory-overlay {
	position: relative !important;
	background: #275c4d !important;
	top: -15px !important;
} 
.accessory-image {
	border-radius: 0px !important;
}
.accessory-image-wrapper::after {
	opacity: 0 !important;
}
.accessory-card .btn {
	text-decoration: none;
}
.carousel-btn {
	width: 40px !important;
	height: 40px !important;
}

.accessories-grid {
	grid-template-columns: 1fr !important;
	gap: 30px !important;
}
 .carousel-track .product-card form {
	margin: 40px auto 0px !important;
} 
.product-accessorizes .accessories-grid .accessory-card .accessory-title {
	font-size: 25px !important;
}


.newsletter_section_home .omnisend-form-68c03a095b0ed73b093577ca-action-container-627932485028ebd8c6660c51 {
	max-width: 250px;
	top: 72px;
	right: 0;
	margin-left: auto !important;
	margin-right: auto !important;
}
.newsletter_section_home .omnisend-form-68c03a095b0ed73b093577ca-field-container-wrapper-62a34db0f7b3732a01429b16 {
	max-width: calc(100% - 0px);
	margin-left: 0px;
}
.newsletter_section_home .omnisend-form-68c03a095b0ed73b093577ca-action-container-627932485028ebd8c6660c51 {
	position: unset;
	margin-right: 0px;
}
.newsletter_section_home #omnisend-form-68c03a095b0ed73b093577ca-field-container-62a34db0f7b3732a01429b16-emailField-input.omnisend-form-68c03a095b0ed73b093577ca-field-container-62a34db0f7b3732a01429b16-input {
	border-radius: 15px !important;
}
.newsletter_section_home #omnisend-form-68c03a095b0ed73b093577ca-action-627932485028ebd8c6660c51.omnisend-form-68c03a095b0ed73b093577ca-action-627932485028ebd8c6660c51 {
	border-radius: 10px !important;
  border: 1px solid #fff !important;
    padding-right: 0px;
    padding-left: 41px !important;
       
    
}
.omnisend-reset-68c03a095b0ed73b093577ca h1::before {
	display: none;
}
.footer {
	margin-top: 40px;
} 
.header__heading-logo {
	height: auto;
	max-width: 150px;
}
slideshow-component .slideshow__controls--border-radius-mobile .slider-counter--dots {
	bottom: 20px;
}
.slideshow__text-wrapper.banner__content .slideshow__heading-wrapper .banner__heading {
	font-size: 40px !important;
} 


}



@media screen and (max-width: 749px) {
  .banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media, .banner--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
    height: 100%;
  }
  .banner--mobile-bottom .slideshow__text.banner__box {
	height: 100%;
	padding-left: 10% !important;
	padding-right: 10% !important;
}
.slider-buttons .slider-button {
	display: none;
}
.banner__heading.inline-richtext.h1 {
	font-size: 25px !important;
	line-height: 120%;
	margin-top: 0 !important;
	text-align: center;
}
.slideshow__text-wrapper.banner__content .slideshow__heading-wrapper + .banner__text p {
	font-size: 20px !important;
	line-height: 100%;
	text-align: center;
}
.slideshow__text-wrapper.banner__content .banner__buttons {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 1rem;
	max-width: 45rem;
	word-break: break-word;
	justify-content: center;
}
.slideshow__text-wrapper.banner__content .banner__buttons .button {
	color: #285c4d;
	text-transform: uppercase;
	background: transparent;
	font-size: 16px;
	letter-spacing: .25px;
	line-height: normal;
	font-weight: 700;
	margin: 0;
	padding-left: 0;
	border-bottom: 2px solid #285c4d;
	padding-right: 0;
	justify-content: space-between;
	column-gap: 10px;
}
.banner__buttons .button svg {
	width: 30px;
	height: 25px;
} 
.slideshow__text-wrapper.banner__content .banner__buttons .button {
	padding: 0px 0;
	min-height: auto !important;
} 
.banner--mobile-bottom .slideshow__text.banner__box {
	height: 100%;
	padding-left: 10% !important;
	padding-right: 10% !important;
	max-width: 98% !important;
	margin-left: auto !important;
	margin-right: auto !important;
} 
.slideshow__control-wrapper .slider-counter__link--dots .dot {
	width: 10px;
	height: 10px;
}
.slideshow__control-wrapper .slider-counter__link--dots {
	padding: 3px;
}

.shop-category-item h3 {
	font-size: 25px !important;
}
.shop-category-item .caption {
	font-size: 14px !important;
}
.feature-products__title {
	font-size: 25px;
	line-height: normal;
}

.feature-products__title {
	font-size: 25px;
	line-height: 100%;
}
.feature-products__text {
	margin-top: 0px;
}

.feature-products__description {
	font-size: 20px !important;
	max-width: 100% !important;
	margin: 10px auto 0 !important;
	display: block !important;
}
.feature-products__grid {
	gap: 30px !important;
	justify-content: center;
}
.feature-products__title {
	font-size: 25px !important;
	padding: 0 30px !important;
}

.adventure-focused-section .banner__heading {
	font-size: 30px !important;
}
.adventure-focused-section .banner__box .banner__text p {
	font-size: 16px;
}
/* slideshow-component .slideshow__controls--border-radius-mobile {
	position: relative !important;
	bottom: 0px;
} */
.scroll-trigger.animate--fade-in, .scroll-trigger.animate--slide-in {
	opacity: 1;
}
/* .banner--mobile-bottom:not(.banner--stacked) .banner__content {
	position: unset;
	background-color: #6f6f6f;
}  */


.main-slider .slideshow__text-wrapper.banner__content {
	position: unset;
	min-height: auto;
  margin-top: 0px;
}
.slideshow__text-wrapper.banner__content .slideshow__heading-wrapper + .banner__text p {
	font-size: 20px !important;
	line-height: normal;
}

slideshow-component .slideshow__controls--border-radius-mobile {
	bottom: 0;
}
slideshow-component .slideshow.banner {
	padding-bottom: 30px;
}

.adventure-focused-section .banner__heading.inline-richtext.h1 {
	font-size: 28px !important;
	line-height: normal;
}
.legacy-section .banner__text.rte.body p strong {
	font-size: 20px;
}

.adventure-focused-section .banner__content .banner__box {
	padding-left: 0px;
	padding-right: 0px;
}

.omnisend-form-68c03a095b0ed73b093577ca-text-624ab2f927652f651edfd0b0, .omnisend-form-68c03a095b0ed73b093577ca-text-624ab2f927652f651edfd0b0 p, .omnisend-form-68c03a095b0ed73b093577ca-text-624ab2f927652f651edfd0b0 li {
	font-size: 25px !important;
}
.omnisend-reset-68c03a095b0ed73b093577ca h1::before {
	width: 31px;
	height: 31px;
	top: 16px;
}

.feature-products__title {
	font-size: 25px !important;
	padding: 0 0px !important;
	max-width: 100% !important;
}
.feature-products__title br {
	display: none;
} 
.feature-products__overlay .button_link {
	margin-top: 15px;
}

slideshow-component .slideshow__controls--border-radius-mobile {
	bottom: 15px !important;
	width: 100%;
	border-top: 0;
	border-bottom: 0;
} 

.shop-category-grid {
	gap: 20px;
} 
.wolfstride-video-wrapper-js ul li, p, .bullet-block ul li, .wolf_stride_system_faq .section-header.collapsible-content__header .caption-with-letter-spacing, .quick_setup_safety .feature-products__item ol li, .multirow__inner .image-with-text__grid .grid__item .image-with-text__text ol li {
	font-size: 16px;
}
.section-header, .section-header h2, .section-header > h2, .jdgm-carousel-title {
	font-size: 30px;
	margin-bottom: 15px !important;
  line-height:1.2;
}
.quick_setup_safety .feature-products__grid {
	margin-bottom: 60px;
}
}



@media screen and (max-width: 575px) {
.shop-category-grid.columns-2 {
	grid-template-columns: repeat(1, 1fr);
}
.footer__content-top .grid .footer-block.grid__item {
	max-width: calc(100% - 0px);
}

.product-card {
	flex: 0 0 auto !important;
}
.promotion_bar_section ul li .multicolumn-card__image-wrapper {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.promotion_bar_section ul li .multicolumn-card__info {
	padding-left: 0px;
	padding-right: 0px;
} 
.promotion_bar_section ul li .multicolumn-card__info .rte {
	font-size: 20px;
	line-height: normal;
}
.promotion_bar_section ul li {
	max-width: calc(50% - 10px) !important;
}
.promotion_bar_section ul li .multicolumn-card__image-wrapper .media {
	width: 70px;
	height: 41px !important;
	padding: 0 !important;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.promotion_bar_section .multicolumn-list:not(.slider) {
	gap: 20px;
}


.legacy-section.the-wolf-women-story.adventure-focused-section {
	margin-bottom: 60px;
}
.newsletter_section_home .omnisend-form-68c03a095b0ed73b093577ca-action-container-627932485028ebd8c6660c51 {
	max-width: 100%;
	position: unset;
	margin-right: 50px;
	padding-top: 0px;
}
.newsletter_section_home .omnisend-form-68c03a095b0ed73b093577ca-field-container-wrapper-62a34db0f7b3732a01429b16 {
	width: 100%;
	max-width: calc(100% - 0px);
	margin-left: 0px;
}
.omnisend-form-68c03a095b0ed73b093577ca-field-container-62a34db0f7b3732a01429b16 {
	padding-bottom: 0px;
}
.omnisend-form-68c03a095b0ed73b093577ca-action-container-627932485028ebd8c6660c51 {
	padding-top: 0px;
}
.newsletter_section_home #omnisend-form-68c03a095b0ed73b093577ca-field-container-62a34db0f7b3732a01429b16-emailField-input.omnisend-form-68c03a095b0ed73b093577ca-field-container-62a34db0f7b3732a01429b16-input {
	border-radius: 15px !important;
  background: #285c4d !important;
}

.newsletter_section_home #omnisend-form-68c03a095b0ed73b093577ca-field-container-62a34db0f7b3732a01429b16-emailField-input.omnisend-form-68c03a095b0ed73b093577ca-field-container-62a34db0f7b3732a01429b16-input::placeholder {
	color: #fff;
}


.newsletter_section_home .omnisend-form-68c03a095b0ed73b093577ca-action-container-627932485028ebd8c6660c51 button {
	border-radius: 15px !important;
} 

.newsletter_section_home button[type="submit"]::before {
	left: -140px;
	right: 0;
	margin: 0 auto;
}

.omnisend-form-68c03a095b0ed73b093577ca-text-68c038d490bff87eafac2576, .omnisend-form-68c03a095b0ed73b093577ca-text-68c038d490bff87eafac2576 p, .omnisend-form-68c03a095b0ed73b093577ca-text-68c038d490bff87eafac2576 li {
	font-size: 16px !important;
	text-align: center !important;
}

.shop-category-grid.columns-2 {
	grid-template-columns: repeat(1,1fr) !important;
}

.feature-products__description {
	font-size: 16px;
	font-weight: normal;
}
.carousel-track .product-card form {
	margin: 40px auto 0px;
}

.newsletter_section_home .omnisend-form-68c03a095b0ed73b093577ca-text-624ab2f927652f651edfd0b0, .omnisend-form-68c03a095b0ed73b093577ca-text-624ab2f927652f651edfd0b0 p, .omnisend-form-68c03a095b0ed73b093577ca-text-624ab2f927652f651edfd0b0 li {
	font-size: 30px !important;
} 
.promotion_bar_section ul li {
	max-width: calc(100% - 0px) !important;
}
.contact-info__item strong {
	font-size: 18px;
}
.contact-info__item a {
	font-size: 16px;
}
.contact-info__item {
	font-size: 16px;
}
a.button.button--primary.schedule-call-btn {margin-bottom: 10px;}

}

@media (max-width: 480px) {
  .section-header h2 {
    font-size: 30px;
  }
  .section-header, .section-header h2, .section-header > h2, .jdgm-carousel-title {
	font-size: 30px;
}
.section-description p {
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
}
.section-description p:last-child {
  margin-bottom: 0;
}
.wolfstride-video-wrapper-js ul li, p, .bullet-block ul li, .wolf_stride_system_faq .section-header.collapsible-content__header .caption-with-letter-spacing, .quick_setup_safety .feature-products__item ol li, .multirow__inner .image-with-text__grid .grid__item .image-with-text__text ol li {
	font-size: 16px;
}
}


/* Pankaj css start */

    .product-form__input--pill input[type=radio]+label {
        padding: 0.1rem 0rem !important;
    }
.product__info-wrapper .kaching-bundles .kaching-bundles__bar-radio{
      position: relative;
      top: 6px;
}
.product__info-wrapper .kaching-bundles .kaching-bundles__bar-main {
  
    align-items: baseline;
    
}
.product__info-wrapper .kaching-bundles .kaching-bundles__bar-content {
    align-items: baseline;
}

.product__info-wrapper .kaching-bundles .kaching-bundles__bar-collection-products {
        margin-top: 12px !important;
}
.product__info-wrapper .kaching-bundles__bar-wrapper {
    padding: 16px !important;
}
.kaching-bundles .kaching-bundles__bar-label {
    border-radius: 18px !important;
    padding: 7px 16px;
}
.our-guarantee-sec .banner__buttons {
    justify-content: center;
}

.collection-common-wrapper-js  .facet-filters__field {
    align-items: baseline;
}
.wolfstride-video-wrapper-js .section-main-image {
  
    display: flex;
    justify-content: end;
}
.key-features-section .section-main-image {
  
    display: flex;
    justify-content: left;
}
.wolfstride-video-wrapper-js .section-main-image img {
    width: auto;
    height: auto;
    display: block;
    object-fit: cover;
    max-width: 500px;
}
.footer__content-top .rte .help-link {
    font-size: 14px;
    padding: 13px 27px;
}
.facet-filters__sort:focus-visible {
 
    box-shadow: unset !important;
}
.facet-filters__field .select .svg-wrapper{
  
    right: 14px !important;
}
.facet-filters__field .select {
    width: auto;
    border: 2px solid #285c4d;
        border-radius: 43px;
    padding: 4px 12px;
}
.facets-container .product-count.light {
    position: relative;
    top: 6px;
}
.facets__wrapper {
    position: relative;
    top: 6px;
}
.page-width .product-tabs .tab-accordion {
    border-radius: 13px;
    margin-top: 0rem;
    background-color: #fff;
}
.our-guarantee-sec .banner__media img {
  object-fit: unset;
}
.meet-our-ambassadors .banner__media img  {
  object-fit: cover;  
}

.product__info-wrapper .product-form__quantity label.quantity__label.form__label {
    display: none;
}
   @media screen and (max-width: 1600px) {
.collection-common-wrapper-js .gradient.color-scheme-1 #main-collection-filters {
        margin: 2px 9px;
    }
    .product-form__buttons button {
    font-size: 20px;
        padding: 10px 5px;
    }
     .shopify-payment-button__button{
        font-size: 20px;
        padding: 10px 5px;
    }
    }
   @media screen and (max-width: 1400px) {
 .product-form__buttons button {
    font-size: 20px !important;
    padding: 10px 5px;
    height: 100% !important;
    }
    ..shopify-payment-button__button{
        font-size: 20px;
        padding: 10px 5px;
    }
   }
      @media screen and (max-width: 1200px) {
 .product-form__buttons button {
    font-size: 16px;
        padding: 8px 5px;
    }
   .shopify-payment-button__button{
        font-size: 16px !important;
        padding: 10px 5px;
    }
   }


.faq_section_wrapper.pdp-faskedqs .collapsible-content-wrapper-narrow {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: var(--color-moss);
  border-radius: 20px;
  padding: 30px;
}
.faq_section_wrapper.pdp-faskedqs .collapsible-content-wrapper-narrow summary .icon-caret {
    height: 1.4rem;
}
.recipient-fields__field input {
    font-size: 18px;
    color: #fff;
    opacity: 1;
}
.recipient-fields__field  label.field__label {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
label.form__label.recipient-form-field-label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.product-form__recipient-error-message-wrapper .form__message, .product-form__recipient-error-message-wrapper .form__message + ul {
    display: none;
}
.recipient-fields__field .field__input[type="date"]:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-20%);
  width: 18px;
  height: 18px;
  background-color: #fff;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-2V2h-2v2H9V2H7zm12 18H5V9h14v11z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-2V2h-2v2H9V2H7zm12 18H5V9h14v11z'/%3E%3C/svg%3E") no-repeat center;
  pointer-events: none    
}
.image-with-text__text ul {text-align: left;}
   @media screen and (max-width: 749px) {
    .poop-bags-main .image-with-text__grid {
      gap: 20px;
      flex-direction: column;
    }
    .poop-bags-main .image-with-text__text-item {
      padding: 0;
    }
    .section-header, .section-header h2, .section-header>h2, .jdgm-carousel-title {
        font-size: 37px !important;  
    }
    .shop-category-grid {
    margin-top: 23px;
     }
    .feature-products__grid {
        margin-top: 20px;
    }
    .image-banner-section .banner__heading, product-recommendations .related-products__heading{
      font-size: 32px;
    }    
    .multicolumn slider-component .grid li {
      padding: 0 5px!important;
    }
    .about-us-wrapper-js .multicolumn-list {
      row-gap: 20px;
    }
    #two-column-section .image-wrapper {
      grid-auto-columns: 1fr;
      padding: 0;
    }
    .warranty-wrapper-js .forest-green-bg .rich-text__wrapper, .shopify-policy__container .shopify-policy__body{
      padding: 20px 10px !important;
    }
    .shopify-policy__container {
      padding-top: 30px;
      padding-bottom: 50px;
    }
    .shopify-policy__container .shopify-policy__body a {
      word-break: break-word;
    }
    .template-article .contains-card--product {
      row-gap: 20px;
    }
    .shopify-policy__container h1, .warranty-wrapper-js .main-page-title{
      font-size: 32px!important;
    }
    .shopify-policy__container .shopify-policy__body h2:nth-child(1), .warranty-wrapper-js .rich-text__blocks .rich-text__heading{
      font-size: 28px !important;
    }
    .faq_section_wrapper.pdp-faskedqs .collapsible-content-wrapper-narrow {padding: 20px 10px;}    
    .faq_section_wrapper.pdp-faskedqs {padding: 0 10px;}
    .faq_section_wrapper.pdp-faskedqs .section-header.collapsible-content__header, .faq_section_wrapper.pdp-faskedqs .collapsible-content__heading{margin: 0 !important;}
    .faq_section_wrapper.pdp-faskedqs .accordion__title {max-width: calc(100% - 7rem);}
    /* .isolate .section-template--18370621374575__rich_text_9MbtVe-padding {
    padding-top: 18px;
    } */
    .accordion-panel ul {
      margin-top: 0;
    }
  .newsletter_section_home {
    padding: 40px 0 20px;
  }
  .product-grid .card__content .card__information .card__heading a {
    min-height: auto;
  }
  .product-grid .card-wrapper .card__content {
    padding-top: 0;
  }
    .slider.slider--tablet.contains-card--standard .slider__slide:not(.collection-list__item--no-media) {

        /* max-width: 395px;
        width:100%; */
        padding-bottom: 54px !important;
    }
    .collection__view-all .link {
        margin: 19px auto 0;
    }
    .product-accessories .section-subheading {
        margin: 10px auto 40px !important;
        font-size: 16px !important;
        line-height: 27px !important;
    }
      .our-story-section .grid__item .image-with-text__content--top p {
        font-size: 16px;
        line-height: 27px;
        margin-top: 9px;
        text-align: center;
    }

      .our-story-section .grid__item .image-with-text__content--top {
      
          align-items: center;
      }
      .our-story-section {
    /* padding-top: 13px; */
    }
    .promotion_bar_section ul {
        margin-top: 16px;
    }
    .header__icon--menu .icon {
        transform: scale(1.1);
    }
    header-drawer {
      margin-left: 0.1rem !important;
    }
    .collection-common-wrapper-js .gradient.color-scheme-1 #main-collection-filters {
        padding: 16px 15px 15px !important;
        margin: 2px 9px;
    }
    .collection-common-wrapper-js .gradient.color-scheme-1 #main-collection-filters .facets-container {column-gap: 5px;}
    .collection-common-wrapper-js {padding: 30px 0 0px;}
  .section-template--18933686042735__product-grid-padding {
        padding-top: 0px !important;
    }
   .collection .quick-add__submit, .cart-drawer .cart__checkout-button {
   
    margin: 0px 0 0;
    }
   .collection .product-grid .card__content .card__information .card__heading a {
    font-size: 20px;
    }
    .collection .product-grid .card__content .card__information .card-information .price span {
    font-size: 18px;
    }
    .collection .product-grid .card-wrapper {

    padding: 12px;
    }
     .collection-common-wrapper-js .quick-add__submit {
  
    font-size: 14px !important;
}
  .quick-add__submit span {
    font-size: 14px !important;
}

.collection-common-wrapper-js .title {
    font-size: 40px;
    padding-top:0px;
}
.collection-common-wrapper-js .collection-list__item.grid__item .card__information .card__heading .full-unstyled-link {
    font-size: 23px;
}
.footer-block__image-wrapper img {
   
    max-width: 80% !important;
    margin: auto;
}
.footer__blocks-wrapper a.help-link {
  
    padding: 6px 13px;
    font-size: 16px;
}
.our-story-section .grid__item .image-with-text__media::before {
    width: 128px;
    right: 3px;
    bottom: 1px;
   
}
.jdgm-carousel-wrapper .jdgm-carousel-item__review-body>p {
   
    font-size: 15px;
}

.jdgm-carousel-wrapper .jdgm-carousel--card-theme .jdgm-carousel-item__reviewer-name-wrapper {
    
    font-size: 18px;
}
.jdgm-carousel-wrapper .jdgm-carousel-item__review-title {
    
    font-size: 18px;
}
.jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper {

    padding: 22px 22px !important;
}
.jdgm-carousel--card-theme .jdgm-carousel-item__review-rating {
    font-size: 65% !important;

}
.jdgm-carousel--card-theme .jdgm-carousel-item {
    padding: 8px 0px !important;
}
.section-header, .section-header h2, .section-header>h2, .jdgm-carousel-title {
        font-size: 32px !important;
    }
.rich-text__text.rte.scroll-trigger.animate--slide-in li{
    font-size: 16px;   
    line-height:1.4;
}
.rich-text__text.rte.scroll-trigger.animate--slide-in ul {
  margin:0px;
}
footer.footer.color-scheme-1.gradient.section-sections--18370622980207__footer-padding {
    padding-top: 30px !important;
    margin-top: 20px !important;
}
.footer__content-bottom .footer__copyright.caption .copyright__content {
    font-size: 14px;
}
h2.footer-block__heading {
    margin-bottom: 10px;
    }
.section-header.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin.multicolumn__title {
    padding-bottom: 30px;
}  
.product__info-wrapper .product__title h1 {
   font-size: 30px;  
}
.product__info-wrapper .kaching-bundles .kaching-bundles__bar-content{
  align-items: baseline;
}
.product__info-wrapper .product__info-wrapper {
    padding: 8px;
}
 .product__info-wrapper .product-form__buttons .shopify-payment-button {
  
    max-width: 100%;
}
.product__info-wrapper .product-form__buttons button {
    margin-bottom: 22px;
    /* max-width: 81% !important; */
    margin: auto;
    font-size: 18px;
}
.product-form__buttons .shopify-payment-button .shopify-payment-button__button {
 
    font-size: 18px;
}
.product__info-wrapper .kaching-bundles .kaching-bundles__bar-title {

    font-size: 18px;
}
.product__info-wrapper .kaching-bundles .kaching-bundles__bar-price {
    font-size: 16px;
}
.page-width .product-tabs {
    border: 1px solid #fff;
    border-radius: 16px;
    margin: 45px 0px 15px;
}
  .product-tabs .accordion-toggle {
      padding: 2rem;
      font-size: 1.1em;
      color: #285c4d;
  }
 
 .product-tabs  .accordion-item.open .accordion-panel {
      display: block;
      font-size: 16px;
      color: #285c4d;
  }
.product__info-wrapper   .kaching-bundles .kaching-bundles__collection-product__title {
  color: #285c4d !important;
}
.collection-common-wrapper-js  .menu-opening  .mobile-facets__details .mobile-facets__summary .mobile-facets__sort label {
    color: #fff !important;
}
.collection-common-wrapper-js  .menu-opening  .mobile-facets__header-inner .mobile-facets__heading{
   color: #fff !important;
}
 .collection-common-wrapper-js  .menu-opening  .mobile-facets__count {
    color: #fff !important;
}
.collection-common-wrapper-js  .menu-opening  .mobile-facets {
    z-index: 999;
}
.collection-common-wrapper-js .menu-opening .mobile-facets__details .mobile-facets__summary span svg path {
    color: #ffffff !important;
}
.collection-common-wrapper-js  .menu-opening .mobile-facets__header {
    color: #fff !important;
}
 .collection-common-wrapper-js  .menu-opening  .mobile-facets__details .mobile-facets__summary  {
  color: #ffffff;
  font-size: 18px;
}
.collection-common-wrapper-js  .menu-opening  .mobile-facets__details .mobile-facets__summary span {
    color: #fff !important;
}
.collection-common-wrapper-js .menu-opening .select__select option {
    color: #000000 !important;
}
.collection-common-wrapper-js .menu-opening .select__select:first-child {
    color: #ffffff !important;
}
.forest-green-bg .section-header {
    margin-bottom: 12px !important;
}
.facets-container .product-count.light, .facets__wrapper {
    position: relative;
    top: 0px;
}
 .product-tabs  .accordion-item.open .accordion-panel {
      display: block;
      font-size: 16px;
      color: #285c4d;
  }
}

.kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-main { pointer-events: none;}
.kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-main .kaching-bundles__bar-radio {display: none;}




































biscuits-bundle-form.biscuits-bundle-form {
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.biscuits-bundle-step__title, .biscuits-bundle-step__number, .biscuits-bundle-totals__row{
    color: #000;
}
  .biscuits-bundle-item__title, .biscuits-bundle-step__accordion-footer .biscuits-bundle-step__messages  {
    font-family: CampCoffeeCondensed, serif;
  }
  .biscuits-bundle-step__required, small.biscuits-bundle-item__required-text{
    color:red;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: normal;
    font-family: ui-sans-serif,system-ui,sans-serif;
    display:none;
  }
biscuits-bundle-step .biscuits-bundle-item__container {
    border: 1px solid #FFFFFF !important;
    border-radius: 10px;
    overflow:hidden;
}
/* biscuits-bundle-step[data-biscuits-max-selected-reached="true"] .biscuits-bundle-item__container {
    border: 1px solid #000 !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 3px;
} */
biscuits-bundle-step[data-biscuits-max-selected-reached=true] .biscuits-bundle-item-card[data-biscuits-selected="true"] .biscuits-bundle-item__container {
    border: 1px solid #000!important;
    box-shadow: #00000059 0 2px 3px;
}
 biscuits-bundle-step[data-biscuits-max-selected-reached="true"] .biscuits-bundle-step__required{
    color: #fff !important;
}
 biscuits-bundle-step[data-biscuits-max-selected-reached="true"] small.biscuits-bundle-item__required-text{
    color: #000 !important;
}
.biscuits-bundle-step__accordion-footer {
    transition: all 0.4s ease-in-out;
}
.biscuits-bundle-step__accordion-footer:has(.biscuits-bundle-step__messages:empty) {
    min-height: auto;
}
biscuits-bundle-step[data-biscuits-max-selected-reached="true"] .biscuits-bundle-item-badge__count {
    background-color: #285c4d;
    color:#fff;
}
.biscuits-bundle-step__description { /*font-family: 'GTStandard-M';*/ line-height: 1.2; font-size: 12px; margin:0 0 5px 0 !important; }
[data-biscuits-inputs="rectangle"] .biscuits-bundle-item__options {
    border-radius: 50px !important;
    overflow: hidden;
    width: 100%;
    max-width: 120px;
    min-width: 150px;
}
body select.biscuits-bundle-item__select {
    padding: 0px 15px !important;
    height: 30px;
    line-height: 30px;
}
.biscuits-bundle-item__options::after {
    right: 1.5rem !important;
}
[data-biscuits-inputs="rectangle"] .biscuits-bundle-item__options:focus {
    outline: 0 !important;
    box-shadow: none;
}
span.biscuits-bundle-item__image {
    aspect-ratio: 1 / .8;
    width: 70px !important;
    height: 100%;
}
.biscuits-bundle-step__details {
    margin-bottom: 0 !important;
}
.biscuits-bundle-actions {
    margin-top: 0;
    display: none;
}
/* .biscuits-bundle-slider-actions {
    padding: 0 !important;
} */





#bss-b2b-registration-form {
    width: 100%!important;
    max-width: 850px!important;
    background: #fff;
    color: #000;
    margin-bottom: 40px!important;
}
.bss-b2b-registration-form-title * {
    width: 100%!important;
    max-width: 700px!important;
    color: #000;
    font-family: Camp Coffee, sans-serif !important;
}
.bss-b2b-registration-form-content #bss-b2b-register-form {
    width: 100%!important;
    max-width: 700px!important;
    padding: 0 10px;
}
#bss-b2b-registration-form label {
    color: #1E1E1E;
    margin-bottom: 4px;
    font-family: Avenir Next Cyr, sans-serif !important;
    font-weight: 600;
}
.bss-b2b-rf-field.field-header * {
    font-family: Avenir Next Cyr,sans-serif!important;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}





footer .quick-view-button.disp .quick-view {
    display: none !important;
}
.jdgm-rev-widg__title {font-size:50px !important;}
.swiper-button {background: var(--color-cream);padding: 10px;color: var(--color-forest) !important;}
.swiper-button-next.swiper-button {margin-right: -4px;}
.swiper-button-prev.swiper-button {margin-left: -4px!important;}
.jdgm-histogram__frequency {
    color: #fff !important;
}
.jdgm-histogram__bar, .jdgm-histogram__bar-content {
    height: 5px !important;
    border-radius: 50px !important;
}

.jdgm-write-rev-link.jdgm-write-rev-link {
    color: var(--jdgm-write-review-text-color, #fff) !important;
    background:var(--color-cream) !important;
    border-radius: 10px;
}
.jdgm-rev__author, .jdgm-rev__icon:not(.jdgm-rev__avatar):before, .jdgm-rev__timestamp, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow{
    color: #fff !important;
}
.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown{
    background: #285c4d;
}
/* @media(min-width:749px){
.banner__content .banner__box {
    background: rgba(var(--color-background), 0.7);
} 
}*/
body:has(cart-drawer.drawer.active) div#smile-ui-lite-container {
    z-index: 1 !important;
}
.template-page-smile-landing-page .grid__item .accordion__content p {
    color: #fff;
    line-height: 1.3;
}
/* .template-page-smile-landing-page details[open=""] span, details[open=""] svg path {
	color: #fff;
}  */
.template-page-smile-landing-page details[open=""] span{
	color: #fff;
} 
.insta-feed-gallary-grid .custom-gallery-grid {
    grid-template-columns: repeat(3 , 1fr);
}
.insta-feed-gallary-grid .custom-gallery-image:hover {
    transform: scale(1);
}
ol li p {
    display: inline;
}
.holiday-shipping-note {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    font-size: 0.9rem;
    line-height: 1.4;
    color:#fff;
}
.holiday-shipping-note p {
    margin: 5px 0;
}
.pre-offers-timeline {
    color: #fff;
}
/* .template-page-our-sustainability .banner__media.media img {
    height: auto;
} */
/* .template-page-our-sustainability .multicolumn slider-component .grid li {
    background: rgb(var(--color-background)) linear-gradient(rgba(var(--color-foreground), .04), rgba(var(--color-foreground), .04));
} */
.template-page-our-sustainability .image-wrapper.section-main-image > div {
  max-width: 500px;
}
/* .template-page-our-sustainability .section-main-image {
    height: -webkit-fill-available;
} */
.template-page-our-sustainability .section-main-image img {
    height: 100% !important;
}
.template-page-our-sustainability .bullet-block p, .template-page-our-sustainability .bullet-block span {
    margin: 0 0 0px;
    line-height: 1.4;
}
.template-page-our-sustainability .bullet-block p:last-child{
  font-size: 18px;
}
.template-page-our-sustainability .bullet-block ul li {
    margin: 0px;
    font-size: 18px;
}
.template-page-our-sustainability .section-bullets h3 {
    margin: 20px 0 10px 0;
    font-size: 22px;
}
.template-page-our-sustainability .bullet-block ul {
    margin: 0;
    padding-left: 40px;
}
.template-page-our-sustainability .rich-text__blocks {
    max-width: 100%;
}

.template-page-our-sustainability .rich-text__text p {
    margin: 10px 0;
    line-height: 1.4;
}
@media (max-width: 989px) {
  .template-page-our-sustainability .image-wrapper.section-main-image > div {
    margin-inline: auto;
    min-width: 100%;
  }
}
@media (max-width: 749px) {
  .template-page-our-sustainability .image-wrapper.section-main-image > div {
      aspect-ratio: 1 / 1;
      height: 100%;
      width: 100%;
      max-width: 100%;
  }
  .swiper-button {
    padding: 8px;
    width: 30px !important;
    height: 30px !important;
  }
  .jdgm-rev-widg__title { font-size: 32px !important;}
}


.template-page-our-sustainability .multicolumn-list__item {
	background: transparent;
}
.template-page-our-sustainability .multicolumn-list__item .media {
	background: #fff;
	border-radius: 10px;
} 
.template-page-our-sustainability .why-choose-section .multicolumn-list__item .media {
	background: #fff;
	border-radius: 10px;
	height: auto;
}
.template-page-our-sustainability .why-choose-section .multicolumn-list__item .multicolumn-card__image-wrapper {
	height: auto !important;
}
.template-page-our-sustainability .why-choose-section .multicolumn-list__item .multicolumn-card__info .inline-richtext {
	/* color: #fff; */
	font-size: 26px;
}
.template-page-our-sustainability .cause-echo-section .multicolumn-list__item .multicolumn-card__image-wrapper {
	aspect-ratio: 1;
}
.template-page-our-sustainability .why-choose-section .multicolumn-list__item .media {
	aspect-ratio: 1;
}
.template-page-our-sustainability .why-choose-section .multicolumn-list__item .multicolumn-card__info .link {
	/* color: #fff; */
}
.template-page-our-sustainability .why-choose-section .multicolumn-list__item .multicolumn-card__info .inline-richtext {
	/* color: #fff; */
	font-size: 26px;
	text-align: left;
}
.template-page-our-sustainability .why-choose-section .multicolumn-list__item .multicolumn-card__info .rte p {
	text-align: left;
}
.template-page-our-sustainability .why-choose-section .multicolumn-list__item .multicolumn-card__info .rte p br{
	display: none;
}
.template-page-our-sustainability .why-choose-section .multicolumn-list__item .multicolumn-card__info .link.animate-arrow {
	float: left;
}
.template-page-our-sustainability .multicolumn-list {
	row-gap: 20px;
}
.pt-60 {
    padding-top: 60px;
}
.template-page-our-sustainability .rich-text__text {
    color: rgba(var(--color-foreground), 1);
}
@media(max-width:1024px){
  .template-page-our-sustainability .section-content-wrapper {
    flex-wrap: nowrap;
}
}
@media(max-width:989px){
  .template-page-our-sustainability .section-content-wrapper {
    flex-wrap: wrap;
  }
  .template-page-our-sustainability section:not(#two-column-section) .section-main-image {
    aspect-ratio: 1/0.7;
    text-align: -webkit-center;
  }
  .template-page-our-sustainability .two-column-blocks .section-content-wrapper .section-text, .template-page-our-sustainability .two-column-blocks .section-content-wrapper .section-main-image {
    flex: auto;
    max-width: 100%;
  }
}
@media(max-width:749px){
  .template-page-our-sustainability .rich-text__wrapper {
    width: 100%;
  }
  /* .template-page-our-sustainability .multicolumn slider-component .grid li {
    padding: 0 0px!important;
  } */
  .template-page-our-sustainability .multicolumn-list {
    row-gap: 20px;
    /* padding: 0 !important; */
  }
  .template-page-our-sustainability .section-header h2, .template-page-our-sustainability .section-header > h2{
    line-height: 1.2;
    font-size:26px;
  }
  .template-page-our-sustainability .bullet-block ul li {
    line-height: 1.3;
  }
  .template-page-our-sustainability .bullet-block p{
    font-size: 16px;
}
  .template-page-our-sustainability .section-content-wrapper {
    flex-wrap: wrap;
  }
  .template-page-our-sustainability .section-header.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin.multicolumn__title{
    padding-bottom: 0px;
  }
  .template-page-our-sustainability .pb-120 {
      padding-bottom: 0px;
  }
  .article-template__hero-adapt.media {
      padding-bottom: 65% !important;
  }
  .template-page-our-sustainability .section-text{
    min-width: 100%;
    padding: 0;
  }
  /* .template-page-our-sustainability .two-column-blocks .section-content-wrapper .section-text, .template-page-our-sustainability .two-column-blocks .section-content-wrapper .section-main-image {
    padding: 0;
  } */
  /* .template-page-our-sustainability .wolfstride-video-wrapper-js .two-column-blocks .section-content-wrapper .section-text, .two-column-blocks .section-content-wrapper .section-main-image {
    aspect-ratio: 1/1;
} */
.holiday-shipping-note p {
    margin: 5px 0;
    font-size: 14px;
}
}


/* product page video popup css start */
.product-how-work-title {
    width: 100%;
}
.product-how-work-title p {
    width: 100%;
    max-width: fit-content;
    cursor: pointer;
    /* color: #fff; */
    margin: 0;
    line-height: 1.4;
    margin-top: 10px;
}
.product-how-work-title p:last-child {
    font-size: 16px;
}
body.popup_active {
    overflow: hidden;
}
.product-how-work-popup-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 9999;
    opacity: 0;
    transition: opacity .3s ease;
}
.product-how-work-popup-main.active {
    display: flex;
    opacity: 1;
}
.product-how-work-popup-inner {
    background: #fff;
    max-width: 800px;
    height: 90vh;
    max-height:fit-content;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    animation: popupZoom .25s ease;
}
@keyframes popupZoom {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.product-how-work-popup-video {
    width: 100%;
    height: 100%;
    background: #000;
}
.product-how-work-popup-video video {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}
.product-how-work-popup-main::after {
    content: "×";
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: 300;
    z-index: 10000;
}
/* product page video popup css end */


/* BIG-IMPACT */
.big-impact .section-main-image { aspect-ratio: auto; }
.big-impact .image-with-text__media { border: none; }
.big-impact .image-with-text__grid .image-with-text__media-item .image-with-text__media { max-width: 408px; margin: 0 auto; }
.big-impact .image-wrapper.section-main-image > div { height: auto; }

/* HEADER */
@media (min-width: 1300px) and (max-width: 1399px) {
  .header--middle-left .header__inline-menu summary.list-menu__item { padding-right: 15px; }
  .header--middle-left .header__inline-menu .list-menu__item { font-size: 18px; padding-left: 12px; }
  .header--middle-left .header__inline-menu .list-menu__item .icon.icon-caret { right: -0.6rem; height: 0.8rem; top: calc(50% - 0.4rem); }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .header--middle-left .header__inline-menu summary.list-menu__item { padding-right: 13px; }
  .header--middle-left .header__inline-menu .list-menu__item { font-size: 16px; padding-left: 10px; }
  .header--middle-left .header__inline-menu .list-menu__item .icon.icon-caret { right: -0.2rem; height: 0.6rem; top: calc(50% - 0.4rem); }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .header { gap: 0.6rem; }
  .header--middle-left .header__inline-menu summary.list-menu__item { padding-right: 13px; }
  .header--middle-left .header__inline-menu .list-menu__item { font-size: 15px!important; padding: 10px 7px!important; }
  .header--middle-left .header__inline-menu .list-menu__item .icon.icon-caret { right: -0.6rem; height: 0.5rem; top: calc(50% - 0.2rem); }
  .header__icons { gap: 6px!important; }
  .header__icon, .header__icon--cart .icon { height: 3rem; width: 3rem; }
  .header__icon .svg-wrapper { width: 24px; height: 24px; }
}

/* IMAGE-WITH-TEXT */
.template-page-our-sustainability .image-with-text__text {
  color: rgb(var(--color-foreground))
}

/* TWO-COLUMN-SECTION */
#two-column-section .image-wrapper { display: grid; justify-content: center; gap: 3rem; }
@media (min-width: 750px) and (max-width: 989px) {
  #two-column-section .image-wrapper { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 990px) {
  #two-column-section .section-bullets { position: sticky; top: 1rem; }
  body:has(.shopify-section-header-sticky) #two-column-section .section-bullets { top: calc(var(--header-height) + 1rem); }
}


.template-page-mission .rich-text__blocks {
    max-width: none;
}
.product-card-wrapper .rating-star:before {
    -webkit-text-fill-color: #C8A96E;
    fill: #C8A96E;
    color: #C8A96E;
}
.quick-add-msg, .product-buldle-core-gear{
    color: #285c4d;
    line-height: 1.2;
    font-size: 12px !important;
    letter-spacing: normal;
    width: 100%;
    margin-top: 5px;
    text-align:center;
}
.product-buldle-core-gear {
    text-align: left;
}
.quick-add-msg.add-to-cart {
    opacity: 0;
    pointer-events: none;
    user-select: none;
    visibility: hidden;
}
span.product-sub-title {
    width: 100%;
    display: block;
    font-size: 14px !important;
    font-family: 'Avenir Next Cyr';
}
.card__information span.product-sub-title {color:var(--color-forest);}
.card__content .quick-add__submit {margin: 0;}
@media screen and (max-width: 449px) {
  #product-grid .grid__item{
      width: 100% !important;
      max-width: 100% !important;
  }
  #product-grid .grid__item .card__information .card__heading a, .related-products .grid__item .card__information .card__heading a{
      min-height: auto !important;
  }
  #product-grid .grid__item .card__content, .related-products .grid__item .card__content{
    padding-top: 0 !important;
  }
  #product-grid .grid__item .quick-add-msg.add-to-cart {
    display: none !important;
  }
  .product-grid-container .collection #product-grid, .related-products .product-grid{
    row-gap: 20px !important;
  }

  .faq-wrapper-js section .collapsible-content-wrapper-narrow {padding-right: 10px;padding-left: 10px;}
  .faq-wrapper-js section .faq_section_wrapper {max-width: 95%;}
  .faq-wrapper-js .page-title.h0 {padding: 20px 0 30px;text-align: center;}
  .faq-wrapper-js section .faq_section_wrapper .accordion__title {width: 80%;}
}

html {
    scroll-padding-top: 170px;
    scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 130px;
  }
}

.article-more-btn {
  text-decoration: none !important;
}
.blog__view-all.center .blog__button {
    margin-inline: auto;
}
.blog .blog__posts .article-card .card__information {
    padding-left: 0;
    padding-right: 0;
}



.template-index, .template-index p:not(.announcement-bar__message) {
  font-size: 18px;
  line-height: 1.5;
}
.section-header *:last-child {
    margin-bottom: 0;
}
.template-index .button {
  max-height: 44px;
  padding-block: 7px;
}
/* .section-header > *, .section-header > h2, .section-header h2 {
  margin-bottom: 0 !important;
} */
.template-index .blog .slider-buttons {
  display: none;
}
@media (max-width: 749px) {
  .template-index .blog .blog__post,
  .template-index .blog > div,
  .template-index .blog .slider.slider--tablet.contains-card--standard .slider__slide:not(.collection-list__item--no-media) {
    padding-bottom: 0 !important;
  }
  .template-index, .template-index p:not(.announcement-bar__message ) {
    font-size: 16px !important
  }
  .template-index .button {
      font-size: 17px;
      max-height:fit-content;
  }
}
.template-index .button svg {
  width: 14px;
}


.section-closing_line {
  text-align: center;
  margin-top: 15px;
}
.section-closing_line * {
  font-size: 18px;
  line-height: 1.5;
}
.section-closing_line > *:first-child {
  margin-top: 0;
}
.section-closing_line > *:last-child {
  margin-bottom: 0;
}
.our_story_section p {margin-bottom: 30px !important;line-height:1.5;}
.card__content .quick-add .quick-add__submit{text-transform:uppercase}
/* s.price-item.price-item--regular {display: none;} */
/* div#wolf-stride-systems-bundles {border-bottom: 1px solid #ffffff5c;} */
.smile-launcher-frame-container.smile-launcher-border-radius-circular,div#smile-ui-lite-launcher-frame-container {border: 2px solid var(--color-cream) !important;bottom: 72px !important;}
.section-border-top,.section-border-bottom{border-top: 1px solid #ffffff5c;}
/* .custom-image-with-text .button.button--primary { background: #fff; color: #000; border: 0; padding-block: 9px; transform: translate(0); transition: all .3s; }
.custom-image-with-text .button.button--primary:hover, .custom-image-with-text .button.button--primary:before { background: #faf9f6e8; transform: translatey(-3px); } */
/* .cts-container-inner .button.button--primary, .custom-image-with-text .otg-card__cta.button.button--primary { background: #285c4d; color: #fff; border: 0; padding-block: 9px; transform: translate(0); transition: all .3s; }
.cts-container-inner .button.button--primary:hover, .custom-image-with-text .otg-card__cta.button.button--primary:hover { transform: translatey(-3px); } */
.cts-container-inner .button.button--primary svg, .custom-image-with-text .otg-card__cta.button.button--primary svg {transition: all .3s ease-in-out;}
.cts-container-inner .button.button--primary:hover svg, .custom-image-with-text .otg-card__cta.button.button--primary:hover svg {transform: rotate(45deg);}
/* .custom-image-with-text .button.button--primary:before { background:transparent; } */
.multicolumn.why-choose-section slider-component .grid li {padding: 0 0px!important;}
.footer-custom-bottom-inner, .footer-custom-bottom-inner p, .footer-custom-bottom-inner ul li { font-size: 15px !important; line-height: 1.2 !important; letter-spacing: normal; }
.footer__copyright.caption {text-align: left !important;}

.home-page-faq .grid__item {max-width: 100%;width: 100% !important;}
.section_accordtions {width: 100%;display: flex;justify-content: space-between;flex-direction: row;margin: 0 !important;}
.accordtion-aerrow { width: 100%; max-width: 50px;display: flex; justify-content: center; }
.accordtion-aerrow svg {width: 30px;}
.jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-row-stars .jdgm-rev-widg__summary {display: none!important;}
/* .jdgm-rev-widg[data-number-of-questions="0"] .jdgm-rev-widg__summary {display: none !important;} */
a.skip-to-content-link { color: var(--color-forest); font-weight: 700;border:2px solid var(--color-forest);}
div:has( > .installment.caption-large) {margin: 0 !important;}
.product .price__container {margin-bottom: 0 !important;}
.product-form__buttons {flex-direction: column;}
/* .product-form__buttons button, .shopify-payment-button__button {border-radius: 10px;} */
.footer-block__brand-info svg.icon.icon-tiktok { border-radius: 40px; border: 1px solid; padding: 2px; height: 2.8rem; width: 2.8rem; }
body.overflow-hidden-tablet .sticky-shop-btn.show, body.overflow-hidden .sticky-shop-btn.show{display: none;}
.Qe_Drawer-view .detail-qe-drower-inner .radio-inner-box input + span {color: var(--color-forest) !important;}
.product-quick-clarity-inner a {color: var(--color-cream);}

div[data-simple-bundles-options] {background: var(--color-cream);padding: 10px 20px;border-radius: 10px;margin-bottom: 20px;}
div[data-simple-bundles-options] label { color: var(--color-forest); letter-spacing: normal; font-size: 18px;font-weight: 600;}
div[data-simple-bundles-options] select {padding: 8px 15px;border-radius: 6px;border-color: #ccc;background: var(--color-forest);color: var(--color-cream);background-repeat: no-repeat;background-position: right 8px center;
background-image: url("data:image/svg+xml,%3Csvg fill='%23F5F0E8' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: rgb(var(--color-heading));
}
body.template-page-collection-bundle .price__container s.price-item.price-item--regular {
    display: inline-block !important;
    font-size: 16px !important;
    margin: 0 !important;
}
.product-add-on__variants .product-add-on__variant-select {background: var(--color-forest); color: var(--color-cream); }
.os-iphone .mobile-sticky-atc{display: none !important;}
@media (max-width: 749px) {
  .section-icon {max-width: 40px;}
  .accordtion-aerrow {max-width: 25px;}
  .section-closing_line * {font-size: 16px;}
  .template-search .footer {margin-top: 0;}
  .our_story_section p {margin-bottom: 20px !important;}
  .faq_section_wrapper.home-page-faq {padding: 0 10px;}
  .section-header > h2.collapsible-content__heading {max-width:80%;font-size: 22px !important;text-align: left;}
  .accordtion-aerrow svg {width: 25px;}
  .home-page-faq .accordtion-aerrow svg {width: 24px;}
  .home-page-faq .accordion summary {padding: 1rem 0;}
  .home-page-faq .accordion__title {font-size: 16px;}
  .faq_section_wrapper.home-page-faq .accordion .icon-caret {right: 0.7rem;}
  .faq_section_wrapper.home-page-faq .accordtion-aerrow {max-width: 30px;}
  .faq_section_wrapper.home-page-faq .accordion__content, .faq_section_wrapper.home-page-faq .accordion__content p {font-size: 14px !important;}
  .faq-wrapper-js section .faq_section_wrapper .accordion__title {font-size: 20px;}
  /* .card__content .quick-add__submit {font-size: 15px;} */
  .product__info-container variant-selects {padding: 20px 10px;border-radius: 8px;}
}