/** Shopify CDN: Minification failed

Line 78:2 Comments in CSS use "/* ... */" instead of "//"
Line 163:0 Unexpected "}"

**/
/* Place any CSS overrides in this file. */
body {
  margin: 0;
    font-family: "EncodeSansCompressedRegular", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #575756;
    text-align: left;
    background-color: #fff;
    padding: 0 !important;
    overflow-x: hidden;
    height: auto;
    position: relative;
    letter-spacing: .04em;
}

ul.localization__list a {
    font-family: "EncodeSansCompressedRegular", sans-serif !important;
    font-weight: 400;
}

a.btn {
  font-family: "EncodeSansCompressedBold", sans-serif;
  font-weight: 400;
}



.site-nav--link-text {
  font-size: 20px;
  font-family: "EncodeSansCompressedBold", sans-serif !important;
  line-height: 30px;
  font-weight: 400;
}
.mobile-nav__link {
  font-family: "EncodeSansCompressedRegular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.lang-container {
  overflow-x: hidden;
}


.btn-red {
    background-color: #e64b46;
  font-family: "EncodeSansCompressedBold", sans-serif !important;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #000;
}
.btn-red a {
  color: #000;
}



em,table,thead,tr,th,tbody, ul, .label-font, span, .text-link-animated, p{
  font-family: "EncodeSansCompressedRegular", sans-serif !important;
}
em{
  font-style: normal;
}

.color-swatch--block [data-product-card-swatch-color-name]{
  display: none;
} //Color Names above the color swatches


#checkout-pay-button{
  background-color: red;
}

.lang_link{
  display:none;
}

.lang-link { font-weight: 400;}



@media screen and (min-width:768px) {
.lang_link{
    grid-column: 1/4;
		grid-row: 1/2;
		display: flex;
		flex-wrap: wrap-reverse;
		justify-content: flex-start;
		align-items: center;
  }

}


.mobile-nav.nav--meta .mobile-nav__item.custom-richtext{
  font-family: "EncodeSansCompressedRegular", sans-serif !important;
  display: flex;
  align-items: center
          }

.mobile-nav.nav--meta .mobile-nav__item.custom-richtext:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 5L8 10L13 15" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: middle
          }




.collection-header__bg-image{
    background-size: cover; /* Ensures the image covers the container */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
    background-attachment: fixed;
    scale: 1; 
}

.homepage-featured-content-box-inner {
  padding: 50px;
}

@media only screen and (max-width: 600px) {
  .homepage-featured-content-box-inner {
    padding: 30px;
    padding-bottom: 30px !important;
}
  .homepage-sections--title, h2{
    font-size: 32px !important;
    text-wrap: pretty !important;
  }
  p{
    font-size: 17px !important; 
  }
  .feature_row__image_wrapper {
    background-image: none !important;
    background-color: #0050A0 !important;
  }
  .feature_row__image_wrapper h2 {
    line-height: 24px;
  }
  .feature_row__image_wrapper p {
    width: 100% !important;
    text-wrap: pretty;
  }
}
}


/* Email */

td.button__cell {
  border-radius: 0 !important;
}

/* Notify me line */
#notify-me{
  color: #0050a0;
  a{
    color: #0050a0;
  }
}

.logo_image {
  max-width: 317px;
}

.wr-form-container {
  min-height: 1250px;
}