/** Shopify CDN: Minification failed

Line 5227:55 Expected identifier but found whitespace
Line 7751:18 Expected identifier but found whitespace
Line 7751:20 Unexpected "{"
Line 7751:27 Expected ":"
Line 7752:18 Expected identifier but found whitespace
Line 7752:20 Unexpected "{"
Line 7752:27 Expected ":"
Line 7753:18 Expected identifier but found "{"
Line 7753:19 Unexpected "{"
Line 7753:26 Expected ":"
... and 16 more hidden warnings

**/
/*------------------------------------
 *   MIDA Heatmap GDPR banner
 *------------------------------------*/

#Mida-GDPR {
  background-color:#404044 !important;
}

.Mida-GDPR__Button--ok {
  border-color: #fff!important;
  border: 2px solid!important;
  text-transform: uppercase;
}

.Mida-GDPR__Privacy-policy a {
  text-decoration: underline;
}

/*------------------------------------
 *   Excel-Like App product page metafields table
 *------------------------------------*/


td.mf_value {
  border: 0;
  padding-left:0;
  padding-bottom:0;
}

table.ssbpm_metafields tr.product_mf_row.mf_pdp_model_info,
table.ssbpm_metafields tr.mf_prod_title,
table.ssbpm_metafields tr.mf_var_title,
table.ssbpm_metafields td.mf_name {
  display:none;
}

/*------------------------------------
 *   PLP Save Message
 *------------------------------------*/

.product-card__info .save-message {
  font-size: var(--text-xxs);
  line-height: 1em;
  text-transform: uppercase;
}

.product-card__info .save-message--box {
  padding: 5px 12px;
  background: rgb(var(--on-sale-badge-background));
  color: rgb(var(--on-sale-badge-text));
}

/*------------------------------------
 *   ReturnGo Customizations
 *------------------------------------*/

.ReturnGO_Title-module_title {
  font-size: 26px!important;
}

.ReturnGO_SnippetWrapper-module_snippetWrapper div {
  text-align:center;
}

/*------------------------------------
 *   Grid LAYOUT
 *------------------------------------*/

.Grid {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -24px;
  font-size: 0;
}

.Grid--flex {	
  display: flex;	
  justify-content: center;	
}

.Grid__Cell {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 24px;
  margin: 0;
  vertical-align: top;
  font-size: 1rem;
}

.Grid--center {
  text-align: center;
}

.Grid--center > .Grid__Cell {
  text-align: left;
}

.Grid__Cell--center {
  display: block;
  margin: 0 auto;
}

.Grid--right {
  text-align: right;
}

.Grid--right > .Grid__Cell {
  text-align: left;
}

.Grid--middle > .Grid__Cell {
  vertical-align: middle;
}

.Grid--bottom > .Grid__Cell {
  vertical-align: bottom;
}

.Grid--m {
  margin-left: -30px;
}

.Grid--m > .Grid__Cell {
  padding-left: 30px;
}

.Grid--l {
  margin-left: -50px;
}

.Grid--l > .Grid__Cell {
  padding-left: 50px;
}

.Grid--xl {
  margin-left: -50px;
}

.Grid--xl > .Grid__Cell {
  padding-left: 50px;
}

@media screen and (min-width: 1140px) {
  .Grid--m {
    margin-left: -60px;
  }

  .Grid--m > .Grid__Cell {
    padding-left: 60px;
  }

  .Grid--l {
    margin-left: -80px;
  }

  .Grid--l > .Grid__Cell {
    padding-left: 80px;
  }

  .Grid--xl {
    margin-left: -100px;
  }

  .Grid--xl > .Grid__Cell {
    padding-left: 100px;
  }
}

/*------------------------------------*\
    Grid WIDTHS
\*------------------------------------*/

.\31\/2, .\32\/4, .\36\/12 {
  width: 50%;
}

.\31\/3, .\34\/12 {
  width: 33.33333%;
}

.\32\/3, .\38\/12 {
  width: 66.66667%;
}

.\31\/4, .\33\/12 {
  width: 25%;
}

.\33\/4, .\39\/12 {
  width: 75%;
}

.\31\/12 {
  width: 8.33333%;
}

.\32\/12 {
  width: 16.66667%;
}

.\35\/12 {
  width: 41.66667%;
}

.\37\/12 {
  width: 58.33333%;
}

.\31\30\/12 {
  width: 83.33333%;
}

.\31\31\/12 {
  width: 91.66667%;
}

@media screen and (max-width: 699px) {
  .hidden-phone {
    display: none !important;
  }

  .\31\/2--phone, .\32\/4--phone, .\36\/12--phone {
    width: 50%;
  }

  .\31\/3--phone, .\34\/12--phone {
    width: 33.33333%;
  }

  .\32\/3--phone, .\38\/12--phone {
    width: 66.66667%;
  }

  .\31\/4--phone, .\33\/12--phone {
    width: 25%;
  }

  .\33\/4--phone, .\39\/12--phone {
    width: 75%;
  }

  .\31\/12--phone {
    width: 8.33333%;
  }

  .\32\/12--phone {
    width: 16.66667%;
  }

  .\35\/12--phone {
    width: 41.66667%;
  }

  .\37\/12--phone {
    width: 58.33333%;
  }

  .\31\30\/12--phone {
    width: 83.33333%;
  }

  .\31\31\/12--phone {
    width: 91.66667%;
  }
}

@media screen and (min-width: 699px) and (max-width: 999px) {
  .hidden-tablet {
    display: none !important;
  }

  .\31\/2--tablet, .\32\/4--tablet, .\36\/12--tablet {
    width: 50%;
  }

  .\31\/3--tablet, .\34\/12--tablet {
    width: 33.33333%;
  }

  .\32\/3--tablet, .\38\/12--tablet {
    width: 66.66667%;
  }

  .\31\/4--tablet, .\33\/12--tablet {
    width: 25%;
  }

  .\33\/4--tablet, .\39\/12--tablet {
    width: 75%;
  }

  .\31\/12--tablet {
    width: 8.33333%;
  }

  .\32\/12--tablet {
    width: 16.66667%;
  }

  .\35\/12--tablet {
    width: 41.66667%;
  }

  .\37\/12--tablet {
    width: 58.33333%;
  }

  .\31\30\/12--tablet {
    width: 83.33333%;
  }

  .\31\31\/12--tablet {
    width: 91.66667%;
  }
}

@media screen and (min-width: 700px) {
  .hidden-tablet-and-up {
    display: none !important;
  }

  .\31\/2--tablet-and-up, .\32\/4--tablet-and-up, .\36\/12--tablet-and-up {
    width: 50%;
  }

  .\31\/3--tablet-and-up, .\34\/12--tablet-and-up {
    width: 33.33333%;
  }

  .\32\/3--tablet-and-up, .\38\/12--tablet-and-up {
    width: 66.66667%;
  }

  .\31\/4--tablet-and-up, .\33\/12--tablet-and-up {
    width: 25%;
  }

  .\33\/4--tablet-and-up, .\39\/12--tablet-and-up {
    width: 75%;
  }

  .\31\/12--tablet-and-up {
    width: 8.33333%;
  }

  .\32\/12--tablet-and-up {
    width: 16.66667%;
  }

  .\35\/12--tablet-and-up {
    width: 41.66667%;
  }

  .\37\/12--tablet-and-up {
    width: 58.33333%;
  }

  .\31\30\/12--tablet-and-up {
    width: 83.33333%;
  }

  .\31\31\/12--tablet-and-up {
    width: 91.66667%;
  }
}

@media screen and (max-width: 999px) {
  .hidden-pocket {
    display: none !important;
  }

  .\31\/2--pocket, .\32\/4--pocket, .\36\/12--pocket {
    width: 50%;
  }

  .\31\/3--pocket, .\34\/12--pocket {
    width: 33.33333%;
  }

  .\32\/3--pocket, .\38\/12--pocket {
    width: 66.66667%;
  }

  .\31\/4--pocket, .\33\/12--pocket {
    width: 25%;
  }

  .\33\/4--pocket, .\39\/12--pocket {
    width: 75%;
  }

  .\31\/12--pocket {
    width: 8.33333%;
  }

  .\32\/12--pocket {
    width: 16.66667%;
  }

  .\35\/12--pocket {
    width: 41.66667%;
  }

  .\37\/12--pocket {
    width: 58.33333%;
  }

  .\31\30\/12--pocket {
    width: 83.33333%;
  }

  .\31\31\/12--pocket {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1149px) {
  .hidden-lap {
    display: none !important;
  }

  .\31\/2--lap, .\32\/4--lap, .\36\/12--lap {
    width: 50%;
  }

  .\31\/3--lap, .\34\/12--lap {
    width: 33.33333%;
  }

  .\32\/3--lap, .\38\/12--lap {
    width: 66.66667%;
  }

  .\31\/4--lap, .\33\/12--lap {
    width: 25%;
  }

  .\33\/4--lap, .\39\/12--lap {
    width: 75%;
  }

  .\31\/12--lap {
    width: 8.33333%;
  }

  .\32\/12--lap {
    width: 16.66667%;
  }

  .\35\/12--lap {
    width: 41.66667%;
  }

  .\37\/12--lap {
    width: 58.33333%;
  }

  .\31\30\/12--lap {
    width: 83.33333%;
  }

  .\31\31\/12--lap {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1000px) {
  .hidden-lap-and-up {
    display: none !important;
  }

  .\31\/2--lap-and-up, .\32\/4--lap-and-up, .\36\/12--lap-and-up {
    width: 50%;
  }

  .\31\/3--lap-and-up, .\34\/12--lap-and-up {
    width: 33.33333%;
  }

  .\32\/3--lap-and-up, .\38\/12--lap-and-up {
    width: 66.66667%;
  }

  .\31\/4--lap-and-up, .\33\/12--lap-and-up {
    width: 25%;
  }

  .\33\/4--lap-and-up, .\39\/12--lap-and-up {
    width: 75%;
  }

  .\31\/12--lap-and-up {
    width: 8.33333%;
  }

  .\32\/12--lap-and-up {
    width: 16.66667%;
  }

  .\35\/12--lap-and-up {
    width: 41.66667%;
  }

  .\37\/12--lap-and-up {
    width: 58.33333%;
  }

  .\31\30\/12--lap-and-up {
    width: 83.33333%;
  }

  .\31\31\/12--lap-and-up {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1150px) {
  .hidden-desk {
    display: none !important;
  }

  .\31\/2--desk, .\32\/4--desk, .\36\/12--desk {
    width: 50%;
  }

  .\31\/3--desk, .\34\/12--desk {
    width: 33.33333%;
  }

  .\32\/3--desk, .\38\/12--desk {
    width: 66.66667%;
  }

  .\31\/4--desk, .\33\/12--desk {
    width: 25%;
  }

  .\33\/4--desk, .\39\/12--desk {
    width: 75%;
  }

  .\31\/12--desk {
    width: 8.33333%;
  }

  .\32\/12--desk {
    width: 16.66667%;
  }

  .\35\/12--desk {
    width: 41.66667%;
  }

  .\37\/12--desk {
    width: 58.33333%;
  }

  .\31\30\/12--desk {
    width: 83.33333%;
  }

  .\31\31\/12--desk {
    width: 91.66667%;
  }
}
/* Create each media query */
@media screen and (min-width: 1500px) {
  .hidden-widescreen {
    display: none !important;
  }

  .\31\/2--widescreen, .\32\/4--widescreen, .\36\/12--widescreen {
    width: 50%;
  }

  .\31\/3--widescreen, .\34\/12--widescreen {
    width: 33.33333%;
  }

  .\32\/3--widescreen, .\38\/12--widescreen {
    width: 66.66667%;
  }

  .\31\/4--widescreen, .\33\/12--widescreen {
    width: 25%;
  }

  .\33\/4--widescreen, .\39\/12--widescreen {
    width: 75%;
  }

  .\31\/12--widescreen {
    width: 8.33333%;
  }

  .\32\/12--widescreen {
    width: 16.66667%;
  }

  .\35\/12--widescreen {
    width: 41.66667%;
  }

  .\37\/12--widescreen {
    width: 58.33333%;
  }

  .\31\30\/12--widescreen {
    width: 83.33333%;
  }

  .\31\31\/12--widescreen {
    width: 91.66667%;
  }
}
/* PhotoSwipe 
*/
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 5;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  will-change: opacity;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: var(--cursor-zoom-in-svg) 18 18, zoom-in;
  cursor: -webkit-image-set(var(--cursor-zoom-in-svg) 1x, var(--cursor-zoom-in-2x-svg) 2x) 18 18, zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--background);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__container {
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: var(--background);
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/**
 * Custom UI
 */
.pswp__ui {
  position: absolute;
  visibility: hidden;
  width: 100%;
  bottom: 50px;
  opacity: 0;
  transform: translateY(35px);
  left: 0;
  text-align: center;
  transition: all 0.15s ease-in-out;
}

.pswp__button[disabled] {
  opacity: 0;
  pointer-events: none;
}

.pswp--animated-in .pswp__ui {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.pswp--animated-in .pswp__ui--hidden {
  visibility: hidden;
  opacity: 0;
}

.pswp__button--close {
  margin: 0 18px;
}

.pswp__button svg {
  pointer-events: none;
}

.pswp__error-msg {
  position: absolute;
  top: 40%;
  margin: 0 15px;
  padding: 8px 15px;
  background: #e6554d;
  color: #ffffff;
  text-align: center;
}

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

.no-scroll {
  overflow: hidden;
}

body:not(.is-tabbing) [tabindex]:focus,
body:not(.is-tabbing) button:focus,
body:not(.is-tabbing) input:focus,
body:not(.is-tabbing) select:focus,
body:not(.is-tabbing) textarea:focus {
  outline: none;
}

[data-scrollable] {
  overflow: auto;
}

.Container {
  margin: 0 auto;
  padding: 0 24px;
}

.Container--centered,.Container--title {	
  text-align: center;	
  max-width: 1300px;	
  margin: 60px auto;	
}

.Container--title {
  margin-bottom: 20px;
}

.Container--fixedWidth {	
  max-width: 1300px;	
  margin: 30px auto;	
}

.Container--small {
  max-width: 1300px;
  text-align: left;		
  margin: 45px auto 25px auto;	
}

.Container--centered-small {	
  text-align: center;	
  max-width: 1300px;	
  margin: 45px auto 25px auto;	
}

.Container--centered-padded {	
  text-align: center;	
  max-width: 1300px;	
  padding-top: 45px;
  padding-bottom: 45px;
}

.Container--wide {	
  max-width: 1600px;	
  margin: 0 auto;	
}

.Container--left {	
  max-width: 1600px;	
  margin: 0;	
}

.Container--maxWidth {	
  max-width: 100%;	
}

.Container--narrow {
  max-width: 1420px;
}

.Container--extraNarrow {
  max-width: 800px;
}

.Container--modal {
  padding:30px;
}

/*
   This fixes an issue in IE10/11 when using min-height in flex children
   @info: https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*/
.FlexboxIeFix {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 641px) {
  .Container--title {
    margin-bottom: 60px;
  }  
}

@media screen and (min-width: 641px) {
  .Container {
    padding: 0 50px;
  }

  .Container--title {
    margin-top: 100px
  }   
}

@media screen and (min-width: 1140px) {
  .Container {
    padding: 0 80px;
  } 
}
/**
 * Link styling (from old theme)
 */


.Link {
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.supports-hover .Link--primary:hover,
.Link--primary.is-active {
  color: var(--text-color);
}

.supports-hover .Link--secondary:hover,
.Link--secondary.is-active {
  color: var(--text-color-light);
}

.Link--underline,.Link--arrowRight, .Link--arrowDown, .Link--inline {
  position: relative;
  display: inline-block;
  text-decoration:none;
}

.Link--arrowRight::after {	
	content: "\279E";	
  	position: relative;	
  	right:-5px;	
  	top:0;
}	

.Link--arrowDown::after {	
	content: "\2193";	
  	position: relative;	
  	right:-5px;	
  	top:0;
}

.Link--underline::before,
.Link--underlineAft::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: currentColor;
  transform-origin: left center;
  transition: transform 0.2s ease-in-out;
}

.Link--underline::before {
  transform: scale(1, 1);
}

.Link--underlineAft::before {
  transform: scale(0, 1);
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .Link--underline:hover::before  {
    transform: scale(0, 1);
  }
  .Link--underlineAft:hover::before  {
    transform: scale(1, 1);
  }  
}

.Link--underlineShort::before {
  width: 100%;
}

.features--heading-uppercase .Link--underlineShort::before {
  width: calc(100% - 0.2em);
}

.Link--underlineNative {
  text-decoration: underline;
  text-underline-position: under;
}

.Heading {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
  transition: color 0.2s ease-in-out;

}

.Heading--normal {	
  text-transform: none !important;	
  letter-spacing: 0.02em !important;
  font-weight:normal;
}

.Heading--semibold {	
  font-weight: 500;	
  text-transform: none;	
}

.Heading--bold {	
  font-weight: 600!important;	
  text-transform: none;	
}	
.Heading--bolder {	
  font-weight: 700!important;	
  text-transform: none;	
}	
.Heading--capitalize,	
.Link--capitalize {	
  text-transform: uppercase;	
}	
.Heading--Medium {	
  font-size: 1.75em !important;	
  line-height: 120%;	
}	
.Heading--Large {	
  font-size: 200% !important;	
  line-height: 120%;	
}	
.Heading--extraLarge {	
  font-size: 275% !important;	
  line-height: 120%;	
}

  .Heading--slider,
  .Heading--mpg {
  	display:block;  
  }
  
  .Heading--mpg {
    font-family: var(--heading-font-family);
    font-weight:400;
  }

.Heading--slider {
  display:block;
  font-family: 'Montserrat', var(--heading-font-family);
  -webkit-font-family: 'Montserrat', var(--heading-font-family);
  -ms-font-family: 'Montserrat', var(--heading-font-family);
  text-transform:uppercase;

}
.Heading--slider span {
  word-break: normal;
  white-space:pre-line;
}

.Heading--slider span,
.Heading--bold span {
  line-height:1.1;
}

.addShadow {
  text-shadow:0 0 5px #000;  
}

@media screen and (max-width:640px){
.Heading--Large {	
  font-size: 150% !important;	

}  
.Heading--extraLarge {	
  font-size: 225% !important;	
}

}

.features--heading-uppercase .Heading {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.Text--subdued {
  color: var(--text-color-light);
}

.Text--alignCenter {
  text-align: center !important;
}

.Text--alignRight {
  text-align: right !important;
}

.Icon-Wrapper--clickable {
  position: relative;
  background: transparent; /* This is used to increase the clickable area */
}

.Icon-Wrapper--clickable::before {
  position: absolute;
  content: "";
  top: -8px;
  right: -12px;
  left: -12px;
  bottom: -8px;
  transform: translateZ(0); /* Needed to avoid a glitch on iOS */
}

.Icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: currentColor;
  vertical-align: middle;
  stroke-width: 1px;
  background: none;
  pointer-events: none;
}

.Footer__Social .Icon {
  height: 1.3em;
  width: 1.3em;  
}

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

/* Override navigation titles to be forced uppercase */	
li.HorizontalList__Item a.Heading {	
  text-transform: uppercase;	
}

li.HorizontalList__Item a.Heading[href="/collections/spring-summer-2023"],
li.HorizontalList__Item a.Heading[href="/collections"]{
	color:#e26a21;
}

.features--heading-small .u-h1,
.features--heading-small .Rte h1 {
  font-size: 20px;
}

.features--heading-small .u-h2,
.features--heading-small .Rte h2 {
  font-size: 18px;
}

.features--heading-small .u-h3,
.features--heading-small .Rte h3 {
  font-size: 16px;
}

.features--heading-small .u-h4,
.features--heading-small .Rte h4 {
  font-size: 15px;
}

.features--heading-small .u-h5,
.features--heading-small .Rte h5 {
  font-size: 13px;
}

.features--heading-small .u-h6,
.features--heading-small .Rte h6 {
  font-size: 12px;
}

.features--heading-small .u-h7 {
  font-size: 11px;
}

.features--heading-small .u-h8 {
  font-size: 10px;
}

.features--heading-normal .u-h1,
.features--heading-normal .Rte h1 {
  font-size: 22px;
}

.features--heading-normal .u-h2,
.features--heading-normal .Rte h2 {
  font-size: 20px;
}

.features--heading-normal .u-h3,
.features--heading-normal .Rte h3 {
  font-size: 17px;
}

.features--heading-normal .u-h4,
.features--heading-normal .Rte h4 {
  font-size: 16px;
}

.features--heading-normal .u-h5,
.features--heading-normal .Rte h5 {
  font-size: 14px;
}

.features--heading-normal .u-h6,
.features--heading-normal .Rte h6 {
  font-size: 13px;
}

.features--heading-normal .u-h7 {
  font-size: 12px;
}

.features--heading-normal .u-h8 {
  font-size: 11px;
}

.features--heading-large .u-h1,
.features--heading-large .Rte h1 {
  font-size: 24px;
}

.features--heading-large .u-h2,
.features--heading-large .Rte h2 {
  font-size: 22px;
}

.features--heading-large .u-h3,
.features--heading-large .Rte h3 {
  font-size: 18px;
}

.features--heading-large .u-h4,
.features--heading-large .Rte h4 {
  font-size: 16px;
}

.features--heading-large .u-h5,
.features--heading-large .Rte h5 {
  font-size: 14px;
}

.features--heading-large .u-h6,
.features--heading-large .Rte h6 {
  font-size: 13px;
}

.features--heading-large .u-h7 {
  font-size: 12px;
}

.features--heading-large .u-h8 {
  font-size: 11px;
}

.features--heading-extralarge .u-h1,
.features--heading-extralarge .Rte h1 {
  font-size: 26px;
}

.features--heading-extralarge .u-h2,
.features--heading-extralarge .Rte h2 {
  font-size: 24px;
}

.features--heading-extralarge .u-h3,
.features--heading-extralarge .Rte h3 {
  font-size: 19px;
}

.features--heading-extralarge .u-h4,
.features--heading-extralarge .Rte h4 {
  font-size: 17px;
}

.features--heading-extralarge .u-h5,
.features--heading-extralarge .Rte h5 {
  font-size: 14px;
}

.features--heading-extralarge .u-h6,
.features--heading-extralarge .Rte h6 {
  font-size: 13px;
}

.features--heading-extralarge .u-h7 {
  font-size: 12px;
}

.features--heading-extralarge .u-h8 {
  font-size: 11px;
}



@media screen and (min-width: 641px) {
  .features--heading-small .u-h1,
  .features--heading-small .Rte h1 {
    font-size: 20px;
  }

  .features--heading-small .u-h2,
  .features--heading-small .Rte h2 {
    font-size: 18px;
  }

  .features--heading-small .u-h3,
  .features--heading-small .Rte h3 {
    font-size: 18px;
  }

  .features--heading-small .u-h4,
  .features--heading-small .Rte h4 {
    font-size: 16px;
  }

  .features--heading-small .u-h5,
  .features--heading-small .Rte h5 {
    font-size: 13px;
  }

  .features--heading-small .u-h6,
  .features--heading-small .Rte h6 {
    font-size: 12px;
  }

  .features--heading-small .u-h7 {
    font-size: 11px;
  }

  .features--heading-small .u-h8 {
    font-size: 10px;
  }

  .features--heading-normal .u-h1,
  .features--heading-normal .Rte h1 {
    font-size: 22px;
  }

  .features--heading-normal .u-h2,
  .features--heading-normal .Rte h2 {
    font-size: 20px;
  }

  .features--heading-normal .u-h3,
  .features--heading-normal .Rte h3 {
    font-size: 17px;
  }

  .features--heading-normal .u-h4,
  .features--heading-normal .Rte h4 {
    font-size: 16px;
  }

  .features--heading-normal .u-h5,
  .features--heading-normal .Rte h5 {
    font-size: 14px;
  }

  .features--heading-normal .u-h6,
  .features--heading-normal .Rte h6 {
    font-size: 13px;
  }

  .features--heading-normal .u-h7 {
    font-size: 12px;
  }

  .features--heading-normal .u-h8 {
    font-size: 11px;
  }

  .features--heading-large .u-h1,
  .features--heading-large .Rte h1 {
    font-size: 24px;
  }

  .features--heading-large .u-h2,
  .features--heading-large .Rte h2 {
    font-size: 22px;
  }

  .features--heading-large .u-h3,
  .features--heading-large .Rte h3 {
    font-size: 19px;
  }

  .features--heading-large .u-h4,
  .features--heading-large .Rte h4 {
    font-size: 17px;
  }

  .features--heading-large .u-h5,
  .features--heading-large .Rte h5 {
    font-size: 13px;
  }

  .features--heading-large .u-h6,
  .features--heading-large .Rte h6 {
    font-size: 13px;
  }

  .features--heading-large .u-h7 {
    font-size: 12px;
  }

  .features--heading-large .u-h8 {
    font-size: 11px;
  }
    
  .features--heading-extralarge .u-h1,
  .features--heading-extralarge .Rte h1 {
    font-size: 28px;
  }

  .features--heading-extralarge .u-h2,
  .features--heading-extralarge .Rte h2 {
    font-size: 26px;
  }

  .features--heading-extralarge .u-h3,
  .features--heading-extralarge .Rte h3 {
    font-size: 20px;
  }

  .features--heading-extralarge .u-h4,
  .features--heading-extralarge .Rte h4 {
    font-size: 18px;
  }

  .features--heading-extralarge .u-h5,
  .features--heading-extralarge .Rte h5 {
    font-size: 15px;
  }

  .features--heading-extralarge .u-h6,
  .features--heading-extralarge .Rte h6 {
    font-size: 13px;
  }

  .features--heading-extralarge .u-h7 {
    font-size: 12px;
  }

  .features--heading-extralarge .u-h8 {
    font-size: 11px;
  }
  
}

.js .features--show-page-transition .PageTransition {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--background);
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition: all 0.25s ease;
}

/**
 * ----------------------------------------------------------------------------
 * Flexbox helper
 * ----------------------------------------------------------------------------
 */


/*parent fixes flex min-height for IE10/11*/
.u-flex-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-wrap: wrap;
}

.u-flex--middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-flex--bottom {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.u-flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-flex-child-strech {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

/**
 * ----------------------------------------------------------------------------
 * Standard button (from old theme)
 * ----------------------------------------------------------------------------
 */


.resetFilter {	
  margin: 25px auto;	
  display: flex;	
  max-width: 300px;	
  justify-content: center;	
}

.Button,
.shopify-payment-button__button--unbranded,
input.spr-button-primary,
.spr-summary-actions-newreview,
.spr-button-primary:not(input),
.spr-pagination-prev > a,
.spr-pagination-next > a {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  text-align: center;
  letter-spacing: 0.2em;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  background-color: transparent;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
}

.Button::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: scale(1, 1);
  transform-origin: left center;
  z-index: -1;
}


.Button--primary {
  color: var(--button-text-color);
  border-color: var(--button-background);
}

.Button--primary::before {
  background-color: var(--button-background);
}

.Button--reversed {
  color: var(--button-background);
  border-color: var(--button-background);
  background-color: var(--button-text-color);
}

.Button--reversed::before {
  background-color: var(--button-background);
  transform-origin: right center;
  transform: scale(0, 1);
}



.Button--secondary {
  color: var(--text-color-light);
  border: 1px solid rgba(var(--text-color-light-rgb), 0.2);
}

.Button--secondary::before {
  background-color: var(--button-background);
  transform-origin: right center;
  transform: scale(0, 1);
}


.Button--full {
  width: 100%;
}

.Button--stretched {
  padding-left: 40px;
  padding-right: 40px;
}

.Button--centered {	
  display: flex;	
  justify-content: center;	
  width: fit-content;	
  margin: 20px auto;	
}

.Button--small {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  padding: 12px 24px;
}

.Button__SeparatorDot {
  display: inline-block;
  margin: 0 18px;
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 100%;
  background: currentColor;
}

.ButtonWrapper {
  text-align: center;
}

/* We allow those buttons to have secondary state. The secondary state is displayed (for instance during loading time) when
   the class "Button--secondaryState" is added */
.Button__PrimaryState,
.Button__SecondaryState {
  display: block;
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
}

.Button__SecondaryState {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 100%);
}

.Button--secondaryState .Button__PrimaryState {
  opacity: 0;
  transform: translateY(-100%);
}
.Button--secondaryState .Button__SecondaryState {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/**
 * ----------------------------------------------------------------------------
 * Button group
 * ----------------------------------------------------------------------------
 */

.ButtonGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -12px;
}

.ButtonGroup--start {
  justify-content:flex-start;
}

.ButtonGroup__Item {
  margin: 12px;
}

.ButtonGroup__Item--expand {
  flex: 1 1 0;
}

.ButtonGroup--spacingSmall {
  margin: -8px;
}
.ButtonGroup--spacingSmall .ButtonGroup__Item {
  margin: 8px;
}

.ButtonGroup .ButtonGroup--spacingSmall a {	
  letter-spacing: 0.02em;	
  font-weight: 500;	
  font-size: 20px;	
}

.ButtonGroup--sameSize .ButtonGroup__Item {
  flex: 0 1 auto;
  white-space: nowrap;
  max-width: 245px;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .ButtonGroup--sameSize .ButtonGroup__Item {
    flex: 1 1 0;
    /* There is a bug in IE11 so we're forced to use this trick */
  }
}

@media screen and (min-width: 641px) {
  @supports (display: inline-grid) {
    .ButtonGroup--sameSize {
      display: inline-grid;
      grid-template-columns: 1fr 1fr;
    }

    .ButtonGroup--sameSize .ButtonGroup__Item {
      max-width: none;
    }
  }
}

/**
 * ----------------------------------------------------------------------------------------------
 * Flickity styles
 * ----------------------------------------------------------------------------------------------
 */

.flickity-enabled {
  position: relative;
}

body:not(.is-tabbing) .flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: auto;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled {
  -webkit-tap-highlight-color: transparent;
}

.flickity-enabled.is-draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
}

.flickity-prev-next-button[disabled] {
  opacity: 0;
}

.flickity-prev-next-button svg {
  width: auto;
  height: 50px;
  stroke-width: 1.5px;
  stroke: var(--text-light-color);
}

/* ---- page dots ---- */
.flickity-page-dots {
  width: 100%;
  padding: 0;
  margin: 22px 0 0 0;
  list-style: none;
  text-align: center;
}

.flickity-page-dots .dot {	
  position: relative;	
  display: inline-block;	
  width: 50px;	
  height: 8px;	
  margin: 0 4px;	
  border-radius: 0;	
  cursor: pointer;	
  background: transparent;	
  border: 1px solid var(--border-color);
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;	
  /* This is used to increase the clickable area */	
}

.flickity-page-dots .dot::before {
  position: absolute;
  content: "";
  top: -6px;
  right: -6px;
  left: -6px;
  bottom: -6px;
}


.flickity-page-dots .dot.is-selected {
  /*background: currentColor;*/
  border-color: currentColor;
  opacity: .7;
}


@media screen and (min-width: 641px) {
  .flickity-page-dots .dot {
	width: 60px;	
    height: 8px;	
    margin: 0 4px;	
    border-width: 1px;
  }
}

/**
 * ----------------------------------------------------------------------------------------------
 * Default styling for site-wide carousel
 * ----------------------------------------------------------------------------------------------
 */

.Carousel {
  position: relative;
}

.Carousel--fixed,
.Carousel--fixed .flickity-viewport,
.Carousel--fixed .Carousel__Cell {
  height: 100%;
}

/* This allows to hide cells that are not first one until slider is loaded */
.Carousel:not(.flickity-enabled) .Carousel__Cell:not(.is-selected) {
  display: none;
}

.Carousel__Cell {
  display: block;
  width: 100%;
}

.Slideshow--constrained .Slideshow__Carousel .Carousel__Cell {
  max-height:400px;
}

.js .Carousel--fadeIn .flickity-slider {
  transform: none !important;
}


.js .Carousel--fadeIn .Carousel__Cell {
  left: 0 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.js .Carousel--fadeIn .Carousel__Cell.is-selected {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}


.Carousel--insideDots .flickity-page-dots {	
  position: absolute;	
  width: 100%;	
  margin: 0;	
  bottom: 5px;	
  left: auto;	
}

.Carousel--outsideDots .flickity-page-dots {
  position: relative;	
  width: 100%;	
  margin: 0;	
  bottom: -10px;
  left: auto;
}



.Carousel--insideDots .flickity-prev-next-button {
  bottom: -25px;
  z-index: 1;
}

.Carousel--insideDots .flickity-prev-next-button.next {
  right: 25px;
}

.Carousel--insideDots .flickity-prev-next-button.previous {
  right: 75px;
  margin-right: 15px;
}

@media screen and (min-width: 1008px) {
  .Carousel--insideDots .flickity-page-dots {
    right: 0;
    left: auto;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Collapsible
 * ----------------------------------------------------------------------------
 */
.Collapsible {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  overflow: hidden;
}

.Collapsible + .Collapsible {
  border-top: none;
}

.Collapsible--padded {
  padding-left: 24px;
  padding-right: 24px;
}

.Collapsible__Button {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  text-align: left;
  cursor: pointer;
}

.Collapsible__Button p {
  max-width: 95%;
}

.Collapsible__Plus {
  position: absolute;
  right: 0;
  top: calc(50% - (11px / 2));
  width: 11px;
  height: 11px;
}

.Collapsible__Plus::before,
.Collapsible__Plus::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.Collapsible__Plus::before {
  width: 11px;
  height: 1px;
  opacity: 1;
}

.Collapsible__Plus::after {
  width: 1px;
  height: 11px;
}

.Collapsible__Button[aria-expanded=true] .Collapsible__Plus::before,
.Collapsible__Button[aria-expanded=true] .Collapsible__Plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.Collapsible__Button[aria-expanded=true] .Collapsible__Plus::before {
  opacity: 0;
}

.Collapsible .Collapsible {
  margin-left: 16px;
  border: none;
}

.Collapsible .Collapsible .Collapsible__Button {
  padding: 13px 0;
}

.Collapsible__Inner {
  display: block;
  height: 0;
  visibility: hidden;
  transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
  overflow: hidden;
}

.Collapsible__Button[aria-expanded=true] + .Collapsible__Inner {
  visibility: visible;
  transition: height 0.35s ease-in-out;
}

.Collapsible__Content {
  padding-bottom: 18px;
}

.Collapsible .Linklist {
  margin-bottom: 4px;
}

.Collapsible .Linklist--bordered {
  margin-top: 16px;
  margin-bottom: 4px;
}

@media screen and (min-width: 641px) {
  /* When this class is applied to a collapsible, it will display as a collapsible on mobile but not on larger screen, where it will
     automatically appear is auto-expanded */
  .Collapsible--autoExpand {
    border: none;
    overflow: visible;
  }

  .Collapsible--autoExpand .Collapsible__Button {
    cursor: default;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
  }

  .Collapsible--autoExpand .Collapsible__Plus {
    display: none;
  }

  .Collapsible--autoExpand .Collapsible__Inner {
    height: auto;
    visibility: visible;
    overflow: visible;
  }

  .Collapsible--autoExpand .Collapsible__Content {
    padding-bottom: 0;
  }

  .Collapsible--autoExpand .Linklist {
    margin-bottom: 0;
  }

  .Collapsible--autoExpand {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 1008px) {
  .Collapsible--padded {
    padding-left: 30px;
    padding-right: 30px;
  }

  .Collapsible--large .Collapsible__Button {
    padding: 34px 0;
  }

  .Collapsible--large .Collapsible__Content {
    padding-bottom: 45px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Base drawer
 * ----------------------------------------------------------------------------
 */
.Drawer {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: calc(100vw - 65px); /* Interestingly, 100% does not work on iOS 9 and lower */
  height: 100vh;
  max-height: none;
  z-index: 20;
  transition: transform 0.5s var(--drawer-transition-timing), visibility 0.5s var(--drawer-transition-timing);
  background: var(--background);
  box-shadow: none;
  touch-action: manipulation; /* Animating box-shadow is slow, even on modern browsers, so we instead move it in a pseudo-element and animate opacity */
}

.Drawer:focus {
  outline: none;
}

.Drawer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 2px 0 10px rgba(54, 54, 54, 0.2), -2px 0 10px rgba(54, 54, 54, 0.2);
  opacity: 0;
  transition: opacity 0.5s var(--drawer-transition-timing);
}

.Drawer--secondary {
  background: var(--light-background);
}

.Drawer--fromLeft {
  transform: translateX(calc(-100vw + 65px));
}

.Drawer--fromRight {
  right: 0;
  left: auto;
  transform: translateX(calc(100vw - 65px));
}

.Drawer[aria-hidden=false] {
  visibility: visible;
  transform: translateX(0);
}

.Drawer[aria-hidden=false]::before {
  opacity: 1;
}

.Drawer__Container {
  width: 100%;
}

.Drawer--fromLeft .Drawer__Container {
  padding-left: 18px;
  padding-right: 24px;
}

.Drawer--fromRight .Drawer__Container {
  padding-left: 24px;
  padding-right: 18px;
}

.Drawer__Header {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  max-height: 60px;
  background: inherit;
  text-align: center;
  z-index: 1;
}

.Drawer__Header--flexible {
  min-height: 0 !important;
  max-height: none !important;
  height: auto !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.Drawer__Header--flexible .Drawer__Close {
  top: 25px;
}

@supports (--css: variables) {
  .Drawer__Header {
    height: var(--header-height);
  }
}

.Drawer__Header--center {
  justify-content: center;
}

.Drawer__Close {
  position: absolute;
  margin-left: 0;
  left: 18px;
  top: calc(50% - 7px);
  line-height: 0;
}

.Drawer__Close svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.25px;
}

.Drawer--fromRight .Drawer__Close {
  right: 18px;
  left: auto;
}

.Drawer__Header--bordered {
  box-shadow: 0 -1px var(--border-color) inset;
}

.Drawer--secondary .Drawer__Header--bordered {
  box-shadow: 0 -1px rgba(var(--border-color-rgb), 0.6) inset;
}

.Drawer--secondary .Collapsible {
  border-bottom-color: rgba(var(--border-color-rgb), 0.6);
}

.Drawer__Content {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: calc(100% - 60px);
  max-height: calc(100% - 50px); /* This handles an edge case when the header is much bigger than the maximum size for content, but this only works on Safari as of today */
}

@supports (--css: variables) {
  .Drawer__Content {
    height: calc(100% - var(--header-height));
    max-height: calc(100% - var(--header-height));
  }
}

@supports (width: calc(max(100%))) {
  .Drawer__Content {
    height: max(calc(100% - var(--header-height)), calc(100% - 60px));
    max-height: max(calc(100% - var(--header-height)), calc(100% - 60px));
  }
}

.Drawer__Main {
  flex: 1 1 auto;
}

.Drawer__Footer {
  flex: none;
  box-shadow: 0 -1px var(--border-color);
}

.Drawer--secondary .Drawer__Footer {
  box-shadow: 0 -1px rgba(var(--border-color-rgb), 0.6);
}

.Drawer__Footer--padded {
  padding: 24px;
}

@supports (padding: max(0px)) {
  .Drawer__Footer--padded {
    padding-bottom: max(24px, env(safe-area-inset-bottom, 0px) + 24px);
  }
}

@media screen and (min-width: 641px) {
  .Drawer {
    width: 400px;
    transform: translateX(-100%);
  }

  .Drawer--small {
    width: 340px;
  }

  .Drawer--fromRight {
    transform: translateX(100%);
  }

  .Drawer__Header {
    max-height: 80px;
    min-height: 60px;
  }

  @supports (width: calc(max(100%))) {
    .Drawer__Content {
      /* This handles an edge case when the header is much bigger than the maximum size for content, but this only works on Safari as of today */
      height: max(calc(100% - var(--header-height)), calc(100% - 80px));
      max-height: max(calc(100% - var(--header-height)), calc(100% - 80px));
    }
  }

  .Drawer--fromLeft .Drawer__Container,
  .Drawer--fromRight .Drawer__Container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .Drawer__Close {
    left: 30px;
  }

  .Drawer--fromRight .Drawer__Close {
    right: 30px;
    left: auto;
  }

  .Drawer__Close svg {
    stroke-width: 1.5px;
  }

  .Drawer__Footer--padded {
    padding: 24px 30px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Animation
 * ----------------------------------------------------------------------------
 */

[data-drawer-animated-left],
[data-drawer-animated-right] {
  opacity: 0;
  transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
}

.Drawer[aria-hidden=false] [data-drawer-animated-left],
.Drawer[aria-hidden=false] [data-drawer-animated-right] {
  opacity: 1;
  transform: translateX(0);
}

[data-drawer-animated-left] {
  transform: translateX(-65px);
}

[data-drawer-animated-right] {
  transform: translateX(65px);
}

[data-drawer-animated-bottom] {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.Drawer[aria-hidden=false] [data-drawer-animated-bottom] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}




/**
 * ----------------------------------------------------------------------------
 * Image overlay
 * ----------------------------------------------------------------------------
 */

.Image--contrast,
.Image--contrast-mobile,
.Image--contrast-dark {
    position: relative;
  }

.Image--contrast::after,
.Image--contrast-mobile::after,
.Image--contrast-dark::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.Image--contrast > *,
.Image--contrast-mobile > *,
.Image--contrast-dark > * {
    z-index: 1;
}

.PageHeader__Image.Image--contrast::after,
.ImageHero__Image.Image--contrast::after,
.Image--contrast-dark::after {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
}

.Slideshow__ImageContainer.Image--contrast::after  {
	background-image: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 45%);
}

.Slideshow__ImageContainer.Image--contrast-dark::after  {
	background-image: linear-gradient(0deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.45) 100%);
}


.CollectionItem__Image.CollectionItem__Image--background.Image--contrast::after,
.CollectionItem__Image.CollectionItem__Image--contain.Image--contrast::after,
.CollectionItem__Image.Image--contrast::after,
.PageHeader__ImageWrapper.Image--contrast::after {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%);
}

.CollectionItem__Image.Image--contrast-dark::after {
   background-image: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%);
}

@media screen and (max-width: 640px) {
  .CollectionItem__Image.CollectionItem__Image--background.Image--contrast-mobile::after {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
  }
}


@media screen and (min-width: 1008px) {
  .ImageHero__Video.Image--contrast::after {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  }
}

/**
 * --------------------------------------------------------------------
 * VIDEO WRAPPER
 * --------------------------------------------------------------------
 */

.VideoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.VideoWrapper iframe,
.VideoWrapper object,
.VideoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* For native one we use a different thing */
.VideoWrapper--native::after {
  display: none;
}

.VideoWrapper--native .plyr,
.VideoWrapper--native video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.VideoWrapper--native .plyr__video-wrapper,
.VideoWrapper--native video {
  height: 100%;
}


.VideoWrapper--small {
  padding-bottom: 30%;
}

.VideoWrapper--large {
  padding-bottom: 65%;
}
	

/**
 * ----------------------------------------------------------------------------
 * Anchor
 * ----------------------------------------------------------------------------
 */
.Anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden;
}

.Anchor--block {	
	top:-350px!important;	
}

.Anchor--menu {	
	top:-450px!important;	
}

@supports (--css: variables) {
  .Anchor {
    top: calc(-1 * (var(--header-height))); /* + var(--announcement-bar-height)));*/
  }
}

@media screen and (max-width: 640px) {	
  .Anchor--block {	
      top:-275px!important;	
  }	
  .Anchor--menu {	
      top:-300px!important;	
  }	  
}



/**
 * ----------------------------------------------------------------------------
 * Placeholder (used within the theme editor only)
 * ----------------------------------------------------------------------------
 */

.PlaceholderSvg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.PlaceholderSvg--dark {
  background: dimgray;
  fill: #a1a1a1;
}

.PlaceholderBackground {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 0.7;
}

.PlaceholderBackground__Svg {
  height: 100% !important;
  width: auto !important;
  min-width: 100%;
}


/**
 * ----------------------------------------------------------------------------
 * Alerts
 * ----------------------------------------------------------------------------
 */

.Alert,
.spr-form-message {
  display: block;
  padding: 15px 20px;
  white-space: normal;
  font-size: 1rem;
  word-break: break-all;
  word-break: break-word;
  text-shadow: none;
}

.Alert--large {
  padding: 18px 20px;
}

.Alert--error,
.spr-form-message-error {
  background: #f3dbdb;
  color: #cb2b2b;
}

.Alert--success,
.spr-form-message-success {
  background: #d2e4c4;
  color: #307a07;
}

.Alert__ErrorList {
  list-style: none;
}



@media screen and (min-width: 641px) {
  .Alert--large {
    padding: 18px 30px;
  }
}


/**	
 * ----------------------------------------------------------------------------	
 * Brand Bar (from old theme)
 * ----------------------------------------------------------------------------	
 */	
.top-nav {	
  height: auto;	
}	
.top-nav__container {	
  height: 100%;	
}	
.top-nav__list--left .top-nav__link {	
  height: 40px;	
  padding: 0 10px;	
  width: 100%;	
}	
.top-nav__list {	
  display: -webkit-box;	
  display: -ms-flexbox;	
  display: flex;	
  flex-wrap: wrap;	
  height: 100%;	
  list-style: none;	
  margin: 0;	
  padding: 0;	
  width: 100%;	
  -webkit-box-pack: center;	
  -ms-flex-pack: center;	
  justify-content: center;	
}	
.top-nav__list-switcher {	
  display: -webkit-box;	
  display: -ms-flexbox;	
  display: flex;	
  flex-wrap: nowrap;	
  width: 100%;	
  -webkit-box-flex: 0;	
  -ms-flex: 0 1 100%;	
  flex: 0 1 100%;	
  justify-content: center;	
}	
.top-nav__right-area {	
  display: -webkit-box;	
  display: -ms-flexbox;	
  display: flex;	
  flex-wrap: nowrap;	
  width: 100%;	
  -webkit-box-flex: 0;	
  -ms-flex: 0 1 100%;	
  flex: 0 1 100%;	
  justify-content: center;	
  padding-right: 0px;	
}	
.top-nav__list-switcher-list {	
  display: -webkit-box;	
  display: -ms-flexbox;	
  display: flex;	
  flex-wrap: nowrap;	
  justify-content: center;	
  max-width: 100%;	
  -webkit-box-flex: 0;	
  -ms-flex: 1 0 100%;	
  flex: 1 0 100%;	
}	
.top-nav__list-switcher-list li,	
.top-nav__list-switcher span {	
  align-self: center	
}	
.top-nav__list-switcher span {	
  color: #fff;	
  line-height: 100%;	
  padding: 0 15px	
}	
.top-nav__list-item {	
  display: inline-block;	
  -webkit-box-flex: 0;	
  -ms-flex: 0 1 33.33%;	
  flex: 0 1 33.33%;	
  position: relative;	
  height: 100%;	
}

.top-nav__list-item .top-nav__link svg {
	fill:#fff;
}

.top-nav__list-item.active .top-nav__link svg .cls-mpg {
	fill:#000;
}

.top-nav__list-item.active .top-nav__link svg .cls-ma {
	fill:#fe3b1f;
}

.top-nav__list-item.active .top-nav__link svg .cls-mo1 {
	fill:#002856;
}

.top-nav__list-item.active .top-nav__link svg .cls-mo2 {
	fill:#9c182f;
}

.top-nav__list-item.active .top-nav__link svg .cls-mond {
	fill:#D3D4D6;
}

.top-nav__list-item.active .top-nav__link svg .cls-whse {
	fill:#E32C2B;
}

.top-nav__link {	
  color: #777779;	
  display: inline-block;	
  line-height: 40px;	
  padding: 0 40px;	
  vertical-align: middle;	
}	
.top-nav__link svg {	
  margin: 0 auto;	
  vertical-align: middle;	
  width: 140.8px;	
  height: 25px;	
}	
.top-nav__list-item--uk .top-nav__link svg {	
  height: 26px;	
}	
.top-nav__link--first {	
  color: white;	
}	
.top-nav__link--last {	
  height: 100%;	
  background-color: #676767;	
  color: #FFFFFF;	
}	
.top-nav__link--last svg {	
  margin-right: 0;	
}	
.top-nav__dropdown {	
  background: transparent;	
  border: none;	
  height: 100%;	
}	
.top-nav__dropdown button {	
  color: #FFFFFF;	
}


@media screen and (min-width:640px){
  .top-nav__list-switcher {	
    -webkit-box-flex: 0;	
    -ms-flex: 0 1 100%;	
    flex: 0 1 100%;	
    justify-content: center;	
  }
}


@media screen and (min-width:641px) and (max-width:1239px) {	
  .top-nav__list-switcher-list {	
    flex: 0 1 75%	
  }	
}	
@media screen and (max-width: 640px) {	
  .top-nav__list-item {	
    position: initial;	
  }	
  .top-nav__link {	
    padding: 0 16px;	
  }	
  .top-nav__link svg {	
    width: 70px;	
  }	
  .top-nav__link--last {	
    background-color: #FFFFFF;	
  }	
  .top-nav__list-switcher span {	
    display: none	
  }	
}	
@media screen and (max-width: 699px) {	
  .top-nav__link {	
    line-height: 30px;	
  }	
  .top-nav__link svg {	
    max-width: 100%;	
    width: auto;	
  }	
}	
	
@media screen and (min-width: 1240px) {	
	
  .top-nav__right-area {	
    -webkit-box-flex: 0;	
    -ms-flex: 0 1 25%;	
    flex: 0 1 25%;	
    justify-content: flex-end;	
    align-items: center;	
    padding-right: 4em;	
  }	
  .top-nav__list-switcher-list {	
    -webkit-box-flex: 0;	
    -ms-flex: 0 1 50%;	
    flex: 0 1 50%;	
  }	
}


/**	
 * ----------------------------------------------------------------------------	
 * Breadcrumb (from old theme)
 * ----------------------------------------------------------------------------	
 */	

.breadcrumbWrap {	
  background: #f9f9f9;
  margin: 0 0 30px;	
}	

.breadcrumbWrap--full {	
  background: none;
}

.breadcrumbWrap--pdp {	
  background: none;
  max-width:80%;
  margin: 15px 0;
}

.prev-next {	
  display: flex;	
  justify-content: flex-end;
  margin: 0 0 15px 0;
}

.prev-next svg.Icon {height:2em;width:auto}

.prev-next .Icon {margin-top:-2px}

@media screen and (max-width: 999px) {
  .shopify-section--main-product-with-breadcrumb .breadcrumb-prev-next:not(:has(.breadcrumb--visible)) {
    display: none;
  }

  .prev-next-wrapper {display:none}
  .prev-next {	
    display:block;
    margin:10px auto;
  }
  .prev-next a:first-child {	
    padding-right: 25px;
  }
}	

@media screen and (min-width:1000px) {
  .breadcrumb-prev-next {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0 5px 0;
  }
  
  .prev-next-wrapper {
    max-width: 20%; 
    align-self: center;
    padding-top:20px;
  }
  .prev-next a:first-child {	
    padding-right: 20px;
  }  
}



/**
 * ----------------------------------------------------------------------------
 * Featured quote
 * ----------------------------------------------------------------------------
 */

.FeaturedQuote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 40px;
  background: var(--secondary-elements-background);
  color: var(--secondary-elements-text-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
}

.FeaturedQuote__Author {
  margin-top: 14px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  opacity: 0.5;
}

.FeaturedQuote__Content a {
  text-decoration: underline;
  text-underline-position: under;
}

@media screen and (min-width: 1008px) {
  .FeaturedQuote {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}



/**
 * ----------------------------------------------------------------------------
 * Modal (from old theme)
 * ----------------------------------------------------------------------------
 */


.Modal {
  position: fixed;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  top: 50%;
  left: 50%;
  width: 480px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  padding: 15px 20px 20px 20px;
  z-index: 7;
  opacity: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--background);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

@supports (--css: variables) {
  .Modal {
    max-height: calc(var(--window-height) - 40px);
  }
}

.Modal[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.Modal--dark {
  background: var(--secondary-elements-background);
  color: var(--secondary-elements-text-color);
}

.Modal--dark .Rte h1,
.Modal--dark .Rte h2,
.Modal--dark .Rte h3,
.Modal--dark .Rte h4,
.Modal--dark .Rte h5,
.Modal--dark .Rte h6 {
  color: var(--secondary-elements-text-color);
}

.Modal--dark .Rte a:not(.Button):hover {
	color: var(--secondary-elements-text-color);
}

.Modal--fullScreen {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: none;
}

.Modal--halfScreen {
  width: 80%;
}


.Modal--pageContent {
  padding: 60px 0 50px 0;
}

.Modal--product {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  top: 15%;
  left: 0;
  bottom: 0;
  right: 0;
  transform: none;  
  padding: 60px 40px;
}

.Modal--videoContent {
  justify-content: center;
  background: #000000; /* Full theatre experience ! */
  color: #ffffff;
}

.Modal .Heading:not(.Link) {
  color: inherit;
}

.Modal__Header {
  margin-bottom: 30px;
  text-align: center;
}

.Modal__Close {
  display: block;
  margin: 25px auto 0 auto;
  flex-shrink: 0;
}

.Modal__Close--outside {
  position: absolute;
  margin-top: 0;
  top: 20px;
  right: 20px;
  line-height: 0;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}

.Modal__Close--outside:hover {
  opacity: 1;
}

.Modal__Close--outside svg {
  height: 16px;
  width: 16px;
  stroke-width: 1.25px;
}

.Modal--fullScreen .Modal__Close--outside {
  right: 40px;
  top: 40px;
}

.Modal__Content iframe {
  display: none;
}

#Modal__Logo {margin:20px 0 -20px 0}
#Modal__Logo img {margin:0}
#Modal__Logo img.originals  {max-width:175px!important}
#Modal__Logo img.mondetta  {max-width:175px!important}
#Modal__Logo img.modern  {max-width:225px!important}
#Modal__Logo img.mpgear {max-width:130px!important}

.Modal[aria-hidden=false] .Modal__Content iframe {
  display: block;
}

/* We override some styles for common elements like table */
.Modal__Content th,
.Modal__Content td {
  border-color: var(--secondary-elements-border-color) !important;
}

.Modal__Content thead th:empty,
.Modal__Content tbody th {
  background: var(--secondary-elements-background) !important;
}

@media screen and (min-width: 641px) {
  .Modal:not(.Modal--pageContent) {
    padding: 35px 40px 40px 40px;
  }
}

@media screen and (min-width: 1008px) {
  .Modal {
    flex-direction: column;
  }

  .Modal--pageContent {
    padding: 100px 0 80px 0;
  }

  .Modal--pageContent .Modal__Content {
    flex: 1 0 0;
  }

  .Modal__Close:not(.Modal__Close--outside) {
    margin-top: 40px;
    flex-shrink: 0;
  }
}
/**
 * ----------------------------------------------------------------------------
 * A11Y
 * ----------------------------------------------------------------------------
 */
.PageSkipLink:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--text-color);
  background-color: var(--background);
  padding: 10px;
  z-index: 10000;
  transition: none;
}

/**
 * ----------------------------------------------------------------------------
 * Page overlay
 * ----------------------------------------------------------------------------
 */
.PageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background: #363636;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.PageOverlay.is-visible {
  opacity: 0.25;
  visibility: visible;
}

/**
 * ----------------------------------------------------------------------------
 * Page header
 * ----------------------------------------------------------------------------
 */
.PageHeader {
  position: relative;
  margin: 35px 0;
}

.CustomerHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}



.PageHeader--sideImage {
  display: flex;
  margin: 0;
  width: 100%;
  padding:0 25px 0 0;
  height: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  background: var(--secondary-elements-background);
  color: var(--secondary-elements-text-color);
}

.PageHeader--sideImage img {
  margin-right:40px;
}

.PageHeader--sideImage .SectionHeader:not(:only-child) {
  margin-bottom: 0;
}

.PageHeader--sideImage .SectionHeader__Description {
  max-width: 100%;
}

.PageHeader--sideImage .SectionHeader h1 {
  color: var(--secondary-elements-text-color);
}
  


.PageHeader--withBackground {
  display: flex;
  margin: 0;
  width: 100%;
  min-height: 450px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}

.PageHeader--thin.PageHeader--withBackground {
	max-height:60px;
	min-height:60px;
  	
}

.PageHeader--thin.PageHeader--withBackground .PageHeader__ImageWrapper {
	background-size: auto;
  	background-position:center center;
  	background-repeat: no-repeat;
    top: 0;
    height:100%;
}


.PageHeader--withBackground .Heading,
.PageHeader--withBackground .Rte a:not(.Button) {
  color: #ffffff;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}

.PageHeader__ImageWrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: top center;
}

.PageHeader__ImageWrapper--article {
  overflow: hidden;
  height: 350px;
}

.PageHeader__Image {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 100% 0;
}

.PageHeader__ImageWrapper--gif {
	background-position: center center;
}


@supports (--css: variables) {
  .PageHeader__ImageWrapper {
    top: calc(0.25 * 0px - 0px * 0);
    top: calc(0.25 * var(--announcement-bar-height, 0px) - var(--header-height, 0px) * var(--use-unsticky-header, 0));
    height: calc(100% + 0px + 0px * 0);
    height: calc(100% + var(--announcement-bar-height, 0px) + var(--header-height, 0px) * var(--use-unsticky-header, 0));
  }
  
  .PageHeader__ImageWrapper--gif {
    top: calc(0.5 * 0px - 0px * 0);
    top: calc(0.5 * var(--announcement-bar-height, 0px) - var(--header-height, 0px) * var(--use-unsticky-header, 0));
    height: calc(100% + 0px + 0px * 0);
    height: calc(100% + var(--announcement-bar-height, 0px) + var(--header-height, 0px) * var(--use-unsticky-header, 0));
  }
  .PageHeader__Image {
    height: calc(100% + 0px);
    height: calc(100% + var(--announcement-bar-height, 0px));
    top: calc(0 * 0px);
    top: calc(0 * var(--announcement-bar-height, 0px));
  }  
  
  
}

.PageHeader .SectionHeader__Heading,
.PageHeader .SectionHeader__Description {
  margin-top: 0 !important;
} 

.prose ul.category-icons {
  margin-left: 0;
  position:relative;
  left:0;
  list-style-type: none;
  list-style-position: outside;
  line-height:120%;
}

.prose .FabricTech {
	display:flex;
  	justify-content: flex-start;
  	text-align:left!important;
    max-width:450px;
}

@media screen and (max-width:699px){
    .prose .FabricTech {justify-content: center}
}

.prose .FabricTech ul.category-icons {
  position:relative;
  left:0;
  list-style-type: none;
  list-style-position: outside;
  line-height:200%;
}

.prose ul.category-icons li {
  margin:12px 0;
  color:#fff;
  clear:both;
  vertical-align:middle;
}

.prose .FabricTech ul.category-icons li {
  margin:12px 0;
  color:#000;
  clear:both;
  vertical-align:middle;
  font-size:1.1em;
}

.prose ul.category-icons li::before {
  content: '';
  display: inline-block;
  height: 22px;
  width: 22px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position:center center;
  margin:-3px 15px 0 0;
  float:left;
}

.prose .FabricTech ul.category-icons li::before {
  content: '';
  display: inline-block;
  height: 32px;
  width: 32px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position:center center;
  margin:-3px 15px 0 0;
  float:left;
  filter: invert(1);
}

@media screen and (max-width:499px){
  .prose ul.category-icons li::before {
  	margin:0 8px 0 0;
    height:35px;
    width:35px;
    background-size:35px;
  }
  
  .prose .FabricTech ul.category-icons li::before {
  	margin:0 8px 0 0;
    height:45px;
    width:45px;
    background-size:45px;
  }  
}


.prose ul.category-icons li.category-01::before,
.prose .FabricTech ul.category-icons li.category-01::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-01-4way-stretch-circle.svg?v=1645719331)}
.prose ul.category-icons li.category-02::before,
.prose .FabricTech ul.category-icons li.category-02::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-02-moisture-wicking-quick-drying-circle.svg?v=1645719331)}
.prose ul.category-icons li.category-03::before,
.prose .FabricTech ul.category-icons li.category-03::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-03-luxe-soft-circle.svg?v=1645719331)}
.prose ul.category-icons li.category-04::before,
.prose .FabricTech ul.category-icons li.category-04::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-04-ultra-lightweight-circle.svg?v=1645719938)}
.prose ul.category-icons li.category-05::before,
.prose .FabricTech ul.category-icons li.category-05::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-05-seamless-circle.svg?v=1645719938)}
.prose ul.category-icons li.category-06::before,
.prose .FabricTech ul.category-icons li.category-06::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-06-compression-circle.svg?v=1645719331)}
.prose ul.category-icons li.category-07::before,
.prose .FabricTech ul.category-icons li.category-07::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-07-shape-recovery-circle.svg?v=1648739645)}
.prose ul.category-icons li.category-08::before,
.prose .FabricTech ul.category-icons li.category-08::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-08-running.svg?v=1644531206)}
.prose ul.category-icons li.category-09::before,
.prose .FabricTech ul.category-icons li.category-09::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-09-yoga.svg?v=1644531207)}
.prose ul.category-icons li.category-10::before,
.prose .FabricTech ul.category-icons li.category-10::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-10-fabric.svg?v=1644531207)}
.prose ul.category-icons li.category-11::before,
.prose .FabricTech ul.category-icons li.category-11::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-11-medium-support.svg?v=1648738588)}
.prose ul.category-icons li.category-12::before,
.prose .FabricTech ul.category-icons li.category-12::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-12-stays-in-place.svg?v=1648738911)}
.prose ul.category-icons li.category-13::before,
.prose .FabricTech ul.category-icons li.category-13::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-13-tencel.svg?v=1668793912)}
.prose ul.category-icons li.category-14::before,
.prose .FabricTech ul.category-icons li.category-14::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-14-antimicrobial.svg?v=1668796138)}
.prose ul.category-icons li.category-15::before,
.prose .FabricTech ul.category-icons li.category-15::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-15-crossfit.svg?v=1668797870)}
.prose ul.category-icons li.category-16::before,
.prose .FabricTech ul.category-icons li.category-16::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-16-breathable.svg?v=1702939099)}
.prose ul.category-icons li.category-17::before,
.prose .FabricTech ul.category-icons li.category-17::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-17-warm-comfort.svg?v=1702939099)}
.prose ul.category-icons li.category-18::before,
.prose .FabricTech ul.category-icons li.category-18::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-18-sustainable.svg?v=1702939546)}

.SectionHeader__Heading.u-h1 span.title-bold {	
  letter-spacing: 0.02em;	
  font-weight: bold;	
  font-size: 1.3em	
}

.SectionHeader--logoLeft, .Article__Logo--logoLeft {
	left:0;
}



.PageHeader .Alert {
  margin-top: 22px;
}

.PageHeader__Back {
  display: inline-block;
  margin-bottom: 25px;
}
.PageHeader__Back svg {
  height: 9px;
  margin-right: 12px;
  vertical-align: baseline;
  vertical-align: initial;
}

/* Double selector is just to increase specificity and avoid !important */
.PageHeader--withBackground .SectionHeader.SectionHeader {
  position: relative;
  padding: 60px 0 80px 0;
}
@supports (--css: variables) {
  .PageHeader--withBackground .SectionHeader.SectionHeader {
    margin-top: calc(var(--header-height) * 0);
    margin-top: calc(var(--header-height) * var(--header-is-transparent, 0));
  }
}

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

  .PageHeader__ImageWrapper {background-position: 50% 10%;}  
  
  .PageHeader__ImageWrapper--gif {
	background-position: center center;
  }
  
  .PageHeader--withBackground {
  	min-height:300px;
  }
  
  .PageHeader--thin.PageHeader--withBackground .PageHeader__ImageWrapper {
      background-size: 200%;
  } 
  
}


@media screen and (min-width: 641px) {
  .PageHeader {
    margin: 50px 0;
  }

  .PageHeader--withBackground {
    min-height: 450px;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .PageHeader + .Article__Wrapper {
    margin-top: -45px;
  }   
  
  
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(380px + var(--header-height) * 0);
      min-height: calc(380px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }
  
  .PageHeader--small.PageHeader--withBackground {
    min-height: 320px;
  }
  @supports (--css: variables) {
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(350px + var(--header-height) * 0);
      min-height: calc(350px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--large.PageHeader--withBackground {
    min-height: 480px;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(410px + var(--header-height) * 0);
      min-height: calc(410px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--withBackground .SectionHeader.SectionHeader {
    margin-top: 50px;
    padding: 40px 0;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground .SectionHeader.SectionHeader {
      margin-top: calc(var(--header-height) * 0);
      margin-top: calc(var(--header-height) * var(--header-is-transparent, 0));
    }
  }
}


@media screen and (min-width: 1008px) {
  .PageHeader + .Article__Wrapper {
    margin-top: -70px;
  }  
}


@media screen and (min-width: 1140px) {
  .PageHeader--withBackground {
    min-height: 550px;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(450px + var(--header-height) * 0);
      min-height: calc(450px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }
    

  .PageHeader--small.PageHeader--withBackground {
    min-height: 400px;
  }
  @supports (--css: variables) {
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(400px + var(--header-height) * 0);
      min-height: calc(400px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--large.PageHeader--withBackground {
    min-height: 620px;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(520px + var(--header-height) * 0);
      min-height: calc(520px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }
  
  .SectionHeader--logoLeft {
  	left:-400px;
  }
  
  
}
@media screen and (min-width: 1800px) {
  .PageHeader--withBackground {
    min-height: 650px;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(600px + var(--header-height) * 0);
      min-height: calc(600px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }
   

  .PageHeader--small.PageHeader--withBackground {
    min-height: 500px;
  }
  @supports (--css: variables) {
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(550px + var(--header-height) * 0);
      min-height: calc(550px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }

  .PageHeader--large.PageHeader--withBackground {
    min-height: 700px;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(650px + var(--header-height) * 0);
      min-height: calc(650px + var(--header-height) * var(--header-is-transparent, 0));
    }
  }
}
/**
 * ----------------------------------------------------------------------------
 * Page layout (to create two columns) and content
 * ----------------------------------------------------------------------------
 */

.PageLayout__Section:first-child {
  margin-bottom: 60px;
}

.PageLayout__Section--sticky {
  position: sticky;
  top: 75px;
  align-self: flex-start;
}

.PageLayout:not(:only-child) {
  margin-top: 35px;
  margin-bottom: 35px;
}

@supports (--css: variables) {
  .PageLayout__Section--sticky {
    top: calc(var(--header-height) + 20px);
  }
}

@media screen and (min-width: 641px) {
  .PageLayout {
    display: flex;
    flex-wrap: nowrap;
  }

  .PageLayout:not(:only-child) {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .PageLayout__Section {
    flex: 1 0 0;
  }

  .PageLayout__Section:first-child {
    margin-bottom: 0;
  }

  .PageLayout__Section--secondary {
    flex: 1 1 200px;
    max-width: 200px;
  }

  .PageLayout__Section + .PageLayout__Section {
    margin-left: 50px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .PageLayout--breakLap {
    display: block;
  }

  .PageLayout--breakLap .PageLayout__Section:first-child {
    margin-bottom: 60px;
  }

  .PageLayout--breakLap .PageLayout__Section + .PageLayout__Section {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1008px) {
  .PageLayout__Section--secondary {
    flex-basis: 235px;
    max-width: 235px;
  }
}
@media screen and (min-width: 1140px) {
  .PageLayout__Section + .PageLayout__Section {
    margin-left: 80px;
  }

  .PageLayout__Section--secondary {
    flex-basis: 290px;
    max-width: 290px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Page spacing wrapper
 * ----------------------------------------------------------------------------
 */
.PageSpacingWrapper {
  margin-bottom: 60px;
}

/**
 * ----------------------------------------------------------------------------
 * Page content
 * ----------------------------------------------------------------------------
 */
.PageContent {
  max-width: 1300px;
  margin: 35px auto;
}

.PageContent::after {	
  content: '';	
  display: block;	
  clear: both;	
}	

.PageContent--centered {	
  text-align: center	
}	
.PageContent--clearDivs div {	
  clear: both;	
  margin-top: 1.5em;	
}	
.PageContent--clearDivs h1,	
.PageContent--clearDivs h2,	
.PageContent--clearDivs h3,	
.PageContent--clearDivs h4 {	
  margin-top: 1em;	
}	
.PageContent .Flex--start img,
.PageContent .Flex--start div img {	
  margin: 0 25px 25px 0;	
}

.PageContent p {
  margin-bottom: 1.5rem;
}

.PageContent p.Circled {
  	color:#000;
  	text-align:left;
  	font-size: 18px;
  	margin: 0 0 10px -5px;
  	position:relative;
  	text-indent: 45px;
  	line-height:150%;
  	
}

.PageContent p.Circled::before {
  	content: '';
  	position:absolute;
  	display:block;
	height: 30px;
  	width: 30px;
  	border: 2px solid #000;
  	border-radius: 30px;
  	text-indent: 0;
  	margin:0;
  	vertical-align:middle;
  	text-align:center;
  	font-size: 18px;
    font-weight:bold;
}


.PageContent p.Circled--one::before {
  	content: '1';

}

.PageContent p.Circled--two::before {
  	content: '2';

}

.PageContent p.Circled--three::before {
  	content: '3';

}

.PageContent p.Circled--four::before {
  	content: '4';

}
.PageContent p.Circled--five::before {
  	content: '5';

}

.PageContent img.fit {
	max-width:499px;
  	margin:30px 0;
}

.prose .PageContent img.thumbnail {	
  max-width: 250px	
}	


@media screen and (max-width:1007px) {
.PageContent img.fit {
	max-width:100%;
  	margin:30px auto;
 }
}

@media screen and (max-width:640px) {	
  .prose .PageContent img.thumbnail {	
    max-width: 100%;	
    margin: 0	
  }	
  .prose .PageContent img.thumbnail--fixed,
  .prose .PageContent .Float img.thumbnail--fixed {	
    max-width: 250px;	
    margin: 15px auto;	
    float:none;
  }	  
}	
.PageContent--wide {	
  max-width: 1600px	
}	
.PageContent--TwoThirds {	
  max-width: 66.66%	
}	
.PageContent--OneThird {	
  margin: 35px 0;	
  max-width: 33.33%;	
}	
.PageContent img.one-third {	
	max-width:33.33%;	
}	


.PageContent--fitScreen {
  display: flex;
  min-height: calc(100vh - 120px);
  align-items: center;
}
@supports (--css: variables) {
  .PageContent--fitScreen {
    min-height: calc(var(--window-height) - var(--header-height) - 0px - 120px);
    min-height: calc(var(--window-height) - var(--header-height) - var(--announcement-bar-height, 0px) - 120px);
    /* 120px is the margin */
  }
}

	
.PageContent--inset {	
  padding: 40px;	
  margin-bottom: 40px;	
  background: var(--light-background);	
}

.PageContent--narrow {
  max-width: 999px;
}

.PageContent--extraNarrow {
  max-width: 400px;
}

.PageHeader + .PageContent {
  margin-top: 0;
}

	
.PageContent--policies h1,	
.PageContent--policies h2,	
.PageContent--policies h3,	
.PageContent--policies h4 {	
  margin: 20px 0 10px 0;	
  text-transform: normal;	
}	

.PageContent--policies h2 {
	font-size:1.5em;
}

.PageContent ul {	
  list-style-position: outside;	
  margin: 10px 0 15px 17px;	
}	
.PageContent .Flex--start ul,	
.PageContent--FlexColumn ul,	
.PageContent--FlexColumn ol,	
.PageContent--clearDivs ol {	
  list-style-position: inside;	
}	
.PageContent--sectioned {	
  border-top: 1px solid var(--border-color);	
  padding-top: 30px;	
  margin-top: 30px;	
}	
.PageContent--faq h2,	
.PageContent--sectioned h2 {	
  border-top: 1px solid var(--border-color);	
  padding-top: 20px;	
}	
.PageContent--faq h3 {	
  font-weight: bold;	
}	
.PageContent--bordered {	
  border-top: 1px solid var(--border-color);	
  margin-top: 30px;	
  padding-top: 30px;	
  width: 100%;	
}	

.PageContent--bordered.dark {	
  border-top: 1px solid var(--text-color);
}

	
.PageContent--FlexColumn {	
  display: flex;	
  flex-direction: row;	
  flex-wrap: wrap;	
  justify-content: space-around;	
  align-items: flex-start;	
}	
.PageContent--FlexColumn.centered {	
  justify-content: center;
  align-items: center;
}	
.PageContent--FlexColumn div,	
.PageContent--FlexColumn img {	
  max-width: 500px;	
  height: auto;	
  margin-top: 60px;	
}

.PageContent--FlexColumn img {	
	margin:0;	
}

.PageContent--FlexColumn img.icon {
	max-width:300px;
  	align-self:center;
}

.PageContent--FlexColumn.centered div {	
  margin: 30px 15px;	
}

.PageContent--FlexColumn.reverse {
	flex-direction: row-reverse;	
}


/*MAGAZINE LAYOUT*/

	
.PageContent--Magazine {		
  margin: 60px auto;	
  padding: 0 15px;
  max-width: 1800px;
}	
.PageContent--Magazine div.block {	
  padding: 0 15px;	
  display: flex;	
  flex-direction: column;	
  justify-content: center;	
  align-items: flex-start;	
  float: left	
}	
.PageContent--Magazine div.block-widow {	
  padding: 0 15px;	
  display: flex;	
  flex-direction: row;	
  justify-content: center;	
  align-items: center;	
}	
.PageContent--Magazine div.block {	
  width: 50%	
}	
.PageContent--Magazine div.block-widow {	
  width: 100%	
}

.PageContent--Magazine div.block div,	
.PageContent--Magazine div.block-widow div,	
#tripleStory div.block div {	
  margin-bottom: 50px	
}	
.PageContent--Magazine div.block div.one {	
  order: 1;	
}	
.PageContent--Magazine div.block div.two {	
  order: 2;	
}

	
.PageContent--Magazine div.block-widow div.two {	
  width: 100%	
}	

.PageContent--Magazine div.block div.spaced {
  margin: 20% 10%;
  justify-self: center;
}

.PageContent--Magazine div.block p.pHeading,	
.PageContent--Magazine div.block-widow p.pHeading {	
  line-height: 120%;	
  text-align: left;	
  margin: 10px 0 20px 0;		
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  display: block;
}	
.PageContent--Magazine div.block p,	
.PageContent--Magazine div.block-widow p {	
  text-align: left;
}

.PageContent--Magazine div.block p.text {
  font-size: 110%;
}


.PageContent--Magazine div.block img,	
.PageContent--Magazine div.block-widow img {	
  width: auto;		
}	
.PageContent--Magazine a {	
	display:block;	
  	margin:10px 0;	
}	

.PageContent--Magazine div.block ul {
  text-align:left;
}

.Flex {	
  display: flex;	
  flex-wrap: nowrap;	
  justify-content: center;	
  align-items: center;
  margin: 3rem auto;
}	
.Flex div {	
  align-self: center;	
  padding: 0 10px;
}	

.Flex--nopad div {
  padding:0;
  border: 1px solid #fff;
}

.prose .Flex div {
  margin-block-start: 0;
}

.Flex--multi-item {	
  flex-wrap: wrap;	
  justify-content: space-between;	
}	
.Flex--multi-item div {	
  flex: 0 1 25%;	
  width: 100%;	
  padding: 0px 1.5em;	
  margin: 0.5em 0 2em 0;	
}

.Flex--multi-item.two-by-two div {
  flex: 0 1 50%;
  padding:0;
  margin:10px 0;
}

.Flex--multi-item.two-then-three div {	
    flex: 0 1 33.33%;	
  	padding: 0 6%;   
  }  

.Flex--multi-item.four-then-two div {
    flex: 0 1 25%;	
  	padding: 0 25px;
}

.Flex--multi-item.start div {
	align-self:flex-start;
}

.Flex--evenly {	
  justify-content: space-evenly;	
}	

.Flex--center {
  align-items: center;
}

.Flex--center div {
  align-self: center;  
}

.Flex--start div {
  align-self: flex-start;
}

.Flex--start div,	
.Flex--evenly div {	
  width: 100%;	
  margin-bottom: 25px;	
}	

.Flex--start div > img {
	margin-bottom: 25px!important;
}

.Flex div.pad {	
  padding: 10px;	
}	
.Flex img,
.PageContent--FlexColumn img {	
  display: inline-flex;	
}	

.Flex img.icon {
  width: auto;
  max-height: 85px;
  padding: 0 0 15px 0;
  display: block;
}

.Flex img.icon--logo {
  max-height:100px;
}

.PageContent--FlexColumn div {
  margin-bottom: 20px;  
}

.Float {	
  display: block;	
  max-width: 50%;	
  margin-top: 5px;	
}	
.Float--left.headerImg {	
  margin-top: 0;	
}

.Float--left.small-img,
.Float--right.small-img {
  width: auto;
  max-width: 400px;   
}

.Float--left.logo {
  width: auto;
  max-width: 200px;   
}

.Float--left,	
.Rte img.Float--left {	
  margin-right: 30px;	
  margin-bottom: 30px;	
  margin-left: 0;	
  float: left;	
}	
.Float--right,	
.Rte img.Float--right {	
  margin-right: 0;	
  margin-bottom: 30px;	
  margin-left: 30px;	
  float: right;	
}

.Flex--modelSizes {
    flex-wrap:wrap;
    justify-content:flex-start;
}


.Flex--modelSizes p {
    font-size:0.8em;
}


@media (max-width:999px) {	
  .PageContent--Magazine {	
    max-height: 100%;
    padding: 0 30px;
  }	
  .PageContent--Magazine div.block {	
    width: 100%;	
    padding: 0;	
    flex-direction: column-reverse;	
  }	
  .PageContent--Magazine div.block-widow {	
    width: 100%;	
    padding: 0;	
    flex-direction: column	
  }	
  .PageContent img.one-third {	
	max-width:100%;	
	}	
  .PageContent--Magazine div.block div,	
  .PageContent--Magazine div.block-widow div{	
    width: 100%	
  }	
  .PageContent--Magazine div.block div.one {	
    order: 0	
  }	
  .PageContent--Magazine div.block div.two {	
    order: 0	
  }	
  .PageContent--Magazine div.block-widow div.one {	
    order: 2	
  }	
  .PageContent--Magazine div.block-widow div.two {	
    order: 1	
  }	
  
  .PageContent--FlexColumn div, 	
  .PageContent--FlexColumn img {	
  	max-width:100%;	
  }  

  .PageContent--Magazine div.block div.spaced {
    margin: 5% 0;
  }
  
  .Flex {	
    flex-wrap: wrap	
  }

  .Flex--twocolumn div {
    width: 50%;
    margin-bottom: 40px;
    padding: 20px;
  }
  
  .Flex div.pad {	
    padding: 10px 0	
  }	
  
  .Float--left,	
  .Float--right {
    clear:both;
    float: none;	
    margin: 25px 0;	
    width: 100%;
    max-width:100%;
  }	
  
  .Flex--start div,	
  .Flex--evenly div {	
    margin-bottom: 40px;	
  }  

 .Flex--modelSizes div {
    width:20%;  
  }
    
  span.dn-arr,	
  span.up-arr {	
    display: none;	
  }	
}

@media screen and (max-width:640px) {
 .Flex--modelSizes div {
    width:33.33%;  
  }

  .Float--left.small-img,	
  .Float--right.small-img {
    float: none!important;
    clear: both;
    max-width: 100%;
    margin-left:0;
    margin-right:0;
  }    

  .Float--left.logo {
    float: none!important;
    clear: both;
  }

  .Flex--twocolumn div{
    width: 100%;
  }  
 
} 

@media screen and (min-width: 641px) {
  .PageContent {
    margin-bottom: 60px;
    margin-top: 60px;
  }

   .Flex--modelSizes div {
    width:20%;  
  }
  

  .PageContent--fitScreen {
    min-height: calc(100vh - 160px);
  }
  @supports (--css: variables) {
    .PageContent--fitScreen {
      min-height: calc(var(--window-height) - var(--header-height) - 0px - 160px);
      min-height: calc(var(--window-height) - var(--header-height) - var(--announcement-bar-height, 0px) - 160px);
      /* 160px is the margin */
    }
  }
}

	
@media screen and (max-width:1007px) {	
  .Flex--multi-item div {	
    width: auto;	
    max-width: 50%;
    flex-direction: row;	
  }	
  
  .Flex--multi-item.two-then-three div,
  .Flex--multi-item.four-then-two div {	
    flex: 0 1 50%;	
    padding:0;
  }  
  
  
  
  .Flex--multi-item div img {	
    max-width: 150px;	
    display: inline;	
  }	
  
  .Rte img.mobile-hide-desktop {	
    display: block	
  }	
  .Rte img.desktop-hide-mobile {	
    display: none	
  }  
}	

@media screen and (max-width:425px) {	
  .Flex--multi-item div img {	
    max-width: 120px;	
  }	
  
  .Flex--multi-item div {
  	padding:0;
  }  

 .Flex--modelSizes div {
    width:50%;  
  }
  
}	
	


@media screen and (min-width:1008px) {	
  .Flex--multi-item div {	
    flex: 0 1 20%;	
    width: auto;	
    flex-direction: row;	
    padding: 0px 1.5% 0px 1.5%;	
    box-sizing: border-box;	
  }	
  
  .Flex--multi-item.two-then-three div {	
    flex: 0 1 33.33%;	
    padding: 0 6%;	
  }    

  .Rte img.desktop-hide-mobile {	
    display: block	
  }	
  .Rte img.mobile-hide-desktop {	
    display: none	
  }  

   .Flex--modelSizes div {
    width:15%;  
  }
  
}	

@media screen and (min-width:1200px) {
   .Flex--modelSizes div {
    width:10%;  
  }  
}


@media screen and (min-width:1500px) {	
  .Flex--multi-item div {	
    flex: 0 1 16.5%;	
  }	
}


.sustainability {	
  margin: 20px auto;	
  background-image: url(https://cdn.shopify.com/s/files/1/2704/5152/files/responsibly-made-icon-green-screened-01.svg?131679);	
  background-repeat: no-repeat;	
  background-position: 100% 0;	
  background-size: 40%;	
}
	
@media (min-width:1009px) {	
  #bf-content p {	
    padding-left: 10%	
  }	
}	
@media (max-width:1008px) {	
  #bf-content {	
    background-position: 70% 100%;	
  }	
  .midDiv {	
    flex-direction: column-reverse;	
    padding-top: 30px	
  }	
  .midDiv div {	
    width: 100%	
  }	
}	
@media (min-width:641px) {	
  .dsktp {	
    display: block	
  }	
  .mobl {	
    display: none	
  }	
}	
@media (max-width:640px) {	
  #bf-content {	
    background-position: 20% 100%;	
    min-height: 800px	
  }	
  .flexDiv {	
    min-height: 800px	
  }	
  .flexDiv div {	
    align-self: flex-end;	
    width: 100%;	
    padding-bottom: 40px;	
    background: rgb(17, 26, 35);	
    background: linear-gradient(0deg, rgba(17, 26, 35, 1) 65%, transparent 100%);	
  }	
  #bf-content h1,	
  #bf-content h2,	
  #bf-content h3,	
  #bf-content p {	
    color: #fff;	
    text-shadow: none	
  }	
  .flexDiv div.blank {	
    display: none	
  }	
  #bf-content h1,	
  #bf-content h2,	
  #bf-second h2,	
  #bf-content h3,	
  #bf-content p,	
  #bf-second p {	
    text-align: center	
  }	
  .flexDiv img {	
    margin: 0 auto 30px auto	
  }	
  .dsktp {	
    display: none	
  }	
  .mobl {	
    display: block	
  }	
}	


/* Pagination Settings */


.Pagination {
  margin: 60px 0;
  text-align: center;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  line-height: 1;
}

.Pagination--tight {
  margin: 60px 0 !important;
}

.Pagination__Nav {
  display: inline-block;
  list-style: none;
}

.Pagination__NavItem {
  display: inline-block;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-color);
}
.Pagination__NavItem svg {
  width: 6px;
  height: 10px;
  vertical-align: -1px;
}

.Pagination__NavItem.is-active {
  color: var(--text-color);
  border-bottom-color: var(--text-color);
  box-shadow: 0 -2px var(--text-color) inset;
}

@media screen and (min-width: 641px) {
  .Pagination {
    margin: 80px 0;
  }

  .Pagination__NavItem {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (min-width: 1140px) {
  .Pagination {
    margin: 120px 0;
  }
}
.Panel {
  position: relative;
  border: 1px solid var(--border-color);
  padding: 60px 24px;
}

.Panel--withArrows {
  margin: 0 15px;
}

.Panel--flush {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.Panel__Title {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 0 14px 0 18px;
  transform: translate(-50%, -50%);
  background: var(--background);
  white-space: nowrap;
}

.Panel .flickity-prev-next-button {
  top: calc(50% - (45px / 2));
}

.Panel .flickity-prev-next-button.next {
  right: calc(-45px / 2);
}

.Panel .flickity-prev-next-button.previous {
  left: calc(-45px / 2);
}

@media screen and (min-width: 641px) {
  .Panel {
    padding-left: 50px;
    padding-right: 50px;
  }

  .Panel--withArrows {
    margin-left: 0;
    margin-right: 0;
  }
}
.Popover {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--light-background);
  z-index: 10;
  box-shadow: 0 -2px 10px rgba(54, 54, 54, 0.2);
  touch-action: manipulation;
  transform: translateY(100%);
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.Popover--secondary {
  background: var(--background);
}

.Popover[aria-hidden=false] {
  transform: translateY(0);
  visibility: visible;
}

.Popover__Header {
  position: relative;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(var(--border-color-rgb), 0.4);
  text-align: center;
}

.Popover__Close {
  position: absolute;
  left: 20px;
  top: calc(50% - 7px);
  line-height: 0;
}
.Popover__Close svg {
  stroke-width: 1.1px;
}

.Popover__ValueList {
  list-style: none;
  max-height: 385px;
  padding: 18px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.Popover__Value {
  display: block;
  padding: 12px 20px;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--text-color-light);
  text-align: center;
  transition: color 0.2s ease-in-out;
}

.Popover__Value:focus {
  background: var(--background);
  outline: none;
}

.Popover__Value.is-selected {
  color: var(--text-color);
}

.Popover__Value::before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 20px;
  background-size: 200px 15px;
  background-repeat: no-repeat;
  background-position:center center;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.Popover__Value[value=CAD]::before, 
.Popover__Value.is-selected[value=CAD]::before {
  background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/cad.svg?v=1644507912);
}

.Popover__Value[value=GBP]::before, .Popover__Value.is-selected[value=GBP]::before {
  background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/gbp.svg?v=1644507912);
}

.Popover__Value[value=USD]::before, .Popover__Value.is-selected[value=USD]::before {
  background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/usd.svg?v=1644507912);
}

.Popover__Value[value=EUR]::before, .Popover__Value.is-selected[value=USD]::before {
  background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/eu.svg?v=1645552002);
}

.Popover__Value[value=AUD]::before, .Popover__Value.is-selected[value=USD]::before {
  background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/au.svg?v=1645552002);
}


.Popover__FooterHelp {
  width: 100%;
  padding: 18px 20px;
  text-align: center;
  border-top: 1px solid rgba(var(--border-color-rgb), 0.4);
}

@supports (padding: max(0px)) {
  .Popover__ValueList {
    max-height: calc(385px + env(safe-area-inset-bottom, 0px));
    padding-bottom: max(18px, env(safe-area-inset-bottom, 0px) + 18px);
  }
}

@media screen and (min-width: 1008px) {
  .Popover {
    transform: none;
    width: auto;
    bottom: auto;
    left: auto;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }
  .Popover::before {
    content: "";
    position: absolute;
    right: 40px;
    width: 10px;
    height: 10px;
    border-style: solid;
  }

  .Popover--noWrap {
    white-space: nowrap;
  }

  .Popover--withMinWidth {
    min-width: 375px;
  }

  .Popover--positionBottom::before {
    bottom: 100%;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--light-background) transparent;
    filter: drop-shadow(0 -2px 2px rgba(54, 54, 54, 0.2));
  }

  .Popover--positionTop::before {
    top: 100%;
    border-width: 10px 10px 0 10px;
    border-color: var(--light-background) transparent transparent transparent;
    filter: drop-shadow(0 2px 2px rgba(54, 54, 54, 0.2));
  }

  .Popover--positionLeft::before {
    left: 100%;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--light-background);
    filter: drop-shadow(2px 0 2px rgba(54, 54, 54, 0.2));
  }

  .Popover--positionTop.Popover--alignCenter::before,
  .Popover--positionBottom.Popover--alignCenter::before {
    left: calc(50% - 10px);
  }

  .Popover--positionLeft.Popover--alignCenter::before {
    top: calc(50% - 10px);
  }

  .Popover--positionLeft.Popover--alignBottom::before {
    top: 15px;
  }

  .Popover--positionLeft.Popover--alignTop::before {
    bottom: 10px;
  }

  .Popover[aria-hidden=false] {
    opacity: 1;
    transform: none;
  }

  .Popover__Header {
    display: none;
  }

  .Popover__Value {
    padding-left: 50px;
    padding-right: 50px;
    text-align: right;
  }

  .Popover--withMinWidth .Popover__Value,
  .Popover__ValueList--center .Popover__Value {
    text-align: center;
  }

  .Popover--small.Popover--positionTop::before {
    border-width: 8px 8px 0 8px;
  }
  .Popover--small.Popover--positionBottom::before {
    border-width: 0 8px 8px 8px;
  }
  .Popover--small .Popover__Value {
    padding: 5px 20px;
  }
  .features--heading-small .Popover--small .Popover__Value {
    font-size: 10px;
  }
  .features--heading-normal .Popover--small .Popover__Value {
    font-size: 12px;
  }
  .features--heading-large .Popover--small .Popover__Value {
    font-size: 13px;
  }
}
.Rte {
  word-break: break-word;
  /* Prevent long words to go outside the container */
  /* Simple, minimum clearfix added to every RTE text to avoid issue with float */
}

.Rte::after {
  content: "";
  display: block;
  clear: both;
}
.Rte iframe {
  max-width: 100%;
}
.Rte img {
  display: block;
  margin: 0 auto;
}
.Rte a:not(.Button) {
  color: var(--link-color);
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(var(--link-color-rgb), 0.6);
          text-decoration-color: rgba(var(--link-color-rgb), 0.6);
  text-underline-position: under;
  transition: color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
}

.brand--ma .Footer__Content.Rte a,
.brand--mo .Footer__Content.Rte a,
.brand--mondetta .Footer__Content.Rte a,
.brand--warehouse .Footer__Content.Rte a {
   color: #fff;
}

.brand--ma .Footer__Content.Rte a:hover,
.brand--mo .Footer__Content.Rte a:hover,
.brand--mondetta .Footer__Content.Rte a:hover,
.brand--warehouse .Footer__Content.Rte a:hover {
   color: var(--link-color);
}

.Rte a:not(.Button) .Link--noUline {
  text-decoration: none;
}

.Rte a:not(.Button):hover {
  color: var(--text-color);
  -webkit-text-decoration-color: rgba(var(--text-color-rgb), 0.6);
          text-decoration-color: rgba(var(--text-color-rgb), 0.6);
}
.Rte p:not(:last-child),
.Rte ul:not(:last-child),
.Rte ol:not(:last-child) {
  margin-bottom: 1.6em;
}

.Rte blockquote,
.Rte .VideoWrapper,
.Rte .Form {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}
.Rte ul, .Rte ol {
  margin-left: 20px;
  padding-left: 0;
  list-style-position: outside;
  position:relative;	
  left:18px;  
}
.Rte li {
  padding: 5px 0;
}
.Rte h1,
.Rte h2,
.Rte h3,
.Rte h4,
.Rte h5,
.Rte h6 {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
  transition: color 0.2s ease-in-out;
}
.features--heading-uppercase .Rte h1,
.features--heading-uppercase .Rte h2,
.features--heading-uppercase .Rte h3,
.features--heading-uppercase .Rte h4,
.features--heading-uppercase .Rte h5,
.features--heading-uppercase .Rte h6 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.Rte h1 {
  margin: 2.2em 0 0.8em;
}
.Rte h2 {
  margin: 2.2em 0 0.9em;
}
.Rte h3 {
  margin: 2.2em 0 1.2em;
}
.Rte h4 {
  margin: 2.2em 0 1.4em;
}
.Rte h5 {
  margin: 2.2em 0 1.6em;
}
.Rte h6 {
  margin: 2.2em 0 1.8em;
}
.Rte blockquote {
  margin-left: 0;
  padding: 6px 0 6px 40px;
  font-size: 1.15em;
  line-height: 1.75;
  border-left: 3px solid rgba(var(--border-color-rgb), 0.6);
}
.Rte p:last-child,
.Rte blockquote:last-child,
.Rte ul:last-child,
.Rte ol:last-child,
.Rte h1:last-child,
.Rte h2:last-child,
.Rte h3:last-child,
.Rte h4:last-child,
.Rte h5:last-child,
.Rte h6:last-child {
  margin-bottom: 0;
}


.Rte blockquote.quotations {
  	border: 0;
  	padding: 0;
  	line-height: 1.5;
  	margin: 0 0 3em 0;
    text-indent: -7px;
}

.Rte blockquote.quotations span {
	font-style:italic;
}

.Rte blockquote.quotations span::before,
.Rte blockquote.quotations span::after {
  	font-size: 1.5em;
  	opacity: 0.25;
    font-weight:bold;
  	position:relative;
  	display: inline-block;
  	vertical-align:middle;
}

.Rte blockquote.quotations span::before {
	content: open-quote;
  	margin-left:-5px;
  	padding-right:5px;
}

.Rte blockquote.quotations span::after {
	content: close-quote;
  	margin-left:10px;
}

/**
 * ----------------------------------------------------------------------------
 * POLICY PAGES
 * ----------------------------------------------------------------------------
 */

.shopify-policy__container {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 680px;
}

@media screen and (min-width: 1008px) {

  .Rte .VideoWrapper,
  .Rte .Form {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .Rte blockquote {
    margin-left: 40px;
  }
}
.shopify-section--hidden {
  display: none;
}

.shopify-section--bordered + .shopify-section--bordered {
  border-top: 1px solid var(--border-color);
}


.shopify-section--padded + .shopify-section--padded {
  padding: 3em 26px;
}

/* When a spacing is applied to a bordered section, as it is isolated, we use padding, otherwise margin */
.Section--spacingNormal {
  margin: 50px 0;
}

.shopify-section > .Section--spacingTight {
  padding: 20px 0;
  margin: 0 auto;  
}

.Section--noSpace {
	margin: 0;
}

.Section--contained {
  max-width: 1420px;
}

.Section--padding {
	padding: 20px 0 80px 0;
}

.shopify-section--fullscreen {
  margin:0;
  padding:0;  
}

.shopify-section--fullscreen > .Section--noSpacing {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  
}

.Section--spacingLarge,
.Section--spacingExtraLarge {
  margin: 90px 0;
}

.shopify-section--bordered > .Section--spacingTight,
.shopify-section--padded > .Section--spacingTight {
  padding: 20px 0;
  margin-top: 10px;
  margin-bottom: 40px;
}

.shopify-section--bordered > .Section--spacingNormal,
.shopify-section--padded > .Section--spacingNormal {
  padding: 50px 0;
  margin-top: 0;
  margin-bottom: 0;
}

.shopify-section--bordered > .Section--spacingLarge,
.shopify-section--padded > .Section--spacingLarge,
.shopify-section--bordered > .Section--spacingExtraLarge,
.shopify-section--padded > .Section--spacingExtraLarge{
  padding: 90px 0;
  margin-top: 0;
  margin-bottom: 0;
}

.SectionHeader:not(:only-child) {
  margin-bottom: 40px;
}

.SectionHeader--center {
  text-align: center;
  margin:0 auto;
}

.SectionHeader--left,
.SectionHeader--right,
.SectionHeader--bg {
  padding: 0;/*2rem 5rem;*/
  width:auto;
}

.SectionHeader--left {
  text-align: left;
  margin:0!important;

}

.SectionHeader--right {
  text-align: right;
  margin:0!important;
}

@media screen and (max-width:640px){
      .SectionHeader--left {text-align:center}
      
      .Section--noSpace {
    	padding: 10px 0;
    }

  .shopify-section > .Section--spacingTight {
    margin: 0 auto -30px auto;
    padding-top: 60px;
  }  
  
}


/*
  This is just a hack to slightly increase the selector specificity. What this does is actually taking into account the line height (1.65)
  and removing the remaining amount in both direction (0.65 / 2 => 0.325) to have more easier and consistent alignments
*/
.SectionHeader__Heading.SectionHeader__Heading,
.SectionHeader__SubHeading.SectionHeader__SubHeading {
  margin-top: -0.325em;
}

.SectionHeader__SubHeading + .SectionHeader__Heading,
.SectionHeader__SubHeading + .SectionHeader__TabList,
.SectionHeader__Description {
  margin-top: 16px;
}

.SectionHeader__Description {
  max-width: 999px;
}

.SectionHeader__Description a {
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-position: under;
}

.SectionHeader--center .SectionHeader__Description {
  margin-left: auto;
  margin-right: auto;
}

.SectionHeader__ButtonWrapper {
  margin-top: 20px;
}

.SectionHeader__IconHolder {
  margin-top: 30px;
}

/* The SectionFooter is usually use at the end of a given section to redirect somewhere else */
.SectionFooter {
  margin-top: 50px;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .SectionHeader__Heading--emphasize {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 22px)) !important;
  }
}
@media screen and (min-width: 1008px) {
  .Section--spacingNormal {
    margin: 80px 0;
  }
  
  .Section--spacingTight {
    margin: 20px 0;
  }  

  .Section--spacingLarge {
    margin: 120px 0;
  }

  .Section--spacingExtraLarge {
    margin: 145px 0;
  }

  .shopify-section--bordered > .Section--spacingNormal,
  .shopify-section--padded > .Section--spacingNormal {
    padding: 80px 0;
  }
  
  .shopify-section--bordered > .Section--spacingTight,
  .shopify-section--padded > .Section--spacingTight {
    padding: 20px 0;
  }  

  .shopify-section--bordered > .Section--spacingLarge,.
  .shopify-section--padded > .Section--spacingLarge {
    padding: 120px 0;
  }

  .shopify-section--bordered > .Section--spacingExtraLarge,
  .shopify-section--padded > .Section--spacingExtraLarge {
    padding: 145px 0;
  }

  .SectionHeader:not(:only-child) {
    margin-bottom: 70px;
  }

  .SectionHeader__Description {
    margin-top: 24px;
  }
  
  .SectionHeader__Heading--narrow {
  	max-width:999px;
    margin:0 auto;
  }

  .SectionHeader__ButtonWrapper {
    margin-top: 30px;
  }

  .SectionFooter {
    margin-top: 80px;
  }
}



/**
 * ----------------------------------------------------------------------------
 * Article inner
 * ----------------------------------------------------------------------------
 */

.Article__ImageWrapper {
  overflow: hidden;
  height: 350px;
  position:relative;
}

.Article__Image {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 100% 50%;
}

@supports (--css: variables) {
  .Article__Image {
    height: calc(100% + 0px);
    height: calc(100% + var(--announcement-bar-height, 0px));
    top: calc(-1 * 0px);
    top: calc(-1 * var(--announcement-bar-height, 0px));
  }
}

.Article__Logo {
  position: absolute;
  padding: 0 24px;
  left: 50%;
  top:43%;
  transform: translate(-50%, -50%);
}

.Article__Logo--logoLeft {
  width:100%;
  max-width:1200px;  
}

.Article__Logo--logoLeft img {
  max-width:330px;  
}

.Article__Wrapper {
  position: relative;
  max-width: 999px;
  margin: 0 auto 90px auto;
  padding: 24px 24px 0 24px;
  background: var(--background);
}

	
.Article__Wrapper--wide {	
  max-width: 1300px;	
}	

.Article__Wrapper--narrow {	
  max-width: 649px;	
}	

.Article__Body {	
  padding: 20px 0;	
}	
.Article__Body--Flex {	
  display: flex;	
  flex-wrap: nowrap;	
  justify-content: center;	
  align-items: center;	
  max-width: 999px;	
}	
.Article__Body--Flex.one-third {	
  flex-wrap: wrap;	
  justify-content: flex-start;	
  align-items: flex-start;	
  max-width:100%;	
}	
.Article__Body--Flex div {	
  width: 50%;	
}	
.Article__Body--Flex.one-third div {	
  width: 33.33%;	
  padding:0 15px;	
}	
.Article__Body--Flex.one-third p {	
  margin:20px 0;	
}	
.Article__Body--Flex.one-third div img {	
	width:100%;	
  	align-self:flex-start;	
}	
.Article__Body--Flex img {	
  max-width: 500px;	
}

	
.Rte img.Article__Thumbnail {	
  max-width: 300px;	
  height: auto;	
  float: left;	
  margin: 0 20px 20px 0;	
}	
@media screen and (max-width:640px) {	
  .Article__Body--Flex {	
    flex-wrap: wrap;	
  }	
  .Article__Body--Flex div {	
    width: 100%;	
  }	
  .Rte img.Article__Thumbnail {	
    max-width: 150px;	
  }	
  	
  .Article__Body--Flex.one-third {	
  display: inline-block;	
   margin:10px 0 40px 0;	
  }	
    .Article__Body--Flex.one-third div {	
    width: 100%;	
    padding:0;	
  }	
  	
  .Article__Body--Flex.one-third div img {	
  float:left;	
  margin-right:30px;	
    max-width:50%;	
  }  
  
  .Article__Logo--logoLeft img {
    max-width:300px;  
  }
  
}	

.Article__Header {
  margin-bottom: 35px;
}

.Article__Header--flex {
	display:flex;
  	flex-wrap: nowrap;
  	flex-direction:row;
  	justify-content:space-between;
}

.Article__Header--flex div {
	align-self:center;
}



.Article__Meta {
  margin-bottom: 18px;
}

.Article__MetaItem + .Article__MetaItem::before {
  position: relative;
  display: inline-block;
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 100%;
  margin: 0 15px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  vertical-align: middle;
  background: currentColor;
}

.Rte .Article__Thumbnail {	
	max-width:300px;	
  	height:auto;	
  	float:left;	
  	margin: 0 20px 20px 0;	
}	
.Article__Body a.handle {	
	margin: 20px 0;	
    font-size:2em;	
  	color: var(--link-color);	
  	text-decoration:none;	
}	
.Article__Body p.Credit,	
.Article__Body p.credit, 
.article__wrapper p.credit {		
  text-transform:uppercase;	
  font-size:0.75em;
  line-height:1.5em;
}

.Article__Footer {
  margin-top: 45px;
}

.Article__ShareButtons {
  margin-top: 40px 0;
}

@media screen and (max-width: 640px) {
  .Article__Header--flex {
  	display:block;
  } 
  
  .Article__Image {
  	background-position: top center;
  }
}


@media screen and (min-width: 641px) {
  .Article__Wrapper {
    margin-bottom: 120px;
    padding: 40px 50px 0 50px;
  }

 .Article__Wrapper--wide {	
    padding: 40px 25px;	
  }  

  .Article__ImageWrapper {
    height: 335px;
  }

  .Article__ImageWrapper + .Article__Wrapper {
    margin-top: -45px;
  }

  .Article__Header {
    margin-bottom: 45px;
  }

  .Article__Footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 65px;
  }

  .Article__ShareButtons {
    margin-top: 0;
  }
}

@media screen and (min-width: 1008px) {
  .Article__Wrapper {
    max-width: 780px;
  }

  .Article__Wrapper--wide {	
    max-width: 1200px;	
  }  

  .Article__ImageWrapper {
    height: 450px;
  }

  .Article__ImageWrapper + .Article__Wrapper {
    margin-top: -70px;
  }
}

@media screen and (min-width: 1140px) {
  .Article__ImageWrapper {
    height: 600px;
  }
 
}

.Article__Body div.intro {	
  clear: both;	
  margin: 40px 0;	
  display: inline-block	
}	

.Article__Body div.intro img {	
  float: left;	
  margin: 0 20px 20px 0;	
  max-width: 300px	
}	

.Article__Body div.intro p {	
  font-size: 1.1em	
}	

@media (max-width:640px) {	
  .Article__Body div.intro img {	
    max-width: 100%;	
    margin: 0 0 35px 0;	
    float: none	
  }	
}

.HumansBeing {
	display:block;
  	margin:80px auto 60px auto;
  	padding: 0 25px;
}

.HumansBeing img {
	max-width:300px;
  	margin:0;
}



@media screen and (max-width:1007px){
  .fade-mobile {
	opacity:0.5;
  }
  
  .humans-being-logo {max-width:300px}
}

@media screen and (max-width:640px){
  .fade-mobile {
	padding:80px 0 40px 20px!important;
  }
}



/**
 * ----------------------------------------------------------------------------
 * Article item
 * ----------------------------------------------------------------------------
 */

.ArticleListWrapper {
  max-width: 1260px;
  margin: 0 auto 60px auto;
}

.ArticleList {
  margin-bottom: -60px;
}

.ArticleList .Grid__Cell {
  margin-bottom: 60px;
}

.js .features--show-element-staggering .ArticleItem{
  visibility: hidden;
}

.ArticleList .ImageHero__ImageWrapper {
  background-position: top center;
}

.ArticleItem__ImageWrapper {
  display: block;
  margin-bottom: 22px;
  background-size: cover;
  overflow: hidden;
}

.ArticleItem__Image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.features--show-image-zooming .ArticleItem__Image {
  transform: scale(1);
  transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.features--show-image-zooming .ArticleList .ImageHero__ImageWrapper {
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-image-zooming .ArticleItem:hover .ArticleItem__Image,
  .features--show-image-zooming .ArticleList .ImageHero:hover .ImageHero__ImageWrapper {
    transform: scale(1.2);
  }
}


.ArticleItem__Content {
  margin: 0 8px;
}

.ArticleItem__Category {
  display: block;
  margin-bottom: 16px;
}

.ArticleItem__Excerpt {
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) {
  .ArticleList--withFeatured .Grid__Cell:first-child {
    margin-bottom: 40px;
  }

  .ArticleItem__Content {
    margin: 0 18px;
  }
  
  .ArticleItem__Excerpt--half {
  	max-width: 55%;
  }
       
}

@media screen and (min-width: 1008px) {
  .ArticleListWrapper {
    margin-bottom: 100px;
  }

  .ArticleList {
    margin-bottom: -100px;
  }

  .ArticleList .Grid__Cell {
    margin-bottom: 100px;
  }

  .ArticleList--withFeatured .Grid__Cell:first-child {
    margin-bottom: 60px;
  }
     
}



/**	
 * ----------------------------------------------------------------------------	
 * Cart / Charity Message	
 * ----------------------------------------------------------------------------	
 */	
.Cart__Custom {	
  padding: 30px 0;	
  border-top: 1px solid #ccc;	
  display: flex;	
  flex-direction: row;	
  justify-content: center;	
  margin: 20px auto	
}	
.Cart__Custom p {	
  color: #000;	
  font-size: 1.2em;	
  line-height: 160%;	
  padding: 15px 25px	
}	
.Cart__Custom p span {	
  font-weight: bold;	
  font-size: 1.2em;	
}	
.Cart__Custom p a {	
  text-decoration: underline	
}	
.Cart__Custom img {	
  margin-right: 15px;	
  height: 100%;	
  max-width: 600px;	
  margin: 0 auto	
}	
@media (max-width:1007px) {	
  .Cart__Custom {	
    flex-direction: column	
  }	
}	



/**	
 * ----------------------------------------------------------------------------	
 * Patch Filter (Part of Collection filters)	
 * ----------------------------------------------------------------------------	
 */	
.patchesAlphContainer {	
  display: flex;	
  flex-wrap: wrap;	
  justify-content: center;	
  align-items: stretch;	
  margin: 12px auto;	
  width: 100%;	
}	
.patchesAlphItem {	
  flex: 1 0 48%;	
  margin: 0px 3px 8px 3px;	
}	
.patchesAlphButton {	
  background: var(--button-background);	
  text-align: center;	
  width: 100%;	
  height: 100%;	
  padding: .4em .6em;	
  font-size: 14px;	
  font-weight: 500;	
  transition: 0.3s ease-in-out;	
  border: 1px solid var(--border-color);	
  color: var(--button-text-color);	
}	
.patchesAlphButton:hover {	
  background: var(--collection-filter-background-rgb);	
}	
@media (min-width:610px) {	
  .patchesAlphItem {	
    flex: 1 0 33%;	
    margin: 0px 3px 8px 3px;	
  }	
}	
@media (min-width:980px) {	
  .patchesAlphItem {	
    flex: 0 0 250px;	
    margin: 0px 3px 8px 3px;	
  }	
}	
/**	
 * ----------------------------------------------------------------------------

/**
 * ----------------------------------------------------------------------------
 * Product item
 * ----------------------------------------------------------------------------
 */

.ProductItem {
  text-align: center;
  white-space: normal;
}

.js .features--show-element-staggering .ProductList--grid .ProductItem {
  visibility: hidden;
}

.ProductItem__Wrapper {
  position: relative;
}

.ProductItem--left .ProductItem__Wrapper {
	margin:0;
  padding-right:25px;
}

.ProductItem__ImageWrapper {
  display: block;
}

.ProductItem__Image--alternate {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ProductItem__LabelList {
  position: absolute;
  left: 10px;
  top: 6px;
  text-align: left;
}

.ProductItem__Label {
  display: block;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 9px));
  margin: 4px 0;
  padding: 2px 6px;
  color: var(--text-color);
  background: var(--background-transparent);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.ProductItem__Label--darkbg {	
  display: block;	
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 9px));	
  color: #fff !important;	
  text-shadow: 0 0 5px #787878;	
  margin: 4px 0;	
  padding: 2px 6px;		
  max-width: -webkit-max-content;	
  max-width: -moz-max-content;	
  max-width: max-content;	
}	

.ProductItem__Label--SalePercentage {	
  display: block;	
  font-size: 1.2em!important;	
  color: var(--product-sale-price-color);	
  margin: 4px 0;	
  padding: 2px 6px;		
  max-width: -webkit-max-content;	
  max-width: -moz-max-content;	
  max-width: max-content;	
  background:none;
}


.ProductItem__icon {	
  position: absolute;		
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/sustainable-fabric-icon.svg?131450);	
  z-index: 1;	
  width: 45px;	
  height: auto;	
  display: inline-block;
  opacity: 0.75;
}

.ProductItem__icon--ma {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/ma_96x_favicon.png?v=1668028912);	  
}

.ProductItem__icon--mo {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/mo_96x_favicon.png?v=1668028836);	  
}

.ProductItem__icon--mpg {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/mpg_96x_favicon.png?v=1668028825);
  opacity: 0.5;
}

.ProductItem__icon--mondetta {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/mondetta_96x_favicon.png?v=1668028836);
  opacity: 0.5;
}



/**
 * ----------------------------------------------------------------------------
 * Product shop now
 * ----------------------------------------------------------------------------
 */

.ProductList--shopNow {
  position: static;
}

.ProductList--shopNow .Carousel__Cell {
  padding: 0 60px;
}

@media screen and (max-width: 640px) {
  .ShopNowGrid .FeaturedQuote {
    margin: 50px -24px -90px -24px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1007px) {
  .ShopNowGrid .FeaturedQuote {
    margin: 60px -50px -90px -50px;
  }
}

@media screen and (min-width: 641px) {
  .ProductList--shopNow {
    padding: 0 50px;
    overflow: hidden;
  }

  .ProductList--shopNow .flickity-viewport {
    overflow: visible;
  }

  .ProductList--shopNow .Carousel__Cell {
    width: 50%;
    padding: 0 50px;
  }
}

@media screen and (min-width: 1008px) {
  .ProductList--shopNow[data-desktop-count="3"] .Carousel__Cell {
    width: 33.333333%;
  }

  .ShopNowGrid {
    display: flex;
  }

  .ShopNowGrid .FeaturedQuote {
    height: 100%;
  }
}
.Faq__Section {
  margin-bottom: 20px;
}

.Faq__Section ~ .Faq__Section {
  margin-top: 34px;
}

.Faq__Item {
  position: relative;
  margin: 14px 0;
}

.Faq__Icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--text-color-light);
  transition: all 0.3s ease-in-out;
}

.Faq__Icon svg {
  width: 8px;
  height: 10px;
  vertical-align: baseline;
}

.Faq__Item[aria-expanded=true] .Faq__Icon {
  transform: rotateZ(90deg);
  color: var(--heading-color);
}

.Faq__ItemWrapper {
  padding-left: 26px;
}

.Faq__Question {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}

.Faq__AnswerWrapper {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: height 0.25s ease-in-out, visibility 0s ease-in-out 0.25s;
}

.Faq__Item[aria-expanded=true] .Faq__AnswerWrapper {
  visibility: visible;
  transition: height 0.25s ease-in-out;
}

.Faq__Answer {
  padding: 16px 0 22px 0;
}

.Faq__Item--lastOfSection .Faq__Answer {
  padding-bottom: 0;
}

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

.FaqSummary__Item {
  margin-bottom: 12px;
}

.FaqSummary__Item.is-active::after {
  width: 100%;
}

.FaqSummary__Link {
  display: block;
}

.FaqSummary__LinkLabel {
  position: relative;
  display: inline-block;
}

.FaqSummary__LinkLabel::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left center;
  background: currentColor;
  transition: transform 0.2s linear;
}

.FaqSummary__Item.is-active .FaqSummary__LinkLabel::after {
  transform: scale(1, 1);
}

@media screen and (min-width: 641px) {
  .Faq__Section {
    margin-bottom: 34px;
  }

  .Faq__Section ~ .Faq__Section {
    margin-top: 60px;
  }
}

#faq-menu {
  max-width:1035px;
  padding:0 24px;
  margin:0 auto;
}

#faq-menu a {
   display: block;
   text-decoration: none;
   margin: 5px 0;  
}


/**
 * Text With Image
 */

.bg-image {
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.FeatureText {
  text-align: center;
  margin: 0 auto;
  padding:0 30px;
}

.FeatureText__ContentWrapper {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 0;
}

.FeatureText__ImageWrapper {
  overflow: hidden;
  margin-bottom: 30px;
}

.FeatureText__ImageWrapper--noSpace {
  margin-bottom: 0;
}



.FeatureText--withImage .FeatureText__ContentWrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.FeatureText .SectionHeader__Description {
  margin-top: 25px;
  margin-bottom: 40px;
}

.FeatureText .SectionHeader__Description span {
	line-height:100%;
}

.quotes {line-height: 2.25rem;font-style: italic}

.quotes::before,
.quotes::after {
	opacity: 0.3;
  	font-size: 2.5em;
    font-weight:bold;
  	position:relative;
  	top:15px;
}


.quotes::before {
	content: '\201C';
  	left:-5px;

}

.quotes::after {
	content: '\201D';
	right:-5px;
}

.StarRating {
	display: inline-block;
    height:40px;
  	width: 100%;
  	background-repeat: no-repeat;
  	background-size:contain;
  	margin-bottom:30px;
}

.StarRating--five {
  	background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/five-stars.svg?v=1647271549);
}

.StarRating--four {
  	background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/four-stars.svg?v=1647271549);
}

.StarRating--three {
  	background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/three-stars.svg?v=1647271548);
}



@media screen and (max-width: 640px) {
  
  .FeatureText--imageLeft {
    display: flex;
    flex-direction: column;
  }

  .FeatureText--withImage .FeatureText__ContentWrapper {
    padding-top: 60px;
  }  
  
  .FeatureText__ContentWrapper {
  	margin-bottom:60px;
  }
  
  .FeatureText__ImageWrapper--noSpace {
    margin: 30px 0;
  }  
  
  .StarRating {
  	background-position: center center;
  }
  
}

@media screen and (min-width: 641px) {
  .FeatureText__Content {
    max-width: 999px;
    margin: 0 auto;
  }

  .FeatureText__Content--sustainability {
    max-width: 1399px;
  }  

  .FeatureText--withImage {
    display: flex;
    margin:0 auto;
    flex-wrap: nowrap;
    max-width: 999px;
    text-align: left;
    align-items: center;    
  }

  .FeatureText--withImage.wide {
    max-width: 1399px;
  }

  .FeatureText--withImage.FeatureText--alignTop {
    align-items: flex-start;
  }
  .FeatureText--withImage.FeatureText--alignCenter {
    align-items: center;
  }  

  .FeatureText--withImage .FeatureText__ContentWrapper,
  .FeatureText--withImage .FeatureText__ImageWrapper {
    width: 100%;
    vertical-align: middle;
  } 
  
  .FeatureText--imageBottom,.FeatureText--imageTop {	
    flex-direction: column;	
    text-align: center;	
  }  

  .FeatureText--imageRight .FeatureText__ContentWrapper {
    padding-right: 40px;
  }

  .FeatureText--imageRight .FeatureText__Content,
  .FeatureText--imageRight .AspectRatio {
    margin-right: 0;
  }

  .FeatureText--imageRight .AspectRatio {
    text-align: right;
  }

  .FeatureText--imageLeft .FeatureText__ContentWrapper,
  .FeatureText--imageRight .FeatureText__ContentWrapper {
    padding: 0 60px;
    margin-top: 0;
  }

  .FeatureText--imageLeft .FeatureText__Content,
  .FeatureText--imageLeft .AspectRatio {
    margin-left: auto;
  }

  .FeatureText--imageLeft .AspectRatio {
    text-align: left;
  }
}

@media screen and (min-width: 1140px) {
  .FeatureText--imageRight .FeatureText__ContentWrapper {
    padding-right: 100px;
  }

  .FeatureText--imageLeft .FeatureText__ContentWrapper {
    padding-left: 100px;
  }
}
.shopify-section--bordered + .shopify-section--footer {
  border-top: 1px solid var(--footer-border-color);
}


.footerStripe {	
  background: url(/cdn/shop/files/mondetta-stripe-1500.png?v=1609948585) no-repeat top center;	
  width: 100%;	
  max-height: 20px;	
  margin-top: -75px;	
  padding-bottom: 75px;	
  background-size: 100% 20px;	
}	
@media (max-width:640px) {	
  .footerStripe {	
    margin-top: -35px;	
    padding-bottom: 75px;	
    background-size: auto;	
  }	
}


.headerStripe {	
  /*background: url(//cdn.shopify.com/s/files/1/2704/5152/files/ma-signature-stripe.png?127971) repeat-x top center;*/
  background: url(//cdn.shopify.com/s/files/1/2704/5152/files/pride-stripe.jpg?v=1654011526) repeat-x top center;	
  width: 100%;	
  height: 5px;	
}


/**
 * ----------------------------------------------------------------------------
 * Image with text overlay section
 * ----------------------------------------------------------------------------
 */

.ImageHero {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
  min-height: 380px;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

.ImageHero__ImageWrapper
 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-position: center center;
}

.ImageHero__Image {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  
}

iframe.ImageHero__VideoHolder {
  z-index:0;
}

/*
  .ImageHero--parallax .ImageHero__ImageWrapper {
    top: calc(0.25 * 0px - 0px * 0);
    height: calc(100% + 0px + 0px * 0);
  }
  
  .ImageHero--parallax .ImageHero__Image {
    height: calc(100% + 0px);
    top: calc(0 * 0px);
  }  
*/  



.ImageHero--small {
  min-height: 330px;
}

.ImageHero--large {
  min-height: 480px;
  background-position: top center!important;  
}

.ImageHero--extraLarge {	
  min-height: 600px;	
}	

.ImageHero--parallax {
  background-position: center center;  
  position: relative;
  overflow: hidden;
}

.ImageHero--parallax .ImageHero__ImageWrapper  {	
  max-height: 640px;	
  background-attachment: fixed;   
}

.ImageHero--parallax .ImageHero__Image {	
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
}

@media screen and (min-width: 1008px) and (-moz-touch-enabled: 0), screen and (min-width: 1008px) and (hover: hover) {
  .ImageHero--parallax .ImageHero__Image {
    background-attachment: fixed!important; 
  }
}

.ImageHero__ImageWrapper--hasOverlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.ImageHero__Wrapper {
  z-index: 1;
}

.ImageHero__ContentOverlay {
  position: relative;
  flex-basis: 999px;
  flex-grow: 0;
  padding: 0 15px;
  z-index:1;
}

.ImageHero--parallax .ImageHero__ContentOverlay {	
  display: flex;	
  flex-direction: column;	
  justify-content: center;	
  min-height: 480px;	
  padding: 0 25px;	
}

.ImageHero__TextContent {
  position: absolute;
  padding: 0 24px;
  margin-bottom: 0 !important;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: left;
  display:flex;
}

.ImageHero__TextContent--bottomLeft,
.ImageHero__TextContent--middleLeft {
	top:auto;	
  	left: 0;
  	transform: none;
}


.ImageHero__TextContent--middleLeft,
.ImageHero__TextContent--middleRight {
	bottom:auto;
    top:auto;
}


.ImageHero__TextContent--bottomCenter,
.ImageHero__TextContent--middleCenter {
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}

.ImageHero__TextContent--bottomRight,
.ImageHero__TextContent--middleRight {
  text-align: right;
  max-width: 50%;
  right:0;
  left:auto;
  transform: none;
}

.ImageHero__TextContent--bottomLeft,
.ImageHero__TextContent--bottomCenter {
  bottom: 24px;
  top: auto;
  transform: none;
}


.ImageHero__TextContent--bottomCenter {
	left: auto;
}

.ImageHero__TextContent--bottomCenter .ArticleItem__Excerpt {
	margin:0 auto;
}


.ImageHero__TextContent--bottomRight {
  bottom: 24px;
  top: auto;
}

/* We allow embedding a video within an image hero */
.ImageHero iframe {
  position: absolute;
  height: 100%;
  width: 200%;
  left: -50%;
  pointer-events: none;
}

.ImageHero--large iframe {
  width: 250%;
  left: -75%;
}

.ImageHero--preserveRatio {
  min-height: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.ImageHero--preserveRatio iframe {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.ImageHero iframe[src] {
  pointer-events: auto; /* When data saver is on in Chrome, it will just set the src but prevents autoplay, so we need to make sure that we make it clickable */
}

.ImageHero__Block {
  margin: 40px auto;
  padding: 38px 20px;
  max-width: 250px;
  box-shadow: 0 1px 20px rgba(54, 54, 54, 0.3);
}

.ImageHero__Block--small {
  max-width: 165px;
}

.ImageHero__Block--large {
  max-width: 320px;
}

.ImageHero__BlockHeading {
  margin: -0.325em 0 18px 0;
}

.ImageHero__BlockContent + .ImageHero__BlockLink {
  margin-top: 18px;
}

@media screen and (max-width: 640px) {
  .ImageHero__Block {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  }
  
	  .ImageHero--small {	
    min-height: 400px;	
  }  	
  	
   .ImageHero--large {	
    min-height: 600px;	
  }
  
  .ImageHero--spaced {	
    padding: 40px 0;
  } 
     
  .ImageHero__TextContent--bottomLeft,
  .ImageHero__TextContent--bottomRight,
  .ImageHero__TextContent--bottomCenter {
    bottom: 70px;
  }  
  
}

@media screen and (min-width: 641px) {
  .ImageHero {
    min-height: 450px;
  }

  .ImageHero--small {
    min-height: 400px;
  }

  .ImageHero--large {
    min-height: 500px;
  }
  
	  .ImageHero--extraLarge {	
    min-height: 750px;	
  }  	
  	
  .ImageHero--spaced {	
    margin: 5% auto;	
  }  

  .ImageHero iframe {
    width: 100%;
    height: 200%;
    left: 0;
  }

  .ImageHero__Block {
    padding: 48px 15px;
    max-width: 380px;
  }

  .ImageHero__Block--small {
    max-width: 240px;
  }

  .ImageHero__Block--large {
    max-width: 520px;
  }
  
  .ImageHero__TextContent--bottomLeft,
  .ImageHero__TextContent--bottomRight,
  .ImageHero__TextContent--bottomCenter {
    bottom: 40px;
  }    
  

}

@media screen and (min-width: 1140px) {
  .ImageHero {
    min-height: 500px;
  }

  .ImageHero--small {
    min-height: 450px;
  }

  .ImageHero--large {
    min-height: 600px;
  }
  
  .ImageHero--extraLarge {	
    min-height: 1000px;	
  }	
  	
  .ImageHero--parallax {	
    max-width:100%;	
  }  	
  

  .ImageHero__TextContent {
    padding: 0 50px;
    width:50%;
  }
  
  .ImageHero__TextContent--bottomLeft,
  .ImageHero__TextContent--bottomRight,
  .ImageHero__TextContent--bottomCenter {
    bottom: 50px;
  }    
 
}

@media screen and (min-width: 1500px) {	
	.ImageHero--large {	
    min-height: 1000px;	
  }	
}



/**
 * ----------------------------------------------------------------------------
 * Product aside and info
 * ----------------------------------------------------------------------------
 */
.Product__Info,
.Product__Aside {
  max-width: 749px;
  margin: 0 auto;
}


.Product__Info--noGallery {
  padding-top: 24px;
}

@media screen and (max-width: 799px) {
  .Product__Aside--left {
  	padding:0 24px;
  }
}


@media screen and (max-width: 1007px) {
  .Product__Aside--left {
      margin: 100px auto 30px auto;
      max-width:749px;
  }
}


@media screen and (min-width: 641px) and (max-width: 799px) {
  .Product__Info .Container {
    padding:0 24px;
  }
}

@media screen and (min-width: 800px) {
  .Product__Info .Container {
    padding-left: 0;
    padding-right: 0;
  }
}


@media screen and (min-width: 641px) {
  .Product__Aside .Section {
    max-width: 630px;
    margin: 0 auto;
  }
  
  .Product__Aside--left .Section {
    margin: 0;
  }  
  
}

@media screen and (min-width: 1008px) and (max-width:1499px) {
  .Product__Aside--left {
    padding:0 24px;
  }
}


@media screen and (min-width: 1008px) {
  .Product__InfoWrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }

  .ProductRecommendations {
    position: relative;
  }

  .Product__Info {
    position: sticky;
    top:0;/*top: var(--header-base-height);*/
    right: 0;
    width: 375px;
    margin: 0 100px -40px 50px;
    padding-top: 0;
    padding-bottom: 40px;
  }
  @supports (--css: variables) {
    .Product__Info {
      top: calc(var(--header-height) + 25px)!important; /*remove important to set sticky point back to original*/
    }
  }

  .Product__Aside {
    max-width: 820px;
    padding-left: 50px;
  }
  
  .Product__Aside--left {
    margin: 100px 0 30px 0;
  }  

  .Product__Aside .SectionHeader {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1140px) {
  .Product__Info {
    width: 400px;
  }
}
@media screen and (min-width: 1500px) {
  .Product__Info {
    margin-right: 50px;
  }
  .Product__Aside--left {
    padding:0;
  }  
  
}
/**
 * ----------------------------------------------------------------------------
 * Action list
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes shareItemAnimation {
  0% {
    transform: translateY(0%);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes shareItemAnimation {
  0% {
    transform: translateY(0%);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.Product__ActionList {
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.Product__ActionList.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.Product__ActionItem {
  display: block;
  position: relative;
}

.Product__ActionItem + .Product__ActionItem {
  margin-top: 15px;
}

.Product__ShareList {
  display: block;
  position: absolute;
  visibility: hidden;
  top: 100%;
  right: 0;
  color: var(--text-color);
}

.Product__ActionItem .Icon--share {
  margin-left: -1px;
}

.Product__ShareItem {
  display: block;
  margin: 15px 0 15px auto;
  padding: 7px 15px 7px 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--light-background);
  border-radius: 25px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  white-space: nowrap;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.Product__ShareItem:active, .Product__ShareItem:focus {
  color: var(--light-background);
  background: var(--text-color);
  outline: none;
}
.Product__ShareItem:nth-child(2) {
  transition-delay: 0.1s;
}
.Product__ShareItem:nth-child(3) {
  transition-delay: 0s;
}
.Product__ShareItem svg {
  margin-right: 12px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  vertical-align: sub;
  transform: translateZ(0);
}
.Product__ShareItem:hover svg {
  -webkit-animation: shareItemAnimation 0.5s ease-in-out forwards;
          animation: shareItemAnimation 0.5s ease-in-out forwards;
}

.Product__ShareList[aria-hidden=false] {
  visibility: visible;
}
.Product__ShareList[aria-hidden=false] .Product__ShareItem {
  opacity: 1;
  transition-delay: 0s;
}
.Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(2) {
  transition-delay: 0.1s;
}
.Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(3) {
  transition-delay: 0.2s;
}

@media screen and (min-width: 1008px) {
  .Product__ShareList {
    top: auto;
    bottom: 100%;
  }

  .Product__ShareItem {
    transition-delay: 0s;
  }
  .Product__ShareItem:nth-child(3) {
    transition-delay: 0.2s;
  }

  .Product__ShareList[aria-hidden=false] .Product__ShareItem {
    transition-delay: 0.2s;
  }
  .Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(3) {
    transition-delay: 0s;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Product meta and info
 * ----------------------------------------------------------------------------
 */

.ProductMeta {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}

.ProductMeta--header {
  position:sticky;
  width:100%;
  display:flex;
  height: 3rem;
}

.ProductMeta__Sku {
	margin-top:25px;
}

.ProductMeta__ImageWrapper {
  display: block;
  margin-bottom: 32px;
}

.ProductMeta__Vendor {
  margin-bottom: 20px;
}

.ProductMeta__Icons {
  display: inline-flex;
  margin: 20px 0;
  flex-flow:row wrap;
  gap: 10px 20px;
}


.ProductMeta__Icons--care {
  margin: 0 0 20px 0;
}

.ProductMeta__Icons.ma-icons {
  margin: 10px 0 40px 0;
}

.ProductMeta__Icons div {
  width: 175px;
  height: 50px;
  margin:10px 0;
}

.ProductMeta__Icons--care div {
  width: 35px;
  height: 35px;
  margin: 0;
}

.ProductMeta__Icons div svg {
  width: 100px;
  height: 40px;

}

.ProductMeta__Icons--care div svg {
  width: 35px;
  height: 35px;

}
		
.ProductMeta__Icons.ma-icons div {	
  width: 110px;
  height: 95px;
}

@media screen and (max-width: 399px) {
  .ProductMeta__Icons div {
    width: 123px;
    margin:0;
  }
}

.ProductMeta__Title {
  margin-bottom: 10px;
}

.ProductMeta__PriceList {
  margin-top: 15px;
}

.ProductMeta__Price.Price--compareAt {
  margin-left: 30px;
}

.ProductMeta__UnitPriceMeasurement {
  margin-top: 5px;
}

shopify-payment-terms {
  display: block;
  margin-top: 12px;
  text-align: left;
}

.ProductMeta__TaxNotice {
  margin-top: 5px;
}

.ProductMeta__Description,
.ProductMeta__Text {
  margin: 24px 0;
  text-align: left;
}

.ProductMeta__Rating {
  margin-top: 4px;
}

.ProductMeta__ShareButtons {
  display: flex;
  align-items: center;
  margin: 24px 0;
}

.ProductMeta__ShareTitle {
  margin-right: 6px;
}

.ProductMeta__ShareList {
  font-size: 0;
}

.ProductMeta__ShareItem {
  display: inline-block;
  margin: 0 7px;
}
.ProductMeta__ShareItem svg {
  display: block;
  width: 24px;
  height: 24px;
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}
.ProductMeta__ShareItem:hover svg {
  opacity: 1;
}

/* When the description is set after the product form, layout changes a bit */
.ProductForm ~ .ProductMeta__Description {
  border-top: none;
  padding-top: 0;
}
.ProductForm ~ .ProductMeta__Description .ProductMeta__ShareButtons {
  margin-bottom: 2px;
}

.Product__QuickNav {
  position: relative;
  margin-top: 40px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.Product__QuickNav a {
  display: block;
  padding: 11px 16px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: rotateX(0deg);
}
.Product__QuickNav a:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateX(180deg);
}
.Product__QuickNav svg {
  position: absolute;
  right: 18px;
  top: calc(50% - 5px);
  height: 10px;
  width: 8px;
}

.Product__QuickNavWrapper {
  transition: 0.6s;
  transform-style: preserve-3d;
}

.Product__QuickNav.is-flipped .Product__QuickNavWrapper {
  transform: rotateX(180deg);
}

@media screen and (min-width: 1008px) {
  .ProductMeta {
    text-align: left;
  }
}


/* FABRIC & CARE ICONS AS LIST STYLE IMAGE */

.prose ul.care-instructions li.care-01::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-01-machine-wash-normal-cycle.svg?v=1641417344)}
.prose ul.care-instructions li.care-02::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-02-machine-wash-permapress.svg?v=1641417344)}
.prose ul.care-instructions li.care-03::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-03-machine-wash-gentle.svg?v=1641417344)}
.prose ul.care-instructions li.care-04::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-04-dryclean-only.svg?v=1641417344)}
.prose ul.care-instructions li.care-05::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-05-do-not-dryclean.svg?v=1641417344)}
.prose ul.care-instructions li.care-06::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-06-wash-cold.svg?v=1641417344)}
.prose ul.care-instructions li.care-07::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-07-wash-warm.svg?v=1641417344)}
.prose ul.care-instructions li.care-08::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-08-wash-hot.svg?v=1641417344)}
.prose ul.care-instructions li.care-09::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-09-hand-wash.svg?v=1641417344)}
.prose ul.care-instructions li.care-10::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-10-do-not-wash.svg?v=1641417344)}
.prose ul.care-instructions li.care-11::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-11-tumble-dry-any-heat.svg?v=1641417344)}
.prose ul.care-instructions li.care-12::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-12-do-not-tumble-dry.svg?v=1641481075)}
.prose ul.care-instructions li.care-13::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-13-dry-flat.svg?v=1641481075)}
.prose ul.care-instructions li.care-14::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-14-hang-to-dry.svg?v=1641417344)}
.prose ul.care-instructions li.care-15::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-15-do-not-wring.svg?v=1641417344)}
.prose ul.care-instructions li.care-16::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-16-tumble-dry-low-heat.svg?v=1641417344)}
.prose ul.care-instructions li.care-17::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-17-tumble-dry-med-heat.svg?v=1641417344)}
.prose ul.care-instructions li.care-18::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-18-tumble-dry-high-heat.svg?v=1641417344)}
.prose ul.care-instructions li.care-19::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-19-tumble-dry-no-heat.svg?v=1641417344)}
.prose ul.care-instructions li.care-20::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-20-tumble-dry-gentle.svg?v=1641417344)}
.prose ul.care-instructions li.care-21::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-21-bleaching-allowed.svg?v=1641417344)}
.prose ul.care-instructions li.care-22::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-22-do-not-bleach.svg?v=1641417344)}
.prose ul.care-instructions li.care-23::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-23-use-non-chlorine-bleach.svg?v=1641417344)}
.prose ul.care-instructions li.care-24::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-24-iron-low.svg?v=1641417344)}
.prose ul.care-instructions li.care-25::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-25-iron-medium.svg?v=1641417344)}
.prose ul.care-instructions li.care-26::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-26-iron-high.svg?v=1641417344)}
.prose ul.care-instructions li.care-27::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-27-do-not-iron.svg?v=1641417344)}
.prose ul.care-instructions li.care-28::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-28-no-steam.svg?v=1641417344)}
.prose ul.care-instructions li.care-29::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-29-alert-remove-immediately.svg?v=1641493744)}
.prose ul.care-instructions li.care-30::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-30-wash-with-similar-colors.svg?v=1641493744)}
.prose ul.care-instructions li.care-31::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-31-wash-separately.svg?v=1641493744)}
.prose ul.care-instructions li.care-32::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-32-close-zipper.svg?v=1641493744)}
.prose ul.care-instructions li.care-33::before {background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/care-33-hang-to-dry.svg?v=1641493744)}


/* MPG TECH ICONS */

.ProductMeta__Icons div.icon-01::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-01-wrinkle-res.svg?v=1641398694)}
.ProductMeta__Icons div.icon-02::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-02-2in1-design.svg?v=1641398693)}
.ProductMeta__Icons div.icon-03::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-03-4way-stretch.svg?v=1641398693)}
.ProductMeta__Icons div.icon-04::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-04-360-reflectivity.svg?v=1641398693)}
/*.ProductMeta__Icons div.icon-05::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-05-anti-odor.svg?v=1641398693)}*/
.ProductMeta__Icons div.icon-05::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-05-anti-odour.svg?v=1679003848)}
.ProductMeta__Icons div.icon-06::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-06-breathability.svg?v=1641398694)}
.ProductMeta__Icons div.icon-07::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-07-binbra.svg?v=1641398693)}
.ProductMeta__Icons div.icon-08::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-08-cellphone.svg?v=1641398693)}
.ProductMeta__Icons div.icon-09::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-09-cinchable.svg?v=1641398693)}
.ProductMeta__Icons div.icon-10::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-10-compression.svg?v=1641398693)}
.ProductMeta__Icons div.icon-11::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-11-conv-multi-straps.svg?v=1641398693)}
.ProductMeta__Icons div.icon-12::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-12-down-filled.svg?v=1641398693)}
.ProductMeta__Icons div.icon-13::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-13-ex-coverage.svg?v=1641398693)}
.ProductMeta__Icons div.icon-14::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-14-ex-shape-rec.svg?v=1641398693)}
.ProductMeta__Icons div.icon-15::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-15-laptop.svg?v=1641398693)}
.ProductMeta__Icons div.icon-16::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-16-lite-stretch.svg?v=1641398693)}
.ProductMeta__Icons div.icon-17::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-17-luxe-soft.svg?v=1641398693)}
.ProductMeta__Icons div.icon-18::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-18-mw.svg?v=1641398693)}
.ProductMeta__Icons div.icon-19::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-19-mw-qd.svg?v=1641398693)}
.ProductMeta__Icons div.icon-20::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-20-multi-storage-pockets.svg?v=1641398693)}
.ProductMeta__Icons div.icon-21::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-21-perforation.svg?v=1641398693)}
.ProductMeta__Icons div.icon-22::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-22-qd.svg?v=1641398693)}
.ProductMeta__Icons div.icon-23::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-23-reflectivity.svg?v=1641398694)}
.ProductMeta__Icons div.icon-24::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-24-rem-storage-pouch.svg?v=1641398693)}
.ProductMeta__Icons div.icon-25::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-25-resp-made.svg?v=1641398693)}
.ProductMeta__Icons div.icon-26::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-26-seamless.svg?v=1641398693)}
.ProductMeta__Icons div.icon-27::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-27-secured-zip-pocket.svg?v=1641398694)}
.ProductMeta__Icons div.icon-28::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-28-shoe-compartment.svg?v=1641605628)}
.ProductMeta__Icons div.icon-29::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-29-thermal-comfort.svg?v=1641605628)}
.ProductMeta__Icons div.icon-30::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-30-ultra-durable.svg?v=1641398693)}
.ProductMeta__Icons div.icon-31::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-31-ultra-lite.svg?v=1641398693)}
.ProductMeta__Icons div.icon-32::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-32-upf-protection.svg?v=1641398693)}
.ProductMeta__Icons div.icon-33::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-33-ventilation.svg?v=1641398693)}
.ProductMeta__Icons div.icon-34::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-34-warm.svg?v=1641398694)}
.ProductMeta__Icons div.icon-35::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-35-wb-pocket.svg?v=1641398693)}
.ProductMeta__Icons div.icon-36::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-36-water-proof.svg?v=1641398693)}
.ProductMeta__Icons div.icon-37::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-37-water-rep.svg?v=1641398693)}
.ProductMeta__Icons div.icon-38::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-38-water-res.svg?v=1641398694)}
.ProductMeta__Icons div.icon-39::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-39-wind-water-proof.svg?v=1641398693)}
.ProductMeta__Icons div.icon-40::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-40-wind-water-res.svg?v=1641398694)}
.ProductMeta__Icons div.icon-41::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-41-wind-res.svg?v=1641398693)}
.ProductMeta__Icons div.icon-42::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-42-hidden-pocket.svg?v=1641398693)}
.ProductMeta__Icons div.icon-43::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-43-stowaway-hood.svg?v=1641398694)}
.ProductMeta__Icons div.icon-44::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-44-polygiene.svg?v=1641398694)}
.ProductMeta__Icons div.icon-45::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-45-lite-support.svg?v=1641398693)}
.ProductMeta__Icons div.icon-46::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-46-med-support.svg?v=1641398693)}
.ProductMeta__Icons div.icon-47::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-47-max-support.svg?v=1641398693)}
.ProductMeta__Icons div.icon-48::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-48-side-pockets.svg?v=1660851174)}
.ProductMeta__Icons div.icon-49::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-49-sustainable-fabric.svg?v=1641398694)}
.ProductMeta__Icons div.icon-50::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-50-adjustability.svg?v=1641398694)}
.ProductMeta__Icons div.icon-51::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-51-special-wash.svg?v=1641852074)}
.ProductMeta__Icons div.icon-52::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-52-kanga-pocket.svg?v=1641852074)}
.ProductMeta__Icons div.icon-53::before {content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-53-packable.svg?v=1704994098)}

/* MA TECH ICONS */

.ProductMeta__Icons.ma-icons div.ma-icon-01::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Anti-Odor.png?128757);
}

.ProductMeta__Icons.ma-icons div.ma-icon-02::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Anti-Pilling.png?128757);
}

.ProductMeta__Icons.ma-icons div.ma-icon-03::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Anti-Stain.png?128757);
}

.ProductMeta__Icons.ma-icons div.ma-icon-04::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Anti-Static.png?128757);
}

.ProductMeta__Icons.ma-icons div.ma-icon-05::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Anti-Wrinkle.png?128757);
}

.ProductMeta__Icons.ma-icons div.ma-icon-06::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Breathable.png?v=1576532993);
}

.ProductMeta__Icons.ma-icons div.ma-icon-07::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-light-resistant.png?128757);
}

.ProductMeta__Icons.ma-icons div.ma-icon-08::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Lightweight.png?128757);
}

.ProductMeta__Icons.ma-icons div.ma-icon-09::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Machine-Washable.png?128757);
}

.ProductMeta__Icons.ma-icons div.ma-icon-10::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Moisture-Wicking.png?128757);
}

.ProductMeta__Icons.ma-icons div.ma-icon-11::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Stretch-Recover.png?128757);
}

.ProductMeta__Icons.ma-icons div.ma-icon-12::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Sustainable.png?128757);
}

.ProductMeta__Icons.ma-icons div.ma-icon-13::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Temp-Regulating.png?128757);
}

.ProductMeta__Icons.ma-icons div.ma-icon-14::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Warm.png?128757);
}

.ProductMeta__Icons.ma-icons div.ma-icon-15::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Water-Resistant.png?128757);
}

.ProductMeta__Icons.ma-icons div.ma-icon-16::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Coolmax.png?128757);
}

.ProductMeta__Icons.ma-icons div.ma-icon-17::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Polygiene-Odor-Crunch.png?128757);
}

.ProductMeta__Icons.ma-icons div.ma-icon-18::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Thermolite.png?128757);
}

.ProductMeta__Icons.ma-icons div.ma-icon-19::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Why-We-Made-It.png?128757);
}


/*STAMPED*/

.stamped-container {
	font-family: var(--heading-font-family)!important;
}

#stamped-reviews-widget,
#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-message-block {
	font-family: var(--heading-font-family)!important;
  	font-style:normal!important;
    font-size: 12px!important;
    line-height: 20px!important;
}

#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-image {
	height:120px!important;
  	border: none!important;
}

#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-image a {
	height:115px!important;
}

#stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-title {
	margin: 15px 0!important;
}


.brand--mpg .stamped-badge-starrating,
.brand--mpg .stamped-fa-star {
  color: rgb(var(--mpg-star-color))!important;
}

.brand--ma .stamped-badge-starrating,
.brand--ma .stamped-fa-star {
  color: rgb(var(--ma-star-color))!important;
}

.brand--mo .stamped-badge-starrating,
.brand--mo .stamped-fa-star {
  color: rgb(var(--mo-star-color))!important;
}

.brand--mondetta .stamped-badge-starrating,
.brand--mondetta .stamped-fa-star {
  color: rgb(var(--mondetta-star-color))!important;
}

.brand--warehouse .stamped-badge-starrating,
.brand--warehouse .stamped-fa-star {
  color: rgb(var(--warehouse-star-color))!important;
}

.stamped-fa-star,
.fa-star,
.fa-star-checked,
.fa-star-half-o,
.fa-star-o,
.stamped-fa-star,
.stamped-fa-star-checked,
.stamped-fa-star-half-o,
.stamped-fa-star-o,
.stamped-badge-starrating {
  color: inherit;
}


.fa-star-half-o:before,
.fa-star-o:before,
.fa-star:before,
.stamped-fa-star-half-o:before,
.stamped-fa-star-o:before,
.stamped-fa-star:before {
  font-size: 18px
}

.single-review-widget {
  max-height: 25px;
  max-width: 1300px
}

.summary-rating-bar-content {
  background: #000 !important
}


@media (max-width:640px) {
  #stamped-main-widget {
    padding: 0 15px
  }
}

span.stamped-product-reviews-badge.stamped-main-badge {
  display: block;
  font-size: 1rem;
  margin: 0 auto;
}

span.stamped-product-reviews-badge.stamped-main-badge.none {
  display: none!important;
}

.ProductMeta .single-review-widget {
	margin-bottom: 30px;
}

@media screen and (max-width:399px){
  .stamped-badge-caption {display:none}
}

/**
 * ----------------------------------------------------------------------------
 * Featured image
 * ----------------------------------------------------------------------------
 */
.Product__FeatureImageWrapper {
  overflow: hidden;
  background-size: cover;
}

.Product__FeatureImage {
  height: 415px;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 641px) {
  .Product__FeatureImage {
    height: 500px;
  }
}
@media screen and (min-width: 1140px) {
  .Product__FeatureImage {
    height: 600px;
  }

  .Product__FeatureImage--small {
    height: 500px;
  }

  .Product__FeatureImage--large {
    height: 700px;
  }
}
/**
 * ----------------------------------------------------------------------------
 * Product tabs
 * ----------------------------------------------------------------------------
 */
.Product__Tabs {
  margin: 50px 0;
}

@media screen and (max-width: 640px) {
  .Product__Tabs .Collapsible__Content {
    padding-top: 6px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 1007px) {
  .Product__Tabs .Collapsible {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1008px) {
  .Product__Tabs {
    margin: 80px 0;
  }

  .Product__Tabs .Collapsible__Content {
    padding-right: 80px;
  }
}




.Search {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  background: transparent;/*var(--background);*/
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-25px);
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  z-index: -1;
}

.Search--visible {	
  	position:relative;	
  	top:5px;
	max-width:300px;	
  	padding: 0px 20px 8px 5px;	
  	border-bottom: 1px solid var(--header-light-text-color);	
    z-index:0;  	
	margin-right:20px;
    margin-left:30px;
}

.Search[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.Search__Inner {
  padding: 14px 18px;
  max-height: calc(100vh - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@supports (--css: variables) {
  .Search__Inner {
    max-height: calc(100vh - var(--header-height) - 88px);
    /* 88px is the height of bottom bar on iOS */
  }
}

.Search__SearchBar {
  display: flex;
  align-items: center;
}

.Search__Form {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
}
.Search__Form .Icon--search {
  width: 18px;
  height: 17px;
}
.Search__Form .Icon--search-desktop {
  width: 21px;
  height: 21px;
}

.Search__InputIconWrapper {
  position: relative;
  top: -1px;
  /* For pixel perfect */
  margin-right: 12px;
  color: var(--header-light-text-color);
}

.Search__Input {
  background: none;
  width: 100%;
  border: none;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  vertical-align: middle;
  text-indent:15px;
}
.Search__Input::-moz-placeholder {
  color: var(--header-light-text-color);
}
.Search__Input:-ms-input-placeholder {
  color: var(--header-light-text-color);
}
.Search__Input::placeholder {
  color: var(--header-light-text-color);
}
.Search__Input::-ms-clear {
  display: none;
}

.Search__Close {
  color: var(--header-light-text-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
  line-height: 1;
}

.Search__Results {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.Search__Results[aria-hidden=false] {
  display: block;
}

@media screen and (max-width: 640px) {
  .Search__Results .ProductItem__Wrapper {
    display: flex;
    align-items: center;
  }
  .Search__Results .Grid__Cell + .Grid__Cell {
    margin-top: 25px;
  }
  .Search__Results .ProductItem__ImageWrapper {
    width: 70px;
    min-width: 70px;
    margin-right: 25px;
  }
  .Search__Results .ProductItem__Info {
    margin-top: 0;
    text-align: left;
  }
}
@media screen and (min-width: 641px) {
  .Search__Inner {
    padding: 28px 50px;
  }

  .Search__Input {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  }

  .Search__InputIconWrapper {
    margin-right: 0;
  }

  .Search__Close {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  }
  .Search__Close svg {
    stroke-width: 1.25px;
  }

  .Search__Results {
    margin-top: 70px;
    margin-bottom: 48px;
  }
}
@-webkit-keyframes shopTheLookDotKeyframe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shopTheLookDotKeyframe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/**
 * ----------------------------------------------------------------------------
 * Slideshow B Corp logo
 * ----------------------------------------------------------------------------
 */
	
.bcorp-logo {	
  position: absolute!important;
  bottom: 20px;
  top: auto;  
  
}	

.ig-handle {
  position: absolute!important;
  bottom: 20px;
  top: auto;
}

.ig-handle a {
  position: relative;
  display: inline-block;
}


.bcorp-logo.btm-right, .bcorp-logo.force-btm-right, .ig-handle.force-btm-right {	
  right: 0;
}	

.bcorp-logo.btm-left, .bcorp-logo.force-btm-left, .ig-handle.force-btm-left {	
  left: 0;
}	
.bcorp-logo.btm-center {	
    -webkit-transform: translate(-50%, -50%);	
    transform: translate(-50%, -50%);	
    left: 50%;	
    bottom: 0;	
    right: auto !important;	  
}
.bcorp-logo img {	
  max-width: 60px;	
}	

@media screen and (min-width:700px) and (max-width:1149px){	  
  .bcorp-logo.btm-right, .bcorp-logo.force-btm-left {	
    left: 0;
    right: auto;
  }	
  .bcorp-logo.btm-left, .bcorp-logo.force-btm-right {	
    right: 0;
    left: auto;
  } 
}

@media screen and (max-width:699px){	  
  .bcorp-logo.btm-right,
  .bcorp-logo.force-btm-right,
  .bcorp-logo.btm-left,
  .bcorp-logo.force-btm-left,
  .ig-handle.force-btm-left,
  .ig-handle.force-btm-right {	
    -webkit-transform: translate(-50%, -50%);	
    transform: translate(-50%, -50%);	
    left: 50%;	
    bottom: 0;	
    right: auto !important;
    text-align: center;
  }	 
}


@media screen and (max-width:499px){
  .bcorp-logo {display:none}
}


/**
 * ----------------------------------------------------------------------------
 * Slideshow Animations
 * ----------------------------------------------------------------------------
 */

span.Animate {display:inline-block}  
  
span.Animate--none {
  	animation: none;
  }  
  
span.Animate--blinking {
  	-webkit-animation: blinkingText 2.0s infinite;
    animation: blinkingText 2.0s infinite;

}  
  
@-webkit-keyframes blinkingText{
    0%{     color:transparent;    }
    49%{    color: {{ block.settings.text_color }}; }
    60%{    color: {{ block.settings.text_color }}; }
    99%{    color:{{ block.settings.text_color }};  }
    100%{   color: {{ block.settings.text_color }};    }
}  
  

@keyframes blinkingText{
    0%{     color:transparent;    }
    49%{    color: {{ block.settings.text_color }}; }
    60%{    color: {{ block.settings.text_color }}; }
    99%{    color:{{ block.settings.text_color }};  }
    100%{   color: {{ block.settings.text_color }};    }
} 
  
  
span.Animate--slide-in-bck-center {
	-webkit-animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
} 

@-webkit-keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
            transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
            transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}


span.Animate--text-pop-up-top {
	-webkit-animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    text-shadow: none;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}
@keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    text-shadow: none;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}



span.Animate--scale-up-center {
	-webkit-animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
} 
  
  
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
  
  
span.Animate--text-flicker-in-glow {
	-webkit-animation: text-flicker-in-glow 4s linear both;
	        animation: text-flicker-in-glow 4s linear both;
}  
  
@-webkit-keyframes text-flicker-in-glow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
    text-shadow: none;
  }
  10.1% {
    opacity: 1;
    text-shadow: none;
  }
  10.2% {
    opacity: 0;
    text-shadow: none;
  }
  20% {
    opacity: 0;
    text-shadow: none;
  }
  20.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
  }
  20.6% {
    opacity: 0;
    text-shadow: none;
  }
  30% {
    opacity: 0;
    text-shadow: none;
  }
  30.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.5% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.6% {
    opacity: 0;
    text-shadow: none;
  }
  45% {
    opacity: 0;
    text-shadow: none;
  }
  45.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55.1% {
    opacity: 0;
    text-shadow: none;
  }
  57% {
    opacity: 0;
    text-shadow: none;
  }
  57.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60.1% {
    opacity: 0;
    text-shadow: none;
  }
  65% {
    opacity: 0;
    text-shadow: none;
  }
  65.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75.1% {
    opacity: 0;
    text-shadow: none;
  }
  77% {
    opacity: 0;
    text-shadow: none;
  }
  77.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85.1% {
    opacity: 0;
    text-shadow: none;
  }
  86% {
    opacity: 0;
    text-shadow: none;
  }
  86.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
}
@keyframes text-flicker-in-glow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
    text-shadow: none;
  }
  10.1% {
    opacity: 1;
    text-shadow: none;
  }
  10.2% {
    opacity: 0;
    text-shadow: none;
  }
  20% {
    opacity: 0;
    text-shadow: none;
  }
  20.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
  }
  20.6% {
    opacity: 0;
    text-shadow: none;
  }
  30% {
    opacity: 0;
    text-shadow: none;
  }
  30.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.5% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.6% {
    opacity: 0;
    text-shadow: none;
  }
  45% {
    opacity: 0;
    text-shadow: none;
  }
  45.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55.1% {
    opacity: 0;
    text-shadow: none;
  }
  57% {
    opacity: 0;
    text-shadow: none;
  }
  57.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60.1% {
    opacity: 0;
    text-shadow: none;
  }
  65% {
    opacity: 0;
    text-shadow: none;
  }
  65.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75.1% {
    opacity: 0;
    text-shadow: none;
  }
  77% {
    opacity: 0;
    text-shadow: none;
  }
  77.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85.1% {
    opacity: 0;
    text-shadow: none;
  }
  86% {
    opacity: 0;
    text-shadow: none;
  }
  86.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
}
  

.Animate--text-focus-in {
	-webkit-animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}  
  
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}  
  
  
  
.Animate--text-focus-in-out {
	-webkit-animation: text-focus-in-out 4s ease-in-out infinite both;
	        animation: text-focus-in-out 4s ease-in-out infinite both;
}  
  
@-webkit-keyframes text-focus-in-out {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  33% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
  66% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  } 
  
  
}
@keyframes text-focus-in-out {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  33% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
  66% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  } 
} 




/**
 * ----------------------------------------------------------------------------------------------
 * Story Carousel
 * ----------------------------------------------------------------------------------------------
 */



.story-slideshow .story-slideshow__title,
.story-slideshow .story-slideshow__subtitle {
  color: var(--heading-color);
}

.story-slideshow .story-slideshow__image-container {
  position: relative;
}

.story-slideshow .story-slideshow__image {
  object-position: top;
}

.story-slideshow .story-slideshow__slide-subtitle {
  max-width: 100%;
}

@media screen and (max-width: 1007px) {
  .story-slideshow .story-slideshow__slide-subtitle {
    margin: 0 auto;
  }
}

.story-slideshow .story-slideshow__banner {
  color: var(--secondary-elements-text-color);
  border-top: var(--secondary-elements-border-color);
  position: absolute;
  bottom: 50px;
  padding: 14px 28px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  letter-spacing: 0.2em;
}


@media screen and (min-width: 1008px) {
  .story-slideshow .story-slideshow__banner {
    bottom: 80px;
  }
}


/**
 * ----------------------------------------------------------------------------------------------
 * MO Story Carousel Popup
 * ----------------------------------------------------------------------------------------------
 */

.story-slideshow-popup-overlay {
  background-color: rgba(var(--heading-color), 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s var(--drawer-transition-timing);
  transition: all 0.5s var(--drawer-transition-timing);
}


.story-slideshow-popup-overlay.is-open {
  visibility: visible;
  opacity: 1;
}

.story-slideshow-popup-overlay.is-open .story-slideshow-popup {
  visibility: visible;
  opacity: 1;
}



.story-slideshow-popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  max-width: 750px;
  width: 80%;
  max-height: 90%;
  height: 100%;
  overflow-y: scroll;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s var(--drawer-transition-timing);
  transition: all 0.5s var(--drawer-transition-timing);
}


.story-slideshow__image {
  max-width: 100%;
  width: 100%;
}

.story-slideshow-popup__close {
  background: var(--story-popup-border-background);
  width: 54px;
  height: 54px;
  position: absolute;
  border-radius: 100%;
  top: 20px;
  right: 20px;
  cursor: pointer;
  box-shadow: 0 1px 5px rgba(#363636, 0.15);
}


.story-slideshow-popup__close:hover::before,
.story-slideshow-popup__close:hover::after {
  transform: translate(-50%, -50%);
}

.story-slideshow-popup__close::before,
.story-slideshow-popup__close::after {
  background: var(--story-popup-background);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 25px;
  height: 1px;
  transition: all 0.3s ease-in-out;
}

.story-slideshow-popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}


.story-slideshow__slide-title {
  background: transparent;
  color: var(--story-popup-text-color);
  border-color: var(--story-popup-border-color);
  position: absolute;
  border-width: 1px;
  border-type: solid;
  box-shadow: 0 1px 5px rgba(#363636, 0.15);
  margin-bottom: 20px
}


@media screen and (max-width:640px) {
  .story-slideshow-popup {
    max-height: 80%;
  }

  .story-slideshow-popup__close {
    z-index: 6;
    width: 30px;
    height: 30px;
    top: 15px;
  }

  .story-slideshow-popup__close::before,
  .story-slideshow-popup__close::after {
    width: 15px
  }

  .story-slideshow__slide-title {
    position: relative;
    top: 7px;
    left: 0px;
    text-align: center;
  }
}


.story-popup-block {
	margin:20px auto;
  	display:flex;
  	flex-direction:column;
	justify-content:center; 
  	padding:40px;
}

.story-popup-block div {
	align-items:center;
  	margin:20px auto;
}



/*************
Product page custom styles
**************/

/*Product description*/

.prose ul {
  list-style-position: outside;
  list-style-type:none;
  margin-left: 0 !important
}

.brand--mondetta .prose .md {
  font-weight: 500;  
}

.prose ul.features-list li.line {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.prose ul.features-list li.line:last-child {
  border-bottom: 0
}

.prose ul.features-list li.line-top {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--border-color);
}

.prose ul.summary,
.prose ul.features-list,
.prose ul.features-bullets,
.prose ul.technology,
.prose ul.fill-power,
.prose ul.fabric-type,
.prose ul.care-instructions li.md,
.Product__Tabs .Rte ul {
  list-style-type: none;
  margin-left: 0;
  position:relative;
  left:0;
}

.prose ul.summary,
.prose ul.features-list,
.prose ul.technology,
.prose ul.care-instructions {
  list-style-type:none;
  padding-left:0;
  margin-left:0;
}

.prose ul.technology li {
	line-height:150%;
  	margin-bottom:30px;
}

.prose ul.technology li::before {
	content: '';   
  	height: auto;
  	display: block;
  	position:relative;
  	float:left;
  	margin:0 20px 25px 0;
}

.prose ul.fill-power {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width:100%;
  height: 120px;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  border: 3px solid;
}

.prose ul.fill-power--gold {
  border-color: #d2a801;  
}

.prose ul.fill-power--orange {
  border-color: #d17327;  
}

.prose ul.fill-power--red {
  border-color: #c22a12;  
}

.prose ul.fill-power li {
  width: 50%;
}

.prose ul.fill-power li.fill-rating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 5px solid;
    text-align: center;
    background: #eee;
    color: #fff;
    height: 100%;
    line-height: 100%;
    font-size: 185%;
}

.prose ul.fill-power--gold li.fill-rating {
  background: #d2a801;
}

.prose ul.fill-power--orange li.fill-rating {
  background: #d17327;
}

.prose ul.fill-power--red li.fill-rating {
  background: #c22a12;
}


.prose ul.fill-power li.fill-rating span {
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
  line-height: 1;
}

.prose ul.fill-power li.fill-rating-info {
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  line-height: 130%;
  padding: 0 10px;
}

@media screen and (max-width:399px){
  .prose ul.fill-power li.fill-rating-info {
    font-size: 11px;
  }
}

.prose ul.technology li.icon--odorcrunch::before {
	content: url(//cdn.shopify.com/s/files/1/2704/5152/files/MA-Polygiene-Odor-Crunch.png?v=1614292040);
  	left: -15px;  
    width: 45px;
}

.prose ul.technology li.icon--rds::before {
	content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-rds-certified-100.png?v=1641588349);
    width: 100px;
}

.prose ul.technology li.icon--polygiene::before {
	content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-44-polygiene.svg?v=1641398694);
  	width:185px;
}

.prose ul.technology li.icon--primaloft::before {
	content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-primaloft.svg?v=1664900389);
  	width:165px;
  	float:none;
}

.prose ul.technology li.icon--thermolite::before {
	content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-thermolite.svg?v=1641582437);
  	width:165px;
  	float:none;
}

.prose ul.technology li.icon--microban::before {
	content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-microban.svg?v=1641586587);
  	width:165px;  
  	float:none;
}

.prose ul.technology li.icon--sorona::before {
	content: url(//cdn.shopify.com/s/files/1/2704/5152/files/sorona-aura-logo-85.png?v=1695826526);
  	float:left;
}

.prose ul.technology li.icon--coolmax::before {
	content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-coolmax.svg?v=1641584371);
  	width:125px;
    float:none;
}

.prose ul.technology li.icon--tencel::before {
	content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-tencel.svg?v=1641924764);
  	width:125px;  
}

.prose ul.technology li.icon--lenzing::before {
	content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-lenzing.svg?v=1648673566);
  	width:125px;  
}

.prose ul.technology li.icon--tactel::before {
	content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-tactel.svg?v=1648675021);
  	width:115px;  
}


.prose ul.technology li.icon--grs::before {
	content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-grs.svg?v=1643387491);
  	width:125px;  
}

.prose ul.fabric-type li.icon--fabric::before {
	content: url(//cdn.shopify.com/s/files/1/2704/5152/files/category-10-fabric-black.svg?v=1648132017);
  	margin-bottom: 20px;
}


.prose ul.features-bullets li.icon--recyclar::before {
	content: url(//cdn.shopify.com/s/files/1/2704/5152/files/fabric-callout_recyclar.jpg?v=1695824077);
  	margin-bottom: 25px;
  display: none;
}

.prose ul.features-bullets li.icon--recycled-nylon::before {
	content: url(//cdn.shopify.com/s/files/1/2704/5152/files/fabric-callout_recycled-nylon.jpg?v=1695824077);
  	margin-bottom: 25px;
    display: none;
}

.prose ul.features-bullets li.icon--organic-cotton::before {
	content: url(/cdn/shop/files/organic-cotton.svg?v=1720555835);
    width: 35px;
    background-size: 35px;
}

.prose ul.features-bullets li.icon--cut-to-length::before {
	content: url(/cdn/shop/files/cut-to-length.svg?v=1720555835);
    width:75px;
}

@media screen and (max-width:399px) {
	.prose ul.technology li.icon--rds::before,
  	.prose ul.technology li.icon--odorcrunch::before,
  	.prose ul.technology li.icon--coolmax::before,
  	.prose ul.technology li.icon--tencel::before,
  	.prose ul.technology li.icon--grs::before {
  		float:none;
  }  	
}

.prose ul.care-instructions,
.prose ul.fabric-type {
  margin-left: 0;
  position:relative;
  left:0;
  list-style-type: none;
  list-style-position: inside;
}

.prose ul.fabric-type {display:none}

.prose ul.care-instructions li {
	line-height:100%;
}

.prose ul.fabric-type li {
	line-height:200%;
}


.prose ul.care-instructions li::before,
.prose ul.fabric-type li::before,
.prose ul.features-bullets li::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-position:center center;
  vertical-align: middle;
}



.prose ul.care-instructions li::before,
.prose ul.fabric-type li::before {
  height: 32px;
  width: 34px;
  background-size: 32px;
  margin-right: 10px;
}

.prose ul.features-bullets li::before {
  vertical-align: middle;
  margin-right:15px;
  float:left;
}

.prose ul.fabric-type li::before {
	float:left;
}

.prose ul.care-instructions li.md {
  left:-45px;	
}

.prose ul.features-list,
.prose ul.features-bullets li,
.prose li.descriptor-small,
.Product__Tabs .features-bullets li {
  list-style-type: none;
}

.prose li.descriptor-small span.md {
  font-weight:normal;
}

.prose ul.features-bullets li {
  clear: left;
}

.prose ul.summary li.icons {
  display: none;
}

.prose ul.features-list li.tech-icons img,
img.techicons {
  max-width: 225px;
  height: auto;
  margin: 0 0 0 -5px;
}

.prose ul.features-list li.line a.learn {
  text-decoration: underline !important;
  font-weight: 600;
  color: var(--link-color);
}

/*Product Note & Product Highlite */

.Product__InfoWrapper .product-link {
  margin: 25px 0
}

.Product__InfoWrapper .product-link a {
  color: #ed492e !important;
  line-height: 200%;
  text-decoration: underline !important;
  font-weight: bold;
  letter-spacing: 0.03em
}

.product-info .product-note {
  padding: 1em;
  background-color: rgba(237, 73, 46, .15);
  color: #ed492e;
  margin-bottom: 20px;
  text-align: center;
}

.product-info .model-info {
  margin: 20px 0;
  font-weight: bold;
  font-size:1em;
}

.Product__InfoWrapper .product-highlite {
  padding: 1em 0;
  text-align: left;
}

.Product__InfoWrapper .product-highlite span.sustainable,
.Product__InfoWrapper .product-highlite span.responsible,
.Product__InfoWrapper .product-highlite span.grs {
  line-height: 100%;  
}


.Product__InfoWrapper .product-highlite span.sustainable,
.Product__InfoWrapper .product-highlite span.responsible {
  color: #326e55;
}

.Product__InfoWrapper .product-highlite span.grs {
  color:#008996;
}


.Product__InfoWrapper .product-highlite span.sustainable::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/sustainable-fabric-icon.svg?131450);
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 10px 15px 0;
}

.Product__InfoWrapper .product-highlite span.responsible::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/responsibly-made-icon.svg?131450);
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 10px 15px 0;
}

.Product__InfoWrapper .product-highlite span.grs::before {
  content: url(//cdn.shopify.com/s/files/1/2704/5152/files/icon-grs.svg?v=1643387491);
  display: block;
  width: 160px;
  height: 74px;
  margin: 0 10px 15px 0;
}

.Product__InfoWrapper .pinkribbon-message {
  margin: 30px 0;
  font-size: 1.2em;
  padding: 1em;
  background: #fbe4ec;
  color: #cc3a6b;
  text-align: left;
  line-height: 130%
}

.Product__InfoWrapper .pinkribbon-message span {
  font-size: .75em;
}

.Product__InfoWrapper .bcorp-message {
  margin: 30px 0;
  font-size: 1.3em;
  padding: 1em;
  background: #e4fbf8;
  color: #000;
  text-align: left;
  line-height: 130%
}

.Product__InfoWrapper .bcorp-message span {
  font-size: .75em;
  line-height: 110%
}

.product-info__block-item:has(> .accordion):has(+ .product-info__block-item > .accordion) {
  margin-block-end: 0;
}

.product-info__block-item:has(> .accordion) + .product-info__block-item:has(> .accordion) {
  margin-block-start: 0;
}

.product-info__block-item:has(> .accordion) + .product-info__block-item > .accordion {
  border-block-start-width: 0;
}

#promo-alert {
  margin: 0 0 30px 0;
  display: block;
  background-color: inherit;
  color: #fff;
  padding: 20px
}


#promo-alert p {
  line-height: 120%
}


.Product__InfoWrapper .product-sku {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  width: 100%
}

.Product__Tabs .Collapsible__Inner .Collapsible__Content {
  background-color: none;
  padding: 1px;
  margin-bottom: 30px
}

.Product__Wrapper .Product__QuickNav {
  display: none;
}

.brand--mpg .Product__FinalSale {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700
}

.brand--mpg .Product__FinalSale a span {
  color: #F94C43;
}

.brand--mpg div.limited-edition {
  background: #3ca4b5;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  max-width: 300px;
  display: inline-block;
  padding: 10px 15px;
  margin: 0 0 20px 0
}


#modal-size-chart header.Modal__Header {
  display: none
}

.brand--mpg .Modal--small,
.brand--warehouse .Modal--small,
.brand--mondetta .Modal--small,
.brand--ma .Modal--small,
.brand--mo .Modal--small
{
  max-width: 400px;
  margin: 10% auto;
  max-height: 500px;
  z-index:7;
}

.brand--mpg .Modal__Content,
.brand--mondetta .Modal__Content,
.brand--warehouse .Modal__Content,
.brand--ma .Modal__Content,
.brand--mo .Modal__Content
{
  flex: 0
}

.FinalSaleAlert {
  width: auto;
  height: 40px;
  text-align: left;
  display: inline-block;
  font-weight: 700
}

.FinalSaleAlert button.ProductForm__LabelLink {
  color: var(--product-sale-price-color);
}

.brand--mpg .FinalSaleAlert button.ProductForm__LabelLink {
  color: #DB1E3A;
}


.brand--mpg h2.Modal__Title.Heading.u-h1,
.brand--warehouse h2.Modal__Title.Heading.u-h1 {
  display: none
}

.brand--mpg .RoundButton,
.brand--mpg .flickity-prev-next-button {
  color: currentColor;
  background: transparent;
}


/* Leggings Filter */

.leggings-filter {
  margin: 2.5em auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px !important
}

.leggings-filter div {
  flex-basis: 33.33%;
  padding: 0 20px
}

.leggings-filter div img {
  margin: 15px auto !important;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.leggings-filter div img:hover {
  cursor: pointer;
  opacity: 0.5
}

.leggings-filter div p {
  text-align: left;
  font-size: 1.2em
}

.leggings-filter h3 {
  font-size: 1.75em;
  text-align: center;
  align-self: center
}

a.link-arrow {
  margin: 25px 0 0 0;
  color: var(--text-color-light );
  font-size: 16px;
  font-weight: bold;
}

a.link-arrow:hover {
  color: var(--text-color );
}

p.mobile-msg {
  display: none;
  font-size: 1.3em;
  font-weight: bold;
  color: #ccc;
  text-align: center
}

.leggings-filter div.filter-buttons {
  flex-basis: 33.33%;
  padding: 0 20px
}

.leggings-filter div.filter-buttons a {
  text-decoration: none !important;
  text-transform: uppercase;
  line-height: 100%;
  display: inline-block;
  min-width: 90%;
  font-size: 1em;
  background: none;
  color: #000 !important;
  border: 1px solid #000;
  padding: 10px 0;
  text-align: center;
  margin: 15px
}

.leggings-filter div.filter-buttons a:hover {
  background: #ddd;
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
}


@media screen and (max-width:749px) {
  .leggings-filter {
    display: block;
    width: 100%
  }

  .leggings-filter div {
    display: flex;
    flex: 0 0 45%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    padding: 0 0 0 20px;
    margin-bottom: 30px;
  }

  .leggings-filter div div {
    align-items: center
  }

  .leggings-filter div img {
    max-width: 200px
  }

}

@media screen and (max-width:499px) {
  .leggings-filter {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  .leggings-filter div {
    padding: 0;
    justify-content: center;
    flex: 1 0 0
  }

  .leggings-filter div img {
    max-width: 100%;
    padding: 10px
  }

  .leggings-filter div div:last-child {
    display: none
  }

  p.mobile-msg {
    display: block;
  }

}


/* Collection Page Custom Filter Buttons - Sports Bras, Jackets, MA Shirts, MA Pants */

.header-icons,
.header-icons-meta {
  margin: 1.5em auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px !important
}

.header-icons div,
.header-icons-meta div {
  flex-basis: 33.33%
}

.header-icons.warehs div {
  flex-basis: 0
}

.header-icons.warehs div.mpg-filter {
  min-width: 100px !important
}

.header-icons div.mpg-filter a,
.header-icons-meta div.mpg-filter a {
  text-decoration: none !important;
  text-transform: uppercase;
  line-height: 100%;
  display: inline-block;
  min-width: 90%;
  font-size: 1.3em;
  background: #3a3b3d;
  color: #fff !important;
  border: 1px solid #000;
  padding: 15px 0;
  text-align: center;
  margin: 15px
}

.header-icons div.mpg-filter a:hover,
.header-icons-meta div.mpg-filter a:hover {
  background: #fff;
  color: #3a3b3d !important
}

.header-icons div.ma-filter a,
.header-icons-meta div.ma-filter a {
  text-decoration: none;
  line-height: 75%;
  display: inline-block;
  min-width: 90%;
  font-size: 1.3em;
  background: #faf8f7;
  color: #1e2228;
  border: 1px solid #1e2228;
  padding: 15px 10px;
  text-align: center;
  margin: 15px
}

.header-icons div.ma-filter a:hover,
.header-icons-meta div.ma-filter a:hover {
  background: #1e2228;
  color: #faf8f7 !important
}

.header-icons div.ma-filter a span,
.header-icons-meta div.ma-filter a span {
  font-size: 0.6em;
  text-transform: uppercase
}

.header-icons div img,
.header-icons-meta div img {
  padding: 10px;
  margin: 0 !important
}

.header-icons div img:hover,
.header-icons-meta div img:hover {
  filter: contrast(2)
}



/* LOYALTY LDP */


#loyaltylion .lion-claimed-rewards-list,
#loyaltylion .lion-rewards-list,
#loyaltylion .lion-rules-list {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

#loyaltylion .lion-claimed-rewards-list div,
#loyaltylion .lion-rewards-list div,
#loyaltylion .lion-rules-list div {
  padding: 10px;
}

#loyaltylion .lion-reward-item--checkout-redemption .lion-reward-item__content {
  display: flex
}

#loyaltylion .lion-reward-item--checkout-redemption .lion-reward-item__icon {
  margin: 0 auto
}

#loyaltylion .lion-header {
  background: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px;
}

#loyaltylion .lion-header__nav {
  color: #000
}

#loyaltylion .lion-header__nav-link {
  border-bottom: 2px solid #000
}

#loyaltylion .lion-header__nav-link:before {
  background-color: #000
}

#loyaltylion .lion-claimed-rewards-list--empty {
  color: #000;
  font-weight: bold;
  border: 20px solid #eff3f8;
}

#loyaltylion .lion-history-table {
  border: 20px solid #eff3f8
}

#loyaltylion .lion-header__intro-text,
#loyaltylion .lion-header__join-today {
  font-size: 1.5vw;
  line-height: 1.2;
  max-width: 46vw;
  margin: 30px auto 50px
}

#loyaltylion .lion-header__join-buttons {
  flex-direction: column;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

#loyaltylion .lion-header__join-buttons .lion-action-button:first-child {
  margin: 0 0 20px 0
}

#loyaltylion .lion-action-button {
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 18px;
  font-size: 1.2em;
  display: block;
  transition: 0.3s;
  border: 1px solid #000;
}

#loyaltylion .lion-action-button--neutral {
  background-color: #fff;
  color: #000;

}

#loyaltylion .lion-action-button--neutral:hover {
  background-color: #000;
  color: #fff;
}

#loyaltylion .lion-action-button--primary {
  background: #000;
  color: #fff;
}

#loyaltylion .lion-action-button--primary:hover {
  background: #fff;
  color: #000;
}

#loyaltylion .lion-reward-item__content,
#loyaltylion .lion-rule-item__content {
  padding: 30px;
  text-align: center;
  min-width: 240px;
  background-color: #eff3f8;
}



#loyaltylion .lion-claimed-rewards-list,
#loyaltylion .lion-rewards-list,
#loyaltylion .lion-rules-list {

  background-color: #fff;
  margin: 0 auto;
  max-width: 1300px;

}


#loyaltylion .lion-integrated-page-section__heading-text {
  color: #000;
  font-size: 2em;
  letter-spacing: 0.03em;
  text-transform: uppercase;

}

#loyaltylion .lion-header__your-points span,
#loyaltylion .lion-header__pending-points {
  font-size: 2em;
  color: #000
}


#loyaltylion .lion-rule-item__title,
#loyaltylion .lion-reward-item__title {
  font-size: 140%;
  color: #000
}

#loyaltylion .lion-integrated-page-section__heading {
  margin-bottom: 40px
}


.rewards-table {
  display: grid;
  grid-column-gap: 0;
  width: 100%;
  margin: 60px auto 0 auto;
  line-height: 25px;
  font-size: 1.1rem;
}

.rewards-table.divHead {
  grid-template-columns: 3fr repeat(3, 1fr) 0;
  grid-template-rows: repeat(1, 1fr);
  border-bottom: 1px solid #ccc;
}

.rewards-table.div1st {
  grid-template-columns: 3fr repeat(3, 1fr) 0;
  grid-template-rows: repeat(1, 1fr);
  margin-top: 30px;
}

.rewards-table.div2nd {
  grid-template-columns: 3fr repeat(3, 1fr) 0;
  grid-template-rows: repeat(5, 1fr);
  margin-top: 30px;
}

.rewards-table div {
  padding: 3px;
  grid-row-gap: 0;
  margin: 3px auto;
}

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

  .loyalty_title_section h1 {
    font-size: 5vw !important
  }

  #loyaltylion .lion-header__intro-text,
  #loyaltylion .lion-header__join-today {
    font-size: 3.5vw;
    max-width: 80vw;
  }

}

.rewards-table div.first {
  margin: 3px 0;
  text-align: left;
}

.rewards-table span::after {
  content: '\2713';
  font-size: 2em;
}

.gold,
.platinum,
.diamond {
  font-weight: bold;
  text-align: center
}

.gold {
  color: goldenrod
}

.platinum {
  color: silver
}

.diamond {
  color: black
}

.div1 {
  grid-area: 1 / 1 / 2 / 2;
}

.div2 {
  grid-area: 1 / 2 / 2 / 3;
}

.div3 {
  grid-area: 1 / 3 / 2 / 4;
}

.div4 {
  grid-area: 1 / 4 / 2 / 5;
}

.div5 {
  grid-area: 2 / 1 / 3 / 2;
}

.div6 {
  grid-area: 2 / 2 / 3 / 3;
}

.div7 {
  grid-area: 2 / 3 / 3 / 4;
}

.div8 {
  grid-area: 2 / 4 / 3 / 5;
}

.div9 {
  grid-area: 3 / 1 / 4 / 2;
}

.div10 {
  grid-area: 3 / 2 / 4 / 3;
}

.div11 {
  grid-area: 3 / 3 / 4 / 4;
}

.div12 {
  grid-area: 3 / 4 / 4 / 5;
}

.div13 {
  grid-area: 4 / 1 / 5 / 2;
}

.div14 {
  grid-area: 4 / 2 / 5 / 3;
}

.div15 {
  grid-area: 4 / 3 / 5 / 4;
}

.div16 {
  grid-area: 4 / 4 / 5 / 5;
}

.div17 {
  grid-area: 5 / 1 / 6 / 2;
}

.div18 {
  grid-area: 5 / 2 / 6 / 3;
}

.div19 {
  grid-area: 5 / 3 / 6 / 4;
}

.div20 {
  grid-area: 5 / 4 / 6 / 5;
}

.div21 {
  grid-area: 6 / 1 / 7 / 2;
}

.div22 {
  grid-area: 6 / 2 / 7 / 3;
}

.div23 {
  grid-area: 6 / 3 / 7 / 4;
}

.div24 {
  grid-area: 6 / 4 / 7 / 5;
}

.div25 {
  grid-area: 7 / 1 / 8 / 2;
}

.div26 {
  grid-area: 7 / 2 / 8 / 3;
}

.div27 {
  grid-area: 7 / 3 / 8 / 4;
}

.div28 {
  grid-area: 7 / 4 / 8 / 5;
}

.div29 {
  grid-area: 8 / 1 / 9 / 2;
}

.div30 {
  grid-area: 8 / 2 / 9 / 3;
}

.div31 {
  grid-area: 8 / 3 / 9 / 4;
}

.div32 {
  grid-area: 8 / 4 / 9 / 5;
}

.div33 {
  grid-area: 9 / 1 / 10 / 2;
}

.div34 {
  grid-area: 9 / 2 / 10 / 3;
}

.div35 {
  grid-area: 9 / 3 / 10 / 4;
}

.div36 {
  grid-area: 9 / 4 / 10 / 5;
}

.div37 {
  grid-area: 10 / 1 / 11 / 2;
}

.div38 {
  grid-area: 10 / 2 / 11 / 3;
}

.div39 {
  grid-area: 10 / 3 / 11 / 4;
}

.div40 {
  grid-area: 10 / 4 / 11 / 5;
}

.div41 {
  grid-area: 11 / 1 / 12 / 2;
}

.div42 {
  grid-area: 11 / 2 / 12 / 3;
}

.div43 {
  grid-area: 11 / 3 / 12 / 4;
}

.div44 {
  grid-area: 11 / 4 / 12 / 5;
}

.div45 {
  grid-area: 12 / 1 / 13 / 2;
}

.div46 {
  grid-area: 12 / 2 / 13 / 3;
}

.div47 {
  grid-area: 12 / 3 / 13 / 4;
}

.div48 {
  grid-area: 12 / 4 / 13 / 5;
}

.div53 {
  grid-area: 14 / 1 / 15 / 2;
}

.div54 {
  grid-area: 14 / 2 / 15 / 3;
}

.div55 {
  grid-area: 14 / 3 / 15 / 4;
}

.div56 {
  grid-area: 14 / 4 / 15 / 5;
}

.div57 {
  grid-area: 15 / 1 / 16 / 2;
}

.div58 {
  grid-area: 15 / 2 / 16 / 3;
}

.div59 {
  grid-area: 15 / 3 / 16 / 4;
}

.div60 {
  grid-area: 15 / 4 / 16 / 5;
}

.div61 {
  grid-area: 16 / 1 / 17 / 2;
}

.div62 {
  grid-area: 16 / 2 / 17 / 3;
}

.div63 {
  grid-area: 16 / 3 / 17 / 4;
}

.div64 {
  grid-area: 16 / 4 / 17 / 5;
}

.div65 {
  grid-area: 17 / 1 / 18 / 2;
}

.div66 {
  grid-area: 17 / 2 / 18 / 3;
}

.div67 {
  grid-area: 17 / 3 / 18 / 4;
}

.div68 {
  grid-area: 17 / 4 / 18 / 5;
}

.div69 {
  grid-area: 18 / 1 / 19 / 2;
}

.div70 {
  grid-area: 18 / 2 / 19 / 3;
}

.div71 {
  grid-area: 18 / 3 / 19 / 4;
}

.div72 {
  grid-area: 18 / 4 / 19 / 5;
}

/* LL Accordion FAQ */


.product_faq {
  padding: 0 65px 0 25px;
}

#faq-header {
  display: flex;
  justify-content: center;
  width: 500px;
  margin: 60px auto 30px auto
}



.faq-title__heading-text {
  color: #000;
  font-size: 2em;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin: 60px auto 30px;
  display: inline-block;
  position: relative;
}

@media (max-width:640px) {
  .faq-title__heading-text {
    font-size: 1.6em !important;
    width: auto !important
  }

  .product_faq {
    padding: 0 10px
  }
}

.faq-title__heading-text:after,
.faq-title__heading-text:before {
  content: '';
  position: absolute;
  top: 51%;
  height: 1px;
  width: 400px;
  background: #e3e3e3;
}

.faq-title__heading-text:before {
  right: 100%;
  margin-right: 20px;
}

.faq-title__heading-text:after {
  left: 100%;
  margin-left: 20px;
}




/*MONDETTA BLOG ARTICLES*/

aside.ArticleNav {
  margin-bottom: 80px;
  margin-top: -60px
}

#blog-post-layout {
  display: flex;
  align-content: flex-start;
  overflow: hidden
}

#blog-post-layout div {
  padding: 0 30px 0 0;
  align-self: flex-start
}

#blog-post-layout p {
  font-size: 1.2em
}

#blog-post-layout a {
  font-weight: 600
}

#blog-post-layout div img {
  min-width: 400px;
  margin-top: 0
}

@media (max-width:799px) {
  #blog-post-layout {
    flex-direction: column
  }

  #blog-post-layout div {
    padding: 0 25px 0 0;
    max-width: 100%
  }
}



/* Mondetta Ambassador Program */

.Ambassador {
	line-height:140%;
  	margin-top:30px;
}

.checkmark li {line-height: 2em;margin-bottom:15px}

.Ambassador span::before,
.checkmark li::before {
  position: relative;
  content: '\2713';
  font-size: 2em;
  margin:0 15px 0 -43px;
  vertical-align: middle;
}

.Ambassador ul {
  text-indent: -54px;
  list-style-type:none;
  padding-left:15px;
  
}

/* Size Chart Modal Tabs */


.tabs {
  clear: both;
  position: relative;   
  max-width: 100%;
  margin: 0 auto;
  height:auto;
   /* you can either manually set a min-height here or do it via JS ---> */
}

.tab {
  display:inline-block;
  margin:2px 0;
}

@media screen and (max-width:399px){
  .tab {
    display:block;
    margin:5px 0;
  }
}

.tab label {
  margin-right: 40px;
  position: relative;
  top: 0;
  cursor: pointer;
  color: var(--text-color);
  min-width: 132px;
  display: inline-block;
  height: 35px;
}

.tab [type=radio] {
  display: none;   
}

.tab__content {
  position: relative;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity .2s cubic-bezier(.42,0,.34,1.01);
  opacity: 0;
}


/* Homepage Sustainability Block */

	.Padded div {padding:0 20px;}
	.EthosIcons {max-width:65px;height:auto;display:block;}
    .TreetIcons {max-width:165px;height:auto;display:block;}
	.divMargin {margin:0 auto}
	.divMargin p {color:#000}


	@media screen and (max-width:640px){
	.Padded {margin-top:0}
    .tab__content {top: 150px}
	}

	@media screen and (max-width:1007px){
		.divMargin {margin:0}
		.Flex--breakEarly {flex-direction:column}
	}


	@media screen and (min-width:1008px){
		.Padded div {border-right:1px solid #898989;margin:0 5px;min-height:450px}
		.Padded div:last-child {border:none}
	}

/* Sustainability Page CSS Animation */

.title-animated span {
  display: inline-block;
  opacity: 0;
  filter: blur(16px);
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  line-break: strict;
  hyphenate-limit-chars: 10 3 4;
  
}

.title-animated span:nth-child(1) {
  animation: fade-in 1.5s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.title-animated span:nth-child(2) {
  animation: fade-in 1.5s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.title-animated span:nth-child(3) {
  animation: fade-in 1.5s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.title-animated span:nth-child(4) {
  animation: fade-in 1.5s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}



/* TENCEL & ESG Animated Pages */

.desaturate-image {
  filter: grayscale(0.5);
}

#tencel-icons,
#tencel-process,
#timeline-icons,
#esg-chain,
#esg-circularity {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  
  position: relative;
  overflow:hidden; 
  width: 100%;
  margin: 0 auto;
}


.project img {
    width: auto;
    height: auto;  
}

.project {
    padding: 80px 0;
    position:relative;
}

.project--flex {
    padding: 75px 0;
    display:flex;
    flex-wrap: nowrap;
    width:100%;
    max-width:999px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#tencel-process .project--flex,
#tencel-icons .project--flex,
#esg-chain .project--flex,
#timeline-icons .project--flex {
    text-align: center;
    flex-wrap: nowrap;
    width:100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 4%;
    position: relative;
}

#esg-circularity .project--flex {
    width:100%;
    max-width: 100%;
    align-items: flex-start;
    position: relative;  
}

#tencel-icons .project--flex,
#esg-chain .project--flex {
    align-items: flex-start;
}

#timeline-icons .project--flex {
    align-items: flex-start;
}

#tencel-icons {
  height: 60vh;
  align-content: space-evenly;
  min-height: 500px;
  background: none;
}

#esg-chain {
  height: 40vh;
  align-content: center; 
}

#esg-circularity {
  height: 80vh;
  align-content: space-between;
  overflow: visible;
}

#esg-circularity .overlay-title {
  position: absolute;
  font-size: 3em;
  font-weight: 600;
  top: 10%;
}

#timeline-icons {
  height: 50vh;
  align-content: space-evenly;
  min-height: 500px;
  background: none;
}

#tencel-process {
  height: 30vh;
  align-content: space-around;
  min-height: 400px;
  overflow: visible;
}

#tencel-icons p.h2, #tencel-process p.h2 {
  font-size: 2.3em;  
  line-height: 100%;
  z-index: 1;
  padding: 0 25px;
  color: #26594f;
}

#timeline-icons h2 {
  font-size: 2.75em;  
  line-height: 100%;
  z-index: 1;
  padding: 0 25px;
  color: #000;  
}

#tencel-icons h3 {
  color: #26594f;
}

#tencel-groups h3 {
  font-size: 1.75em;  
}

#tencel-intro h3 {
  font-size: 2em;
  text-align: center;
  margin: 30px 0;
  line-height: 100%;
}

#tencel-process h3 {
  margin: 20px;
  font-size: 1.5em;
  display: none;
}

#tencel-icons h3 {
  margin: 10px 0;
  font-size: 1em;
  text-transform: uppercase;
  word-break: normal;
}

.logo-animated {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
}

.logo-animated--sustainable {
    height: 400px;  
}

.logo-animated--sustainable::before {
  background-image: url(//cdn.shopify.com/s/files/1/2704/5152/files/sustainable-fabric-icon-black.svg?v=1614295021);
  height: 400px;
  width: 400px;
  background-size: 400px;
}

#tencel-process .project--flex img {
  width: 300px;
  height: auto;
  position: relative;
  
}

#tencel-icons .project--flex img,
#esg-chain .project--flex img,
#timeline-icons .project--flex img {
  width: 150px;
  height: auto;
  position: relative;  
}

#esg-circularity .project--flex img {
  width: 100%;
  height: auto;
  position: relative;
}

#esg-chain .project--flex .image-bg img {
  width: 76%;
  height: auto;
  position: relative;    
}

#tencel-process .image-wrapper {
    width: 100%;
    margin: 0 -20px;    
}

#tencel-icons .image-wrapper,
#esg-chain .image-wrapper,
#timeline-icons .image-wrapper {
    width: 100%;
    margin: 0 25px; 
    min-width: 80px;
}

#esg-circularity .image-wrapper {
  width: 20%;
  padding: 0 20px;
  margin: 0;
  position: relative;
  z-index: 1;
}

@media screen and (min-width:1700px) and (min-height:1200px){
  #esg-chain {
    height: 60vh;
    padding-bottom: 10vh;
  }
}

@media screen and (min-width:1700px) and (max-height:1199px){
  #esg-chain {
    height: 80vh!important;
    padding-bottom: 10vh;
  }
}

@media screen and (min-width:1100px) and (min-height:1200px){
  #esg-chain {
    height: 40vh;
  }
}

@media screen and (min-width:1100px) and (max-height:1199px){
  #esg-chain {
    height: 60vh;
  }
}

@media screen and (min-width:1241px){
    #esg-circularity .image-wrapper:nth-child(2),
    #esg-circularity .image-wrapper:nth-child(4) {
      top:55%;
    }
    
    #esg-circularity .image-wrapper:nth-child(3) {
      top:85%;
    }
}

@media screen and (min-width:1100px) and (max-width:1240px){
    #esg-circularity .image-wrapper:nth-child(2),
    #esg-circularity .image-wrapper:nth-child(4) {
      top:40%;
    }
    
    #esg-circularity .image-wrapper:nth-child(3) {
      top:60%;
    }
}

#esg-circularity .image-wrapper ul {
  list-style-type: disc;
  text-align:left;
  position: relative;
  left:10%;
  padding:0 5% 0 0;
  font-weight: 500;
}

#esg-chain .image-bg, #esg-circularity .image-bg {
  position: absolute;
  width:100%;
  z-index: 0;
}

#esg-circularity .image-bg {
  width:90%;
}

#tencel-process .image-wrapper div,
#tencel-icons .image-wrapper div,
#esg-chain .image-wrapper div,
#timeline-icons .image-wrapper div {
  height:100%;
  position:relative;
}

#esg-chain .image-bg div {
  position: relative;
  top: -60px;
}

#esg-circularity .image-bg div {
  position: relative;
  top: -60px;
}


#tencel-process .image-wrapper div::before {
  content: '\279C';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 5vh;
  color: #fff;
  opacity: 0.75;
  z-index: 10;
}

#tencel-icons .image-wrapper div::before {
  content: '\2911';
  position: absolute;
  top: 45%;
  left: 135%;
  transform: translate(-65%, -45%);
  width: 100%;
  font-size: 4em;
  color: #26594f;
  z-index: 10;
}

#esg-chain .image-wrapper div::before {
  content: '\279C';
  position: absolute;
  top: 50%;
  left: 135%;
  transform: translate(-65%, -45%);
  width: 100%;
  font-size: 3em;
  color: #cccccc;
  z-index: 10;
}

#timeline-icons .image-wrapper div::before {
  content: '\2911';
  position: absolute;
  top: 45%;
  left: 135%;
  transform: translate(-65%, -45%);
  width: 100%;
  font-size: 4em;
  color: #000;
  z-index: 10;
}

#tencel-process .image-wrapper:last-child div::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #bfe1bf;
}

#tencel-process .image-wrapper:last-child div::before,
#tencel-icons .image-wrapper:last-child div::before,
#esg-chain .image-wrapper:nth-child(8) div::before,
#timeline-icons .image-wrapper:last-child div::before {
  content: '';  
}

#tencel-process .image-wrapper div > *,
#tencel-icons .image-wrapper div > *,
#esg-chain .image-wrapper div > *,
#esg-circularity .image-wrapper div > *,
#timeline-icons .image-wrapper div > * {
  z-index: 1;
}
  

@media screen and (max-width:1007px) {
  #tencel-process {display: none}
  #tencel-icons {min-height: 700px;height: 100%},
  #timeline-icons {min-height: 1200px;height: 100%}
  #tencel-icons .project--flex {flex-wrap: wrap; width:90%}
  #timeline-icons .project--flex {flex-wrap: wrap; width:90%} 
  #tencel-icons .image-wrapper, 
  #timeline-icons .image-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    justify-content: space-evenly;
    align-items: center;    
  }  
  #timeline-icons .image-wrapper div::before, #tencel-icons .image-wrapper div::before, #tencel-process .image-wrapper div::before {transform: translate(-50%, -50%) rotate(90deg)}  
  #timeline-icons .project--flex img, #tencel-icons .project--flex img {width: 150px;}
  #timeline-icons h3, #tencel-icons h3 {max-width:100px;font-size:1.5em}
}

@media screen and (min-width:1100px) {
    .show-mobile {display:none}
    .show-desktop {display:block}
}

@media screen and (max-width:1099px) {
    #esg-chain, #esg-circularity {min-height: 1200px;height: 100%}  
    #esg-chain .image-wrapper {
            display: flex;
            flex-wrap: wrap;
            margin: 20px 0;
            justify-content: space-evenly;
            align-items: center; 
      }
    #esg-circularity .image-wrapper {
            display: flex;
            flex-wrap: wrap;
            margin: 20px 0;
            justify-content: space-around;
            align-items: center;
      }  

    #esg-circularity .image-wrapper ul {
      font-size:1.5em;
    }
  
    #esg-circularity .overlay-title {
      position: relative;
      top: 0;
    }
  
    #esg-circularity {margin-top:60px}
    #esg-circularity .image-wrapper, #esg-circularity .image-wrapper img {width: 90%}
    #esg-circularity .image-logo {width: 100%;max-width:500px;display:block;margin:0 auto}
    #esg-chain .image-bg {min-width:130%}
    #esg-chain .project--flex, #esg-circularity .project--flex {flex-wrap: wrap; width:90%}
    #esg-chain .project--flex img {
      width: 150px;
    }
    #esg-circularity .project--flex div {
      width: 100%;
    }  

    #esg-chain .image-wrapper div::before {
      transform: translate(-50%, -50%) rotate(90deg);
      top:120%;
      left:200%;
    }

    #esg-chain .project--flex img.seal {width:100%;min-width:340px}
    #esg-chain h5 {max-width:100px;font-size:1.5em}
    .show-mobile {display:block}
    .show-desktop {display:none}
}

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

  #tencel-process {height: auto}
  #tencel-process .project--flex {flex-wrap: wrap; width:90%} 
  #tencel-process .image-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0;
    justify-content: space-around;
    align-items: center;    
  }  
  
  #tencel-process .project--flex img {width: 150px;}

}

@media screen and (max-width:640px) {
  #tencel-icons .project--flex img, #timeline-icons .project--flex img, #esg-chain .project--flex img {width: 100px}
}


.js-brand-selector a {
  pointer-events: none;
}

/* Text overlay hover effect on larger screens only */

.scrolly-padded {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 15%;
  max-height: 760px;
}

.title-padded {
    display: flex;
    justify-content: center;
    padding: 0 15%;
    max-height: 760px;
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight:600;
    line-height: 110%;
}

@media screen and (max-width:999px) {
  .scrolly-padded {
    padding: 0 26px;
  }
}

@media screen and (min-width:1000px){
  .scrolly {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 499px;
    padding: 0 10px 0 0; 
 }
}

.ProductForm__AddPatch {	
  margin-bottom: 20px;	
  cursor: pointer;	
}	
.ProductForm__AddPatch.is-hidden {	
  display: none	
}

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

/* Complete the Look */
.product-info__block-item[data-block-type="complete-the-look"]:has(+ .product-info__block-item > .accordion) .complete-the-look {
  padding-block-end: 0.25rem;
}

.complete-the-look {
  container-type: inline-size;
  border-block-start: rgb(var(--border-color)) 1px solid;
  padding-block-start: 1.25rem;
}

.complete-the-look .product-list {
  --product-list-items-per-row: 3;
  --product-list-default-column-gap: 0.5rem;
  --product-list-calculated-column-gap: var(--product-list-default-column-gap);
  justify-content: start;
}

/* @media screen and (min-width: 700px) {
  .complete-the-look .product-list {
    --product-list-max-items-per-row-allowed: 3;
  }
} */

@container (width < 672px) {
  .complete-the-look.has-size-selectors .product-list {
    --product-list-max-items-per-row-allowed: 3;
  }
}

@container (width < 640px) {
  .complete-the-look .product-list {
    --product-list-max-items-per-row-allowed: 3;
  }
}

@container (width < 502px) {
  .complete-the-look.has-size-selectors .product-list {
    --product-list-max-items-per-row-allowed: 2;
  }
}

@container (width < 480px) {
  .complete-the-look .product-list {
    --product-list-max-items-per-row-allowed: 2;
  }
}

@supports not (container-type: inline-size) {
  @media screen and (min-width: 1000px) {
    .complete-the-look .product-list {
      --product-list-max-items-per-row-allowed: 3;
    }
  }

  @media screen and (min-width: 1800px) {
    .complete-the-look .product-list {
      --product-list-max-items-per-row-allowed: 4;
    }
  }
}

.complete-the-look__heading {
  margin-bottom: 1rem;
}

/* Bundles */
.bundle-component__option-label .component-option-label__value {
  opacity: 0.7;
}

.bundle-component :disabled + .block-swatch {
  cursor: not-allowed;
}

.bundle-component :disabled + .block-swatch::before {
  background: none;
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  border: 1px solid var(--swatch-disabled-strike-color);
  transform: rotate(45deg);
  transform-origin: left bottom;
  top: auto;
  left: 0 !important;
  bottom: 0 !important;
}

.line-item-bundle {
  display: flex;
  flex-direction: column;
  /* gap: 0.5rem; */
  gap: 0.25rem;
}

.line-item-bundle__main {
  border: rgb(var(--border-color)) 1px solid;
  padding: 0.75rem;
  /* border-left: rgb(var(--border-color)) 0.25rem solid; */
  /* padding-left: 0.75rem; */
}

.line-item-bundle__main,
.line-item-bundle__components {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media screen and (max-width: 699.9px) {
  .line-item-bundle__main {
    gap: 1rem;
  }
}

.bundle-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.line-item-bundle__actions::before {
  content: '';
  height: 1px;
  background-color: rgb(var(--border-color));
  flex-grow: 1;
}

.bundle-action.button--outline {
  --border-color: var(--text-color);
}

/* .line-item-bundle__remove {
  color: red;
} */

.bundle-action--remove::before,
.bundle-action--remove::after {
  display: none;
}

.order-summary__bundle {
  border-block: 0;
  padding-block-end: 0;
}

/* .order-summary__bundle line-item-bundle {
  display: block;
  padding-bottom: 1rem;
} */

.bundle-summary {
  position: relative;
}

.bundle-summary::before {
  content: '';
  position: absolute;
  inset-block: 0;
  inset-inline: -1rem;
  /* top: 0; */
  /* left: -1rem; */
  /* right: -1rem; */
  /* bottom: 0; */
  border: rgb(var(--border-color)) 1px solid;
  pointer-events: none;
}

.bundle-summary__header tr:last-of-type td {
  border-block: 0;
  padding-block-end: 0.5rem;
  /* padding-block-end: 0; */
}

.bundle-summary__actions {
  justify-content: end;
}

.bundle-summary__components td {
  border-block: 0;
  padding-block-start: 0;
}

.order-summary .order-summary__bundle-row + tr:not(.order-summary__bundle-row) td {
  border-block-start: 0;
  /* padding-block-start: 0; */
}

.order-summary tr:not(.order-summary__bundle-row):has(+ .order-summary__bundle-row) td {
  border-block-end: 0;
  padding-block-end: 0;
}

:is(product-swatches, [data-swatches]) {
  transition: opacity ease 0.2s;
  opacity: 1;
}

:is(product-swatches, [data-swatches])[aria-hidden="true"] {
  opacity: 0;
}

.no-js :is(product-swatches, [data-swatches])[aria-hidden="true"] {
  opacity: 1;
}

/* Price List Wrapper */
.price-list-wrapper {
  display: flex;
  align-items: baseline;
  column-gap: 1rem;
  flex-wrap: wrap;
}

.price-list-wrapper__discount {
  color: rgb(var(--discount-text));
  font-weight: 500;
}

@keyframes notification-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Notifications */
.notification-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  position: fixed;
  inset-inline: 0;
  inset-block-end: 1rem;
  pointer-events: none;
  z-index: 100000;
}

.notification-container .banner {
  animation: notification-fade 0.2s ease-out forwards;
}

.notification-container:empty {
  display: none;
}

.notification-container > * {
  pointer-events: initial;
}