/** Shopify CDN: Minification failed

Line 575:0 Unexpected "}"
Line 587:0 Unexpected "}"
Line 1102:0 Expected "}" to go with "{"

**/
.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.footer-content *{
  color:#fff;
}
.image-footer-logo{
    display: flex;
    justify-content: center;
    padding: 5rem 3rem;
}
.image-footer-logo img{
  max-width:1200px;
  width:100%;
}
.footer:not(.color-background-1) {
  border-top: none;
}

.footer__content-top {
  padding-bottom: 5rem;
  display: block;
}
.footer__blocks-wrapper {
  grid-template-columns:40% 60%;
}
.footer-block__newsletter{
    display: flex;
    flex-direction: column;
}

.news-head{
      height: -webkit-fill-available;
}

.news-head img{
  object-fit:contain;
}

.footer-details h2{
  margin:0;
  font-size: 10px;
  letter-spacing: 3px;
}
.footer-details ul{
    list-style: none;
    padding: 0;
}

.footer__links li:last-child a{
  border-right: 0;
}

.btn-submit-nl{
  width:100%;
  height:130px;
  background:#fff;
  color:#002d18;
  cursor:pointer;
   transition:all 0.3s;
  border:0;
  border-radius:0;
}

.btn-submit-nl svg{
  transition:all 0.3s;
}

.btn-submit-nl:hover svg{
  margin-left: 10px;
  transition:all 0.3s;
}


.footer-content .btn-submit-nl svg path{
  fill:#002d18;
}

.footer-block-social ul{
  list-style:none;
  padding:0;
}

.footer-block-social ul a{
  padding-right:0;
  padding-left:0;
  gap:5px;
}



.footer__content-bottom{
  padding-bottom:2rem;
  width:100%;
  padding-top: 3rem;
}

.footer__content-bottom:only-child {
  border-top: 0;
}

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
}

.footer__localization:empty + .footer__column--info {
  align-items: flex-start;
}

.footer__column {
  width: 100%;
  align-items: flex-end;
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}


.footer-block:empty {
  display: none;
}

.footer-block--newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 3rem;
}

.footer-block--newsletter:only-child {
  margin-top: 0;
}

.footer-block--newsletter > * {
  flex: 1 1 100%;
}


.footer-block__heading {
  margin-top: 0;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}



.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__list-social.list-social:only-child {
  justify-content: center;
}



.newsletter-form__field-wrapper {
  max-width: 100%;
  display:flex;
      justify-content: space-between;
}

.footer-block__newsletter + .footer__list-social {
  margin-top: 3rem;
}


.footer__localization {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 1rem 1rem 0;
}

.footer__localization:empty {
  display: none;
}

.localization-form {
  display: flex;
  flex-direction: column;
  flex: auto 1 0;
  padding: 1rem;
  margin: 0 auto;
}

.localization-form:only-child {
  display: inline-flex;
  flex-wrap: wrap;
  flex: initial;
  padding: 1rem 0;
}

.localization-form:only-child .button,
.localization-form:only-child .localization-form__select {
  margin: 1rem 1rem 0.5rem;
  flex-grow: 1;
}

.footer__localization h2 {
  margin: 1rem 1rem 0.5rem;
  color: rgba(var(--color-foreground), 0.75);
}

.localization-form .button {
  padding: 1rem;
}

.localization-form__currency {
  display: inline-block;
}

.localization-form__select {
  border-radius: var(--inputs-radius-outset);
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  text-align: left;
  min-height: calc(4rem + var(--inputs-border-width) * 2);
  min-width: calc(7rem + var(--inputs-border-width) * 2);
}

.disclosure__button.localization-form__select {
  padding: calc(2rem + var(--inputs-border-width));
  background: rgb(var(--color-background));
}

noscript .localization-form__select {
  padding-left: 0rem;
}


.localization-form__select .icon-caret {
  position: absolute;
  content: '';
  height: 0.6rem;
  right: calc(var(--inputs-border-width) + 1.5rem);
  top: calc(50% - 0.2rem);
}

.localization-selector.link {
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: rgb(var(--color-foreground));
  width: 100%;
  padding-right: 4rem;
  padding-bottom: 1.5rem;
}

noscript .localization-selector.link {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

.disclosure .localization-form__select {
  padding-top: 1.5rem;
}

.localization-selector option {
  color: #000000;
}

.localization-selector + .disclosure__list-wrapper {
  margin-left: 1rem;
  opacity: 1;
  animation: animateLocalization var(--duration-default) ease;
}

.footer__copyright {
  text-align: center;
  margin-top: 1.5rem;
}

@keyframes appear-down {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.footer-block__details-content {
  margin-bottom: 4rem;
}


.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
}

.footer-block-image > img {
  height: auto;
}

.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

.copyright__content a {
  color: currentColor;
  text-decoration: none;
}

@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}

.footer .disclosure__link {
  padding: 0.95rem 3.5rem 0.95rem 2rem;
  color: rgba(var(--color-foreground), 0.75);
}

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

.footer .disclosure__link--active {
  text-decoration: underline;
}

.footer-reinsurance{
  list-style:none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-evenly;
  padding: 0;
  padding-bottom: 3rem;
  border-bottom: 1px solid #385246;
}


.footer-reinsurance-item {
  line-height:1.2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-weight: 400; 
  color: #fff;
  cursor: pointer;
  position: relative;
  font-size:13px;
}
.footer-reinsurance-item svg{
  margin-bottom:1rem;
}
.modal-svg{
  margin-bottom:1.6rem;
}
.reinsurance-modal{
   display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 250;
    width: 100%;
    height: calc(var(--vh, 1vh)*100);
    opacity:0;
    background-color: rgba(0,0,0,.2);
    transition: opacity .4s ease;
}

.reinsurance-modal:target{
    opacity:1;
  	display: flex;
	pointer-events: auto;
    transition: opacity .4s ease;
}


.delivery-link, .payment-link{
  width:70%;
  text-align:center;
  line-height:1.5;
}

.dialog{
   width: 600px;
    margin: 0 auto;
    background-color:white;
   padding:4rem 6rem 6rem 6rem;
   position:relative;
}
.modal-close {
    color: black;
    position: absolute;
    right: 70px;
    text-align: center;
    top: 30px;
    text-decoration: none;
}

.reinsurance-modal .modal-title{
  color:#292929;
  width:95%;
  padding-bottom:20px;
  border-bottom:1px solid #e5e5e5;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.reinsurance-modal .modal-text{
font-size:14px;
  line-height:1.7;
  color:#292929;
}
.reinsurance-modal .modal-text a{
  text-decoration:underline;
 color:#292929;}


.footer__content-top{
  padding:0;
}

.btn-submit{
  display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    height: 4.4rem;
    min-height: 4.4rem;
    padding: 0 30px;
    border: 1px solid #C8C8C8;
    border-radius: 22px;
    background-color: #fff;
    color: #292929;
    fill: #292929;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
      font-size: 15px;
    line-height: 2.5rem;
  margin-left:2rem;
}
.btn-submit:hover{
    background-color: #292929;
    border-color: #545454;
    color: #fff;
    fill: #fff;
}
.newsletter-input{
  border-radius:22px;
  background-color:white;
}
.newsletter-input:focus {
  border: #545454 dotted 0.1rem;
}
/* .footer-content{
  padding: 4.8rem 0;
} */


.footer-content .btn-submit{
  color:#292929;
  }

.footer-content svg path,
.footer-content svg rect{
  fill:#fff;
}

.footer-block__newsletter h2{
      font-size: 13px;
}

.footer__list-social{
      justify-content: center!important;
    margin-top: 2rem;
}

.store-location{
  margin-top:3.5rem;
}
  .store-location h6{
    font-weight: 800;
    font-size: 10px;
    line-height: 2rem;
    letter-spacing: 1.5px;
    color: #545454;
    margin-bottom: 1.2rem!important;
  }

.find-store-btn{
  display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    height: 4.4rem;
    min-height: 4.4rem;
    padding: 0 30px;
    border: 1px solid #C8C8C8;
    border-radius: 22px;
    background-color: #fff;
    color: #292929;
    fill: #292929;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
      font-size:15px;
    line-height: 2.5rem;
  width:100%;
}

.find-store-btn:hover{
      background-color: #292929;
    border-color: #545454;
    color: #fff;
    fill: #fff;
}

.footer-block-menu h2,
.footer-block__details-content strong{
 font-weight: 800;
 font-size: 10px!important;
 letter-spacing: 3px;
 /* color: #545454; */
 text-transform: uppercase;
}
.footer-block-menu a{
  font-size:13px!important;
}

.footer-block__details-content a{
  text-decoration:none;
  font-size:13px;
}
.footer-block__details-content p{
  font-size:11px;
}
.footer-width{
    padding: 0 5rem ;
}
}
.newsletter-field .field__input {
    padding: 0 7rem 0 3rem!important;
}
.newsletter-field .field__label {
  color: #999999;
  font-size:15px;
}
.methods{
  width: 100%;
  gap:30px;
}
}
.footer__methods  {
  text-align:center;
}
.footer__methods .header-methods{
  font-weight: 800;
    font-size: 10px;
    line-height: 2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
      color: #fff;
}
.footer__methods .list-payment{
  padding-top:1.6rem;
}



.footer-links{
  display:flex;
}
.footer__links{
  display:flex;
  list-style:none;
  gap:30px;
  margin: 10px;
}
.footer__links .simple-link{
  text-decoration:none;
  color: #002d18;
  font-size:13px;
}
.separator{
  padding:0 1rem;
  border-right:1px solid #999999;; 
}

.footer .field__input:focus ~ .field__label,
.footer .field__input:not(:placeholder-shown) ~ .field__label,
.footer .field__input:-webkit-autofill ~ .field__label,
.footer .customer .field input:focus ~ label,
.footer .customer .field input:not(:placeholder-shown) ~ label,
.footer .customer .field input:-webkit-autofill ~ label {
  display:none;
}

.newsletter-width{
  width: 100%;
  position:relative;
}

.reinsurance-banner{
 padding:0 1rem;
}

.footer__blocks-wrapper{
  display:grid;
}



.newsletter-width .field__input:focus,
.newsletter-width .field__input:not(:placeholder-shown),
.newsletter-width .field__input:-webkit-autofill,
.newsletter-width .customer .field input:focus,
.newsletter-width .customer .field input:not(:placeholder-shown),
.newsletter-width .customer .field input:-webkit-autofill {
    padding: 1rem 1.5rem 0.8rem 1rem!important;
}

#modal-footer-1, #modal-footer-2, #modal-footer-3, #modal-footer-8{display:none;}



.accordion-toggle, .accordion-toggle2 {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
    margin:0;
}

.accordion-toggle .arrow,
.accordion-toggle2 .arrow {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.accordion-toggle .arrow::before,
.accordion-toggle2 .arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M5.06982 7.51315L0.569824 3.17255L1.53593 2.25293L4.3961 5.01179L5.06982 5.71318L5.74355 5.01179L8.60372 2.25293L9.56982 3.17255L5.06982 7.51315Z" fill="white"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.accordion-toggle.active .arrow,
.accordion-toggle2.active .arrow {
    transform: rotate(180deg);
}


@media screen and (min-width: 1920px){
    .footer-bottom-width{
      padding:0!important;
}

}

@media screen and (min-width: 1023px) {
  .footer-block__newsletter{
    margin-right:3rem;
  }
     .footer-block-details p{
       width:80%;}
}

@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

@media screen and (min-width: 767px) {
 
  .footer__content-top .grid {
    row-gap: 6rem;
    margin-bottom: 0;
    flex-wrap: nowrap!important;
  }
}

@media screen and (min-width: 750px) {
  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
  }

  .footer__content-top .grid {
    margin-left: -3rem;
  }

  .footer__content-top .grid__item {
    padding-left: 3rem;
  }

  .footer_blocks {
    padding-right:3rem;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }

  .footer-block {
    display: block;
    margin-top: 0;
    width: 23%;
  }

  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .footer-block__newsletter {
    padding-right: 0rem;
  }

  .footer-block__newsletter .newsletter-form {
    max-width: 100% !important;
  }

  .footer-block__newsletter + .footer__list-social {
    margin-top: 0;
  }

  .footer-block__newsletter:not(:only-child) {
    text-align: left;
  }

  .footer-block__newsletter:not(:only-child) .footer__newsletter {
    justify-content: flex-start;
    margin: 0;
  }

  .footer-block__newsletter:not(:only-child) .newsletter-form__message--success {
    left: auto;
  }

  .footer__localization {
    padding: 0.4rem 0;
    justify-content: flex-start;
  }

  .localization-form {
    padding: 1rem 2rem 1rem 0;
  }

  .localization-form:first-of-type {
    padding-left: 0;
  }

  .localization-form:only-child {
    justify-content: start;
    width: auto;
    margin: 0 1rem 0 0;
  }

  .localization-form:only-child .button,
  .localization-form:only-child .localization-form__select {
    margin: 1rem 0;
  }

  .footer__localization h2 {
    margin: 1rem 0 0;
  }

  noscript .localization-form__select {
    min-width: 20rem;
  }

  .footer__copyright {
    text-align: right;
  }

  .footer-block__details-content {
    margin-bottom: 0;
  }

  .footer-block__details-content > p,
  .footer-block__details-content > li {
    padding: 0;
  }

  .footer-block:only-child li {
    display: inline;
  }

  .footer-block__details-content > li:not(:last-child) {
    margin-right: 1.5rem;
  }

  .footer__payment {
    margin-top: 1.5rem;
  }

  .footer-block__details-content .list-menu__item--link:hover,
  .copyright__content a:hover {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    color:#fff;
  }

  .footer-block__details-content .list-menu__item--active:hover {
    text-decoration-thickness: 0.2rem;
  }

  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1.4rem;
  }

  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
  }
}


@media screen and (max-width: 1189px) {
  .footer-width{
        padding: 0 4rem 0 8rem!important;
  }
}

@media screen and (max-width: 991px) {
  .reinsurance-modal .modal-title {
    width: 98%;
      padding-right: 30px;
  }
  
  .modal-close {
    right:20px;
  }
  .reinsurance-modal{
    align-items: flex-start;
  }
  .dialog{
    width:100%;
    height:100%;
    padding:1rem;
  }
}

@media screen and (max-width: 989px) {
  noscript .localization-form:only-child,
  .footer__localization noscript {
    width: 100%;
  }

   .footer-block__details-content .list-menu__item--link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .news-head{
    padding-left: 1rem;
    padding-right: 1rem;
}


.newsletter-form__field-wrapper .field__input {
    padding-right: 0rem!important;
}
.footer-width {
    padding: 0 2rem 0 5rem!important;
}
  .footer-block.grid__item {
    padding: 0;
  }

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }

 

  .image-footer-logo{
    padding: 3rem;
}
  .footer__blocks-wrapper{
    border-bottom:0;
  }
  .newsletter-field h6{
    max-width: 45%;
    width: 100%;
    text-align: center;
  }
  .footer__content-bottom {
   padding-top:0;
   padding-bottom:0;
  }

  .footer__content-bottom-wrapper {
    padding-bottom:1.6rem;
    border-bottom:1px solid #385246;
  }


  .footer__column--info {
    padding-left: 0rem;
    padding-right: 0rem;
  }
 
  .footer__localization:empty + .footer__column {
    padding-top: 0rem;
  }

  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }


  .footer__list-social.list-social {
    justify-content: center;
  }


  .btn-submit-nl {
    height: 40px;
  }
  .footer-width {
    padding:0 4rem 0 6rem;
}
  
  .footer__blocks-wrapper{
  display:flex;
  flex-wrap:wrap;}
  
   .newsletter-width{
    width:100%;
  }
   .footer-block.grid__item {
    padding: 0;
   margin: 4.8rem 0;
  }
  .reinsurance-banner {
    padding: 0rem;
}
  .footer-width {
    padding: 0;
}
  .footer-reinsurance {
    grid-template-columns: 1fr 1fr;
    row-gap: 3rem;
  }
  
 
  .footer-content {
    padding-bottom:0!important;
  }
  
  .footer-block__details-content {
     margin-bottom: 0rem; 
}
  
  .footer__blocks-wrapper {
 
  }
  .footer_blocks{
    width:100%;
  }
  .footer-block-menu{
    padding: 1rem 0;
  }
  .footer-block-details{
     padding: 1rem 0;
  }
  .footer-block-link-list ul,
  .footer-details ul{
   padding: 0 15px;
  }
   .footer-block-social-media{
     padding: 30px 0 10px 0;
     border-top: 1px solid #385246;
     border-bottom: 1px solid #385246;
     margin-top: 1rem;
  }
  .footer-block-social{
     padding: 0 15px;
  }
  .footer-block-social ul{
    display:flex;
    gap:20px;
  }
  .footer-block-social ul li a span{display:none;}
  .newsletter-form__field-wrapper {
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }
  .newsletter-field .field__input {
    padding: 0 5rem 0 3rem!important;
}
  
  .footer-block__newsletter{
    width: 100%;
  }
  .footer__links{
    flex-wrap:wrap;
  }
  .footer__methods {
    width:100%;}
  
  .methods{
    flex-wrap: wrap;
    gap:5px;
  }

    .footer-reinsurance li{
      width:50%;
    }
  .mt-md-4{
    margin-top:3rem;
  }

  .localization-form .button {
    word-break: break-all;
  }

  .footer-block-image {
    text-align: center;
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (max-width: 767px) {
    .footer .grid {
      margin-left: 0;
    }
  }




















