/** Shopify CDN: Minification failed

Line 4397:2 Unexpected "#3adapt"

**/
/*============================================================================ Story Thème by New Story ==============================================================================*/
/*================ Variables, theme settings, and Sass mixins from Timber ================*/
/*============================================================================ #Sass Mixins ==============================================================================*/
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.slick-slider .slick-dots li.slick-active button:before{
  display:none;
}
.toggle .toggle-title::after{
  font-size: 20px !important;
  content: '+' !important;
  font-weight: 800;
}
.toggle1 .toggle-title.active::after {
  content: '-' !important;
  font-size: 22px !important;
  font-weight: 800;
}
#atc-price{
  font-weight:600;
}
@media screen and (max-width: 750px){
  #cart_checkout{bottom:40px!important;}
  .underctaspan{font-size:11px!important;}
  .underctadiv{
    text-align: center;
    margin-top: 10px;
    position: absolute;
    bottom: 10px!important;
    width: 100%;
  }
  .wrapperpr video{max-height: 480px;}
  #shopify-section-logo_text_slider_RAPewd #bomssilder832142420132 .swiper-wrapper-buttons{max-width:100%;gap:5px;}
   .titlespans{gap:7px!important;}
  .spanhorimob{flex-direction:row;justify-content:center;gap:6px!important;}
  .feature-row .rte-setting{text-align:center!important;}
  .tags .tag p{
    font-size: 13px !important;
  }
  .swatch-options {
  display: flex;
  flex-wrap: wrap;
  gap: 4px; /* réduit pour pouvoir en caser plus */
  justify-content: flex-start;
}

.swatch-options .swatch {

 
  box-sizing: border-box;
}
  html #shopify-section-footer .powered_by_badge{
  font-size: 13px !important;
}
  .wrapper-product{padding-top:0px !important;}
   #comparaison .text-block{
     padding:20px !important;
   }
  p{
    font-size: 15px !important;
  }
  .homepage-icons .icon__column__heading{
    letter-spacing: 1px;
    line-height: 1 !important;
    font-size: 11px !important;
  }
  #shopify-section-icon_text_7UmmNN .homepage-icons .small--one-half {
      width: 33% !important;
  }
  .homepage-icons .icon--left .icon__column {
    display: block;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-radius: 10px !important;
  }
}
@media screen and (min-width: 1426px){
.feature-row__item .titlespans{letter-spacing: 8px;justify-content:center!important;}
}
@media screen and (min-width: 1200px) and (max-width: 1425px) {
.feature-row__item .titlespans{letter-spacing: 4px;justify-content:center!important;}
}
@media screen and (min-width: 1077px) and (max-width: 1200px) {
.feature-row__item .titlespans{letter-spacing: 1px;justify-content:center!important;}
}
@media screen and (min-width: 751px){
.titlespans{gap:6px!important;}
}
#shopify-section-ss-mini-slider #slider-text-21092023 .block--sitewide-banner svg {
    display: block;
    max-width: 100%;
    width: 24px !important;
    height: 24px !important;
}
.next-logo-mini{display:flex !important;}
#mission-20221123 .squared--container .one-choice,#mission-20221123 .squared--container .one-choice .reduction{
  border-radius: 11px;
}
.rte h2 {
    font-size: 1.5em;
}
.fade-downe .fas{
  color:#f2bb30;
}
#alma-badge ._TSkFv{
  border: 1px solid #FE6F5E !important;
}
.reviews-branding .section-header__title{
  margin:0px 20px !important;
}
@media screen and (min-width: 1200px){
   html #mission-20221123 .squared--container .one-choice .reduction{
            left: 50% !important;
    transform: translateX(-50%);

  }
}
@media screen and (min-width: 750px){
  #mission-20221123 .squared--container .one-choice .reduction{
    font-size: 10px;
        left: 50% !important;
    transform: translateX(-50%);

  }
  media-gallery.product__media-gallery{
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
  }
}
#CollectionSection  {
margin-bottom:0px !important;}
/*============================================================================ Prefix mixin for generating vendor prefixes. Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss Usage: // Input: .element {
@include prefix(transform, scale(1), ms webkit spec);
}
// Output: .element {
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
==============================================================================*/
/*================ Functions ================*/
/*================ Animations and keyframes ================*/
.bundle-product-variant_selector .js-qty{display:none;}
.bundle-product-variant_selector select{font-size: 10px;
    padding-left: 0px;
    padding-right: 18px;}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  0%, 35% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0%, 35% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0%, 35% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0%, 35% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/*============================================================================ Dependency-free breakpoint mixin - http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/ ==============================================================================*/
/*============================================================================ Flexbox prefix mixins from Bourbon https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss ==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*================ Color variables ================*/
/*================ Typography ================*/
/*================ Vendor-specific styles ================*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.lazyBlur.lazyloaded{
	filter: blur(0px);
	-webkit-filter: blur(0px);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  border-radius: var(--border-radius-circle);
    background-color: rgba(0, 0, 0, 0.5);
    }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: var(--font-size-body-small);
    line-height: 18px;
    white-space: nowrap;
    }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -80px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: var(--font-size-body-small);
    line-height: 14px;
    }
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /** * Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  html #mission-20221123 .squared--container .one-choice .reduction{
        font-size: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*================ Theme-specific partials ================*/
/*================ Table styles ================*/
table {
  position: relative;
  border: 0 none;
  background-color: transparent;
    }
td, th {
  border: 0 none;
}
td {
  padding: 10px 15px;
}
tr:first-child th, tr:first-child td {
  position: relative;
}
html a{
  font-family: var(--font-stack-body) !important;
}
/*============================================================================ Responsive tables, defined with .table--responsive on table element. ==============================================================================*/
@media screen and (max-width: 590px) {
  .table--responsive thead {
    display: none;
  }
  .table--responsive tr {
    display: block;
  }
  .table--responsive th, .table--responsive td {
    display: block;
    text-align: right;
    padding: 15px;
  }
  .table--responsive td:before {
    content: attr(data-label);
    float: left;
    font-family: var(--font-stack-body);
      font-weight: var(--font-weight-body);
        font-style: var(--font-style-body);
          font-size: var(--font-size-body-small);
            padding-right: 10px;
            }
}
@media screen and (max-width: 590px) {
  .table--small-hide {
    display: none !important;
  }
  .table__section + .table__section {
    position: relative;
    margin-top: 10px;
    padding-top: 15px;
  }
  .table__section + .table__section:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid var(--bg-color-input);
      }
}
/*================ Partials | Theme typography overrides ================*/
body, input, textarea, button, select {
  line-height: 1.563;
}

/*================ Tables ================*/
th, .table__title {
  font-family: var(--font-stack-body);
    font-weight: bolder;
      font-style: var(--font-style-body);
        }
/*================ Rich Text Editor Styles ================*/
.rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3 {
  text-align: center;
}
blockquote {
  text-align: center;
}
/*================ Blog and Page Typography ================*/
.article .rte h2, .article .rte .h2, .page .rte h2, .page .rte .h2, .article .rte h3, .page .rte h3 {
  margin-bottom: 2em;
}
/*================ Blog Typography ================*/
.date {
  display: inline-block;
  line-height: 1.7;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .date {
    margin-bottom: 0;
  }
}
.comment-author {
  margin-bottom: 0;
}
.comment-date {
  font-family: var(--font-stack-body);
    font-weight: var(--font-weight-body);
      font-style: var(--font-style-body);
        font-size: var(--font-size-body);
          }
/*================ Cart Typography ================*/
.ajaxcart__price, .cart__price, .cart__subtotal {
  font-family: var(--font-menu); font-weight: var(--fontw-menu); font-style: var(--fonts-menu);
      font-style: var(--font-style-body);
        }
.cart__unit-price {
  display: block;
}
.ajaxcart__price {
  display: block;
}
.ajaxcart__discount {
  display: block;
}
.ajaxcart__subtotal {
  font-family: var(--font-menu); font-weight: var(--fontw-menu); font-style: var(--fonts-menu);
        }
p.ajaxcart__subtotal {
  margin-bottom: 7.5px;
}
.ajaxcart__qty-num[type="text"] {
  font-family: var(--font-menu); font-weight: var(--fontw-menu); font-style: var(--fonts-menu);
        font-style: normal;
        }
.ajaxcart__note_container { padding-bottom: 15px; }
.ajaxcart__note { font-family: var(--font-menu); font-weight: var(--fontw-menu); font-style: var(--fonts-menu); }
.ajaxcart__policies {
  font-family: var(--font-menu); font-weight: var(--fontw-menu); font-style: var(--fonts-menu);
    font-size: var(--font-size-body);
      text-align: center;
      margin-top: 7.5px;
      display: block;
      }
.ajaxcart__policies i {
  margin-right: 10px;
}
.alma_ajax {
  text-align: center;
  color: var(--color-text-drawer);
    }
.ajaxcart__policies a {
  border-bottom: 1px solid var(--color-text-drawer);
    }
.ajaxcart__policies a:hover {
  border-bottom: none;
}
/*================ Misc typography ================*/
.drawer__title {
  font-family: var(--font-h1); font-weight: var(--fontw-h1); font-style: var(--fonts-h1);
        font-size: var(--font-size-body-plus-plus);
          }
/*================ Partials | Theme Form Overrides ================*/
label {
  font-weight: var(--font-weight-body);
    }
::-webkit-input-placeholder {
  color: var(--color-primary);
    opacity: 0.6;
    }
:-moz-placeholder {
  color: var(--color-primary);
    opacity: 0.6;
    }
:-ms-input-placeholder {
  color: var(--color-primary);
    opacity: 0.6;
    }
::-ms-input-placeholder {
  color: var(--color-primary);
    opacity: 1;
    }
input, textarea, select {
  border-color: transparent;
  background-color: var(--bg-color-input);
    color: var(--color-primary);
      -webkit-transition: opacity 0.4s ease-out;
      -moz-transition: opacity 0.4s ease-out;
      -ms-transition: opacity 0.4s ease-out;
      -o-transition: opacity 0.4s ease-out;
      transition: opacity 0.4s ease-out;
      }
input[disabled], textarea[disabled], select[disabled], input.disabled, textarea.disabled, select.disabled {
  background-color: var(--bg-color-input);
    border-color: transparent;
    }
input:hover, textarea:hover, select:hover {
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  -ms-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  opacity: 0.9;
}
input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  opacity: 1;
}
input[type="number"] {
  font-family: var(--font-stack-body);
    font-weight: var(--font-weight-body);
      font-style: var(--font-style-body);
        }
input[type="image"] {
  background-color: transparent;
}
/*================ Ajax quantity selectors ================*/
.js-qty {
  background-color: var(--bg-color-input);
    }
.js-qty__adjust:hover {
  background-color: var(--bg-color-input-dark);
    }
.js-qty__adjust--minus, .js-qty__adjust--plus {
  border-color: var(--bg-color-input-dark);
    }
/*================ Newsletter area ================*/
.newsletter .section-header {
  margin-bottom: 0px;
}
.newsletter .section-subheading {
  display: block;
  padding: 15px 0;
}
@media screen and (max-width: 590px) {
  .newsletter .rte p {
    margin-bottom: 22px;
  }
}
.newsletter form {
  margin: 0 auto;
  max-width: 520px;
}
.newsletter form .note, .newsletter form .errors {
  margin-bottom: 0;
}
.newsletter .newsletter__input {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.newsletter .newsletter__input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--color-primary);
    opacity: 1;
    }
.newsletter .newsletter__input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--color-primary);
    opacity: 1;
    }
.newsletter .newsletter__input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--color-primary);
    opacity: 1;
    }
.newsletter .newsletter__input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--color-primary);
    }
.newsletter .newsletter__input::-ms-input-placeholder {
  /* Microsoft Edge 12+ */
  color: var(--color-primary);
    opacity: 1;
    }
.newsletter .newsletter__submit-text--large {
  white-space: nowrap;
}
@media screen and (max-width: 590px) {
  .newsletter__submit-text--large, .password-page__login-form__submit-text--large {
    display: none;
  }
  .newsletter__submit-text--small, .password-page__login-form__submit-text--small {
    display: block;
  }
}
@media screen and (min-width: 591px) {
  .newsletter__submit-text--large, .password-page__login-form__submit-text--large {
    display: block;
  }
  .newsletter__submit-text--small, .password-page__login-form__submit-text--small {
    display: none;
  }
}
.newsletter__label {
  padding-left: 10px;
}
/*================ Modules | Theme product collage grid ================*/
.grid__row-separator {
  clear: both;
  width: 100%;
}
.grid-collage {
  margin-bottom: -13px;
}
@media screen and (max-width: 590px) {
  .grid-collage .grid-product__image-link {
    height: 310px;
  }
}
.grid-collage .grid-product__image-link {
  vertical-align: middle;
  display: table-cell;
}
@media screen and (min-width: 591px) {
  .large--two-thirds.reverse {
    float: right;
  }
  .grid-collage .large--two-thirds {
    clear: both;
  }
  .grid-collage .large--two-thirds.reverse {
    clear: none;
  }
  .grid-collage .grid__item.large--one-third {
    clear: none;
  }
  .grid-collage .large--one-half {
    float: left;
    display: inline-block;
  }
  .grid-collage .large--one-third {
    clear: inherit;
  }
  .grid-collage .grid-product__image-link {
    height: 670px;
  }
  .grid-collage .large--one-half .grid-product__image-link {
    height: 310px;
  }
  .grid-collage .large--two-thirds .grid-product__image-link {
    height: 544px;
  }
  .grid-collage .large--one-third .grid-product__image-link {
    height: 230px;
  }
}
/*================ Modules | Theme collection collage grid ================*/
.collection-grid {
  margin-bottom: -15px;
}
@media screen and (min-width: 591px) {
  .collection-grid {
    margin-bottom: -30px;
  }
}
.collection-collage__item {
  position: relative;
  margin-bottom: 15px;
  height: 450px;
}
@media screen and (max-width: 590px) {
  .collection-collage__item.one-whole {
    height: 190px;
  }
  .collection-collage__item.one-half {
    height: 130px;
  }
}
@media screen and (min-width: 591px) {
  .collection-collage__item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 591px) {
  .collection-collage__item.large--one-half {
    height: 310px;
  }
  .collection-collage__item.large--one-third {
    height: 280px;
  }
}

.featured-collection__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -30px;
}

.featured-collection__wrapper .grid-product {
  padding: 0px!important;
}

.featured-collection__wrapper .grid__item {
  padding-right: 30px!important;
}

@media screen and (max-width: 590px) {
  .featured-collection__wrapper { margin: 0 -15px 0 0; }
  .featured-collection__wrapper .grid__item { padding: 15px 15px 0 0!important; }
}
/*================ Partials | Theme button overrides ================*/
a {
  transition: .25s ease all;
  color: var(--color-link);
    text-decoration: var(--underline-link);
    background: transparent;
    }
a:hover {
  color: var(--color-link-hover);
    text-decoration: none !important;
    }
.ajaxcart a { text-decoration: none; }
.ajaxcart__product-meta { font-size: var(--font-size-body-small); }
.rte a, .text-link {
  transition: .25s ease all;
  color: var(--color-link);
    }
.rte a:hover, .text-link:hover {
  color: var(--color-link-hover);
    }
.return-link {
  font-family: var(--font-stack-body);
    font-weight: var(--font-weight-body);
      font-style: var(--font-style-body);
        }
/*================ Buttons and Input Groups ================*/
.btn, .btn--secondary {
  font-family: var(--font-btn); font-weight: var(--fontw-btn); font-style: var(--fonts-btn);
        padding: 12px 20px;
        }
.input-group .btn, .input-group .btn--secondary, .input-group .input-group-field {
  height: 45px;
}
/*================ Partials | Theme drawer overrides ================*/
/*================ Override drawer scrolling to accommodate fixed header/footers ================*/
.drawer {
  overflow: hidden;
  outline: none !important;
}
@media screen and (min-width: 769px) {
  .drawer__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.drawer--has-fixed-footer .drawer__inner {
  overflow: hidden;
}
.drawer-left__inner {
  top: 0!important;
  padding-top: 26px;
}

.drawer--right .ht { height: 70px; }
.drawer--right .ti { height: 40px; }
.drawer--right .sh { height: 80px; }
.drawer--right .shwt { height: 60px; }
.drawer--right .ic,
.drawer--right .sc_ic { height: 80px; }

.drawer--right .pf { top: 70px; }
.drawer--right .pf.hwsh { top: 150px; }
.drawer--right .pf.hwshwt { top: 130px; }
.drawer--right .pf.hwic { top: 150px; }
.drawer--right .pf.hwti { top: 110px; }

.drawer--right .pf.hwsh.hwti { top: 190px; }
.drawer--right .pf.hwshwt.hwti { top: 170px; }
.drawer--right .pf.hwic.hwti { top: 190px; }

.drawer--right .pf.hwsh.hwic { top: 230px; }
.drawer--right .pf.hwshwt.hwic { top: 210px; }
.drawer--right .pf.hwti.hwic { top: 190px; }

.drawer--right .pf.hwic.hwshwt { top: 210px; }
.drawer--right .pf.hwti.hwshwt { top: 170px; }

.drawer--right .pf.hwic.hwsh { top: 230px; }
.drawer--right .pf.hwti.hwsh { top: 190px; }

.drawer--right .pf.hwti.hwshwt.hwic { top: 250px; }
.drawer--right .pf.hwic.hwsh.hwti { top: 270px; }


.drawer--right .fpf { top: 70px; }
.drawer--right .fpf.hwsh { top: 165px; }
.drawer--right .fpf.hwshwt { top: 145px; }
.drawer--right .fpf.hwic { top: 165px; }
.drawer--right .fpf.hwti { top: 125px; }

.drawer--right .fpf.hwsh.hwti { top: 220px; }
.drawer--right .fpf.hwshwt.hwti { top: 200px; }
.drawer--right .fpf.hwic.hwti { top: 220px; }

.drawer--right .fpf.hwsh.hwic { top: 260px; }
.drawer--right .fpf.hwshwt.hwic { top: 240px; }
.drawer--right .fpf.hwti.hwic { top: 220px; }

.drawer--right .fpf.hwic.hwshwt { top: 240px; }
.drawer--right .fpf.hwti.hwshwt { top: 200px; }

.drawer--right .fpf.hwic.hwsh { top: 260px; }
.drawer--right .fpf.hwti.hwsh { top: 220px; }

.drawer--right .fpf.hwti.hwshwt.hwic { top: 295px; }
.drawer--right .fpf.hwic.hwsh.hwti { top: 315px; }


.drawer--right .fsubsavtot { height: 170px; }
.drawer--right .fsubtot,
.drawer--right .fsavtot{ height: 140px; }
.drawer--right .ftot{ height: 110px; }

.drawer--right .fsubsavtot.fi { height: 330px; }
.drawer--right .fsubtot.fi,
.drawer--right .fsavtot.fi { height: 300px; }
.drawer--right .ftot.fi { height: 270px; } 

.drawer--right .fsubsavtot.fpt { height: 215px; }
.drawer--right .fsubtot.fpt,
.drawer--right .fsavtot.fpt { height: 185px; }
.drawer--right .ftot.fpt { height: 155px; background-color:#fff;}

.drawer--right .fsubsavtot.flp { height: 200px; }
.drawer--right .fsubtot.flp,
.drawer--right .fsavtot.flp { height: 170px; }
.drawer--right .ftot.flp { height: 140px; }

.drawer--right .fsubsavtot.flp.fpt { height: 245px; }
.drawer--right .fsubtot.flp.fpt,
.drawer--right .fsavtot.flp.fpt { height: 215px; }
.drawer--right .ftot.flp.fpt { height: auto; }

.drawer--right .fsubsavtot.flp.fi { height: 360px; }
.drawer--right .fsubtot.flp.fi,
.drawer--right .fsavtot.flp.fi { height: 330px; }
.drawer--right .ftot.flp.fi { height: 300px; }

.drawer--right .fsubsavtot.fpt.fi { height: 375px; }
.drawer--right .fsubtot.fpt.fi,
.drawer--right .fsavtot.fpt.fi { height: 345px; }
.drawer--right .ftot.fpt.fi { height: 315px; }

.drawer--right .fsubsavtot.fpt.fi.flp { height: 405px; }
.drawer--right .fsubtot.fpt.fi.flp,
.drawer--right .fsavtot.fpt.fi.flp { height: 375px; }
.drawer--right .ftot.fpt.fi.flp { height: 345px; }


.drawer--right .ifsubsavtot { bottom: 170px; }
.drawer--right .ifsubtot,
.drawer--right .ifsavtot{ bottom: 140px; }
.drawer--right .iftot{ bottom: 110px; }

.drawer--right .ifsubsavtot.ifi { bottom: 330px; }
.drawer--right .ifsubtot.ifi,
.drawer--right .ifsavtot.ifi { bottom: 300px; }
.drawer--right .iftot.ifi { bottom: 270px; } 

.drawer--right .ifsubsavtot.ifpt { bottom: 215px; }
.drawer--right .ifsubtot.ifpt,
.drawer--right .ifsavtot.ifpt { bottom: 185px; }
.drawer--right .iftot.ifpt { bottom: 155px; }

.drawer--right .ifsubsavtot.iflp { bottom: 200px; }
.drawer--right .ifsubtot.iflp,
.drawer--right .ifsavtot.iflp { bottom: 170px; }
.drawer--right .iftot.iflp { bottom: 140px; }

.drawer--right .ifsubsavtot.iflp.ifpt { bottom: 245px; }
.drawer--right .ifsubtot.iflp.ifpt,
.drawer--right .ifsavtot.iflp.ifpt { bottom: 215px; }
.drawer--right .iftot.iflp.ifpt { 
  bottom: 185px; 
  overflow-y: scroll;
  height: 480px!important;
  /*padding-bottom: 60px;*/
}

@media(max-width:768px){
  .drawer--right .iftot.iflp.ifpt {
    height: 350px;
    /*padding-bottom: 20px;*/
  }
}

.drawer--right .ifsubsavtot.iflp.ifi { bottom: 360px; }
.drawer--right .ifsubtot.iflp.ifi,
.drawer--right .ifsavtot.iflp.ifi { bottom: 330px; }
.drawer--right .iftot.iflp.ifi { bottom: 300px; }

.drawer--right .ifsubsavtot.ifpt.ifi { bottom: 375px; }
.drawer--right .ifsubtot.ifpt.ifi,
.drawer--right .ifsavtot.ifpt.ifi { bottom: 345px; }
.drawer--right .iftot.ifpt.ifi { bottom: 315px; }

.drawer--right .ifsubsavtot.ifpt.ifi.iflp { bottom: 405px; }
.drawer--right .ifsubtot.ifpt.ifi.iflp,
.drawer--right .ifsavtot.ifpt.ifi.iflp { bottom: 375px; }
.drawer--right .iftot.ifpt.ifi.iflp { bottom: 345px; }


.drawer--right .fp { margin: 0 15px; border-radius: var(--border-radius); }
.drawer--right .pf .ajaxcart__inner { padding: 15px 15px 60px 15px; }
.drawer--right .bti { border-radius: var(--border-radius); margin: 0 0 15px; }
.drawer--right .bsh { border-radius: var(--border-radius); margin: 0 0 15px; }
.drawer--right .bic { border-radius: var(--border-radius); margin: 0 0 15px; padding: 0 15px; }

.ss_ic { opacity: 0; transition: .25ms ease all; }
.ss_ic.swiper-slide-active { opacity: 1; }
.ss_ic img { height: 50px; width: auto; }
.ss_ic p { margin: 0 0 0 15px; width: 200px; text-align: left; }
.sbp_ic::after,
.sbn_ic::after { font-size: 20px!important; }


.cart_cta_wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
.cart_cta_wrapper .drawer__close-button { width: 30%!important; right: 0!important; }
.cart_cta_wrapper .cart__checkout { width: 70%!important; margin-left: 15px; }

@media screen and (max-width: 590px) {
  .ss_ic p { width: 160px; }
  .ss_ic img { height: 40px; }
  .sbp_ic::after,
  .sbn_ic::after { font-size: 18px!important; }
  
  .cart_cta_wrapper .drawer__close-button { display: block; }
  .cart_cta_wrapper .cart__checkout { width: 100%!important; }
}

/*================ Drawer Fixed Headers ================*/
@media screen and (min-width: 591px) {
  .drawer__close-button {
    right: 0;
  }
}
@media screen and (min-width: 1101px) {
  .drawer__close-button {
    right: -20px;
  }
}
/*================ Drawer Fixed Cart Footer ================*/
.ajaxcart__footer {
  padding-top: 15px;
}
.ajaxcart__footer--fixed {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  min-height: 110px;
  padding-bottom: 15px;
}
@media screen and (max-width: 590px) {
  .ajaxcart__footer--fixed {
    padding-bottom: 15px;
  }
}

.ajaxcart__discounts {
  margin-bottom: 7.5px;
}
.total_ajax {
  display: flex;
  width: 100%;
  position: relative;
}
.total_ajax:before {
  content: 'ou';
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--font-size-body);
    background: var(--color-secondary);
      max-width: 20px;
      margin: auto;
      z-index: 9;
      }
.total_ajax:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 2px;
  background: var(--color-fade);
    height: 85%;
    bottom: 0;
    top: 0;
    text-align: center;
    margin: auto;
    }
/*================ Drawer Quantity Selectors ================*/
.ajaxcart__qty {
  max-width: 75px;
}
.ajaxcart__qty input[type='text'] {
  padding: 0 20px;
}
.ajaxcart__qty .js-qty__adjust, .ajaxcart__qty .ajaxcart__qty-adjust {
  padding: 0 5px;
  line-height: 1;
}
/*================ Cart item styles ================*/
.ajaxcart__product:last-child .ajaxcart__row {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.btn--secondary {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/*============================================================================ Social Icon Buttons v1.0 Author: Carson Shold | @cshold http://www.carsonshold.com MIT License ==============================================================================*/
/*================ Social share buttons ================*/
.social-sharing {
  font-family: var(--font-btn); font-weight: var(--fontw-btn); font-style: var(--fonts-btn);
        /*================ Large Buttons ================*/
        }
.social-sharing * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.social-sharing a {
  display: inline-block;
  color: var(--color-primary);
    border-radius: var(--border-radius-pills);
      margin: 5px 0;
      height: 22px;
      line-height: 22px;
      text-decoration: none;
      font-weight: var(--font-weight-body);
        }
.social-sharing span {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
  font-size: var(--font-size-body);
    }
.social-sharing .icon {
  padding: 0 5px 0 10px;
}
.social-sharing .icon:before {
  line-height: 22px;
}
.social-sharing.is-large a {
  height: 44px;
  line-height: 44px;
}
.social-sharing.is-large a span {
  height: 44px;
  line-height: 44px;
  font-size: var(--font-size-body-plus);
    }
.social-sharing.is-large a .icon {
  padding: 0 10px 0 18px;
}
.social-sharing.is-large a .icon:before {
  line-height: 44px;
}
.share-title {
  padding-right: 10px;
}
.is-large .share-title {
  padding-right: 16px;
}
/*================ Clean Buttons ================*/
.social-sharing.clean a {
  background-color: var(--color-secondary);
    color: var(--color-primary);
      height: 30px;
      line-height: 30px;
      }
.social-sharing.clean a span {
  height: 30px;
  line-height: 30px;
  font-size: var(--font-size-body);
    }
.social-sharing.clean a:hover {
  opacity: 0.8;
}
.social-sharing.clean a:hover .share-count {
  opacity: 0.8;
}
.social-sharing.clean a:hover .share-count:after {
  border-right-color: var(--color-secondary);
    }
.social-sharing.clean a .share-title {
  font-weight: var(--font-weight-body);
    }
.social-sharing.clean .share-count {
  top: -1px;
}
/*================ Partials | Theme search grid ================*/
.grid-search {
  margin-bottom: 30px;
}
.grid-search__product {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .grid-search__page-link, .grid-search__product-link {
    height: 280px;
  }
}
.grid-search__page-link {
  display: block;
  background-color: var(--color-secondary);
    padding: 20px;
    color: var(--color-primary);
      overflow: hidden;
      }
.grid-search__page-link:hover, .grid-search__page-link:focus {
  background-color: var(--color-secondary);
    }
.grid-search__page-content {
  display: block;
  height: 100%;
  overflow: hidden;
}
.grid-search__image {
  display: block;
  padding: 20px;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .grid-search__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/*================ Partials | Sections ================*/
.index-sections .shopify-section {
  margin: 0;
}
.index-slideshow-section + .shopify-section--full-width, .shopify-section--full-width + .shopify-section--full-width {
  margin-top: 0;
}
.sc-slideshow { border-radius: var(--border-radius); }
/*================ Partials | Sections onboarding ================*/
.placeholder-svg {
  fill: var(--color-primary);
    display: block;
    background-color: var(--bg-color-input);
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      border-radius: var(--border-radius-image);
        }
.placeholder-background {
  background-color: var(--bg-color-input);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    }
.hero .placeholder-background {
  background-color: transparent;
}
.placeholder-background .placeholder-svg {
  fill: var(--color-primary);
    }
.hero__slide.slide--placeholder {
  background-color: var(--color-primary) !important;
    }
/*================ Partials | Featured products section onboarding ================*/
.helper-section .grid-product__image-link, .helper .grid-product__image-link {
  background-color: transparent;
}
.helper-section .grid-product__image-wrapper {
  height: 275px !important;
}
/*================ Partials | Featured row section ================*/
.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .avtgmb{display: flex;
    gap: 3px!important;
    flex-direction: row!important;
    align-items: center;
    justify-content:center;
         }
  .avtgmb div{
    height: fit-content;
    background-color: #eeedec;
    padding: 0px 20px!important;
    border-radius: 10px;
    align-items: center;
    display: flex;
  }
  .avtgmb div span{font-size:14px!important;}
  .feature-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom:20px;
  }

  .feature-row-reverse-mob {
    -webkit-flex-wrap: wrap-reverse;
    -moz-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media screen and (max-width: 768px) {
  .feature-row__item {
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.feature-row__image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-image);
}

.no-js .feature-row__image-wrapper {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
  padding-top: 0 !important;
}
.feature-row__image-no-js {
  display: block;
  margin: 0 auto;
  border-radius: var(--border-radius-image);
    }
@media screen and (max-width: 768px) {
  .feature-row__image-no-js {
    order: 1;
  }
}
.feature-row__image {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-radius: var(--border-radius-image);
    }
@media screen and (max-width: 768px) {
  .feature-row__image {
    order: 1;
  }
}
.feature-row__video {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: var(--border-radius-image);
    }
@media screen and (max-width: 768px) {
  .feature-row__video {
    order: 1;
  }
}

.fr-left .feature-row__text { padding: 0 0 0 30px; }
.fr-right .feature-row__text { padding: 0 30px 0 0; }
.ft-only.feature-row__text { padding: 30px; }
.fr-right .featureRowTextMargin { padding-left: 30px; }
.fr-left .featureRowTextMargin { padding-right: 30px; }
@media screen and (max-width: 768px) {
  .feature-row__text { order: 2; }
  .fr-left .feature-row__text,
  .fr-right .feature-row__text,
  .ft-only.feature-row__text { padding: 15px 0; }
}
.bullet-points-wrapper {
  width: fit-content;
}
.bullet-points-wrapper .featured-row__list {
  padding-left: 0;
}
.bullet-points-wrapper .featured-row__list .featured-row__icon {
  margin-right: 7.5px;
}
@media screen and (max-width: 590px) {
  .bullet-points-wrapper .featured-row__list .featured-row__icon {
    margin-right: 3.75px;
  }
}
.bullet-points-wrapper .list_with_bottom_margin {
  margin-bottom: 7.5px;
}
.featured-row__list {
  padding-left: 30px;
  display: flex;
}
.featured-row__list:not(:last-child) { margin-bottom: 3px; }
.featured-row__list_egg {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.featured-row__list_egg .featured-row__icon {
  margin-right: 8px;
}
.featured-row__list_egg p {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .featured-row__list {
    padding-left: 15px;
  }
}
.featured-row__list p {
  margin-bottom: 0;
}
.featured-bottom {
  margin-bottom: 20px;
}
.featured-row__list .featured-row__icon {
  margin-right: 15px;
}
.featured-row__icon img,
.featured-row__icon i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.little_icon_svg {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}
.feature-row__text-faq {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .feature-row__text-faq {
    order: 1;
    padding-bottom: 0;
  }
}
.feature-row__faq {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .feature-row__faq {
    order: 2;
    padding-bottom: 0;
  }
}
.feature-row__image-faq {
  padding-bottom: 30px;
}
/*================ Module-specific styles ================*/
/*============================================================================ To update Slick slider to a new version, scroll down to #Slick Slider SCSS and follow the instructions Default Slick classes all start with '.slick' Custom classes all start with '.hero' Extra specificity in selectors is used to override default styles before including the default Slick CSS ==============================================================================*/
/*================ Variables ================*/
/*================ Prev/next and pagination ================*/
.slick-slider .slick-dots {
  margin: 0;
  bottom: 10px;
}
.slick-slider .slick-dots li {
  margin: 0;
  vertical-align: middle;
}
.slick-slider .slick-dots li button {
  position: relative;
}
.slick-slider .slick-dots li button:before, .slick-slider .slick-dots li a:before {
  text-indent: -9999px;
  border-radius: var(--border-radius);
    background-color: var(--color-secondary);
      border: 2px solid transparent;
      width: 10px;
      height: 10px;
      margin: 0.3rem 0 0 0.3rem;
      opacity: 1;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      }
.slick-slider .slick-dots li.slick-active button:before {
  background-color: transparent;
  border-color: var(--color-secondary);
    opacity: 1;
    width: 0.75rem;
    height: 0.75rem;
    margin: 0.25rem 0 0 0.25rem;
    }
.slick-slider .slick-dots li button:active:before {
  opacity: 0.5;
}
.cocoen {
  border-radius: var(--border-radius-image);
    }
.hero .slick-prev, .hero .slick-next {
  height: 3.125rem;
  margin-top: 0;
  width: 3.125rem;
}
.hero .slick-prev {
  left: 1.1rem;
}
.hero .slick-next {
  right: 1.45rem;
}
@media only screen and (max-width: 1100px) {
  .hero .slick-next {
    right: 1rem;
  }
}
/*============================================================================ General slide styles - Sizes based on height of image when 100% of container width ==============================================================================*/
.hero__slide {
  position: relative;
}
.slick-initialized .slick-slide {
  outline: none;
}
.hero__image {
  position: relative;
  opacity: 0;
}
.slick-initialized .hero__image {
  opacity: 1;
  -webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.hero__image img {
  display: block;
  width: 100%;
}
.dyn-hero__image {
  width: 100%;
  display: block;
}
.slideshow__overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.hero__slide--hidden {
  visibility: hidden;
}
.supports-touch .hero__slide--hidden {
  visibility: visible;
}
/*============================================================================ Full screen hero styles - Uses css background image ==============================================================================*/
.hero {
  height: 100vh;
  max-height: 100vh;
}
.hero.slick-slider {
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .hero {
    min-height: 50vw;
  }
}
.hero .slick-list, .hero .slick-track {
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .hero .slick-list, .hero .slick-track {
    min-height: 50vw;
  }
}
.hero .hero__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.hero[data-adapt="false"], .hero[data-adapt="false"] .slideshow__overlay:before {
  height: 100vh;
}
@media screen and (max-width: 1100px) {
  .hero[data-adapt="true"] .slideshow__overlay:before {
    min-height: 50vw;
  }
}
.hero[data-adapt="false"], .hero[data-adapt="false"] .slideshow__overlay:before {
  height: 100vh;
}
@media screen and (max-width: 1100px) {
  .hero[data-adapt="true"] .slideshow__overlay:before {
    min-height: 50vw;
  }
}
.no-js .hero__image {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.hero__image-no-js {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100vh;
  min-height: 550px;
  opacity: 1;
}
.img-pop {
  border-radius: var(--border-radius);
    }
/*================ Hero text/CTA ================*/
.hero__text-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero__slide:not(:first-of-type) .hero__text-wrap {
  display: none;
}
.slick-initialized .hero__slide:not(:first-of-type) .hero__text-wrap {
  display: block;
}
.hero__text-align {
  display: table;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .hero--adapt .hero__text-align {
    display: none;
  }
}
.hero__text-content {
  position: relative;
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  padding: 0.94rem 0.6rem 0;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .hero__text-content {
    padding: 0;
  }
}
.slick-initialized .hero__text-content {
  opacity: 1;
  -webkit-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -moz-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -o-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.hero__text-content .slick-dots {
  position: static;
}
.hero__adapt-text-wrap {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .hero__adapt-text-wrap {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hero__adapt-text-wrap {
    color: var(--color-primary);
      }
}
.hero__adapt-text-wrap .hero__text-content {
  display: none;
}
.hero__text-content--adapt {
  opacity: 1;
}
/*================ Extra specificity to override Timber defaults ================*/
.hero__slide .hero__title, .hero--adapt .hero__title {
  margin-bottom: 1.25rem;
  line-height: 1.25;
  letter-spacing: 0;
}
.hero__slide .hero__subtitle, .hero--adapt .hero__subtitle {
  font-family: var(--font-h3); font-weight: var(--fontw-h3); font-style: var(--fonts-h3);
        margin-bottom: 0.94rem;
        }
.hero__slide a.hero__cta, .hero--adapt a.hero__cta {
  margin-bottom: 0;
}
/*================ Hero header ================*/
.header-wrapper--transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
}
.template-index .header-wrapper {
  opacity: 0;
  z-index: 2;
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
  -moz-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
  -o-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
  animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
}
.supports-no-cssanimations .template-index .header-wrapper {
  opacity: 1;
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -moz-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -o-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.header-container {
  position: relative;
  z-index: 100;
  font-family: var(--font-menu); font-weight: var(--fontw-menu); font-style: var(--fonts-menu);
}
/*============================================================================ #Slick Slider overrides - If upgrading Slick's styles, use the following variables/functions instead of the slick defaults - Only overwrite slick's default styles starting at #Slick Slider SCSS ==============================================================================*/
/*============================================================================ #Slick Slider SCSS - Everything below this line is unchanged from Slick's scss file - When updating to a new version, don't include the variables/function that were modified above ==============================================================================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 1.875rem;
}
.logo-section .slick-slider { margin-bottom: 0px; }
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-loading .slick-list {
  background: var(--color-secondary) url("https://d2saw6je89goi1.cloudfront.net/uploads/digital_asset/file/924028/ajax-loader.gif") center center no-repeat;
    }
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  max-height: 100vh;
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Icons */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  width: 0.6rem;
  line-height: 0;
  cursor: pointer;
  padding: 0;
  border: none;
}
.slick-prev .icon:before, .slick-next .icon:before {
  bottom: 0;
}
.slick-prev .icon:before, .slick-next .icon:before {
  position: relative;
  transition: top 0.1s linear;
  font-size: 0.6rem;
  color: var(--color-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
.slick-prev:hover .icon:before, .slick-next:hover .icon:before {
  top: -0.125rem;
}
/* Dots */
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button:before {
  color: var(--color-primary);
    }
.slick-dots button, .slick-dots a {
  border: 0;
  background: transparent;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  line-height: 0;
  font-size: var(--font-size-body);
    color: transparent;
    cursor: pointer;
    }
.slick-dots button:before, .slick-dots a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2022';
  width: 1.25rem;
  height: 1.25rem;
  font-family: "slick-icons, sans-serif";
  font-size: 0.375rem;
  line-height: 1.25rem;
  text-align: center;
  color: var(--color-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
.hero .slick-dots {
  margin: 0 auto;
  bottom: 0.9rem;
  width: 8rem;
  left: 0;
  right: 0;
}
.hero .slick-dots a:hover:before {
  top: -0.125rem;
}
.hero__controls {
  width: 100%;
  height: 3.125rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero__controls li {
  margin-bottom: 0;
  list-style: none;
}
.hero__pause {
  position: absolute;
  right: 4.5rem;
  transition: bottom 0.1s linear;
  bottom: 0;
  height: 3.125rem;
  width: 3.125rem;
  font-size: 0.6rem;
  line-height: 0.6rem;
}
.hero__pause:hover {
  bottom: 0.125rem;
}
.hero__pause .icon {
  height: 0.4rem;
}
.icon-pause {
  display: block;
}
.is-paused .icon-pause {
  display: none;
}
.icon-play {
  display: none;
}
.is-paused .icon-play {
  display: block;
}
/*================ Module | Collection images at top of templates ================*/
.collection-hero {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: var(--border-radius);
    }
@media screen and (min-width: 591px) {
  .collection-hero {
    margin-bottom: 60px;
  }
}
.collection-hero__image-wrapper {
  position: relative;
}
.no-js .collection-hero__image-wrapper {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.collection-hero__image {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover";
  opacity: 0;
}
.collection-hero__image.is-init {
  opacity: 1;
  -webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.collection-hero__image-no-js {
  padding-bottom: 70%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .collection-hero__image-no-js {
    padding-bottom: 45%;
  }
}
.filter-dropdown__label {
  margin-right: 0.3em;
}
/*================ Module | Theme Header and Navigation Overrides ================*/
@media screen and (max-width: 768px) {
  .site-header {
    padding: 0;
  }
}
.site-header__logo .logo--inverted {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.is-light .site-header__logo .logo--inverted {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.icon_cart_header {
  margin-bottom: 0;
  font-size: var(--font-size-body-plus-plus);
    }
/*================ Text Shop Name ================*/
.site-header__logo {
  text-transform: uppercase;
  font-size: var(--font-size-body-plus);
    letter-spacing: 2px;
    }
@media screen and (min-width: 769px) {
  .site-header__logo {
    font-size: var(--font-size-body-plus-plus);
      }
}
@media screen and (max-width: 768px) {
  .site-header__logo img {
    max-height: 65px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.site-header__logo a, .header-logo a {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  font-family: var(--font-h1); font-weight: var(--fontw-h1); font-style: var(--fonts-h1);
        }
/*================ Nav Links ================*/
.no-js .site-nav, .no-js .site-nav--open, .site-nav.site-nav--init, .site-nav--open.site-nav--init {
  opacity: 1;
  -webkit-transition: color 0.2s, opacity 0.1s;
  -moz-transition: color 0.2s, opacity 0.1s;
  -ms-transition: color 0.2s, opacity 0.1s;
  -o-transition: color 0.2s, opacity 0.1s;
  transition: color 0.2s, opacity 0.1s;
}
.site-nav-mobile-all-right .burger-icon--top { top: 9px; }
.site-nav-mobile-all-right .burger-icon--mid { top: 17px; }
.site-nav-mobile-all-right .burger-icon--bottom { top: 25px; }
.site-nav-mobile-all-right .site-nav__link--burger { width: 35px; height: 35px; }
.site-nav-mobile-all-right .burger-icon { left: 9px; margin-left: 0px;}
.burger-icon {
  display: block;
  border-radius: var(--border-radius);
    height: 2px;
    width: 18px;
    left: 16px;
    position: absolute;
    transition: all 0.25s ease-out;
    background: var(--color-primary);
      }
.js-drawer-open-left .burger-icon {
  width: 24px;
  top: calc(50% - 1px);
  left: calc(50% - 4px);
}
@media screen and (min-width: 769px) {
  .burger-icon {
    width: 20px;
    left: 15px;
  }
  .js-drawer-open-left .burger-icon {
    width: 25px;
    top: calc(50% - 1px);
    left: calc(50% - 2px);
  }
  .js-drawer-open-left .burger-icon--top, .js-drawer-open-left .burger-icon--bottom { left: 15px!important; }
}

.js-drawer-open-left .burger-icon--top {
  top: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-drawer-open-left .burger-icon--mid {
  opacity: 0;
}

.js-drawer-open-left .burger-icon--bottom {
  top: 25px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-nav__link--burger {
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  background-color: transparent;
  border: 0;
  position: relative;
  transition: transform 0.15s ease-out;
}
.site-nav__link--burger svg {
  width: 20px;
  height: 30px;
}
.site-nav__link--burger::after {
  border-color: var(--color-primary);
    }
.site-nav__item {
  white-space: normal;
}
.site-nav__link {
  font-family: var(--font-menu); font-weight: var(--fontw-menu); font-style: var(--fonts-menu);
        -webkit-transition: color 0.2s;
        -moz-transition: color 0.2s;
        -ms-transition: color 0.2s;
        -o-transition: color 0.2s;
        transition: color 0.2s;
        }
/*================ Dropdown Animation ================*/
.site-nav__dropdown {
  min-width: 100%;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
  -webkit-transform: translate3d(0px, -12px, 0px);
  -moz-transform: translate3d(0px, -12px, 0px);
  -ms-transform: translate3d(0px, -12px, 0px);
  -o-transform: translate3d(0px, -12px, 0px);
  transform: translate3d(0px, -12px, 0px);
}
.site-nav__dropdown, .site-nav__dropdown li, .site-nav__dropdown li a {
  border-bottom-right-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
      }
.supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown, .site-nav--has-dropdown.nav-hover .site-nav__dropdown, .nav-focus + .site-nav__dropdown {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown, .site-nav--has-dropdown.nav-hover .site-nav__dropdown {
  -webkit-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
  -moz-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
  -ms-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
  -o-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
  transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
}
.site-nav__dropdown-grandchild {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
  border-radius: var(--border-radius);
    -webkit-transform: translate3d(-12px, 0px, 0px);
    -moz-transform: translate3d(-12px, 0px, 0px);
    -ms-transform: translate3d(-12px, 0px, 0px);
    -o-transform: translate3d(-12px, 0px, 0px);
    transform: translate3d(-12px, 0px, 0px);
    }
.nav-outside + .site-nav__dropdown-grandchild {
  -webkit-transform: translate3d(12px, 0px, 0px);
  -moz-transform: translate3d(12px, 0px, 0px);
  -ms-transform: translate3d(12px, 0px, 0px);
  -o-transform: translate3d(12px, 0px, 0px);
  transform: translate3d(12px, 0px, 0px);
}
.supports-no-touch .site-nav--has-dropdown-grandchild:hover .site-nav__dropdown-grandchild, .site-nav--has-dropdown-grandchild.nav-hover .site-nav__dropdown-grandchild, .nav-focus + .site-nav__dropdown-grandchild {
  opacity: 1;
  pointer-events: initial;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.supports-no-touch .site-nav--has-dropdown-grandchild:hover .site-nav__dropdown-grandchild, .site-nav--has-dropdown-grandchild.nav-hover .site-nav__dropdown-grandchild {
  -webkit-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
  -moz-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
  -ms-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
  -o-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
  transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
}
/*================ Submenu items ================*/
.site-nav__dropdown a, .site-nav__grandchild-dropdown a {
  background-color: transparent;
}
.site-nav__dropdown a:hover, .site-nav__grandchild-dropdown a:hover, .site-nav__dropdown a:active, .site-nav__grandchild-dropdown a:active, .site-nav__dropdown a:focus, .site-nav__grandchild-dropdown a:focus {
  background-color: transparent;
}
.site-nav__dropdown-link {
  display: block;
  white-space: nowrap;
  padding: 5px 15px;
}
.site-nav--has-grandchildren .site-nav__dropdown-link {
  padding-right: 45px;
}
/*================ Compressed nav if too many links ================*/
.site-nav--compress .site-nav__item:not(.site-nav__item--compressed) {
  display: none;
}
.site-nav__item--compressed {
  margin: 0;
}
.site-nav--open.site-nav--open__display {
  display: inline-block;
}
/*================ Search bar ================*/
.site-nav--search__bar {
  vertical-align: middle;
  padding: 0 10px 7px 0;
}
.site-nav--search__bar input {
  background-color: var(--bg-color-input);
    }
/*================ Module | Theme Tags ================*/
.tags a {
  padding: 4px 15px;
  font-family: var(--font-stack-body);
    font-weight: var(--font-weight-body);
      font-style: var(--font-style-body);
        letter-spacing: 0.15em;
        }
.tags--collection {
  max-width: 75%;
  margin: 0 auto 25px;
}
@media screen and (min-width: 769px) {
  .tags--collection li {
    display: inline-block;
  }
}
@media screen and (max-width: 590px) {
  .tags--collection li {
    display: block;
  }
}
.tags--article a {
  padding-right: 15px;
  padding-left: 0;
}
.tags__title {
  margin-right: 15px;
}
.tag--active a {
  color: var(--color-secondary);
    }

.single-option-radio input { clip: rect(0 0 0 0); clip: rect(0, 0, 0, 0); overflow: hidden; position: absolute; height: 1px; width: 1px; outline: none; border-radius: var(--border-radius-pills); }

.product-form__item {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  border-radius: var(--border-radius);
}
.single-option-radio {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
.single-option-radio label {
  position: relative;
  display: inline-table;
  align-items: center;
  margin: 3px 4px 7px 0;
  transition: .25s ease all; 
  border-radius: var(--border-radius-pills);
}
.single-option-radio label span {
  padding: 6px 9px;
  display: inline-table;
  transition: .25s ease all;
  text-align: center;
  width: 100%;
  border-radius: var(--border-radius-span-variant);
}

.vf label:not(.trigger_bundle) { margin: 3px -4px 0 0; border-radius: 0; }
.variant_details { font-size: var(--font-size-body-small); background: transparent!important; padding: 0!important; }
.vf label span.variant { position: relative; }
.vf label span.variant::before { z-index: -1; content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 100%; border-radius: 0; }
.vf label span.variant.first::before { border-top-left-radius: var(--border-radius-pills); border-bottom-left-radius: var(--border-radius-pills); }
.vf label span.variant.last::before { border-top-right-radius: var(--border-radius-pills); border-bottom-right-radius: var(--border-radius-pills); }
.vf label span { border-radius: var(--border-radius-pills); }

.single-option-radio label.disabled:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: var(--color-primary);
}
.single-option-radio input[type='radio']:checked + label { background-color: transparent !important; color: var(--color-secondary); }

.radio-wrapper .single-option-radio__label {
  display: inline-block;
  cursor: default;
}

.text-left.product-form__item { justify-content: flex-start; }
.text-center.product-form__item { justify-content: center; }
.text-right.product-form__item { justify-content: flex-end; }
.text-left .product-form__item, .text-left .product-single__quantity { justify-content: flex-start; }
.text-center .product-form__item, .text-center .product-single__quantity { justify-content: center; }
.text-right .product-form__item, .text-right .product-single__quantity { justify-content: flex-end; }

.variants_quantity_fifty .single-option-radio { margin-bottom: 0; margin-top: -4px; }
.variants_quantity_fifty .single-option-radio label { margin: 8px 3px 0 0; }
.variants_quantity_fifty .js-qty { margin-top: 4px; }

.trigger_bundle { display: block; width: 100%; }
.trigger_bundle .b_flex {
  padding: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  border-radius: var(--border-radius);
}
.bundle_left { padding-right: 10px; }
.bundle_left img { max-width: 150px; display: block; width: 100%; border-radius: var(--border-radius-image); }
.bundle_right p:last-child { margin-bottom: 0px; }
.bundle_right p:not(:last-child) { margin-bottom: 5px; }
.bundle_savings {
  margin-bottom: 5px;
  position: relative;
  width: fit-content!important;
  padding: 3px 7px!important;
  transition: .25s ease all;
  font-size: var(--font-size-body-small);
}
.bundle_subtitle {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bundle_title {
  font-weight: bolder;
  font-size: var(--font-size-body);
    }
.bundle_text {
  opacity: 0.75;
  font-size: var(--font-size-body-small);
    }
.bundle_check {
  margin-right: 10px;
}
.bundle_check div {
  margin: auto;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
}
/*================ Module | Product Lightbox ================*/
.mfp-bg {
  background-color: var(--color-secondary);
    }
.mfp-bg.mfp-fade {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-bg.mfp-fade.mfp-ready {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-bg.mfp-fade.mfp-removing {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-fade.mfp-wrap.mfp-removing button {
  opacity: 0;
}
.mfp-counter {
  display: none;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: zoom-out;
}
.mfp-figure:after {
  background-color: var(--color-secondary);
    box-shadow: none;
    }
.mfp-img {
  background-color: var(--color-secondary);
    }
button.mfp-close {
  margin: 30px;
  font-size: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: var(--color-primary);
    }
button.mfp-arrow {
  top: 0;
  height: 100%;
  width: 20%;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1045;
}
button.mfp-arrow:after, button.mfp-arrow .mfp-a {
  display: none;
}
button.mfp-arrow:before, button.mfp-arrow .mfp-b {
  display: none;
}
button.mfp-arrow:active {
  margin-top: 0;
}
.mfp-chevron {
  position: absolute;
  pointer-events: none;
}
.mfp-chevron:before {
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 25px;
  width: 25px;
  border-style: solid;
  border-width: 4px 4px 0 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mfp-chevron.mfp-chevron-right {
  right: 55px;
}
.mfp-chevron.mfp-chevron-right:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfp-chevron.mfp-chevron-left {
  left: 55px;
}
.mfp-chevron.mfp-chevron-left:before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.grid-product {
  padding: 10px;
}
@media screen and (max-width: 590px) {
  .grid-product {
    padding: 7px;
  }
}
.grid-collage .grid-product__wrapper {
  margin-bottom: 0;
}
.grid-product__image-wrapper {
  position: relative;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.grid-product__image-link {
  position: relative;
  display: block;
  width: 100%;
  background-color: var(--color-secondary);
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    }
.grid-collage .grid-product__image-link {
  padding: 0 20px;
}
.grid-product__image-link:hover, .grid-product__image-link:focus {
  opacity: 0.9;
  -webkit-transition: opacity 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in;
  -ms-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.grid-uniform .grid-product__image-link {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.grid-product__image {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 590px) {
  .grid-uniform .grid-product__image-wrapper {
    height: auto !important;
  }
}
.grid-collage .grid-product__image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product--wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius);
    }
.product--image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product--image.lazyload {
  opacity: 0;
}
.is-sold-out .product--image {
  opacity: 0.5;
}
.grid-product__meta {
  position: relative;
  display: block;
  padding: 13px 0;
}
.grid-product__meta_with_price {
  position: relative;
  display: block;
  padding: 13px 0 0;
}
.grid-product__price-wrap {
  white-space: nowrap;
}
.long-dash {
  margin: 0 4px;
}
.grid-product__title {
  font-size: var(--font-size-body);
    }
.grid-product__desc {
  font-size: var(--font-size-body-small);
    color: var(--bg-color-input);
      word-break: break-word;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-bottom: 15px;
      }
.grid-product__vendor {
  font-family: var(--font-stack-body);
    font-weight: var(--font-weight-body);
      font-style: var(--font-style-body);
        letter-spacing: 0.2em;
        font-size: var(--font-size-body-small);
          margin: 1px 0;
          }
.grid-product__price {
  font-family: var(--font-stack-body);
    font-weight: var(--font-weight-body);
      font-style: var(--font-style-body);
        font-size: var(--font-size-body);
          }
.grid-product__price-min {
  position: relative;
  top: -1px;
  font-size: var(--font-size-body-small);
    margin-left: -4px;
    }
.grid-product__sold-out, .grid-product__on-sale {
  font-family: var(--font-stack-body);
    font-weight: var(--font-weight-body);
      font-style: var(--font-style-body);
        font-size: var(--font-size-body-small);
          position: absolute;
          border-radius: var(--border-radius-pills);
            top: 5px;
            left: 5px;
            }
.grid-product__sold-out p, .grid-product__on-sale p {
  padding: 3px 5px;
  margin: 0;
}
.grid-product__sold-out sup, .grid-product__on-sale sup {
  display: none;
}
.grid-product__sold-out {
  background: var(--bg-color-input);
  color: var(--color-primary);
      }
.grid-product__on-sale {
  background: var(--color-shade);
  color: var(--color-shade-text);
      }
@-webkit-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }
  50% {
    opacity: 0.05;
  }
  100% {
    opacity: 0.02;
  }
}
@-moz-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }
  50% {
    opacity: 0.05;
  }
  100% {
    opacity: 0.02;
  }
}
@-ms-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }
  50% {
    opacity: 0.05;
  }
  100% {
    opacity: 0.02;
  }
}
@keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }
  50% {
    opacity: 0.05;
  }
  100% {
    opacity: 0.02;
  }
}
/*================ Product Carousel ================*/
.product-single__media-group-wrapper .product-single__media-group:not(.slick-initialized) ~ .slick__controls {
  display: none;
}
.product-single__media-group-wrapper .slick__controls {
  margin-bottom: 0;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.product-single__media-group-wrapper .slick__dots-wrapper {
  max-width: 180px;
  padding: 5px 0;
  overflow: hidden;
}
.product-single__media-group-wrapper .slick-dots {
  background-color: var(--color-secondary);
    bottom: 0;
    position: relative;
    display: flex;
    transition: all 0.25s;
    transform: translateX(0);
    }
.product-single__media-group-wrapper .slick-dots li {
  margin: 0;
}
.product-single__media-group-wrapper .slick__arrow {
  padding: 15px;
  display: flex;
  z-index: 1;
  line-height: 1.9;
}
.product-single__media-group-wrapper .slick__arrow .icon {
  font-size: 0.6rem;
  width: 14px;
  height: 14px;
}
.product-single__media-group-wrapper .slick__arrow.slick-disabled {
  opacity: 0.3;
}
.product-single__media-group-wrapper .slick__arrow--next {
  order: 1;
}
.product-single__media-group-wrapper .slick__arrow--previous {
  order: -1;
}
.product-single__media-group-wrapper .slick-dots li a {
  position: relative;
}
.product-single__media-group-wrapper .slick-dots li a:before {
  background-color: transparent;
  border-color: var(--color-primary);
    width: 10px;
    height: 10px;
    }
.product-single__media-group-wrapper .slick-dots li.slick-active a:before {
  background-color: var(--color-primary);
    border-color: var(--color-primary);
      opacity: 1;
      width: 10px;
      height: 10px;
      margin-top: 0.3rem;
      margin-left: 0.3rem;
      }
/*================ Rich text section ================*/
.rich-text .section-header {
  margin-bottom: 12px;
}
.rich-text .rte {
  margin-bottom: 0;
}
/*================ Modules | Theme collection grid item ================*/
.collection-collage__item {
  overflow: hidden;
}
.collection-collage__item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.collection-collage__item-wrapper .collection-grid__item-overlay {
  position: relative;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.collection-collage__item-wrapper .collection-grid__item-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.25;
  background-color: var(--color-primary);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    }
.collection-collage__item-wrapper .collection-grid__item-overlay:hover, .collection-collage__item-wrapper .collection-grid__item-overlay:focus {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.collection-collage__item-wrapper .collection-grid__item-overlay:hover:after, .collection-collage__item-wrapper .collection-grid__item-overlay:focus:after {
  opacity: 0.5;
}
.collection-grid__item-link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
    }
.collection-grid__item-overlay {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.collection-grid__item-title--wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  display: table;
  table-layout: fixed;
  color: var(--color-secondary);
    cursor: pointer;
    }
.collection-grid__item-title--wrapper .collection-grid__item-title {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  font-size: var(--font-size-body-plus-plus);
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 2px;
    }
.custom-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -30px;
}
@media screen and (max-width: 590px) {
  .custom-content {
    margin-bottom: -22px;
  }
}
.logo-group {
  display: block;
}
.logo--image {
  width: 90px;
  margin-bottom: 12px;
  height: 90px;
}
@media screen and (min-width: 591px) {
.text-center .logo--image { margin: 0 auto 12px; }
.text-right .logo--image { margin: 0 0 12px auto; }
}
@media screen and (max-width: 590px) {
  .small--text-center .logo--image { margin: 0 auto 12px; }
  .small--text-right .logo--image { margin: 0 0 12px auto; }
}

.mobile_only .logo--image {
  margin: 0 auto 12px!important;
}
@media screen and (max-width: 590px) {
  .logo--image {
    width: 55px;
    height: 55px;
  }
}
.logo--image svg {
  max-width: 100%;
  max-height: 100%;
}
.featured-in--image {
  display: block;
  margin: 0 auto;
}
.icons_block-wrapper {
  margin: 20px;
}
.icons_block {
  margin: 0 auto;
}
.icons_block svg {
  width: 120px;
  height: 120px;
  margin-bottom: 22px;
}
@media screen and (max-width: 590px) {
  .icons_block svg {
    width: 120px;
    height: 120px;
  }
}
.icons_block img {
  display: block;
}
.logo-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
}
@media screen and (min-width: 591px) {
  .logo_group:first-child {
    border-top-left-radius: var(--border-radius);
      border-bottom-left-radius: var(--border-radius);
        }
  .logo_group:last-child {
    border-top-right-radius: var(--border-radius);
      border-bottom-right-radius: var(--border-radius);
        }
}
.swiper.logo-list { padding-bottom: 10px!important; }
.swiper.logo-list .swiper-pagination { bottom: 0!important; }

.swiper.stories-carousel { padding-bottom: 20px!important; }
.swiper.stories-carousel .swiper-pagination { bottom: 0!important; }

.title-logo_list {
  font-size: var(--font-size-body);
    color: var(--color-sale-tag) !important;
      margin: 0;
      }
.icons_subtext {
  font-size: var(--font-size-body-small);
    margin: 10px 0px 0px 0px;
    }
.logo_group {
  padding: 15px;
  align-self: stretch;
}
.custom__item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 30px;
  padding-left: 30px;
  max-width: 100%;
}
@media screen and (max-width: 590px) {
  .custom__item {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 22px;
    margin-bottom: 22px;
  }
  .custom__item.small--one-half {
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.custom__item-inner {
  position: relative;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
.custom__item-inner--video, .custom__item-inner--html {
  display: block;
}
/*================ Flex item alignment ================*/
.align--top-left {
  -ms-flex-item-align: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  text-align: left;
}
.align--top-middle {
  -ms-flex-item-align: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  text-align: center;
}
.align--top-right {
  -ms-flex-item-align: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  text-align: right;
}
.align--middle-left {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.align--center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center;
}
.align--middle-right {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: right;
}
.align--bottom-left {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.align--bottom-middle {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: center;
}
.align--bottom-right {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right;
}
.layout-avance {
  flex-wrap: wrap;
}
.layout-avance svg {
  display: block;
}
.layout-avance .layout-item .layout-item-text {
  padding: 30px;
}
@media screen and (max-width: 590px) {
  .layout-avance .layout-item .layout-item-text {
    padding: 15px;
  }
}
.layout-avance .layout-avance-text-block-image {
  margin-bottom: 15px;
  border-radius: var(--border-radius-image);
    }
.layout-item-video {
  width: 100%;
  display: block;
  border-radius: var(--border-radius-image);
    }
.layout-item-svg {
  width: 100%;
  display: block;
  border-radius: var(--border-radius-image);
  overflow: hidden;
    }
.featured-blog__author {
  display: inline-block;
  font-style: italic;
  line-height: 1.7;
}
.featured-blog__author:after {
  content: '\2022';
  margin: 0 5px;
}
.featured-blog__date {
  display: inline-block;
}
.article__heading-link {
  color: var(--color-primary);
    }
.map-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 90px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .map-section {
    min-height: auto;
    padding: 0 30px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 590px) {
  .map-section {
    padding: 0 15px;
  }
}
.map-section__wrapper {
  height: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .map-section__wrapper {
    padding: 0;
  }
}
.map-section--load-error {
  height: auto;
}
.map-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
.map-section__error {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .map-section__error {
    position: absolute;
    margin: 0 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.map-section__content-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-grow: 0;
}
.map-section__content {
  position: relative;
  display: inline-block;
  background-color: var(--color-secondary);
    padding: 35px;
    width: 100%;
    text-align: center;
    z-index: 3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 350px;
    }
.map-section__content > * {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .map-section__content {
    background-color: var(--color-primary);
      min-height: auto;
      display: block;
      }
}
.map-section--load-error .map-section__content {
  position: static;
  transform: translateY(0);
}
.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: none;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.map-section__container {
  position: absolute;
  height: 100%;
  min-height: auto;
  left: 0;
  top: 0;
  width: 130%;
}
@media screen and (max-width: 768px) {
  .map-section__container {
    position: relative;
    max-width: 1100px;
    width: 100%;
    height: 55vh;
  }
}
.map_section__directions-btn [class^="icon"] {
  height: 1em;
}
.map_section__directions-btn * {
  vertical-align: middle;
}
.map-section__background-wrapper {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .map-section__background-wrapper {
    overflow: hidden;
    position: relative;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.map-section--onboarding .map-section__background-wrapper {
  min-height: 350px;
}
.map-section__background-wrapper .placeholder-background {
  height: 100%;
}
.no-js .map-section__background-wrapper .js {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.map-section__image {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .map-section__image {
    position: relative;
  }
}
.map-section--display-map .map-section__image {
  display: none !important;
}
.map-section--load-error .map-section__image {
  display: block !important;
}
.gm-style-cc, .gm-style-cc + div {
  visibility: hidden;
}
.flex--third {
  -ms-flex-preferred-size: 33%;
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  flex-basis: 33%;
}
@media screen and (max-width: 768px) {
  .flex--third {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
  }
}
/*================ Selectors ================*/
.selectors-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 591px) {
  .selectors-form {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: -5px;
  }
}
@media screen and (min-width: 769px) {
  .selectors-form {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0 0 0 5px;
  }
}
.selectors-form--single-column {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.selectors-form__item {
  margin: 0 5px 15px;
}
.disclosure {
  position: relative;
}
.disclosure__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  color: var(--bg-color-input);
    cursor: pointer;
    border: 1px solid transparent;
    padding: 8px 28px 8px 10px;
    text-indent: 0.01px;
    text-overflow: '';
    white-space: nowrap;
    background-color: var(--bg-color-input);
        background-position: right 10px center;
        background-repeat: no-repeat;
        }
.disclosure__toggle:hover {
  outline: 1px solid var(--color-fade);
    }
.disclosure-list {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--color-secondary);
    bottom: 120%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
    display: none;
    max-height: 300px;
    min-height: 92px;
    overflow-y: auto;
    padding: 11px 0px;
    position: absolute;
    left: 50%;
    margin: 0;
    }
@media screen and (min-width: 591px) {
  .disclosure-list {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    right: 0;
    left: auto;
  }
}
.disclosure-list--visible {
  display: block;
}
.disclosure-list__item {
  padding: 5px 45px 4px 15px;
  text-align: left;
  white-space: nowrap;
}
.disclosure-list__item .disclosure-list__option {
  color: var(--color-primary);
    }
.disclosure-list__item .disclosure-list__option:focus, .disclosure-list__item .disclosure-list__option:hover {
  color: var(--color-secondary);
    }
.disclosure-list__item--current .disclosure-list__option {
  color: var(--color-secondary);
    }
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: var(--color-secondary);
    }
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: var(--color-primary);
    }
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: var(--color-secondary);
}
#custom_lion{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
/*================ View-specific styles ================*/
/*================ Templates | Theme Blog ================*/
.article {
  margin-bottom: -15px;
}
.article__featured-image-wrapper {
  position: relative;
}
.no-js .article__featured-image-wrapper {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.article__featured-image {
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--border-radius-image);
    }
.article__featured-image-link {
  display: block;
  margin-bottom: 10px;
}
/*================ RSS ================*/
.rss-link {
  font-size: 0.6em;
}
/*================ Comments ================*/
.comment.last {
  margin-bottom: -15px;
}
/*============= Templates | Password page =============*/
.template-password {
  height: 100vh;
  overflow: hidden;
  text-align: center;
}
.password-page__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: var(--bg-text-password);
  color: var(--text-color-password);
    }
.password-page__wrapper h1, .password-page__wrapper .h1, .password-page__wrapper h2, .password-page__wrapper .h2, .password-page__wrapper h3, .password-page__wrapper h4, .password-page__wrapper .h4, .password-page__wrapper h5, .password-page__wrapper .h5, .password-page__wrapper h6, .password-page__wrapper .h6 {
  color: var(--text-color-password-alpha);
    }
.password-page__wrapper a {
  color: inherit;
}
.password-page__wrapper hr {
  border-color: inherit;
}
.password-page__wrapper .rte a:hover {
  color: var(--text-color-password);
    border-bottom: 1px solid var(--text-color-password);
      }
.password-page__wrapper .social-sharing.clean a {
  color: inherit;
  background: transparent;
}
.password-header-section {
  display: block;
  width: 100%;
}
.password-page__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 30px;
}
.password-page__logo .logo, .password-page__logo h1 {
  max-width: 100%;
  display: block;
  margin: 0;
}
@media screen and (max-width: 589px) {
  .password-page__logo {
  margin-bottom: 15px;
}
}
.password-page__main {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 100px auto 0;
  align-items: stretch;
  justify-content: center;
}
.password-page__main__inner {
  display: block;
  vertical-align: middle;
  padding: 15px 30px;
}
.password-page__hero {
  font-family: var(--font-h1); font-weight: var(--fontw-h1); font-style: var(--fonts-h1);
        line-height: 1.25;
        text-transform: none;
        letter-spacing: 0;
        text-rendering: optimizeLegibility;
        }
.password-page__message {
  font-style: italic;
  font-size: 120%;
}
.password-page__message img {
  max-width: 100%;
}
.password-page__hr {
  margin: 30px auto;
}
.password-page__message, .password-page__login-form, .password-page__signup-form {
  max-width: 500px;
  margin: 0 auto;
}
.password-page__login-form {
  text-align: center;
  padding: 30px;
}
@media screen and (min-width: 590px) {
  .password-page__login-form, .password-page__signup-form {
    padding: 0 30px;
  }
}
.password-page__login-form .input-group, .password-page__signup-form .input-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.password-page__signup-form .input-group-btn {
  width: auto;
  margin-left: 15px;
}
.password-page__login-form .errors ul, .password-page__signup-form .errors ul {
  list-style-type: none;
  margin-left: 0;
}
.password-page__signup-form__heading {
  margin-bottom: 0.8em;
}
.password-page__social-sharing {
  margin-top: 30px;
}
.password-page__social-sharing__heading {
  margin-bottom: 0;
}
.password-login a:hover, .admin-login a:hover {
  color: inherit;
}
.password-login {
  font-family: var(--font-stack-body);
    font-weight: var(--font-weight-body);
      font-style: var(--font-style-body);
        margin: 0;
        }
.lock-icon-svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: baseline;
}
.lock-icon-svg path {
  fill: currentColor;
}
.admin-login {
  font-size: 95%;
}
.password-page__footer {
  display: table-row;
  height: 1px;
}
.password-page__footer_inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 30px;
  line-height: 30;
  font-size: 95%;
}
.shopify-link {
  color: inherit;
}
.shopify-link:hover {
  color: inherit;
}
.shopify-logo-svg {
  width: 102.8571428571px;
  height: 30px;
  display: inline-block;
  line-height: 0;
  vertical-align: top;
}
.shopify-logo-svg path {
  fill: currentColor;
}
/* ========= Hiding the word 'Shopify' but not from screen readers. ========= */
.shopify-name {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.order-table tbody tr + tr {
  border-top: lightgray;
}
.order-table thead {
  border-bottom: 1px solid var(--color-primary);
    }
.order-table tfoot {
  border-top: 1px solid var(--color-primary);
    }
.order-table tfoot tr:first-child th, .order-table tfoot tr:first-child td {
  padding-top: 1.5em;
}
.order-table tfoot tr:nth-last-child(2) th, .order-table tfoot tr:nth-last-child(2) td {
  padding-bottom: 1.5em;
}
.order-table tfoot tr:last-child th, .order-table tfoot tr:last-child td {
  border-top: 1px solid var(--color-primary);
    padding-top: 1.5em;
    padding-bottom: 1em;
    letter-spacing: 0.15em;
    font-family: var(--font-stack-body);
      font-weight: var(--font-weight-body);
        font-style: var(--font-style-body);
          }
.order-table td, .order-table th {
  padding: 0.5em 1em;
}
.order-table tbody th, .order-table tfoot th {
  font-family: var(--font-stack-body);
    text-transform: none;
    font-size: var(--font-size-body);
      letter-spacing: 0;
      }
.order-table tr th:first-child {
  padding-left: 0;
}
.order-table tr th:last-child, .order-table tr td:last-child {
  padding-right: 0;
}
.order-table tr:first-child th::after, .order-table tr:first-child td::after {
  display: none;
}
@media screen and (min-width: 591px) {
  .order-table tbody tr:first-child th, .order-table tbody tr:first-child td {
    padding-top: 1.25em;
  }
  .order-table tbody tr:last-child th, .order-table tbody tr:last-child td {
    padding-bottom: 1.25em;
  }
  .order-table tfoot tr td, .order-table tfoot tr th {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 590px) {
  #custom_lion{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .order-table {
    border: 0;
  }
  .order-table thead {
    display: none;
  }
  .order-table th, .order-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 0.5rem 0;
    border: 0;
    margin: 0;
  }
  .order-table th::before, .order-table td::before {
    content: attr(data-label);
    float: left;
    text-align: left;
    padding-right: 2em;
    max-width: 80%;
  }
  .order-table tbody th::before, .order-table tbody td::before {
    letter-spacing: 0.15em;
    font-family: var(--font-stack-body);
      font-weight: var(--font-weight-body);
        font-style: var(--font-style-body);
          }
  .order-table tbody tr td:first-child {
    padding-top: 1.5em;
  }
  .order-table tbody tr td:last-child {
    padding-bottom: 1.5em;
  }
}
@media screen and (max-width: 590px) {
  .order-table__product {
    display: flex;
    justify-content: space-between;
  }
}
.order-discount {
  text-transform: uppercase;
  color: var(--color-sale-tag);
    display: block;
    }
.order-discount .icon-saletag {
  margin-right: 0.5em;
  font-size: var(--font-size-body-small);
    }
.order-discount--title {
  word-break: break-word;
  padding-right: 1em;
}
.order-discount--list {
  margin: 0.3em 0 0 1.3em;
  list-style: none;
  padding: 0;
}
.order-discount--cart {
  text-align: right;
}
.order-discount--cart-list {
  display: inline-block;
  width: 80%;
  margin-top: 1em;
}
.order-discount--ajax-cart {
  color: inherit;
}
.order-discount--ajax-cart-list {
  width: 60%;
  display: block;
  margin-top: 0.8em;
  margin-left: auto;
  line-height: 1.1;
}
.order-discount__item {
  text-indent: -1.3em;
  margin-bottom: 0;
}
.order-discount__item + .order-discount__item {
  margin-top: 0.6em;
}
@media screen and (max-width: 590px) {
  .order-discount-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.product-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-details .details-infos {
    margin: 7px 0 0;
    margin-bottom: 7px;
}
.product-details .details-infos li {
    display: flex;
}
.product-details .details-infos li:not(:last-child) {
    margin-bottom: 16px;
}
.product-details .details-infos li .details-img {
    flex: 0 0 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 66px;
    margin-right: 8px;
    position: relative;
    background-size: auto 100%;
    background-position: center center;
}
.product-details .details-title{
  font-weight:700;
  font-size: .90rem;
}
.product-details picture img {
    height: auto;
    /* max-width: 100%; */
}
.product-details .details-infos li .details-img img {
    max-width: 100%;
}
.product-details img {
    vertical-align: middle;
}
.product-details .details-infos li .details-container {
    flex: 1 1 auto;
}
.product-details .details-infos li .details-container .details-text {
    font-size: .8375rem;
    margin-top: 0px;
}
.result-prod_wrap {
    position: relative;
    padding-left: 68px;
}
.result-prod_value {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 60px;
    text-align: center;
}
.result-prod_value img {
    max-width: 100%;
}
.result-prod_text {
    padding: 0;
    font-size: .9375rem;
    margin: 8px 0 0;
}
#shopify-section-template--14990064844911__1630616425959fb6bd .btn {
  display: inline-block;
  width: auto;
  padding: 15px;
  border: 1px solid transparent;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 0;
  color: #000;
  cursor: pointer;
      width: 80%;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s cubic-bezier(0.46, 0.01, 0.32, 1),border-color 0.2s cubic-bezier(0.46, 0.01, 0.32, 1),color 0.2s cubic-bezier(0.46, 0.01, 0.32, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.how-to{position:relative;background:#000}.how-to h3{position:relative;z-index:3;margin-bottom:10px;margin-top:20px;color:#fff;font-size:4.8rem;line-height:4.8rem;text-align:left}@media screen and (min-width: 750px){.how-to h3{margin-bottom:40px;font-size:2.8rem;line-height:2.8rem;text-align:center}}@media screen and (min-width: 1025px){.how-to h3{font-size:2.8rem;line-height:2.8rem}}.how-to .btn{position:relative;z-index:3;width:100%;margin-top:42px;font-weight: bold;}@media screen and (min-width: 750px){.how-to .btn{max-width:416px;margin-top:47px}}.how-to .swiper-container{overflow:hidden;}@media screen and (min-width: 750px){.how-to .swiper-container{overflow:hidden;width:100%;margin:0}}@media screen and (min-width: 750px){.how-to .swiper-wrapper{display:flex;justify-content:space-between}}@media screen and (min-width: 750px){.how-to .swiper-slide{width:calc(25% - 22px) !important;opacity:1 !important;pointer-events:initial;transform:none !important}}.how-to__background{position:absolute;top:0;left:0;width:100%;height:100%;background-position:top right;background-size:cover}.how-to__step{text-align:left}@media screen and (min-width: 750px){.how-to__step{text-align:center}}@media screen and (min-width: 1025px){.how-to__step:hover .how-to__step-number span,.how-to__step:focus .how-to__step-number span{background-color:#fff;color:#000}.how-to__step:hover .responsive-image__wrapper,.how-to__step:focus .responsive-image__wrapper{opacity:0}.how-to__step:hover .how-to__step-video,.how-to__step:focus .how-to__step-video{opacity:1}}.how-to__step h4{margin:23px 0 0px;color:#fff;font-size:1.7rem;line-height:3.2rem}@media screen and (min-width: 750px){.how-to__step h4{margin:24px 0 4px;font-size:1.8rem;line-height:2.6rem}}@media screen and (min-width: 1025px){.how-to__step h4{font-size:1.8rem;line-height:1.3rem}}.how-to__step p{margin:0 auto;color:#fff;font-size:1.3rem;line-height:1.4}@media screen and (min-width: 750px){.how-to__step p{max-width:330px}}.how-to__step-image{position:relative}.how-to__step-video{z-index:2;width:100%;height:240px;-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:1;transition:opacity 0.2s cubic-bezier(0.46, 0.01, 0.32, 1)}@media screen and (min-width: 1025px){.how-to__step-video{position:absolute;top:0;left:0;height:100%;opacity:0}}.how-to__step-video video{-o-object-fit:cover;object-fit:cover}.how-to__step-content{padding:0 16px}@media screen and (min-width: 750px){.how-to__step-content{padding:0}}.how-to__step-number,.how-to__step-controls{position:relative;display:flex;justify-content:space-between;margin-top:16px;text-align:center}@media screen and (min-width: 750px){.how-to__step-number,.how-to__step-controls{display:block;margin-top:25px}}.how-to__step-number::after,.how-to__step-controls::after{position:absolute;z-index:1;top:50%;display:block;width:100%;height:1px;background-color:#fff;content:'';transform:translateY(-50%)}@media screen and (min-width: 750px){.how-to__step-number::after,.how-to__step-controls::after{width:calc(100% + 33px)}}.how-to__step-number button,.how-to__step-number span,.how-to__step-controls button,.how-to__step-controls span{position:relative;z-index:2;display:inline-block;width:40px;height:40px;border:1px solid #fff;background-color:#000;border-radius:100%;color:#fff;font-family:"Graphik Wide Bold",helvetica,arial,sans-serif;font-size:1.4rem;line-height:38px;transition:color 0.2s cubic-bezier(0.46, 0.01, 0.32, 1),background-color 0.2s cubic-bezier(0.46, 0.01, 0.32, 1)}@media screen and (max-width: 749px){.how-to__step-number button.active,.how-to__step-number span.active,.how-to__step-controls button.active,.how-to__step-controls span.active{background-color:#fff;color:#000}}
#section-testmonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000 !important;
}
#section-testmonials .swiper-pagination-bullet {
    background-color: #fff;
    opacity: inherit;
}
@media(min-width:768px){
        .mobile_only{display:none!important;}
      }
/*.swiper-pagination-testi{text-align:center;
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-testmonials .swiper-slide{width: 459px!important;margin-right: 20px!important;}
.swiper-testmonials .swiper-wrapper{max-width:1437px;}*/
.flexal1{align-items:center;display:flex;gap:15px;position:relative;}
#moncercle{background: #000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 18px;
    top: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;}
#cart-count{font-size:14px;}
#section-testmonials .swiper-pagination-bullet{background-color:#fff;opacity: inherit;}
.swiper-pagination-testi{text-align:center;}
.swiper-testmonials .head-slide .title-slide{padding-left:8px;}
#section-testmonials .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#d8a43e!important;}
#section-testmonials{max-width: 100%;}

.ajaxcart__footer .grid--full #cart_checkout{margin-top:10px;background-color:#000!important;color:#fff!important;text-transform:uppercase;border:1px solid #000}

@media screen and (max-width: 749px){
  .drawer--right .ajaxcart__inner{height:450px!important;}
  .mbmore{bottom: 12px!important;}
  .desktop_only{display:none!important;}
  #discovery-set .prdt-card{min-height:auto!important;}
  #mainMenu.menu{height:auto!important;}
  .avtgmb{flex-direction: column;
    text-align: center;}
  #CollectionSection .grid__item .rte{width:80%!important;}
  .tabsWrapper .tab{width:33%!important;}
.milestone.delivery {font-size:13px!important;}
#progress-text{font-size:13px!important;}
  .milestones-container3 .milestone.delivery{left:82.5%!important;}
  #3adapt{top:41px!important;}
   .swiper5 .swiper-button-prev:after{left: 30px!important;}
   .swiper5 .swiper-button-next:after{right: 30px!important;}
}
#CollectionSection .grid-product__wrapper .btn--1{
    margin: 0 auto;
    display: block;
    padding: 8px 20px!important;
    background: #000000!important;
    color: #ffffff!important;
    font-size: 16px!important;
    margin-top: 3px;
    line-height: 1.4;
}
#CollectionSection .grid-product__wrapper .product-name{font-weight:500;}
#CollectionSection .grid-product__wrapper .price{font-weight: bolder;}
.avtgbox{padding:0px 25px;background-color:#03624b;color:#fff;}
.price-container{margin-top:10px;}
#customstarsreview{display:flex;justify-content:center;gap:10px;}
#customstarsreview .fa-star:before{
  color:#00de77;
  font-size:26px;
}
.whspan{color:#fff;font-size:24px;}
#gstars .fa-star:before{ color:#00de77;}
.swiper.sc-rb{min-height:250px;}
.feature-row__text .toggle1 .toggle-title{
    border:none;
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #000;
}
.feature-row__text .toggle1 .toggle-title::after{
  background-color: #fff;
  color: #000;
}
.feature-row__text .toggle1 .toggle-title .title-name{
  text-transform: uppercase;
}
.faq_style_wrapper .toggle1 .toggle-title{
  border:none;
  border-bottom: 1px solid #000;
}
.faq_style_wrapper .toggle1 .toggle-title .title-name{
  text-transform: uppercase;
}
.product_faq-accordion .toggle1{
  margin-bottom:0!important;
}
.product_faq-accordion .toggle1 .toggle-title{
    border:none;
    background-color: #fff!important; 
    color: #000000;
    border-top: 1px solid #adadad;
    font-weight: 400;
    border-radius: 0!important
}
.product_faq-accordion .toggle1:last-child .toggle-title{
  border-bottom:1px solid #adadad;
}
#NavDrawer .drawer__inner .mobile-nav .mobile-nav__item .mobile-nav__link{font-size:15px!important;}
.drawer--right .ajaxcart__inner {
    overflow-y: scroll;
    height: 550px;
}
.test1{margin-top:-35px;}
#cart_checkout{position:absolute;bottom:28px;}

#collection-slider-tabs--template--24898163409227__slider_collections_tabs_hgQ3Bg h2{text-align:center!important;width:100%;}
.quantite-card .quantite-label{margin-bottom:0;}
.cart-shipping-estimate {
  background-color: #fff;
    position: relative;
    z-index: 999;
  font-size: 14px;
    padding: 10px 10px;
    border-top: 1px solid #dcdcdc;
    color: #000;
    display: flex;
    justify-content: space-between;
}
@media screen and (min-width: 1300px){
.resultats-texte{max-width:45%!important;}
.resultats-image-container{max-width:50%!important;}
}
.announcement-bar__inner p em{font-style:normal;}
em{font-style:normal!important;}
#progress-text{font-size:14px;}
.milestonetext{font-size:14px;}
h2{font-size:24px!important}
h3{font-size:20px!important;}
span, p, em, button{font-size:16px!important;}
.titlespans span{font-size:24px!important;}

#fsb_container{display:none!important;}
#shopify-section-logo_text_slider_RAPewd em{font-style:italic!important;font-size:16px!important;}
#CollectionSection .grid__item .rte{width:60%}
@media screen and (min-width: 1627px) and (max-width: 1645px) {
.newsletter-content .laptopadapt span{
  font-size:16.3px!important;
}
}
#featured-row--template--24742968656216__featured_row_bTExcP{
  margin-top:0!important;
}
@media screen and (max-width: 500px){
#shopify-section-story_instagram_QGhBTB .story-insta .swiper-slide .avatar-item p {
    font-size: 9.5px !important;
}
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
   .titlespans {
   
        text-align: center;
       
    }
}
@media screen and (min-width: 767px) and (max-width: 1050px) {
#discovery-set .prdt-card {
    min-height: auto!important;
}
}
.product-single__form .product-single__add-to-cart .btn--add-to-cart{border-radius:10px;}
.rupture{position:absolute;padding: 2px 8px;border-radius: 20px;background-color:#eddfd1;top:8px;left:8px;}
#discount-area{margin-left:10px}
#apply-discount{border:1px solid black;}
.reveal .product--wrapper img {
  transition: opacity 0.5s ease;
}
.reveal:hover .product--wrapper img {
  opacity:0;
}
.imgm{
   width: 100%;
  height: 405px;
}
#before-after--avant_apres_4ARHR7 .slider-image {
    height: 100% !important;
}
@media screen and (max-width: 1600px){
.swiper-slide .product-name {
  display: block !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;      
  max-width: 100%;    
  flex-shrink: 1;
  margin: 0 auto;
  max-width: 80%;
}
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
.product_container{max-width:86%;margin:0 7%;}

}
.product_faq-accordion .toggle p{color:#000!important;}
.product_faq-accordion .toggle li{color:#000!important;}
.feature-row__text .toggle p{color:#000!important;}
#featured-row--template--24744472478040__featured_row_YmNbDG{margin-top:30px!important;}
#featured-content--template--24744530280792__85dad656-96c7-4dc9-9f96-7a9f148665da{margin-top:30px!important;}
#featured-row--template--24744472478040__featured_row_88dQD8{margin-top:0px!important;}
#featured-row--template--24744472478040__featured_row_4PghJL{margin-top:0px!important;}
#featured-row--template--24744472478040__featured_row_Bp7mC9{margin-top:0px!important;margin-bottom:50px;}
#featured-row--template--24744530280792__featured_row_YLkHn7{margin-top:0px!important;margin-bottom:50px;}

@media screen and (min-width: 769px){
.underctadiv .underctaspan{font-size:12px!important;}
.ajaxcart__product .ajaxcart__row .grid .three-quarters .grid--full .grid__item{display:flex;align-items: flex-end;justify-content: flex-end;}
.ajaxcart__product .ajaxcart__row .grid .three-quarters .grid--full .grid__item .remove-item{line-height: 0.9;text-decoration:underline;font-size:13px;margin-left:15px;}
.drawer-wrapper .swiper-slide{min-height:225px;}
#featured-row--template--24744530280792__featured_row_YLkHn7 .spacing-little-top{padding-top:0!important;}
#featured-row--template--24744530280792__featured_row_YLkHn7 .spacing-little-bottom{padding-bottom:0!important;}
#featured-row--template--24744530280792__featured_row_kbpeNT .spacing-little-top{padding-top:0!important;}
#featured-row--template--24744530280792__featured_row_kbpeNT .spacing-little-bottom{padding-bottom:0!important;}
#featured-row--template--24744530280792__featured_row_Ggmzan .spacing-little-top{padding-top:0!important;}
#featured-row--template--24744530280792__featured_row_Ggmzan .spacing-little-bottom{padding-bottom:0!important;}
#featured-row--template--24744530280792__featured_row_gdJ9xU .spacing-little-top{padding-top:0!important;}
#featured-row--template--24744530280792__featured_row_gdJ9xU .spacing-little-bottom{padding-bottom:0!important;}
#featured-row--template--24744472478040__featured_row_Bp7mC9 .fade-right{max-height: 710px;overflow: hidden;}
#featured-row--template--24744472478040__featured_row_YmNbDG .feature-row__image-wrapper{padding-top: 710px;max-height: 710px;overflow: hidden;position: relative;}
#featured-row--template--24744472478040__featured_row_88dQD8 .feature-row__image-wrapper{padding-top: 710px;max-height: 710px;overflow: hidden;position: relative;}
#featured-row--template--24744472478040__featured_row_4PghJL .feature-row__image-wrapper{padding-top: 710px;max-height: 710px;overflow: hidden;position: relative;}
}
@media screen and (max-width: 768px){
  #discount-code{max-width: 60%}
  .underctadiv .underctaspan{font-size:10px!important;}
  .ajaxcart__footer .grid--full #cart_checkout{font-size:14px!important;}
.ajaxcart__product .ajaxcart__row .grid .three-quarters .grid--full .grid__item .remove-item{line-height: 0.9;text-decoration:underline;font-size:13px;}
#featured-row--template--24744530280792__featured_row_Ggmzan .titlespans{flex-direction: column;align-items: center;}
#featured-row--template--24744530280792__featured_row_gdJ9xU .titlespans{flex-direction: column;align-items: center;}
#featured-row--template--24744530280792__featured_row_kbpeNT .titlespans{flex-direction: column;align-items: center;}
#featured-row--template--24744472478040__featured_row_4PghJL .titlespans{flex-direction: column;align-items: center;}
}
.wishlist-icon {
  position: relative;
}

.wishlist-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
  background: #DBBDBD;
  border-radius: 50%;
  display: none;
}
 .wishlist-badge.has-items {
  display: block;
}


.accept-label.flash {
  animation: flashOutline 0.6s ease-in-out 2;
}

@keyframes flashOutline {
  0%, 100% {
    outline: none;
    background: none;
  }
  50% {
    outline: 2px solid red;
    background: rgba(255, 0, 0, 0.05);
  }
}
.checkout-blocker {
  background: rgba(255, 0, 0, 0.2); /* temporaire */
  border: 1px dashed red;
}
.swatch--disabled {
  opacity: 0.7;
  cursor: not-allowed!important;
}

.label--disabled {
  opacity: 0.5;
}

.option--disabled {
  color: #aaa;
  text-decoration: line-through;
}
.swatch--disabled::after {
  content: ""!important;
  position: absolute!important;
  top: 50%!important;
  left: 50%!important;
  width: 120%!important;;
  height: 3px!important;;
  background: rgba(0, 0, 0, 0.5)!important;
  transform: translate(-50%, -50%) rotate(-45deg)!important;;
  border-radius: 0px!important;;
  pointer-events: none!important;
  opacity: 1!important;
  padding:0!important;
}
