/** Shopify CDN: Minification failed

Line 4188:1 Unexpected "/"

**/
/* Derived from base colors (theme settings) */

/* Derived from base colors (theme settings) */
@media (max-width: 687px) {
  
  .custome-annoncement{
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding-top: 5px !important;
  }
  .custom-div-annoncement {
        height: 6rem !important;
  }
}
@media (min-width: 688px) {
  
  .custome-annoncement{
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding-top: 5px !important;
  }
  .custom-div-annoncement {
        height: 5rem !important;
  }
}

.section-template--15979185537190__main-padding .social-sharing ul{
  padding-left: 0px !important;
  
}
._teaserContainer_1igfo_5 ._formCloseButton_1684x_4 svg{
  fill: white !important
}
.formTitleStyle{
  font-weight: 400 !important
}
.restock-alerts-email-label{
  display: none !important
}
button._formSubmitButton_1cehc_84{
  color : white !important
}
._formCloseButton_1684x_4 > svg{
      fill: #aabcaa !important;
}
._formDisclaimer_1cehc_38{
  display:none !important
}

h2#Comments-565430943910{
      text-transform: uppercase !important;
}
.shopify-policy__title{
  display:none !important;
  margin-top:300px;
}
.shopify-policy__body > div > h2{
  margin-top:80px;
}
.shopify-policy__container{
  max-width: 95ch !important;
  margin: 0 auto;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
:root {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background);
  --color-heading: var(--color-base-heading);
}

@media only screen and (max-width: 750px) {
  #shopify-section-template--15979185537190__main{
    margin-top: 0px !important
  }
#shopify-section-header > div > header > details-modal {
    display: block;
}
}
/* Primary button */

:root {
  --color-button-background: var(--color-base-accent);
  --color-button-border: var(--color-base-accent);
  --color-button-text: var(--color-base-solid-button-labels);
}

/* Secondary button */

.button--secondary {
  --color-button-background: var(--color-background);
  --color-button-border: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
}

/* Tertiary button */

.button--tertiary {
  --color-button-background: var(--color-background);
  --color-button-border: var(--color-border);
  --color-button-text: var(--color-base-outline-button-labels);
}

/* Links */

:root {
  --color-link: var(--color-base-outline-button-labels);
}

/* Badges */

:root {
  --color-badge-background: rgba(var(--color-background), 0.75);
  --color-badge-foreground: rgb(var(--color-foreground));
  --color-badge-border: rgb(var(--color-border));
}

/* Duration */

:root {
  --duration-short: 100ms;
  --duration-default: 250ms;
  --duration-long: 500ms;
  --duration-animate: 1000ms;
  --image-position: center center;
}


/* icon search size */
.header__icon--search .icon{
  height: 1.7rem !important;
  width: 1.7rem !important;
}

/* customized button */
.button_reversed,
.shopify-challenge__button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-family: inherit;
  padding: 1rem 3rem;
  padding-top: calc(1rem + var(--font-button-baseline));
  text-decoration: none;
  /* border-radius: var(--button-radius); */
  border-radius: 0px !important;
  border: var(--button-border-width) solid #aabcaa !important;
  color: #ffff;
  /*background-color: rgb(var(--color-button-background));*/
  background:#aabcaa;
  font-family: var(--font-button-family);
  min-width: 24rem;
  max-width: 100%;
  min-height: 4.6rem;
  text-transform: uppercase;
  font-weight: 600;
  transition-property: color, box-shadow;
  transition-duration: var(--duration-long);
  transition-timing-function: ease;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
  box-shadow: var(--button-shadow-horizontal-offset) var(--button-shadow-vertical-offset) rgba(var(--color-shadow), var(--shadow-opacity));
  
}





/* base */

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

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

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 5%;
}

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

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

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

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

@media screen and (min-width: 990px) {
  .page-width--inner {
    padding: 0 15rem;
  }

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

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

.page-width--full-width {
  max-width: 100%;
  padding: 0;
}

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

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

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

.element-margin-small {
  margin-top: 3rem;
}

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

[data-page-rendering] .shopify-section + .shopify-section {
  content-visibility: auto;
}

.shopify-design-mode[data-page-rendering] .shopify-section + .shopify-section,
.no-js [data-page-rendering] .shopify-section + .shopify-section {
  content-visibility: visible;
}

body {
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  overflow-x: hidden;
}

.background-secondary {
  border-top: 0.1rem solid rgb(var(--color-border));
  padding: 4rem 0 5rem;
}

@media screen and (min-width: 750px) {
  .background-secondary {
    padding: 6rem 0 5rem;
  }
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-heading));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  font-weight: 400;
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 3.6rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 6rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem) ;
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.8rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 2rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

@media only screen and (min-width: 750px) {
  h4,
  .h4 {
    font-size: calc(var(--font-heading-scale) * 1.6rem);
  }
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

[data-heading-capitalize] h1,
[data-heading-capitalize] h2,
[data-heading-capitalize] h3,
[data-heading-capitalize] .h0,
[data-heading-capitalize] .h1,
[data-heading-capitalize] .h2,
[data-heading-capitalize] .h3,
[data-heading-capitalize] .card-information__text,
[data-heading-capitalize] .bundle-products .product-title {
  text-transform: uppercase;
}

[data-heading-capitalize] .article-card__title,
[data-heading-capitalize] .article-template__navigation .h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem - 0.2rem);
  letter-spacing: 0.2em;
}

[data-heading-capitalize] .card-information__text.h4,
[data-heading-capitalize] .bundle-products .product-title {
  font-size: calc(var(--font-heading-scale) * 1.5rem - 0.2rem);
  letter-spacing: 0.2em;
}

@media only screen and (min-width: 750px) {
  [data-heading-capitalize] .article-card__title,
  [data-heading-capitalize] .article-template__navigation .h3 {
    font-size: calc(var(--font-heading-scale) * 2rem - 0.2rem);
  }

  [data-heading-capitalize] .card-information__text.h4,
  [data-heading-capitalize] .bundle-products .product-title {
    font-size: calc(var(--font-heading-scale) * 1.6rem - 0.2rem);
  }
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-inline-start: 0.2rem solid rgb(var(--color-border));
  padding-inline-start: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-inline-start: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.typeset0,
.typeset,
.typeset2,
.typeset3 {
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  color: rgb(var(--color-foreground));
}

.typeset0 {
  font-size: 1.3rem;
}

@media screen and (min-width: 750px) {
  .typeset0 {
    font-size: 1.4rem;
  }
}

.typeset {
  font-size: 1.5rem;
}

@media screen and (min-width: 750px) {
  .typeset {
    font-size: 1.6rem;
  }
}

.typeset2 {
  font-size: 1.8rem;
}

@media screen and (min-width: 750px) {
  .typeset2 {
    font-size: 2rem;
  }
}

.typeset3 {
  font-size: 2rem;
}

@media screen and (min-width: 750px) {
  .typeset3 {
    font-size: 2.4rem;
  }
}

.typeset .link,
.typeset2 .link,
.typeset3 .link {
  font-size: inherit;
}
.jdgm-rev-widg__title{
  font-size: calc(var(--font-heading-scale) * 2.8rem) !important;
  margin: 0 !important;
  margin-bottom:20px !important;
/*   margin-bottom: 3rem; */
  font-family: var(--font-heading-family) !important;
  font-style: var(--font-heading-style);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-heading));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  font-weight: 400 !important;
  text-transform: uppercase;
}
#shopify-section-template--15979185537190__judgeme_section_review_widget_08a7 .section + .section{
  margin-top:0px !important
}
.section-template--15979185537190__judgeme_section_review_widget_08a7-padding{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.jdgm-rev-widg{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.75);

}
.article-card__header span+span.circle-divider.caption-with-letter-spacing.light {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.75);
  display:none !important;
}

.caption-with-letter-spacing .link {
  font-size: inherit;
  color: inherit;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

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

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-border));
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgb(var(--color-border));
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 989px) {
  .small-hide {
    display: none !important;
  }
  
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: block !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.center {
  text-align: center;
}

.left {
  text-align: start;
}

.right {
  text-align: end;
}

@media screen and (max-width: 749px) {
  .mobile-center {
    text-align: center;
  }
  
  .mobile-left {
    text-align: start;
  }
  
  .mobile-right {
    text-align: end;
  }
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link {
  font-family: inherit;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 0;
  position: relative;
  border: none;
  box-shadow: none;
  text-decoration: none;
  color: rgb(var(--color-link));
  background-color: transparent;
  background-image: linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px), linear-gradient(to top, transparent 0px, transparent 0px);
  background-repeat: no-repeat;
  background-position: right bottom, right bottom;
  background-size: 0% 0.1rem, 100% 0.1rem;
  transition-property: background-size;
  transition-timing-function: ease;
  transition-duration: var(--duration-default);
}

@media screen and (hover: hover) {
  .link:hover {
    background-position: left bottom, left bottom;
    background-size: 100% 0.1rem, 100% 0.1rem;
  }
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--underline {
  background-image: linear-gradient(to top, rgb(var(--color-link)) 0px, rgb(var(--color-link)) 0px), linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px);
}

.link-with-icon {
  background-image: none;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
}

.link-with-icon .label {
  font-size:11px;
  position: relative;
  background-color: transparent;
  background-image: linear-gradient(to top, rgb(var(--color-link)) 0px, rgb(var(--color-link)) 0px), linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px);
  background-repeat: no-repeat;
  background-position: right bottom, right bottom;
  background-size: 0% 0.1rem, 100% 0.1rem;
  transition: background-size var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .link-with-icon:hover .label {
    background-position: left bottom, left bottom;
    background-size: 100% 0.1rem, 100% 0.1rem;
  }
}

.link-with-icon .icon {
  width: 1.8rem;
  height: 1.8rem;
  margin-inline-end: 1rem;
}

.circle-divider::after {
  content: '\2022';
  font-weight: 400;
  margin: 0 1.3rem 0 1.5rem;
}

.article-card__header .circle-divider::after {
  content: '\2022';
  font-weight: 400;
  margin: 0 1.3rem 0 1.5rem;
  display:none;
}

.page-width--inner .circle-divider::after {
  content: '\2022';
  font-weight: 400;
  margin: 0 1.3rem 0 1.5rem;
  display:none;
}

h1.article-template__title {

  font-size: calc(var(--font-heading-scale) * 2.8rem) !important;
  font-weight: bold !important;
}

.circle-divider:last-of-type::after {
  content: none;
}

.dash-divider::after {
  content: '\2014';
  font-weight: 400;
  margin: 0 1rem 0 1.2rem;
}

.dash-divider:last-of-type::after {
  content: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgb(var(--color-border));
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.placeholder {
  background-color: rgba(var(--color-base-text), 0.04);
  color: rgba(var(--color-base-text), 0.55);
  fill: rgba(var(--color-base-text), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}

/* arrow animation */
@media screen and (hover: hover) {
  .animate-arrow .icon-arrow path {
    transform: translateX(-0.25rem);
    transition: transform var(--duration-default) ease;
  }

  .animate-arrow:hover .icon-arrow path {
    transform: translateX(-0.05rem);
  }
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -0.3rem;
  height: 0.6rem;
  transition: transform var(--duration-default) ease;
}
.accordion__content.rte {
    max-height: 300px;
   /* // overflow: auto; */
}
.accordion__content.rte {
	/* //height: 300px; */
	overflow-y: auto;
}
.accordion__content.rte::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px hsl(0deg 0% 0% / 9%);
	background-color: #FFFF;
}

.accordion__content.rte::-webkit-scrollbar
{
	width: 2px;
	background-color: #fffF;
}

.accordion__content.rte::-webkit-scrollbar-thumb
{
	background-color: #aabcaa;
}
summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  display: block;
  cursor: default;
  background: none;
}

.disclosure-has-popup > summary::before {
  content: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 101;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: 0.2rem solid rgb(var(--color-keyboard-focus));
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-keyboard-focus), 0.5);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgb(var(--color-keyboard-focus));
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-keyboard-focus), 0.5);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgb(var(--color-keyboard-focus));
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-keyboard-focus), 0.5);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgb(var(--color-keyboard-focus));
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-keyboard-focus), 0.5);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgb(var(--color-keyboard-focus));
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-keyboard-focus), 0.5);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgb(var(--color-keyboard-focus));
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-keyboard-focus), 0.5);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.title-wrapper {
 /* display: flex;*/
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}
div.title-wrapper h2 {
  text-align: center !important;
  padding-bottom: 11px;
}

.title-wrapper.center {
  justify-content: center;
}

.title-wrapper.right {
  justify-content: flex-end;
}

.title-wrapper .title {
  margin: 0;
}

.title {
  margin: 3rem 0 2rem;
}
.title_upper{
      text-transform: uppercase;
}
.title--primary {
  margin: 4rem 0;
}

@media screen and (min-width: 990px) {
  .title {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper {
/*     margin-bottom: 3rem; */
    align-items: center;
  }
}

.title-wrapper .link {
  font-size: 1.6rem;
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper .link-with-icon {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--font-heading-family);
  font-size: calc(var(--font-heading-scale) * 1.3rem);
  letter-spacing: 0.3rem;
  font-weight: 600;
}

.title-wrapper.right .link-with-icon .icon {
  width: 1.5rem;
}

.title-wrapper--no-margin {
  margin-bottom: 0;
}

.title-wrapper--no-heading {
  display: none;
}

@media screen and (max-width: 989px) {
  .title-wrapper--mobile-link {
    display: flex;
  }
}

[data-heading-center] .title-wrapper:not(.title-wrapper--no-heading) {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

[data-heading-center] .page-title {
  text-align: center;
}

.title .link {
  font-size: inherit;
  line-height: normal;
}

.subtitle {
  font-size: 1.6rem;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  letter-spacing: 0.05rem;
  color: rgba(var(--color-foreground), 0.7);
}

@media screen and (min-width: 750px) {
  .subtitle {
    font-size: 1.8rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-inline-start: -1rem;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 480px) {
  .grid {
    margin-inline-start: -2rem;
  }
}

@media screen and (min-width: 750px) {
  .grid {
    margin-inline-start: -3rem;
  }
}

.grid__item {
  padding-inline-start: 1rem;
  padding-bottom: 0.5rem;
  width: 25%;
  max-width: 50%;
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 480px) {
  .grid__item {
    padding-inline-start: 2rem;
  }
}

@media screen and (min-width: 750px) {
  .grid__item {
    padding-inline-start: 3rem;
    padding-bottom: 1rem;
    width: 25%;
    max-width: 50%;
  }

  .grid__item--one-third {
    max-width: 33.33%;
  }

  .grid__item--two-third {
    max-width: 66.67%;
  }

  .grid__item--one-quarter {
    max-width: 25%;
  }

  .grid__item--three-quarter {
    max-width: 75%;
  }
}

.grid--gapless {
  margin-inline-start: 0;
  margin-bottom: 0;
}

.grid--gapless .grid__item {
  padding-inline-start: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .grid--1-col-tablet .grid__item {
    max-width: 100%;
  }

  .grid--one-third-max.grid--2-col-tablet .grid__item {
    max-width: 50%;
  }

  .grid--one-third-max.grid--3-col-tablet .grid__item {
    max-width: 33.33%;
  }
}

@media screen and (min-width: 990px) {
  .grid--one-third-max.grid--3-col-desktop .grid__item:not(.blog-articles__article_item) {
    max-width: 33.33%;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: 33.33%;
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: 33.33%;
  }
}

.grid--2-col .grid__item {
  width: 50%;
  max-width: 100%;
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: 50%;
    max-width: 50%;
  }

  .grid--4-col-tablet .grid__item {
    width: 25%;
  }

  .grid--3-col-tablet .grid__item {
    width: 33.33%;
  }

  .grid--2-col-tablet .grid__item {
    width: 50%;
  }

  .grid--1-col-tablet .grid__item {
    width: 100%;
  }
}

@media screen and (min-width: 990px) {
  .grid--4-col-desktop .grid__item {
    width: 25%;
  }

  .grid--3-col-desktop .grid__item {
    width: 33.33%;
  }

  .grid--2-col-desktop .grid__item {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .guarantees .grid__item {
    padding-bottom: 30px !important
  }
  .grid--1-col-mobile .grid__item {
    max-width: 100%;
    width: 100%;
  }
}

.grid__item--vertical-align {
  align-self: center;
}

.grid__item--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

.grid--no-gutters {
  margin-inline-start: 0;
}

.grid--no-gutters .grid__item {
  padding-inline-start: 0;
  padding-bottom: 0;
}

/* component-media */

.media-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: rgb(var(--color-placeholder));
}

lazy-image {
  display: block;
}

[data-lazy-image] .media-wrapper.loading,
.media-wrapper[loading] {
  position: relative;
}

[data-lazy-image] .media-wrapper.loading::before,
[data-lazy-image] .media-wrapper.loading::after,
.media-wrapper[loading]::before,
.media-wrapper[loading]::after {
  content: '';
  position: absolute;
  width: 5rem;
  height: 0.2rem;
  left: 50%;
  top: 50%;
  margin-top: -0.1rem;
  margin-left: -2.5rem;
  z-index: 1;
  opacity: 0;
  background-color: rgb(var(--color-base-background));
}

[data-lazy-image] .media-wrapper.loading::before,
.media-wrapper[loading]::before {
  opacity: 1;
  background-color: #aabcaa;
}

[data-lazy-image] .media-wrapper.loading::after,
.media-wrapper[loading]::after {
  animation: preloading 2.5s infinite ease;
}

[data-lazy-image] .media-wrapper.loading lazy-image > img,
.media-wrapper[loading] lazy-image > img {
  opacity: 0;
}

.media-wrapper--large[loading]::before,
.media-wrapper--large[loading]::after {
  width: 8rem;
  height: 0.3rem;
  margin-left: -4rem;
  margin-top: -0.15rem;
}

[data-lazy-image] .media-wrapper--small.loading::before,
[data-lazy-image] .media-wrapper--small.loading::after {
  width: 3rem;
  margin-left: -1.5rem;
}

[data-lazy-image] .media-wrapper--small.loading::after {
  animation: preloading 1.5s infinite ease;
}

.media {
  display: block;
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom, .deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  backface-visibility: hidden;
  object-fit: cover;
  object-position: var(--image-position);
  transition: opacity var(--duration-long) ease;
}

.media--image-contain > img {
  object-fit: contain;
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--wide {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

.media .image-fit {
  position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	object-position: var(--image-position);
}

.media--image-contain .image-fit {
	object-fit: contain;
}

.media--adapt {
	position: relative;
	height: 0;
	padding-bottom: var(--image-ratio-percent);
}

.media--adapt .image-fit {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.media--450px {
	height: 292.5px
}

.media--550px {
	height: 357.5px
}

.media--650px {
	height: 422.5px
}

.media--750px {
	height: 487.5px
}

.media--100vh {
	height: 100vh
}

@media screen and (min-width: 750px) {
	.media--450px {
		height: 450px
	}

	.media--550px {
		height: 550px
	}

	.media--650px {
		height: 650px
	}

	.media--750px {
		height: 750px
	}
}

@media screen and (max-width: 749px) {
	.media-mobile--250px {
		height: 250px
	}

	.media-mobile--300px {
		height: 300px
	}

	.media-mobile--400px {
		height: 400px
	}

	.media-mobile--500px {
		height: 500px
	}

	.media-mobile--100vh {
		height: 90vh
	}

  .media-mobile--square {
    padding-bottom: 100%;
  }
  
  .media-mobile--portrait {
    padding-bottom: 125%;
  }
  
  .media-mobile--landscape {
    padding-bottom: 66.6%;
  }

  .media-mobile--adapt {
    position: relative;
    height: 0;
    padding-bottom: var(--image-ratio-percent);
  }

  .media-mobile--adapt .image-fit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button,
.shopify-challenge__button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-family: inherit;
  padding: 1rem 3rem;
  padding-top: calc(1rem + var(--font-button-baseline));
  text-decoration: none;
  /* border-radius: var(--button-radius); */
  border-radius: 0px !important;
  border: var(--button-border-width) solid #aabcaa !important;
  color: #aabcaa;
  /*background-color: rgb(var(--color-button-background));*/
  background:#fff;
  font-family: var(--font-button-family);
  min-width: 24rem;
  max-width: 100%;
  min-height: 4.6rem;
  text-transform: uppercase;
  font-weight: 600;
  transition-property: color, box-shadow;
  transition-duration: var(--duration-long);
  transition-timing-function: ease;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
  box-shadow: var(--button-shadow-horizontal-offset) var(--button-shadow-vertical-offset) rgba(var(--color-shadow), var(--shadow-opacity));
  
}

.image-with-text__text image-with-text__text--colored.typeset.rte .shopify-challenge__button {
  background-color:#fff;
  color:#aabcaa;
}



.shopify-challenge__button {
  border: var(--button-border-width) solid #aabcaa;
}

@media screen and (min-width: 750px) {
  .button,
  .shopify-challenge__button {
    min-height: 5rem;
  }
}

.button[disabled],
.button[aria-disabled="true"] {
  pointer-events: none;
}

.button,
.button-label,
.shopify-challenge__button {
 /* font-size: var(--font-button-size);*/
  font-size:13px;
  
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: calc(var(--font-button-size) - 1px);
  padding: 0.8rem 1.5rem;
  padding-top: calc(0.8rem + var(--font-button-baseline));
  min-width: 9rem;
  min-height: 4rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  border: none !important;
  box-shadow: inset 0 0 0 0.1rem #aabcaa;
  transition: box-shadow var(--duration-default) ease;
}

.button--large {
  font-size: calc(var(--font-button-size) + 2px);
}

.button--small {
  font-size: calc(var(--font-button-size) - 2px);
  padding: 0.6rem 2rem;
  padding-top: calc(0.6rem + var(--font-button-baseline));
  min-height: 4rem;
  min-width: 18rem;
}

.shopify-challenge__container .shopify-challenge__button {
  min-width: 16rem;
  margin-top: 3rem;
}

/* Button - hover */

@media screen and (hover: hover) {
  .button::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 100%;
    /*background-color: rgb(var(--color-button-text));*/
    background:#aabcaa;
    color:#aabcaa important;
    backface-visibility: hidden;
    will-change: transform;
    transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    transform-origin: 0% 100%;
    transition: transform var(--duration-long) ease;
  }
  .button_reversed::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 100%;
    /*background-color: rgb(var(--color-button-text));*/
    background:#ffff;
    color:#aabcaa important;
    backface-visibility: hidden;
    will-change: transform;
    transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    transform-origin: 0% 100%;
    transition: transform var(--duration-long) ease;
  }
  .button_reversed_pickup::after{
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 100%;
    /*background-color: rgb(var(--color-button-text));*/
    background:#ffff;
    color:#aabcaa important;
    backface-visibility: hidden;
    will-change: transform;
    transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    transform-origin: 0% 100%;
    transition: transform var(--duration-long) ease;
  }

@media screen and (hover: hover) {
 div#Banner-template--15869396910246__image-banner .button::after {
   
    background:#a5acac;
    
  }
}


  

  .button--tertiary::after {
    content: none;
  }

  .button:hover {
    /*color: rgb(var(--color-button-background));*/
    color:#fff;
    box-shadow: none;
  }
  .button_reversed:hover{
    /*color: rgb(var(--color-button-background));*/
    color:#aabcaa;
    box-shadow: none;
  }
  .button_reversed:hover::after {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  .button_reversed_pickup:hover::after {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  .button_reversed_pickup:hover{
    /*color: rgb(var(--color-button-background));*/
    color:#aabcaa;
    box-shadow: none;
  }

  .button:hover::after {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }

  .button--tertiary:hover {
    color: rgb(var(--color-button-text));
    box-shadow: inset 0 0 0 0.2rem rgb(var(--color-button-border));
  }
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
}

.button.loading::after {
  content: '';
  display: block;
  animation: loading var(--duration-long) infinite linear;
  border: 0.2rem solid transparent;
  border-inline-start: 0.2rem solid rgb(var(--color-button-text));
  border-radius: 100%;
  height: 2.4rem;
  width: 2.4rem;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1.2rem;
  margin-left: -1.5rem;
  right: auto;
  bottom: auto;
  background-color: transparent;
  transform: none;
  transform-origin: unset;
}

.button--small.loading:before {
  width: 2rem;
  height: 2rem;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.button--link {
  font-size: 1.1rem;
  padding: 0;
  padding-bottom: 0.6rem;
  box-shadow: none;
  min-height: auto;
  min-width: auto;
  color: rgb(var(--color-link));
  display: inline-block;
  text-decoration: none;
  transition-duration: var(--duration-long);
  transition-property: color, background-size;
  background-color: transparent;
  background-image: linear-gradient(to top, rgb(var(--color-border)) 0, rgb(var(--color-border)) 0), linear-gradient(to top, transparent 0, transparent 0);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.2rem, 100% 0.2rem;
}

.button--link::after {
  content: none;
}

@media screen and (hover: hover) {
  .button--link:not([disabled]):hover {
    background-position: right bottom;
    background-size: 0 0.2rem, 100% 0.2rem;
  }
}

.button--cta {
  min-height: 4.5rem;
  background: none;
  box-shadow: none;
  min-width: auto;
  max-width: 100%;
  padding: 0;
  border: none;
  justify-content: space-between;
  text-transform: none;
  font-weight: normal;
  color: rgb(var(--color-link));
}

.button--cta.button--small {
  min-height: 4rem;
}

.button--cta.button--small .label {
  font-size: 1.4rem;
}

@media screen and (min-width: 750px) {
  .button--cta {
    min-width: 22.5rem;
  }
}

@media screen and (hover: hover) {
  .button--cta:hover {
    color: rgb(var(--color-link));
  }
}

.button--cta::before,
.button--cta::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  transform: none;
  border: none;
  background-color: currentColor;
  transition: transform var(--duration-default) ease;
}

.button--cta::before {
  transform: scaleX(0);
  transform-origin: left;
  transition-delay: 0s;
}

.button--cta:after {
  transform-origin: right;
  transition-delay: 0.25s;
}

@media screen and (hover: hover) {
  .button--cta:hover::before {
    transform: scaleX(1);
    transition-delay: 0.25s;
  }

  .button--cta:hover::after {
    transform: scaleX(0);
    transition-delay: 0s;
  }
}

.button--cta .label {
  padding-inline-end: 2rem;
  font-size: 1.6rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.04rem;
  text-align: start;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  transition: transform var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .button--cta:hover .label {
    transform: translateX(0.5rem);
  }
}

.button--cta .icon {
  fill: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}

.button--arrow {
  box-shadow: none;
  min-height: auto;
  min-width: auto;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: rgb(var(--color-foreground));
  width: 100%;
  box-shadow: inset 0 0 0 0.1rem rgb(var(--color-border));
  height: 4.2rem;
  box-sizing: border-box;
  transition: box-shadow var(--duration-default) ease;
}

@media screen and (min-width: 750px) {
  .field__input,
  .select__select,
  .customer .field input,
  .customer select {
    min-height: 4.5rem;
  }
}

.select__select {
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

@media screen and (hover: hover) {
  .field__input:hover,
  .select__select:hover,
  .customer .field input:hover,
  .customer select:hover,
  .localization-form__select:hover {
    box-shadow: inset 0 0 0 0.2rem rgb(var(--color-border));
  }
}

.field__input.invalid,
.select__select.invalid,
.customer .field input.invalid,
.customer select.invalid {
  /*box-shadow: inset 0 0 0 0.1rem var(--color-critical);*/
  box-shadow: inset 0 0 0 0.1rem #aabcaa;
}

@media screen and (hover: hover) {
  .field__input.invalid:hover,
  .select__select.invalid:hover,
  .customer .field input.invalid:hover,
  .customer select.invalid:hover,
  .localization-form__select.invalid:hover {
    box-shadow: inset 0 0 0 0.2rem rgb(var(--color-border));
  }
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 0.2rem #aabcaa !important;
  /*box-shadow: inset 0 0 0 0.2rem rgb(var(--color-keyboard-focus));*/
  
}

.text-area,
.select {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.35rem);
  right: 1.5rem;
}

.select__select,
.customer select {
  cursor: pointer;
  padding: 0;
  padding-inline-start: 1.5rem;
  padding-inline-end: 4rem;;
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
 /* top: 56px;*/
}

.customer .field {
  display: block;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: start;
  padding: 1.5rem;
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  color: rgb(var(--color-foreground));
  opacity: 1;
  transition: opacity var(--duration-default) ease;
}

.field__input:focus::placeholder,
.customer .field input:focus::placeholder {
  opacity: 0.4;
}

.field__input:-webkit-autofill,
.customer .field input:-webkit-autofill {
  background-clip: text;
  -webkit-background-clip: text;
}

.field__input::-webkit-search-decoration,
.customer .field input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

@media screen and (hover: hover) {
  .field__button:hover {
    color: currentColor;
  }
}

.field__button::before {
  content: none;
}

.field__button > .icon {
  height: 2.5rem;
  width: 2.5rem;
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
}

.text-area--resize-vertical {
  resize: vertical;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-inline-end: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  font-family: var(--font-body-family);
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  color: #aabdaa;
    top: 111px;
  left: 90px;
}

.form__message.errors {
  color: var(--color-critical);
}

.form__message.errors .rte a {
  color: inherit;
}

.form__message.errors + .errors {
  margin-top: 1rem;
}

.form__message.errors + .errors ul {
  margin-top: 0;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: start;
}

.form__message .icon,
.customer .form__message .icon {
  align-self: flex-start;
  height: 1.6rem;
  width: 1.6rem;
  margin-inline-end: 0.5rem;
}

.customer .field .form__message .icon {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status .icon {
  width: 1.8rem;
  height: 1.8rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
  display: flex;
  justify-content: center;
  align-items: center;

}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  position: relative;
  width: 12rem;
  display: flex;
  align-items: center;
}

.form__label + .quantity {
  width: 14rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-border));
}

.no-js .quantity {
  height: 4rem;
  width: 10rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-border));
}

.quantity__input {
  font-family: inherit;
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  height: 3.6rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.form__label + .quantity .quantity__input {
  height: 4.5rem;
}

.quantity__button {
  padding: 0;
  position: relative;
  flex: 0 0 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.08);
  transition: color var(--duration-default) ease;
}

.form__label + .quantity .quantity__button {
  flex: 0 0 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
}

.form__label + .quantity .quantity__button:first-child {
  margin-inline-start: 1rem;
}

.form__label + .quantity .quantity__button:last-child {
  margin-inline-end: 1rem;
}

.quantity__button::after {
  content: '';
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(0);
  background-color: rgb(var(--color-foreground));
  transition: transform var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .quantity__button:hover {
    color: rgb(var(--color-background));
  }
  
  .quantity__button:hover::after {
    transform: scale(1);
  }
}

.quantity__button .icon {
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 101;
  height: 3.4rem;
  width: 4.4rem;
  right: 5%;
}

@media screen and (min-width: 750px) {
  .no-js details[open] .modal__toggle {
    height: 4.4rem;
    right: calc(100% / 2 - 30rem);
  }
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] .modal__toggle span {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgb(var(--color-background));
}

.no-js details[open] .modal__toggle .icon-close {
  display: flex;
  width: 1.2rem;
  height: 1.2rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button {
  visibility: hidden;
}

.modal__close-button {
  padding: 1.2rem;
  height: 4.4rem;
  width: 4.4rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  color: rgb(var(--color-link));
}

.modal__close-button .icon {
  width: 2rem;
  height: 2rem;
  transition: transform var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .modal__close-button:hover .icon {
    transform: scale(0.8) rotate(90deg);
  }
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(var(--color-background));
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-js details[open] .modal__content {
  overflow: visible;
}

.no-js details[open] .modal-overlay {
  display: block;
}

.no-js details[open] .modal-overlay::after {
  content: '';
  position: absolute;
  background-color: rgba(var(--color-overlay), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}
/* component-account-count-bubble */
.account-count-bubble{
  display: none;
}

.account-count-bubble {
  position: absolute;
  background-color: #aabcaa;
  color: rgb(var(--color-header-background));
  font-family: var(--font-button-family);
  height: 1rem !important;
  width: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  top: 0.8rem !important;
  right: 1rem;
  line-height: 1;
  transition-property: opacity, transform, color, background-color;
  transition-duration: var(--duration-default);
  transition-timing-function: ease;
}

.account-count-bubble span {
  padding-top: calc(var(--font-button-baseline) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .account-count-bubble {
    top: 0.6rem;
  }
}



/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-header-foreground));
  color: rgb(var(--color-header-background));
  font-family: var(--font-button-family);
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  top: 0;
  right: 0.8rem;
  line-height: 1;
  transition-property: opacity, transform, color, background-color;
  transition-duration: var(--duration-default);
  transition-timing-function: ease;
}

.cart-count-bubble span {
  padding-top: calc(var(--font-button-baseline) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .cart-count-bubble {
    top: 0.6rem;
  }
}



/* account bubble shows */


/* section-header */
#shopify-section-header.animate {
  transition: transform var(--duration-default) ease;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  z-index: 20;
  transition: box-shadow var(--duration-default) ease;
}

.header-wrapper--border-bottom {
  box-shadow: 0 0.1rem 0 rgba(var(--color-header-border), 0.3);
}

.header {
  display: grid;
  grid-template-areas: 'left-icon heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .header--has-menu:not(.header--middle-left, .header--off-canvas, .header--center-split) {
    padding-bottom: 0;
  }

  .header--top-left {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 2rem;
  }

  .header--top-center {
    grid-template-areas:
      'left-icon heading icons'
      'navigation navigation navigation';
  }

  .header--center-split {
    grid-template-areas: 'left-icon navigation heading navigation-split icons';
    grid-template-columns: auto 1fr auto 1fr auto;
    column-gap: 2rem;
  }

  .header--center-split .header__heading {
    margin: 0 1rem;
  }

  .header--off-canvas {
    grid-template-areas: 'left-icon heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--off-canvas header-drawer {
    display: block;
  }

  .header--off-canvas .header__inline-menu {
    display: none;
  }

  .header--off-canvas .header__heading,
  .header--off-canvas .header__heading-link {
    grid-area: heading;
    justify-self: center;
  }

  .header--middle-left .header__inline-menu {
    min-width: 45rem;
  }

  .header:not(.header--middle-left, .header--center-split) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header-wrapper > .header::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-header-background));
  transition: transform var(--duration-default) ease;
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: block;
  position: relative;
  word-break: break-word;
  text-decoration: none;
}

.header__heading-link::before,
.header__heading-link::after {
  content: none;
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgb(var(--color-header-foreground));
  transition: color var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .header__heading-link:hover .h2 {
    color: rgb(var(--color-header-foreground), 0.7);
  }
}

.header__heading-logo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: var(--image-logo-height);
  transition: opacity var(--duration-default) ease;
}

@media screen and (max-width: 750px) {
  .header__heading-logo {
  width: auto;
  height: 80px;
  max-width: 100%;
  max-height: var(--image-logo-height);
  transition: opacity var(--duration-default) ease;
}
}

.header__heading-logo.inverse {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 990px) {
  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading,
  .header--center-split .header__heading-link,
  .header--center-split .header__heading {
    justify-self: center;
    margin-bottom: 10px;

  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  margin-inline-end: -1.2rem;
  /*padding-left: 250px;*/
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__icons {
    margin-inline-start: 8rem;
  }
}

.header__icon:not(.header__icon--summary),
.header__icon span:not(.cart-count-bubble) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon span:not(.cart-count-bubble) {
  height: 100%;
}

.header__icon {
  color: rgb(var(--color-header-foreground));
  height: 3.4rem;
  width: 4.4rem;
  transition: color var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .header__icon:hover {
    color: rgba(var(--color-header-foreground), 0.7);
  }
}

@media screen and (min-width: 750px) {
  .header__icon {
    height: 4.4rem;
  }
}

.header__icon::after {
  content: none;
}

.header__icon .icon {
  stroke-width: var(--icon-weight);
  height: 2rem;
  width: 2rem;
  fill: none;
  overflow: visible;
  vertical-align: middle;
  transition: transform var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .header__icon:hover .icon {
    transform: scale(1.07);
  }

  .header__icon:hover .icon-close {
    transform: scale(0.8) rotate(90deg);
  }
}

.header__icon--cart {
  position: relative;
}

.no-js .cart-drawer-container {
  display: none;
}

@media screen and (max-width: 989px) {
  menu-drawer~.header__icons .header__icon--account {
    display: none;
  }
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}

.header--top-center:not(.header--has-menu) > .header__search,
.header--center-split:not(.header--has-menu) > .header__search {
  display: block;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search,
.header--center-split > .header__search {
  display: none;
}

.header--top-center * > .header__search,
.header--center-split * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center, .header--center-split) * > .header__search,
  .header--top-center > .header__search,
  .header--center-split > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center, .header--center-split) > .header__search,
  .header--top-center * > .header__search,
  .header--center-split * > .header__search {
    display: none;
  }
 
}
@media screen and (max-width: 990px){
  .account_icon {
    display: none !important
  }
}
.account_icon {
    display: block 
  }
.details-modal {
  overflow: hidden;
  height: 0;
}

/* Header cart drawer */
summary .header__icon--summary::after {
  content: '';
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  transform: scale(0);
  background-color: rgba(var(--color-header-foreground), 0.08);
  transition: transform var(--duration-default) ease;
}

details[open].menu-opening > summary .header__icon--summary::after {
  transform: scale(1);
}

.header__icon--cart .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition-property: opacity, transform;
}

details[open] > summary .cart-count-bubble {
  opacity: 0;
  transform: scale(0.8);
}

details[open].menu-opening > summary .header__icon--cart {
  color: rgb(var(--color-header-foreground));
  transition: color var(--duration-default) ease;
}

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

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: var(--duration-default);
  stroke-width: calc(calc(var(--icon-weight) * 2) - 0.2px);
}

.header__icon--menu .icon-close {
  height: 1.4rem;
  width: 1.4rem;
  stroke-width: calc(var(--icon-weight) - 0.1px);
}

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

details[open].menu-opening > .header__icon--menu span {
  color: rgb(var(--color-header-foreground));
  transition: color var(--duration-default) ease;
}

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

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

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

.header__inline-menu-split {
  grid-area: navigation-split;
}

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

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

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

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

  .header--center-split .header__inline-menu:not(.header__inline-menu-split) {
    text-align: end;
  }

  .header--center-split .header__inline-menu .list-menu {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-inline-start: 0;
    text-align: end;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  font-family: var(--font-navigation-family);
  font-size: var(--font-navigation-size);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  padding: 1.2rem 1.5rem;
  color: rgb(var(--color-link));
  transition: color var(--duration-default) ease;
      font-size: smaller;
}

.header__menu-item--top {
  --color-link: var(--color-header-foreground);
}

@media screen and (hover: hover) {
  .header__menu-item:hover {
    color: rgba(var(--color-link), 0.7);
  }
}

.header__menu-item .label {
  background-color: transparent;
  background-image: linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px), linear-gradient(to top, transparent 0px, transparent 0px);
  background-repeat: no-repeat;
  background-position: right bottom, right bottom;
  background-size: 0% 0.1rem, 100% 0.1rem;
  transition-property: background-size;
  transition-timing-function: ease;
  transition-duration: var(--duration-default);
}

.header__menu-item--top .label {
  --color-border: var(--color-header-border);
}

@media screen and (hover: hover) {
  details[open].menu-opening > .header__menu-item .label,
  .no-js details[open] > .header__menu-item .label,
  .header__menu-item:hover .label {
    background-position: left bottom, left bottom;
    background-size: 100% 0.1rem, 100% 0.1rem;
  }
}

.header__active-menu-item .label,
.list-menu__item--active .label {
  background-position: left bottom, left bottom;
  background-size: 100% 0.1rem, 100% 0.1rem;
}

.header__menu-item .icon-caret {
  position: static;
  height: .6rem;
  width: auto;
  display: none;
  transition: transform var(--duration-default) ease;
}

.header__submenu .icon-caret {
  margin-inline-start: 1.2rem;
  margin-top: 0.3rem;
  display: block;
}

.header__submenu details[open] > summary .icon-caret {
  transform: scaleY(-1);
}

@keyframes animateMenuOpen {
  0% {
    height: 0;
  }

  100% {
    height: 27rem;
  }
}

@keyframes animateOverlayOpen {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Sections */
.section--divider {
  /*border-top: 0.1rem solid rgb(var(--color-border));*/
}

.spacing-section {
  display: block;
  min-height: var(--spacing-section-mobile);
}

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

.transition-body {
  position: relative;
}

.transition-body::after {
  content: '';
  display: block;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: url(cross.svg),url(cross.png),zoom-out;
  pointer-events: none;
  transition: opacity var(--duration-long) ease;
  background-color: rgba(var(--color-overlay), 0.5);
}

#MainContent,
#shopify-section-footer {
  transition: transform var(--duration-long) ease;
}

.badge {
  max-width: max-content;
  border: 0.1rem solid transparent;
  display: inline-block;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.8rem 1.6rem;
  text-align: center;
  word-break: break-word;
  max-width: max-content;
  background-color: var(--color-badge-background);
  border-color: var(--color-badge-border);
  color: var(--color-badge-foreground);
  font-family: var(--font-button-family);
  padding-top: calc(0.8rem + var(--font-button-baseline));
  border-radius: var(--button-radius);
}

.badge:empty {
  display: none;
}

.badge--onsale {
 /* color: var(--color-sale-price);*/
  color:#AABCAA;
  border-color: currentColor;
}
span.badge--soldout {
  color:#fff !important;
}

.badge--countdown {
  padding-inline-start: 2rem;
}

.badge--countdown svg {
  fill: currentColor;
  height: 1rem;
  position: absolute;
  margin-inline-start: -1rem;
}

.icon-plus-alt {
  position: relative;
}

.icon-plus-alt::before,
.icon-plus-alt::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
}

.icon-plus-alt::before {
  width: 100%;
  height: 0.1rem;
}

.icon-plus-alt::after {
  width: 0.1rem;
  height: 100%;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }
}

quick-view-drawer {
  display: none;
}

/* Animate */

use-animate {
  display: block;
}

[data-animate-image] use-animate {
  transition-duration: var(--duration-long);
  transition-timing-function: ease;
}

[data-animate-image] use-animate[data-animate^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-animate-image] use-animate[data-animate^=fade][animate],
.no-js [data-animate-image] use-animate[data-animate^=fade] {
  opacity: 1;
  transform: translateZ(0);
}

[data-animate-image] use-animate[data-animate=fade-up] {
  transform: translate3d(0, 5rem, 0);
}

[data-animate-image] use-animate[data-animate^=zoom-fade] .image-animate {
  opacity: 0;
}
[data-animate-image] use-animate[data-animate=zoom-fade][animate]:not(.loading) .image-animate {
  animation: zoom-fade var(--duration-animate) ease forwards;
}
[data-animate-image] use-animate[data-animate=zoom-fade-small][animate]:not(.loading) .image-animate {
  animation: zoom-fade-small var(--duration-animate) ease forwards;
}
.no-js [data-animate-image] use-animate .image-animate {
  opacity: 1;
}

@keyframes zoom-fade {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoom-fade-small {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes appear-up {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fade-out {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes preloading {
  0% {
    transform-origin: 0% 50%;
    transform: scaleX(0);
    opacity: 0;
  }
  40% {
    transform-origin: 0% 50%;
    transform: scaleX(1);
    opacity: 1;
  }
  41% {
    transform-origin: 100% 50%;
    transform: scaleX(1);
    opacity: 1;
  }
  to {
    transform-origin: 100% 50%;
    transform: scaleX(0);
    opacity: 1;
  }
}

.modal-scrollbar-measure {
  display: block;
  position: absolute;
  top: -100rem;
  width: 5rem;
  height: 5rem;
  overflow: scroll;
}

.breadcrumb {
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}

.breadcrumb--divider {
  border-bottom: 0.1rem solid rgb(var(--color-border));
  padding-bottom: 0.6rem;
}

.breadcrumb .link {
  font-size: inherit;
}

.shopify-policy__container {
  margin-bottom: 100px;
}

@media screen and (min-width: 750px) {
  .shopify-policy__container {
    margin-bottom: 100px;
  }
}

/* Flickity v3.0.0 */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

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

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

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

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

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

.flickity-button {
  position: absolute;
  background-color: rgb(var(--color-background));
  border: none;
  color: rgb(var(--color-foreground));
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  padding: 0 1rem;
  background-color: rgb(var(--color-background));
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
  animation: fade-in var(--duration-default) ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  width: 3rem;
  height: 4rem;
  opacity: 0.4;
  cursor: pointer;
  transition: transform var(--duration-default) ease;
  font-size: 0;
}

.flickity-page-dot.is-selected {
  opacity: 1;
}

.flickity-page-dot::after {
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgb(var(--color-foreground));
  transition: transform var(--duration-default) ease;
}

.flickity-page-dot.is-selected::after {
  transform: scale(1.5);
}
.section-template--15869396615334__main-padding {
    position: absolute;
    bottom: 60px;
    /* background: #878f7e; */
    width: 100%;
}

div#Banner-template--15869396615334__16642090875abcb926 {
    height: 100vh !important;
    background-color: #878f7e;
    /* color: #878f7e; */
    z-index: 0;
}

.newsletter.center.mobile-center {
    background: transparent;
}

img.image-fit {
    background-attachment: fixed;
}

#Banner-template--15869396615334__16642090875abcb926 > div.banner__media > use-animate > lazy-image > img {
    height: 100vh !important;
}

use-animate.media-wrapper {
 /*    height: 100vh;*/
}

lazy-image.image-animate.media.media--650px.media-mobile--500px {
    height: 100vh;
}



div.section-template--15869396615334__main-padding .field__button {
    
      border: solid 4px #aabcaa;
 /* background-color:#AABCAA !important;*/
  padding-top:2vh  !important;
  padding-bottom:2vh  !important;
  padding-left:2vh !important;
  padding-right:2vh !important;
    color: currentColor;
    cursor: pointer;
    display: flex;
   height: 4.1rem !important;
    justify-content: center;
    overflow: hidden;
  
    
    position: absolute;
    right: 0;
    top: 0;
   
    
}

.field__button {
    
      
 background-color:#AABCAA !important;
  padding:2.1vh  ;

    color: #aabcaa;
    cursor: pointer;
    display: flex;
   height: 4.1rem ;
    justify-content: center;
    overflow: hidden;
  
    
    position: absolute;
    right: 0;
    top: 0;
    width: 4.4rem;
    
}

newsletter__subheading p {
    max-width: 70rem;
    font-size: 1.4rem !important;
    left: 517px !important;
    position: absolute !important;
    top: 75px !important;
    float: right !important;
  float: right;
    margin-top: 30px;
}

div.page-width { background-image:url("shopify:\/\/shop_images\/Capture_d_ecran_2022-09-26_a_18.59.40.png");}
@media screen and (max-width: 768px) {
  #shopify-section-template--15869396615334__main > div > div > div > div {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    
}
 

}
@media (min-width:768px) and (max-width:1440px){
#shopify-section-template--15869396615334__main > div > div > div > div {
    left: 70%;
    width: 100px;
}
  }
@media screen and (min-width: 1440px){
#shopify-section-template--15869396615334__main > div > div > div > div {
    position: absolute;
    left: 57%;
}}

.guarantees .grid__item {
    padding: 0 40px;
    text-align: center;
}
.footer-block__newsletter .field {

  top: 5px !important;
}

:root {
    --color-sale-price: #AABCAA !important;
}

.center mobile-center h2.h1  {
  padding-bottom: 15px !important;
}

.button:disabled, .button[aria-disabled=true], .button.disabled {
  background:#AABCAA !important;
  border:none !important;
  color: #fff;
}
a.focus-inset .header__menu-item span.label {
  text-decoration: none !important;
  background-image: none !important;
  
}


#Slider-template--15869396910246__multicolumn .media-wrapper {
      background-color:#fff !important;
      margin: 0 auto;
}


#Slider-template--15869396910246__multicolumn .media {
  width:100px !important;
  height:94px !important;
  
}

#Slider-template--15869396910246__multicolumn .media--square  {
  padding-bottom: 0px !important;
}



@media (min-width:750px) {
#shopify-section-template--15869397172390__d17a3fc9-014d-4375-9242-d15650f59613{
background-size:60% 60% ;

}
  }

#shopify-section-template--15869397172390__d17a3fc9-014d-4375-9242-d15650f59613 {
  --color-background: 239, 239, 239;
  --color-foreground: 26, 27, 24;
  --color-border: 210, 213, 217;
  --color-heading: var(--color-foreground);
  --color-link: var(--color-foreground);
  background: url("/cdn/shop/files/42.png") center center;
  background-repeat:no-repeat;
  background-position: center center;
  position: relative;
background-size: 100% 100%;
}


#shopify-section-template--15869396910246__images-with-text-0 {
    --image-ratio-percent: 125.06666666666666%;
    --image-position: center center;
    background: #aabcaa fixed;
    opacity: 0.8;
  
}

  
div.section-template--15869397172390__d17a3fc9-014d-4375-9242-d15650f59613-padding button.button--arrow field__button {
    width: 135px;
    background: #fff !important;
    position: absolute;
    top: 80px;
    left: 199px;
 
  
}


div.section-template--15869396811942__form-padding h2.title {
  font-size: calc(var(--font-heading-scale) * 2.2rem);
  font-weight: bold;
  margin:0;
  padding:0;
  padding-top: 1.7rem;
  text-align: left !important;
  margin-bottom: 6rem;
  
}

div.section-template--15869396811942__form-padding div.contact__fields {
  margin:0;
  padding:0;
  margin-top: -50px;
  
}

div.section-template--15869397172390__countdown-timer-padding a.button {
  border: solid 1px #aabcaa !important;
}

div.section-template--15869397172390__image-with-text-1-padding a.button {
  border: solid 1px #aabcaa !important;
}

div.section-template--15869397172390__d17a3fc9-014d-4375-9242-d15650f59613-padding label.visually-hidden {

  color-foreground: #aabcaa !important;
  font-weight: bold;
}

div.section-template--15869397172390__3a8881db-23f6-425e-b698-002965aa0542-padding {
margin-left: 50px;
    margin-right: 50px;}

div.section-template--15869397172390__3a8881db-23f6-425e-b698-002965aa0542-padding a {
  color:#fff;
  position: absolute;
    top: -54px;
    left: 140px;
  
}

@media (min-width:750px) {
div.section-template--15869397172390__3a8881db-23f6-425e-b698-002965aa0542-padding a {
  color:#fff;
  position:relative;
  top:0;
  left:0;

}
  }






article.section-template--15869397008550__main-padding  ul.list-unstyled   {
display: none;
  
}

div.section-template--15869397008550__featured-blog-padding   {
display: none;
  
}

div.section-template--15869397008550__66275dca-6609-4cb7-80d8-e823eb07e4ee-padding
  {
display: none;
  
}

div.section-template--15869397008550__66275dca-6609-4cb7-80d8-e823eb07e4ee-padding  {
display: none;
  
}

footer-accordion.footer-block--newsletter .field__button {
  color:#fff !important;
}

div.sc-bdvvaa .bseTaT  {
  color:#fff !important;
}

.bseTaT {
    box-sizing: border-box;
    display: flex;
    z-index: 1;
    color: #fff;
}

div.section-template--15869397270694__16696738158be67a26-padding page-width div.sc-bdvvaa {
  color:#fff !important;
  background:#aabcaa;
}

div.shopify-section-template--15869397270694__16696738158be67a26 {
  color:#fff !important;
  background:#aabcaa;
}

div#Banner-template--15869396811942__map a.button {
  border:solid 1px #aabcaa !important;
}

div.page-width--inner nav.breadcrumb  {
  display:none !important;
}

/* custom css */
section#shopify-section-template--15979184390310__32904328-32e3-43d7-beec-5f9f7125171a {
    background: #aabcaa;
}
.shopify-section-template--15979184390310__32904328-32e3-43d7-beec-5f9f7125171a {
  padding: 0 !important
}
section#shopify-section-template--15979184816294__d17a3fc9-014d-4375-9242-d15650f59613 {
    background: #aabcaa;
}
.section-template--15979184816294__d17a3fc9-014d-4375-9242-d15650f59613-padding {
  padding: 0 !important
}

.newsletter__subheading {
    font-size: 20px;
    color: #fff
}

h2.h4 {
  font-size: calc(var(--font-heading-scale) * 2.8rem);
  color: #fff
}

.newsletter__wrapper {
    padding: 12rem 9rem 4rem 9rem !important;
}

.image-with-text.page-width.page-width--full-width.section-template--15979184816294__image-with-text-1-padding.section--divider {
    padding-bottom: 26px;
}

.bloc-newsletter-blog {
  height: 495px;
  background: #aabdac;
}

.section-template--15979184881830__images-with-text-0-padding .images-with-text__images .images-with-text__image:not(:first-child) {
  display: none;
}
.section-template--15979184881830__images-with-text-0-padding .images-with-text__images {
  width: 100%;
  max-width: 100%;
}
.images-with-text__image:nth-child(1) {
  box-shadow : none !important
}
.section-template--15979184881830__images-with-text-0-padding .images-with-text__image.media-wrapper,
.section-template--15979184881830__images-with-text-0-padding .images-with-text__image.media-wrapper img{
      border-radius: 0 !important;
}

.page-width.page-width--full-width.section-template--15979184816294__3a8881db-23f6-425e-b698-002965aa0542-padding {
    padding-top: 0;
}

.banner-wrapper.page-width.page-width--full-width.section-template--15979184816294__reveal-banner-padding {
    padding-bottom: 40px;
}
.banner__text.typeset.rte.rte a {
    font-size: 25px;
    font-weight: bold;
}

.banner__media > iframe{
    height: calc(100% + 113px);
    border: 0;
    width: 130%;
    margin-top: -113px;
}
#shopify-section-template--15979184980134__map .banner__media { z-index: 1 !important; height: 600px; }
#shopify-section-template--15979184980134__map .banner__content.page-width{
    z-index: 2
}
#Banner-template--15979185045670__d279468a-a690-44b2-812d-a5290ccf85b9 > .banner__media {
    z-index: 1
}
#Banner-template--15979185045670__d279468a-a690-44b2-812d-a5290ccf85b9 > .banner__content.page-width {
    z-index: 2
}
.section-template--15979184980134__map-padding {
    padding-bottom: 0 !important
}

#Banner-template--15979184816294__reveal-banner .button,
#Slideshow-template--15979184816294__slideshow .slideshow__card .button{
    border: 1px solid #fff !important
}
::placeholder {
    color: #aabdac !important;
}

h2#Comments-565430943910 {
    text-transform: capitalize;
}

span.badge.badge--onsale {
    border-radius: var(--button-radius) !important;
}

.badge {
    border-radius: 0px !important;
    font-weight: bold;
}

h3#Newsletter-success--template--15979184816294__d17a3fc9-014d-4375-9242-d15650f59613{
    color: #fff !important;
      display: flex;
    justify-content: center;
    align-items: center;
}
/* end custom css */


/*Point de retrait*/

div#Banner-template--15979185045670__d279468a-a690-44b2-812d-a5290ccf85b9 {
    height: 500px;
}

/*end Point de retrait*/



/*le concept*/

.section-beaute-clean {
  background: #aabdac;
  color: #fff;
  width: 100%;
  height: fit-content;
  position: relative;
  padding: 5rem 0;
}


.section-beaute-clean__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  width: 56%;
  left: 9%;
  position: relative;
  row-gap: 5rem;
  column-gap: 4rem;
}

.section-beaute-clean__wrapper img {
  width: 50px;
  height: auto;
  object-fit: contain;
}

.section-beaute-clean__wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  width: 100%;
}

.section-beaute-clean__wrapper .icon {
  width: fit-content;
  text-align: right;
  font-size: 0px !important;
}

.section-beaute-clean__wrapper .title {
    width: 15%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 40px 0px 0px;
}


.section-beaute-clean__wrapper .text {
  width: 65%;
  text-align: justify;
}

.section-beaute-clean__wrapper .title > * {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.section-beaute-clean__wrapper .text > * {
  margin: 0;
  font-size: 18px;
}
.section-beaute-clean:after {
  content: "";
  width: 300px;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  background: url("/cdn/shop/t/11/assets/biolina-newsletter.png");
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
}

#Banner-template--15979184816294__3a8881db-23f6-425e-b698-002965aa0542 .banner__text.typeset > p > a {
  color: #fff !important
}
.article-template__comment-button > button.button {
      text-transform: capitalize;
}
/* end concept */

.parent-quiz-news {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.parent-quiz-news > div {
    max-width: 32% !important;
}



/* related products blog */
.related-products-blog {
    max-width: var(--page-width);
    margin: 3rem auto;
    display: none
}
.place-related-product-here .related-products-blog {
  display: block
}

.related-products-blog .list-products {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0;
    column-gap: 2rem;
}

.related-products-blog img.motion-reduce {
    width: 100%;
    height: 100%;
    position: relative;
}
.related-products-blog .list-products .product {width: 33.33%}
.related-products-blog .list-products button.button.button--small.button--soldout {
    position: absolute;
    transform: translateY(calc(-100% - 4.2rem));
    margin-top: 0;
    width: calc(100% - 6rem);
    max-width: 22rem;
    min-width: auto;
    box-shadow: none;
    color: #fff!important;
}
.contact__list li:nth-child(2) a:hover {
  text-decoration: revert;
}
#perfect-product-finder .sc-bdvvaa.sc-gsDJrp.iKIayp.iRbaNk {
  background: green
}
.blog-articles__article.article.grid__item--quiz--btn>a:hover {
    background: #fff;
    color: #aabcaa;
    transition: .3s;
}
.slider-products-promo .item-product {
  width: 100% !important;
  max-width: 100% !important
}
.slider-products-promo  .owl-nav {
  position: absolute;
    top: -40px;
    right: 0;
}
.slider-products-promo .slider-button {
  background-color: transparent !important;
}
*/
#Newsletter-success--template--15979184390310__main {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.badge.badge--soldout {
  display:none
}


.card+.card-information {
    padding-top: 1.2rem;
    display: flex;
    justify-content: center;
}
.card__badge {
    display: flex;
    flex-direction: column;
    grid-row-gap: 1rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 1;
    max-width: 50%;
}

.card-wrapper {
    color: inherit;
    display: block;
    position: relative;
    text-decoration: none;
}
@media screen and (min-width: 750px) {
    .card__badge {
       left: -1rem;
    }
    .card-information__button {
        transform: translateY(calc(-100% - 4.2rem));
        width: calc(100% - 6rem);
        max-width: 22rem;
    }
    .card-information__button .button {
        display: flex;
        min-width: auto;
        width: 100%;
        box-shadow: none;
        border-radius: min(var(--button-radius),0.8rem);
        transform: translateY(4.1rem);
        transition: color var(--duration-long) ease,transform var(--duration-default) ease;
    }
    .card-information__button .button:not(.loading) {
        pointer-events: visible;
    }
}
.card--product+.card-information>*+* {
    margin-top: 0;
}
.card-article-info {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width: 990px) {
    .card-information__text {
      display: inline;
      background-image: linear-gradient(to top,rgb(var(--color-border)) 0,rgb(var(--color-border)) 0),linear-gradient(to top,transparent 0,transparent 0);
      background-repeat: no-repeat;
      background-position: right bottom;
      background-size: 0 0.1rem,100% 0.1rem;
      transition: background-size var(--duration-default) ease;
  }
}

.card-information__wrapper>*:not(.visually-hidden:first-child)+* {
    margin-top: 0.6rem;
}
.card-information__wrapper>*:not(.visually-hidden:first-child)+* {
    margin-top: 0.6rem;
}
.card-information__wrapper>*:not(.visually-hidden:first-child)+* {
    margin-top: 0.6rem;
}
.card-information__wrapper {
    width: 100%;
    line-height: calc(1 + .4 / var(--font-body-scale));
}
.card-information__button {
    pointer-events: inherit;
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 1;
    white-space: nowrap;
    height: 4rem;
    margin-top: 0;
    overflow: hidden;
    transform: translateY(calc(-100% - 3.2rem));
    width: calc(100% - 4rem);
}
.card-wrapper:hover .card-information__button .button {
    transform: translateY(0);
}
.product__media-wrapper product-gallery {
  overflow: visible !important
}
#shopify-section-header > sticky-header > header > nav > ul > li:nth-child(8) {
  display: none
}
#shopify-product-reviews .spr-reviews .spr-review {
    display: none;
  border-top: 0;
  padding-top: 4rem !important;
}
#shopify-product-reviews .spr-reviews .spr-review.active  {
    display: block
}
.navigationButtonsParent {
    display: flex;
    justify-content: flex-end;
    column-gap: 1rem;
}
.dotsButtonsParent {
    display: flex;
    column-gap: 1rem;
/*     padding: 0 17rem; */
    width: fit-content;
    top:-20px;
    position: relative;
  margin-left: 25rem;
}

.dotsButtonsParent .dot {   
  width: 15px;
    position: relative;
    border: 1px solid var(--color-badge-border);
    background: transparent;
    height: 5px;
    border-radius: 0%;
    display: block;
}
.dotsButtonsParent .dot.active {
    background: #aabcaa !important;
}
.navigationButtonsParent {
  display: none
}
h3.spr-review-header-title {
    text-transform: uppercase;
}
.spr-review-header-byline strong:first-child {
    text-transform: uppercase;
    font-weight: bold !important;
}
.blog-articles__article.article.grid__item--newsletter #contact_form h3 {
      color: #fff !important;
    display: flex;
    justify-content: center;
}
@media(max-width: 4325px) {
  .section-beaute-clean:after {
    display: none
  }
  .section-beaute-clean__wrapper {
        width: 90%;
    margin: auto;
    left: 0;
  }
}
.section-beaute-clean__wrapper {
max-width: 1000px;
}
@media(min-width: 1325px) and (max-width: 1540px) {
  .section-beaute-clean:after {
    right: 0
  }
  .section-beaute-clean__wrapper {
        left: 0;
    width: 100%;
    
    margin: auto;
  }
}
@media(min-width: 991px) {
  #shopify-product-reviews .spr-reviews .spr-review {
    height: 200px;
  }
}
/* responsive */
@media(max-width: 768px) {
  .slider-mobile-gutter .card-information .badge.badge--onsale{
      display: none;
  }
  .product-recommendations .title-wrapper .title {
      padding-bottom: 8px;
  }
  
  .section-beaute-clean__wrapper {
      width: 100%;
      left: 0;
  }
  .slider-mobile-gutter .card-information .card__badge {
    top: 1rem !important;
    left: 1rem !important
  }
  .badge {
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem;
  }
  
  .section-beaute-clean__wrapper > div {
      flex-direction: column;
  }
  
  .section-beaute-clean:after {
      display: none;
  }
  .section-beaute-clean__wrapper .title {
      width: 100%;
      margin: 0 0 2rem;
  }
  .section-beaute-clean__wrapper .icon {
      width: 100%;
      text-align: center;
      font-size:0px !important 
  }
  .banner__box.center.mobile-right h2 {
    text-align: left
  }
  .section-beaute-clean__wrapper .text {
      width: 90%;
    text-align: center
  }
  #Banner-template--15979184980134__map {
    overflow: hidden
  }
  .banner__media > iframe {
      height: calc(100% + 137px);
      border: 0;
      width: 100%;
      margin-top: -137px;
  }
  .related-products-blog .list-products {
    flex-direction: column;
    row-gap: 5rem;
  }
  .related-products-blog .list-products .product {
    width: 100%
  }
  .parent-quiz-news > div {
      width: 100%;
      max-width: 100% !important;
  }
  .parent-quiz-news {
    flex-direction: column
  }
  .blog-articles__article.article.grid__item--newsletter--title {
      width: 82%;
  }
  #Banner-template--15979184816294__reveal-banner .media .image-fit {
    object-position: left;
  }
  .newsletter.center.mobile-center:after {
    display: none
  }
  .newsletter__wrapper {
    padding: 12rem 2rem 5rem 2rem !important;
  }
  div.slideshow__text {
    width: 305px !important;
  }
  .slideshow__heading {
    width: 305px !important;
    font-size: 2.5rem !important;
    margin-top:50px !important
  }
}




/* Changement Abderrahmane */

/* Standard style  */

.d-none-style {
  display: none !important;
}

.d-flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-flex-center-between {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
}

.text-italic {
  font-style: italic !important;
}

.font-weight-bold-style {
  font-weight: bold !important;
}

.color-grey {
  color: #505050 !important;
}

.button-custom {
  border: var(--button-border-width) solid #fff !important;
  color: #fff !important;
  background: #aabcaa !important;
  /* border-radius: 10px; */
}

.button-custom:hover {
  border: var(--button-border-width) solid #aabcaa !important;
  color: #fff !important;
  background: #fff !important;
}

/* Standard style  */

.facet-checkbox {
  line-height: 1.3 !important;
}

#FacetFiltersForm {
  column-gap: 0rem !important;
}


#FacetFiltersForm .facets__wrapper {
  justify-content: flex-end;
}

#FacetFiltersForm .product-count {
  display: none;
}

.login-return,
.register-return {
  display: none !important;
}

.customer.login,
.customer.register,
.customer.account {
  border: 2px solid #AABDAA;
  margin: 100px auto !important;
}


cart-items.page-width{
  border-left: 2px solid #AABDAA;
  border-right: 2px solid #AABDAA;
  border-top: 2px solid #AABDAA;
  margin: 0 50px 50px 50px auto !important;
}
#main-cart-footer{
  border-left: 2px solid #AABDAA;
  border-right: 2px solid #AABDAA;
  border-bottom: 2px solid #AABDAA;
}

.customer.login,
.customer.login input,
.customer.register,
.customer.register input,
.customer.reset-password,
.customer.reset-password input,
.customer.addresses,
.customer.addresses input,
.customer.addresses select,
.customer.addresses h2 {
  text-align: center !important;
}

.customer.login a.link {
  width: auto !important;
}

.form__message.errors {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: none !important;
  box-shadow: none !important;
  ;
  outline: none !important;
  ;
}

.customer form {
  margin-top: 3rem !important;
}

.receiveNewsletter_detail {
  font-size: 12px;
  margin: 0;
}

.customer.account .account-header,
cart-items .title-wrapper {
  display: flex;
  justify-content: center;
}

.customer.account h1,
cart-items .title-wrapper h1 {
  font-size: 2.5rem;
  flex: 1;
  text-align: center;
  margin-left: 100px !important;
  font-weight: bold;
  color: #505050;
}

cart-items .title-wrapper .customer.account p.typeset {
  text-align: end;
  margin-left: auto;
}

.customer.account .grid__item.grid__item--one-quarter.one-quarter-no-orders{
  text-align: center;
}
.customer.account .grid__item.grid__item--one-quarter.one-quarter-orders{
  text-align: left;
  margin-left: 100px;
}

.customer.account .grid__item.grid__item--three-quarter .no_orders_h2 {
  margin-left: 28px;
}

.customer.addresses .EditFormButton_Adresse,
.customer.addresses .EditFormButton_DeleteAdresse,
.customer.addresses .h2_infoAdresseH2,
/* .customer.addresses #blockInfoAdresse p:first-of-type, */
.customer.addresses .adresseTitleHeader,
.customer.addresses #AddAddress {
  display: none;
}

.customer.addresses li[data-address] {
  padding-top: 0 !important;
}



/* .cart-drawer .mini-cart:not(.is-empty) {
  height: auto !important;
} */
.cart-drawer {
  /*display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  height: calc(var(--viewport-height, 100vh) )!important;*/
}
.cart-drawer .mini-cart:not(.is-empty) {
     height: auto !important; 
}
.cart-drawer .mini-cart {
     height: auto !important; 
}
.cart-drawer .mini-cart__main{
  overflow: hidden;
}

.mini-cart__footer .button-container button {
  /* margin: 0 5px; */
}

.subtotal h2.label,
.totals .totals__subtotal,
.totals .totals__subtotal-value {
  font-family: var(--font-heading-family);
  font-size: calc(var(--font-heading-scale) * 2rem);
  text-transform: uppercase;
}

/* .mini-cart__footer .taxes-discounts {
  width: 50%;
} */

.quantity__button::after {
  background-color: #aabcaa !important;
}

.tax-note.caption-large.rte {
  text-align: start !important;
}
.first-block-footer{
  position: relative;
  width: 35% !important;
}
.first-block-footer .footer-image {
  position: absolute;
  top: -110%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* height: 50%; */
  /* z-index: -1; */
}
.first-block-footer .footer-other-content{
  margin-top: 10rem;
}
.first-block-footer p {
  font-size: 1.8rem;
  font-style: italic;
  text-align: center;
}
.first-block-footer img{
  width: 180px;
  /* position: absolute;
  left: 200px;
  bottom: 370px; */
}
.link-with-icon .icon {
  width: 2.8rem !important;
  height: 2.8rem !important;
  border-radius: 3px !important;
}
.list-social {
  display: flex;
  justify-content: center !important;
}
.footer.footer--border-top{
  background: rgb(170,188,170);
  background: linear-gradient(90deg, rgba(170,188,170,1) 0%, rgba(186,205,186,1) 25%, rgba(198,218,198,1) 50%, rgba(186,205,186,1) 75%, rgba(170,188,170,1)100%);
}
.footer.footer--border-top, 
.footer.footer--border-top a,
.footer.footer--border-top h2{
  color: #fff !important;
}
footer.footer{
  border: none !important;
}
.accordion.footer-block--newsletter h3{
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 3rem;
  color: #fff;
}
.accordion.footer-block--newsletter p{
  margin-top: 10px;
}
.accordion.footer-block--newsletter p{
  font-size: 1.5rem;
  color: #fff;
}
.accordion.footer-block--newsletter form-state .field input{
  background: #fff;
  padding-left: 6rem;
}

@media screen and (min-width: 750px) and (max-width: 989px){
  .accordion.footer-block--newsletter form-state .field input{
    padding-left: 90px;
  }
}
.accordion.footer-block--newsletter form-state .field button{
  height: 4.5rem;
}
.button--tertiary:hover{
  color: #aabcaa !important;
}
quick-view .product-link__button.product__accordion.accordion{
  border: none !important;
}
quick-view .product-link__button .accordion__title {
    font-weight: 600 !important;
    text-decoration: underline !important;
}
.customer.login h1#login,
.customer.login h1#recover,
.customer.register h1.h2,
.customer.reset-password h1.h2{
  font-weight: bold;
  font-size: 2rem;
  color: #707070;
} 
:is(.login) .typeset,
.customer.register p.typeset {
  font-size: 1.7rem !important;
  font-weight: bold;
  color: #909090;
}
.mini-cart__navigation .delete-product:after, .cart-count-bubble {
  background-color: #aabcaa !important;
}
.pagination__list {
  justify-content: end !important;
}
.addresses [aria-expanded=true]~div[id] h2 {
  padding-top: 0 !important;
  border-top: 0 !important;
}
.customer.addresses  {
  margin: 0 auto;
  max-width: 100rem !important;
}
.customer.addresses  li[data-address] {
  padding: 3rem 6rem !important;
}

.form__message.warning
 {
  color: #fff;
  margin-top: 3rem !important;
  font-size: 1.2rem !important;
  /* font-weight: bold; */
}
.form__message.success
 {
  color: #fff;
  margin-top: 1.5rem !important;
  font-size: 1.2rem !important;
  /* font-weight: bold; */
}

/* // input checkbox & radio button Style --START  */

.facet-checkbox .icon:after,
.mobile-facets__label .icon:after{
  background-color: #aabcaa !important;
}
.facet-checkbox .icon-radio,
.mobile-facets__label .icon-radio {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-inline-end: 1.2rem;
  position: relative;
  border: 1px solid rgb(var(--color-border));
}
.facet-checkbox .icon-radio::after,
.mobile-facets__label .icon-radio::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #aabcaa;
  visibility: hidden;
  opacity: 0;
  transition-property: opacity,visibility;
  transition-timing-function: ease;
  transition-duration: var(--duration-short);
}
.facet-checkbox input[type=radio],
.mobile-facets__label input[type=radio] {
  position: absolute;
  opacity: 1;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.7rem;
  left: 0.8rem;
  z-index: -1;
  appearance: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.facet-checkbox > input[type='radio']:checked ~ .icon-radio::after,
.mobile-facets__label > input[type='radio']:checked ~ .icon-radio::after {
  visibility: visible;
  opacity: 1;
}

/* // input checkbox & radio button Style --END  */



/* // input checkbox of receiveNewsletter Style --START  */


.customer.register #marketing:checked {
  background-color: #aabcaa !important;
}

.customer.register #marketing:checked::after {
  content: "✔";
  /* padding-bottom: 20px; */
  font-size: 10px;
  display: block;
  width: 13px;
  height: 13px;
  background-color: #aabcaa;
  margin: 0px;
  color: #fff;
}

/* .customer.register #marketing_label .icon:after{
  background-color: #aabcaa !important;
}
.customer.register #marketing_label .icon {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-inline-end: 1.2rem;
  position: relative;
  border: 1px solid rgb(var(--color-border));
}
.customer.register #marketing_label .icon::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #aabcaa;
  visibility: hidden;
  opacity: 0;
  transition-property: opacity,visibility;
  transition-timing-function: ease;
  transition-duration: var(--duration-short);
}
.customer.register #marketing_label input {
  position: absolute;
  opacity: 1;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.7rem;
  left: 0.8rem;
  z-index: -1;
  appearance: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.customer.register #marketing_label input > input:checked ~ .icon::after {
  visibility: visible;
  opacity: 1;
} */

/* // input checkbox of receiveNewsletter Style --END  */



#newsletter_span_loading_top , #newsletter_span_loading_footer{
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  /* display: flex !important; */
  justify-content: space-around;
  width: 100%;
}
.newsletter__wrapper .newsletter-form__field-wrapper .field>button{
  border: 1px solid #fff !important;
}
#shopify-section-footer {
  display: flex !important;
  flex-direction: column;
}
.footer__content-right {
  padding-bottom: 30px !important;
}
.form__message.from_message_custom_class_footer{
  font-size: 1.2rem !important;
}
footer #submitNewsLatter_btn_footer{
  border: 1px solid #fff;
  padding: 2.15rem 1.5rem !important;
}
footer #newsletter_span_save_footer{
    height: 20px;
    width: 30px;
    background-image: url(biolina-newsletter-email.png);
    background-size: cover;
    background-repeat: no-repeat;
}
:is(.login) .typeset a {
  font-size: 1.8rem !important;
}
cart-drawer mini-cart{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
cart-drawer .mini-cart__empty{
  margin-top: 100%
}
.menu-drawer__utility-links a svg{
  color: white !important;
}
.menu-drawer__menu.list-menu span:not(.menu-drawer__menu-item--active) svg{
  color: #aabcaa !important;
}
.customer.account h2{
  font-size: calc(var(--font-heading-scale) * 2.2rem) !important;
  font-weight: 400;
}
.mini-cart__empty-text{
  font-size: calc(var(--font-heading-scale) * 1.7rem) !important;
}
.price-range__track{
    background-image: #aabcaa !important;
    height: 0.3rem !important;
}
.price-range__thumbs:before {
  background-color: #aabcaa !important;
}
.menu-drawer__menu, .menu-drawer__inner-submenu .menu-drawer__menu{
  padding-inline-start: 0 !important;
}
.menu-drawer__menu li span, .menu-drawer__menu li a{
  padding-inline-start: 3rem !important;
}
.menu-drawer__inner-submenu .menu-drawer__menu li a.menu-drawer__menu-item.list-menu__item focus-inset{
  padding-inline-start: 4.5rem !important;
}
.menu-drawer__menu-item--active{
  background-color: #aabcaa;
  color: #fff !important;
}

.footer__content-right {
  width: 25% !important;
  border: 1px solid #fff;
  padding: 30px;
  text-align: center;
}
.product__inventory .accent-3:after {
  background: linear-gradient(325deg,#006fbb 0,#5dd366 100%) !important;
}
.price-range__track-wrapper {
  margin-inline-start: 0 !important;
}
.customer.login a.link:hover{
  text-decoration: underline !important;
  text-underline-offset: 6px !important;
  background-color: transparent !important;
  background-image: none !important;
  background-repeat: repeat !important;
  background-position: 0% 0% !important;
  background-size: auto auto !important;
  transition-property: all !important;
  transition-timing-function: ease !important;
  transition-duration: 0s !important;
} 
.customer.addresses,
.customer.account,
.customer.register,
.customer.login{
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.customer.login .cancelLink{
  text-decoration: none !important;
}
.livraison-product p{
  padding-top: 10px;
}
li[data-address] {
  border: 0.2rem solid #aabcaa !important;
}
.shopify-section.section:has(cart-items.page-width){
  margin-top: 100px;
}
.cart__footer-wrapper{
  margin-top: 0 !important;
}

*:focus-visible {
  outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}
.mobile-facets__wrapper .facets__count-bubble{
  display: none !important;
}
@media screen and (min-width: 989px) and (max-width: 1320px) {
  
  .customer.account {
    margin: 50px 10px !important;
  }
  
  #main-cart-footer,cart-items.page-width{
    margin: 0 12px;
  }
}
@media screen and (min-width: 990px){
  .footer__content-left{
    width: 75% !important;
  }
  .footer__content-right {
    width: 25% !important;
  }
  .accordion-left{
    width: 16.66% !important;
  }
  .blog-articles__article_item{
    width: 50%;
  }
  
}
@media screen and (min-width: 750px) {
  .section-template--15979184652454__main-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer.footer--border-top h2{
    font-size: 1.8rem;
    font-weight: bold;
  }
  footer .grid__item {
    max-width: 100% !important;
  }
  .grid__item--one-quarter {
    max-width: 30% !important;
  }
  .grid__item--three-quarter {
    max-width: 70% !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 1200px) {
  .accordion.footer-block--newsletter h3{
    padding-top: 20px;
  }
  footer #ContactFooter{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .footer__content-right {
    width: 100% !important;
    text-align: center;
  }
  .footer__content-left{
    width: 100% !important;
  }
  .footer__content-left .first-block-footer{
    width: 35% !important;
  }
  .footer__content-left footer-accordion{
    width: 16.66% !important;
  }
  /* .customer.login, .customer.register, .customer.account { */
  .customer.account {
      margin: 50px 10px !important;
  }
  .grid__item--one-quarter {
    max-width: 100% !important;
  }
  .grid__item--three-quarter {
    max-width: 100% !important;
  }
  .customer.account .button {
    margin: 0; 
    margin-inline-end: 0; 
  }
  .customer.account td {
    padding-inline-end: 0.2rem;
  }
  .customer.account .grid__item.grid__item--one-quarter.one-quarter-orders {
    text-align: center;
    margin-left: 0;
  }
  /* #shopify-section-template--15979184423078__cart-items{
    margin: 0 10px;
  } */
  #main-cart-footer,cart-items.page-width{
    margin: 0 12px;
  }
  .customer.account .grid__item.grid__item--three-quarter .no_orders_h2{
    margin-left: 0;
  }
  .customer.account h1,
  cart-items .title-wrapper h1 {
    margin-left: 110px !important;
  }
  .customer.account{
    text-align: center;
  }

}
@media screen and (max-width: 749px){
  .footer.footer--border-top{
    background: rgb(170,188,170);
    background: linear-gradient(90deg, rgba(170,188,170,1) 0%, rgba(186,205,186,1) 25%, rgba(198,218,198,1) 50%, rgba(186,205,186,1) 75%, rgba(170,188,170,1)100%);
  }
  .first-block-footer {
    width: 100% !important;
  }
  .first-block-footer .footer-image {
    top: -200%;
  }
  .first-block-footer img {
    width: 100px;
  }
  footer .grid__item.footer__content-right{
    display: none;
  }
  footer .first-block-footer{
    margin-bottom: 2rem;
  }
  #shopify-section-footer lazy-image{
    background-color: #000;
  }
  #shopify-section-footer lazy-image img{
    opacity: 0.8;
  }
  footer footer-accordion h2{
    font-weight: bold;
    font-size: 1.5rem;
  }
  .customer.login h1#login,
  .customer.login h1#recover,
  .customer.register h1.h2,
  .customer.reset-password h1.h2{
    font-size: 1.7rem;
  } 
  .customer.login a,
  .customer.register a{
    text-decoration: underline;
    
  } 
  .customer.login, .customer.register, .customer.account {
    margin: 50px 10px !important;
  }
  .customer.account .grid__item.grid__item--one-quarter.one-quarter-orders {
    text-align: center;
    margin-left: 0;
  }
  .customer.account .account-header,
  cart-items .title-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .customer.account h1,
  cart-items .title-wrapper h1 {
    font-size: 2.5rem;
  }
  :is(.login) .typeset, .customer.register p.typeset {
    font-size: 1.2rem !important;
  }
  /* #shopify-section-template--15979184423078__cart-items , #shopify-section-template--15979184423078__cart-footer{
    margin: 0 10px;
  } */
  /* #shopify-section-template--15979184423078__cart-footer{
    margin: -2px !important;
  } */
  
  #main-cart-footer,cart-items.page-width{
    margin: 0 12px;
  }
  .customer.account h1, cart-items .title-wrapper h1 {
    margin-left: 0;
  }
  .customer.account h2{
    font-size: calc(var(--font-heading-scale) * 1.7rem) !important;
    font-weight:400
  }
  .customer.account h1,
  cart-items .title-wrapper h1 {
    margin-left: 0 !important;
  }
  .customer.account .grid__item.grid__item--three-quarter .no_orders_h2{
    margin-left: 0;
  }
  .customer.account{
    text-align: center;
  }
  #ProductGridContainer .grid--2-col .grid__item {
    width: 50%;
    max-width: 50%;
  }
}




/*------button color------*/

.section-template--15979184816294__image-with-text-1-padding a {
  background: #aabcaa !important;
  color: #fff !important;
}
.section-template--15979184816294__image-with-text-1-padding a:hover {
  color: #aabcaa !important;
}
.section-template--15979184816294__image-with-text-1-padding .button::after {
  background: #fff !important;
  color: #aabcaa !important;
}
/*------------*/
.section-template--15979184980134__form-padding button {
  background: #aabcaa !important;
  color: #fff !important;
}
.section-template--15979184980134__form-padding button:hover {
  color: #aabcaa !important;
}
.section-template--15979184980134__form-padding .button::after {
  background: #fff !important;
  color: #aabcaa !important;
}
/*------------*/
.section-template--15979184980134__map-padding a {
  background: #aabcaa !important;
  color: #fff !important;
}
.section-template--15979184980134__map-padding a:hover {
  color: #aabcaa !important;
}
.section-template--15979184980134__map-padding .button::after {
  background: #fff !important;
  color: #aabcaa !important;
}
/*------------*/
.comment-form button {
  background: #aabcaa !important;
  color: #fff !important;
}
.comment-form button:hover {
  color: #aabcaa !important;
}
.comment-form .button::after {
  background: #fff !important;
  color: #aabcaa !important;
}

/*-----end button color-------*/

#shopify-section-template--15979185045670__e91d19cf-478f-4a6b-9101-6c08b6470fa1 > div {
  position: relative;
  display: block;
  background: #fff;
  z-index: 9;
  padding-bottom: 4rem
}



