/** Shopify CDN: Minification failed

Line 89:8 Expected ":"

**/
/*CUSTOMNET edits*/
:root {
  --font-heading-family: "bely-display", sans-serif;
  --font-body-family: "priori-sans", sans-serif;
  --font-navigation-family: "priori-sans", sans-serif;
  --font-button-family: "priori-sans", sans-serif;
  --font-price-family: "priori-sans", sans-serif;
}

h3,
h4,
h5,
.h3,
.h4,
.h5 {
  font-family: var(--font-body-family);
}
/*Typo font sizes*/
h1,
.h1 {
  font-size: 50px;
  line-height: 61px;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
/*Blocchi immagine/testo */
@media screen and (max-width: 749px) {
  .image-with-text__grid .grid__item:first-child {
    order: 2;
  }
  .image-with-text__grid .grid__item:last-child {
    order: 1;
  }

  /*Reveal banner animato*/
  .banner-section--reveal .banner-wrapper .banner--reveal {
    display: flex;
    flex-direction: column-reverse;
  }
  .banner-section--reveal .banner-wrapper .banner--reveal .banner__slide {
    width: 100%;
  }
}

/*Container mobile title and collection*/
.product_meta_info_mobile {
  display: none;
}
@media screen and (max-width: 749px) {
  .product_meta_info_mobile {
    display: flex;
    flex-direction: column;
  }
}
/*Product title and collection*/
.product__heading.mobile_title,
.product__text.mobile_collection {
  display: none;
}
.product__text.collection_link a {
  color: #154734;
  text-decoration: none;
}
@media screen and (max-width: 749px) {
  .product__heading.desktop_title,
  .product__text.desktop_collection {
    display: none;
  }
  .product__heading.mobile_title,
  .product__text.mobile_collection {
    display: block;
  }
}

/*button*/
button.button:hover {
  background: #BBC592 !important;
  color: #154734;
  border
}

.button:hover {
  background: #BBC592 !important;
  color: #154734;
}

/*Collection Hero*/
.collection-hero--with-image .collection-hero__inner .collection-hero__title {
  margin-bottom: 10rem;
}
.collection-hero--with-image
  .collection-hero__inner
  .collection-hero__subtitle {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 100%;
  margin-bottom: 4rem;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .collection-hero--with-image .collection-hero__inner .collection-hero__title {
    margin-bottom: 6rem;
  }
  .collection-hero--with-image
    .collection-hero__inner
    .collection-hero__subtitle {
    line-height: 20px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 3rem;
  }
}

/*Announcement bar*/
.announcement-slider__slide .announcement-text {
  font-weight: bold;
  letter-spacing: 0.36px;
}

/*Product page accordion*/
accordion-tab.accordion {
  display: none;
}
@media screen and (max-width: 767px) {
  accordion-tab.accordion {
    display: block;
  }
}

/*Product page popup*/
.product__info-wrapper
  .product-popup-modal__opener
  .product-popup-modal__button {
  width: 100%;
  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: var(--button-border-width) solid rgb(var(--color-button-border));
  color: rgb(var(--color-button-border));
  background-color: transparent;
  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, background-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);
}
.product__info-wrapper
  .product-popup-modal__opener
  .product-popup-modal__button
  .label {
  width: 100%;
  border-bottom: 0px;
  background: none;
}
.product__info-wrapper
  .product-popup-modal__opener
  .product-popup-modal__button:hover {
  background: #154734 !important;
  color: #fff;
  box-shadow: none;
  transition-delay: var(--duration-default);
}
.product__info-wrapper
  .product-popup-modal__opener
  .product-popup-modal__button:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transform: skew(-15deg);
  background-image: linear-gradient(
    90deg,
    transparent,
    rgba(var(--color-button-border), 0.25),
    transparent
  );
}
.product__info-wrapper
  .product-popup-modal__opener
  .product-popup-modal__button:hover:after {
  animation: shine var(--duration-animate) ease;
}

/*Product store estero*/
.store_estero .button {
  width: 100%;
  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: var(--button-border-width) solid rgb(var(--color-button-border));
  color: rgb(var(--color-button-border));
  background-color: transparent;
  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, background-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);
}
.store_estero .button:hover {
  background: #154734 !important;
  color: #fff;
  box-shadow: none;
  transition-delay: var(--duration-default);
}
.store_estero .button:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transform: skew(-15deg);
  background-image: linear-gradient(
    90deg,
    transparent,
    rgba(var(--color-button-border), 0.25),
    transparent
  );
}
.store_estero .button:hover:after {
  animation: shine var(--duration-animate) ease;
}

/*Bottone in hero*/
.banner__content.banner__content--middle-center a.button {
  letter-spacing: 0.45px;
}
@media screen and (min-width: 750px) {
  .banner__content.banner__content--middle-center {
    align-items: flex-end;
  }
}

a.button {
  letter-spacing: 0.45px;
}

/*Menu border bottom*/
.is-megamenu > .list-menu-dropdown {
  border-top: 1px solid white;
}
.shopify-section-header .header {
  padding-bottom: 0px;
}

nav .list-menu a.header__menu-item span.label {
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.48px;
}
body
  .shopify-section-header:not(.shopify-section-header-sticky)
  .header-transparent
  .header__menu-item--top:hover {
  color: white;
}

sticky-header.header-transparent {
  background: rgba(0, 0, 0, 0.15);
}

.mega-menu__item .mega-menu__item-link .header__menu-item {
  color: #bbc592;
  letter-spacing: 0.48px;
  font-weight: normal;
}

/*Product card*/
.card-information__wrapper .card-information__top .card-article-info {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #bbc592;
}
.card-information__wrapper a.card-information__text {
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #1c1c1c;
  font-weight: bold;
}
.card-information__wrapper .price span {
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #1c1c1c;
  font-weight: bold;
  color: #154734;
}

/*Rich text block*/
.rich-text .rich-text__blocks .rich-text__heading {
  font-size: 22px;
  font-weight: bold;
  font-family: var(--font-body-family);
  color: #154734;
}
.rich-text .rich-text__blocks .rich-text__text {
  max-width: 840px;
  width: 100%;
}
.rich-text .rich-text__blocks .rich-text__text p {
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 24px;
}
.rich-text .rich-text__blocks > * + * {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .rich-text .rich-text__blocks .rich-text__heading {
    font-size: 18px;
  }
  .rich-text .rich-text__blocks .rich-text__text {
    max-width: 100%;
  }
  .rich-text .rich-text__blocks .rich-text__text p {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 19px;
    color: #1c1c1c;
  }
  .rich-text .rich-text__blocks > * + * {
    margin-top: 11px;
  }
}

/*Blocco animato home*/
.banner-section--reveal .banner__slide .banner__box .banner__heading {
  color: #bbc592;
}
.banner-section--reveal .banner__slide .banner__box .banner__text .pre_text {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  color: white;
  font-weight: bold;
}
.banner-section--reveal .banner__slide .banner__box .banner__text p {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 0px;
}
.banner-section--reveal .banner__slide .banner__box .button:after {
  display: none;
}
.banner-section--reveal .banner__slide .banner__box .button {
  background: transparent;
  border: none;
  padding: 0px;
  width: fit-content;
  justify-content: flex-start;
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 22px;
  transition: all ease-in-out 0.3s;
}
.banner-section--reveal .banner__slide .banner__box .button:hover {
  text-decoration: underline;
  transition: all ease-in-out 0.3s;
}

@media screen and (max-width: 767px) {
  .banner-section--reveal .banner__slide .banner__box .banner__text .pre_text {
    font-size: 17px;
    line-height: 20px;
  }
  .banner-section--reveal .banner__slide .banner__box .banner__text p {
    font-size: 16px;
    line-height: 19px;
  }
  .banner-section--reveal .banner__slide .banner__box .button {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 17px;
  }
}

/*Icons block*/
.guarantees .guarantee__item .guarantee__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.guarantees .guarantee__item .guarantee__icon img {
  width: 100%;
  height: 100%;
}
.guarantees .guarantee__item p.h4 {
  margin-top: 5px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.3px;
  font-weight: bold;
  color: #1c1c1c;
}
.guarantees .guarantee__item .typeset p {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.32px;
}

/*Minicart*/
.mini-cart__inner a.button {
  letter-spacing: 0.45px;
}

/*Blocco testo immagine*/
.image-with-text__grid .image-with-text__content .image-with-text__heading {
}
.image-with-text__grid .image-with-text__content .image-with-text__subheading {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #454545;
}
.image-with-text__grid .image-with-text__content .image-with-text__text {
  margin-top: 0px;
}
.image-with-text__grid .image-with-text__content .image-with-text__text p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 0px;
  color: #454545;
}

/*Gallery block*/
.gallery_block .title {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  font-family: var(--font-body-family);
}

/*Footer*/
footer.footer .footer__content-top .grid {
  row-gap: 0px;
  --grid-horizontal-spacing: 0px;
}
footer.footer .footer__content-top .footer__content-left {
  width: 70%;
  max-width: 70%;
}
footer.footer .footer__content-top .footer__content-right {
  width: 30%;
  max-width: 30%;
}
footer.footer .footer__content-left--alt + .footer__content-right .accordion {
  max-width: 100%;
  width: 100%;
}
footer.footer .footer-block details[open] summary,
footer.footer .footer-block--newsletter details[open] summary {
  margin-bottom: 5px;
}
footer.footer .footer-block details[open] .accordion__title,
footer.footer .footer-block--newsletter details[open] .accordion__title {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.36px;
}
footer.footer .footer-block .footer-block__details-content li a.list-menu__item,
footer.footer .footer-block .footer-block__details-content > p {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.36px;
}

.footer-block__newsletter form.footer__newsletter .field input.field__input {
  padding-inline-start: 0px;
  padding: 8px 0px;
  min-height: unset;
  height: unset;
  border-bottom-color: #bbc592;
}
.footer-block__newsletter .newsletter-form .field:hover .field__input,
.footer-block__newsletter .newsletter-form .field__input:focus,
.footer-block__newsletter .newsletter-form .field__input:focus-visible {
  border-color: #bbc592;
}
.footer-block__newsletter form.footer__newsletter button.button--arrow {
  height: 100%;
}
.footer-block__newsletter form.footer__newsletter button.button--arrow svg {
  width: 25px;
}
.footer-block__newsletter
  form.footer__newsletter
  button.button--arrow
  svg
  path {
  fill: #bbc592;
}
@media screen and (max-width: 768px) {
  footer.footer .footer__content-top .footer__content-left {
    width: 100%;
    max-width: 100%;
  }
  footer.footer .footer__content-top .footer__content-right {
    width: 100%;
    max-width: 100%;
  }
}

.header .search-modal.searching .predictive-search {
  display: block !important;
}

/*Rivenditori popup in product page*/
.product-popup-modal__content-info .store_link_container {
  margin: 0px 0px 20px;
}
.store_link_container a {
  text-decoration: none;
  color: #008060;
  transition: all ease-in-out 0.3s;
  font-size: 30px;
  font-weight: 600;
}
.store_link_container a:hover {
  color: #bbc592;
  transition: all ease-in-out 0.3s;
}
.rivenditori_container {
  display: flex;
  flex-direction: column;
}
.rivenditori_container .rivenditore_item {
  margin-bottom: 20px;
}
.rivenditori_container .rivenditore_item a {
  display: flex;
  width: 100%;
  align-items: center;
  text-decoration: none;
  color: #008060;
  transition: all ease-in-out 0.3s;
  font-size: 16px;
}
.rivenditori_container .rivenditore_item a:hover {
  color: #bbc592;
  transition: all ease-in-out 0.3s;
}
.rivenditori_container .rivenditore_item a .text_content {
  font-size: 20px;
}
.rivenditori_container .rivenditore_item a .img_container {
  max-width: 120px;
  width: 100%;
  margin-right: 35px;
}
.rivenditori_container .rivenditore_item a .img_container img {
  max-width: 100%;
  width: 100%;
}

.list-mega-menu .list-menu-child.list-menu .label {
  font-weight: 300;
}

.list-menu .is-megamenu > .list-menu__item {
  pointer-events: none;
}

.list-menu .is-megamenu > .list-menu__item:hover {
  pointer-events: auto;
}

.facets__list--swatch .color__swatch:before,
.facets__list--swatch .color__swatch:after {
  border-radius: 0% !important;
}

.guarantees .guarantee__item .guarantee__icon {
  width: 100px;
  height: 100px;
}

.guarantee__item svg,
.guarantee__icon img {
  max-width: 5rem !important;
}

/*Product count in collection*/
form#FacetSortFiltersForm {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  align-items: flex-start;
}


/*Prod collection page*/
@media screen and (min-width: 750px) {
  .collection-hero__inner .collection-hero__description {
    max-width: 100%;
  }
}
.section
  .collection-hero--with-image
  .collection-hero__inner
  .collection-hero__description {
  max-width: 100%;
  margin-top: 20px;
}
.collection-hero__inner .collection-hero__description p {
  line-height: 24px;
  letter-spacing: 0.4px;
}

/*Home page featured products*/
.product-grid .grid__item .card-wrapper .card--product .card--image-animate {
  padding-bottom: 90%;
}

/*Bullett point in product*/
.product__info-container .bullet_container {
  margin-top: 0px;
}
.product__info-container .bullet_container p {
  margin-top: 0px;
}
.product__info-container .bullet_container ul {
  margin-top: 0px;
  padding-left: 0px;
  list-style-position: inside;
}
.product__info-container .bullet_container ul {
  line-height: 1.3;
}

/*faq custom css 112024*/
.faq details summary {
  color: #154734 !important;
  text-transform: none !important;
  font-size: 2.3rem !important;
  letter-spacing: 0 !important;
}

.faq details summary .icon {
  color: #154734 !important;
  box-shadow: 0 0 0 0.1rem #154734 !important;
}

.faq details[open] summary .icon {
  background-color: #154734 !important;
}

.faq details[open] summary .icon:before {
  color: white !important;
}

.faq details summary ~ * {
  padding-left: 5rem;
}

@media screen and (max-width: 750px) {
  .faq details summary {
    line-height: 1.17 !important;
  }
}

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

@media screen and (min-width: 750px) {
  .banner__box {
    width: 65% !important;
  }
}

/*Timeline*/
.timeline_container {
  padding: 50px 0px;
}
.timeline_container .page-width .timeline_carousel {
  position: relative;
}
.timeline_container
  .page-width
  .timeline_carousel
  .owl-item
  .timeline_item
  .timeline_content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.timeline_container
  .page-width
  .timeline_carousel
  .owl-item:nth-child(even)
  .timeline_item
  .timeline_content {
  flex-direction: column-reverse;
}
.timeline_container
  .page-width
  .timeline_carousel
  .owl-item:nth-child(even)
  .timeline_item
  .timeline_content
  .image_container {
  margin: 16px auto 0px;
}
.timeline_container
  .page-width
  .timeline_carousel
  .owl-item:nth-child(even)
  .timeline_item
  .timeline_content
  .image_container {
  margin: 16px auto 0px;
}

.timeline_container
  .page-width
  .timeline_carousel
  .timeline_item
  .timeline_content
  .image_container {
  max-width: 210px;
  margin: 0 auto 16px;
}
.timeline_container
  .page-width
  .timeline_carousel
  .timeline_item
  .timeline_content
  .image_container
  img {
  max-width: 100%;
  width: 100%;
}

.timeline_container
  .page-width
  .timeline_carousel
  .timeline_item
  .timeline_content
  .year {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}
.timeline_container
  .page-width
  .timeline_carousel
  .timeline_item
  .timeline_content
  .year
  .icon_timeline {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid #154734;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline_container
  .page-width
  .timeline_carousel
  .timeline_item
  .timeline_content
  .year
  .icon_timeline
  span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.timeline_container
  .page-width
  .timeline_carousel
  .timeline_item
  .timeline_content
  .year
  p {
  font-size: 22px;
  font-family: var(--font-heading-family);
  margin-bottom: 0px;
  margin-top: 10px;
  color: #154734;
  text-align: center;
  letter-spacing: 0.44px;
}
.timeline_container
  .page-width
  .timeline_carousel
  .timeline_item
  .timeline_content
  .text {
  border-top: 1px solid #bbc592;
  padding-bottom: 10px;
}
.timeline_container
  .page-width
  .timeline_carousel
  .timeline_item
  .timeline_content
  .text
  p {
  text-align: center;
  color: #454545;
  font-size: 16px;
  font-family: var(--font-body-family);
  line-height: 19px;
}

.timeline_container .page-width .timeline_carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.timeline_container .page-width .timeline_carousel .owl-nav button {
  font-size: 50px;
  line-height: 0;
  color: #154734;
}
.timeline_container .page-width .timeline_carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -10px;
}
.timeline_container .page-width .timeline_carousel .owl-nav button.owl-next {
  position: absolute;
  right: -10px;
}

/*No boxed rich text*/
.page-width.no_boxed_container {
  padding: 0px;
  max-width: 100%;
}
.page-width .rich-text .rich-text__heading.custom_font {
  font-family: var(--font-heading-family);
  font-size: 26px;
  line-height: 32px;
  max-width: 904px;
  width: 100%;
  margin: 0 auto;
}
.page-width .rich-text .rich-text__blocks .rich-text__text.full_rich_text {
  max-width: 100%;
}
@media screen and (min-width: 750px) {
  .page-width.no_boxed_container .rich-text--colored {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
  }
}

/*Custom collections list*/
.collection-list__item.grid__item
  a.card-wrapper:hover
  .card__text.card__text-spacing.custom_card_text
  h3.h3 {
  background-image: none !important;
  transition: none !important;
}
.collection-list__item.grid__item
  a.card-wrapper:hover
  .card__text.card__text-spacing.custom_card_text
  span.custom_btn {
  text-decoration: underline;
  transition: all ease-in-out 0.3s;
}
.card__text.card__text-spacing.custom_card_text {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card__text.card__text-spacing.custom_card_text h3.h3 {
  font-size: 40px;
  font-family: var(--font-heading-family);
  text-align: center;
  background-image: none !important;
}
.card__text.card__text-spacing.custom_card_text h3.h3.small_text {
  font-size: 20px;
}
.card__text.card__text-spacing.custom_card_text span.custom_btn {
  font-size: 18px;
  letter-spacing: 1.54px;
  font-family: var(--font-body-family);
  transition: all ease-in-out 0.3s;
  text-align: center;
  text-transform: uppercase;
}
.card__text.card__text-spacing.custom_card_text span.custom_btn.small_text {
  font-size: 15px;
}

/*Multicolumn*/
.multicolumn-list.grid {
  --grid-horizontal-spacing: 10rem;
}

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

.multicolumn-card .media-wrapper.no_background {
  background: transparent;
  margin-bottom: 26px;
}
.multicolumn-card .custom_multicolumn_card .card_description {
  font-family: var(--font-heading-family);
  color: #154734;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.36px;
  text-align: center;
  line-height: 40px;
}
.multicolumn-card .custom_multicolumn_card .card_description p {
  margin: 0px;
}
.multicolumn-card .custom_multicolumn_card .card_title {
  font-family: var(--font-heading-family) !important;
  color: #154734;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.64px;
  margin-bottom: 25px;
}
.multicolumn-card .custom_multicolumn_card .card_title h3 {
  font-family: var(--font-heading-family);
  font-size: 25px;
  margin: 0px;
}
.multicolumn-card .custom_multicolumn_card .call_to_action {
  border-top: 1px solid #bbc592;
  padding-top: 20px;
}
.multicolumn-card .custom_multicolumn_card .call_to_action a {
  font-size: 18px;
  letter-spacing: 0.54px;
  text-align: center;
  color: #154734;
  text-transform: uppercase;
  text-decoration: none;
}
.multicolumn-card .custom_multicolumn_card .call_to_action a:hover {
  text-decoration: underline;
}

.card-information a {
  font-weight: 400;
}

.card-information__wrapper a.card-information__text {
  font-weight: 400;
}

.fancybox-is-open .fancybox-stage {
  background: rgba(0, 0, 0, 0.7);
}

.card-information__wrapper .card-information__top .card-article-info {
    color: #154734;
}



/*risorse per la sicurezza*/
.rte a {
  background-image: none !important;
}

/*Mobile menu
.menu-drawer__navigation-container .menu-drawer__submenu > .menu-drawer__inner-submenu > .menu-drawer__topbar{
  flex-direction: column;
  align-items: flex-start;
  padding-inline-start: 2rem;
  border-bottom:0px;
}
.menu-drawer__navigation-container .menu-drawer__submenu > .menu-drawer__inner-submenu > .menu-drawer__topbar > .menu-drawer__menu-item:before{
  display:none;
}
.menu-drawer__navigation-container .menu-drawer__submenu > .menu-drawer__inner-submenu > .menu-drawer__topbar > .menu-drawer__menu-item{
  width: 100%;
  border-bottom: .1rem solid rgb(var(--color-border));
  border-top: .1rem solid rgb(var(--color-border));
  padding: 1rem 0;
}
*/
.menu-drawer__navigation-container
  .menu-drawer__submenu
  > .menu-drawer__inner-submenu
  > .menu-drawer__topbar
  > .menu-drawer__menu-item {
  pointer-events: none;
}
.menu-drawer__navigation-container
  .menu-drawer__submenu
  > .menu-drawer__inner-submenu
  > .menu-drawer__menu
  .menu-drawer__submenu
  .menu-drawer__topbar {
  flex-direction: column;
  align-items: flex-start;
  padding-inline-start: 2rem;
  border-bottom: 0px;
}
.menu-drawer__navigation-container
  .menu-drawer__submenu
  > .menu-drawer__inner-submenu
  > .menu-drawer__menu
  .menu-drawer__submenu
  .menu-drawer__topbar
  > .menu-drawer__menu-item {
  width: 100%;
  border-bottom: 0.1rem solid rgb(var(--color-border));
  border-top: 0.1rem solid rgb(var(--color-border));
  padding: 1rem 0;
}
.menu-drawer__navigation-container
  .menu-drawer__submenu
  > .menu-drawer__inner-submenu
  > .menu-drawer__menu
  .menu-drawer__submenu
  .menu-drawer__topbar
  > .menu-drawer__menu-item:before {
  display: none;
}
.minicart-custom-message {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}

/*Minicart message*/
.minicart-custom-message{
    padding: 0px 2rem;
}
@media screen and (min-width: 750px) {
    .minicart-custom-message {
        padding:0px 3rem;
    }
}

/*Custom language selector styles*/
.custom-language-selector {
  display: none;
}
.custom-language-selector .disclosure__list {
  animation-name: animateHeaderLocalization;
  top: calc(100% + 1rem);
  bottom: auto;
  border: none;
  box-shadow: 0 1rem 2rem rgba(var(--color-header-foreground), .08);
  --color-background: var(--color-header-background);
  --color-link: var(--color-header-foreground);
  min-width: 15rem;
}
.header .custom-language-selector .localization-selector .label,
.header .menu-drawer .custom-language-selector-mobile .localization-selector .label{
  font-size: calc(var(--font-navigation-size) - .0rem)!important;
   background-color:none !important;
}
.header .custom-language-selector .disclosure__link,
.header .custom-language-selector-mobile .disclosure__link {
  text-transform: none!important;
}

.header .menu-drawer .custom-language-selector-mobile .localization-selector.header__icon {
  color: rgb(var(--color-link));
  margin: 0;
}
@media screen and (min-width: 990px) {
    .custom-language-selector {
        display: block;
    }
}
