/** Shopify CDN: Minification failed

Line 499:0 Unexpected "}"

**/
/**************************  section-advenx-footer-style3     ****************************/


.footer-style3 {
/*   border-top: 0.1rem solid rgba(var(--color-foreground), 0.08); */
 position: relative;
     z-index: 0; 
}
.footer-style3:not(.color-background-1) {
  border-top: none; z-index:1;
}

.footer__content-top {
  padding-bottom: 0rem;
  display: block;
  position: relative;
  background:#733B3C;
}
footer .banner__media.media {
    position: unset;
}

/* custom */
.footer__content-bottom,.footer__content-top{background:#733B3C}
.footer-style3 .footer__list-social li.list-social__item { border: 1px solid var(--gradient-base-background-1); width: 40px; height: 40px; background: var(--gradient-base-background-1); margin-bottom: 15px; margin-right: 15px; transition: var(--duration-default);  }
.footer-style3 .footer__list-social li.list-social__item:hover { background: var(--gradient-base-accent-1); }
.footer-style3 .footer__list-social .list-social__link {  display: flex;  align-items: center; justify-content: center;  padding: 1rem 0; }
.footer__list-social.list-social {  display: flex;  flex-wrap: wrap; width: 80%; }
.footer-style3 .footer__blocks-wrapper .list-social__item .icon {  height: 1.8rem; width: 1.8rem; transition: all var(--duration-default) linear; }
.footer-style3 .newsletter-form__field-wrapper .newsletter-form__button{margin: 3rem 0 0;}
.footer-style3 .newsletter-form__field-wrapper .newsletter-form__button:hover {
    background: var(--gradient-base-background-1);
    color: var(--gradient-base-accent-1);
}
@media screen and (max-width: 1540px) {
.footer__list-social.list-social { width: 100%;  }
}

@media screen and (max-width: 1200px) {
.footer__list-social.list-social { width: 100%;  }
}

@media screen and (max-width: 1199px) {
.footer__list-social.list-social { width: 100%;  }
}


/* custom */


@media screen and (max-width: 749px) {
 .footer-style3 .grid {
    display: block;
  }

 .footer-block.grid__item {
    padding: 0;
    margin: 0rem 0;
    width: 100%;
  }

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

}

@media screen and (min-width: 750px) {
 .footer__content-top .grid {
    row-gap: 3.5rem;
    margin-bottom: 0;
  }
}

.footer__content-bottom {
/*   border-top: solid 0.1rem rgba(var(--color-foreground),1); */
    padding: 0rem 0;
    position: relative; border-top: 1px solid #FFFFFF40;
}

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

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
 margin-top: 2px;
}

@media screen and (max-width: 749px) {
 .footer__content-bottom {
    flex-wrap: wrap;
/*     padding-top: 0; */
    padding-left: 0;
    padding-right: 0;
    row-gap: 1.5rem;
  }

 .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
}

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

@media screen and (max-width: 749px) {
 .footer__localization:empty + .footer__column {
    padding-top: 1.5rem;
  }
}
.footer__column {
  width: 100%;
  align-items: flex-end;
}

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

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

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

@media screen and (min-width: 750px) {
 .footer-block {
    display: block;
    margin-top: 0;
  }
}

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

.footer-block--newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-end;
  margin-top: 0rem; display: block; 
  
}
.footer-block__newsletter .newsletter-form__field-wrapper {     max-width: 30rem; }
.footer-block--newsletter:only-child {
  margin-top: 0;
}

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

@media screen and (max-width: 749px) {
 .footer-block.footer-block--menu:only-child {
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
 .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.footer-block__heading {
  margin-bottom: 2rem;
  margin-top: 0;
  z-index:99;
  text-transform: capitalize;
  display:flex;
  align-items:center;
}

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

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

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

/* .footer-block__newsletter {
  text-align: center;
} */
.footer-block__details-content.footer-block--newsletter.left .list-social, .footer-block-address.left .list-social{justify-content:flex-start;}
.footer-block__details-content.footer-block--newsletter.center .list-social, .footer-block-address.center .list-social{justify-content:center;}
.footer-block__details-content.footer-block--newsletter.right .list-social, .footer-block-address.right .list-social{justify-content:flex-end;}

.newsletter-form__field-wrapper {
  max-width: 70rem;
}

@media screen and (min-width: 750px) {
 .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-block__newsletter + .footer__list-social {
  margin-top: 3rem;
}

@media screen and (max-width: 749px) {
 .footer__list-social.list-social {
    justify-content: center;
  }
}

@media screen and (min-width: 750px) {
 .footer-block__newsletter + .footer__list-social {
    margin-top: 0;
  }
}

.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 .disclosure__list-wrapper {top:100%;bottom:unset;}
@media screen and (min-width: 750px) {
 .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;
  }
}

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

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

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

@media screen and (max-width: 749px) {
 .localization-form .button {
    word-break: break-all;
  }
}

.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;
}

@media screen and (min-width: 750px) {
  noscript .localization-form__select {
    min-width: 20rem;
  }
}

.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: 0;
  opacity: 1;
  animation: animateLocalization var(--duration-default) ease;
}

.theme__default-footer_style .footer__blocks-wrapper li.office-mail a {
    display: unset !important;
}
.footer__copyright {
  text-align: center;
  margin-top: 0rem;
 margin-bottom: 0rem;
}

@media screen and (min-width: 750px) {
 .footer__copyright {
    text-align: right;
  }
}

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

.footer-block__details-content {
  margin-bottom: 1rem;
  justify-content: center;
}

@media screen and (min-width: 750px) {
 .footer-block__details-content {
    margin-bottom: 0;
  }

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

 .footer-block:only-child li {
    display: inline;
  }
}
.footer-block__details-content > li:not(:last-child) {
/*     margin-right: 4.9rem; */
    position: relative;
  }

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: rgba( var(--color-icon), 1);
      transition: all 0.3s linear;
}

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


 .footer-block__details-content .list-menu__item--link:hover,
 .copyright__content a:hover {
    text-decoration: underline;
  }


@media screen and (max-width: 989px) {
 .footer-block__details-content .list-menu__item--link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}


 .footer-block__details-content .list-menu__item--link {
/*     display: inline-block; */
    font-size: 1.6rem;
    font-weight: 400; text-transform: capitalize; letter-spacing: normal;
    padding: 0;
  }

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

@media screen and (max-width: 749px) {
 .footer-block-image {
    text-align: center;
  }
}

.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-style3 .disclosure__link {
  padding: 0.95rem 3.5rem 0.95rem 2rem;
  color: rgba(var(--color-foreground), 0.75);
}

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

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

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

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

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

/* Theme default footer style */
.theme__default-footer_style .footer__blocks-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.theme__default-footer_style .footer__column--info {align-items:center; }


/*Custom*/
 .footer-style3{position:relative;}
.footer-style3 ul.contact-info svg.icon { font-size: 12px; width: 20px; height: 20px; margin-right: 15px;}
.footer-style3 ul.contact-info li{  color: var(--color-foreground);display: flex;align-items: center;  line-height: 25px; font-size: 1.6rem;  font-weight: 500; }
.footer-style3 ul.contact-info li address span{display:block;     text-decoration: underline;}
.footer-style3 ul.contact-info li a{color: var(--color-foreground);}
.footer-style3 .list-social{ margin-top: 0rem;}
.list-menu__item--link {  padding-bottom: 0.2rem; padding-top: 0.2rem;}
.footer-style3 address { font-style: normal;max-width: 85%;line-height: 26px;}
footer .banner__media.media img {  z-index:-1;}
.footer-block.grid__item.footer-block--menu{z-index:1;}
.footer-style3 ul.contact-info li.office-mail a{    display: flex; align-items: center; }

.footer-style3 .footer-block-address.center ul.contact-info li{justify-content: center;}
.footer-style3 .footer-block-address.right ul.contact-info li{justify-content: end;}
.footer-style3 .footer-block-address.left ul.contact-info li{justify-content: start;     margin: 25px 0 20px 0;}
.footer-style3 span.newsletter_icon svg{width:10px; height:10px; width: 16px; height: 16px; left: 14px; position: absolute; top: 13px; z-index: 1; display: none; }

footer.footer-style3 .banner__media.media:before { position: absolute; content:''; height:100%; width: 100%;  background-color: rgba(var(--color-base-accent-1), 0.6); z-index:0; }

#Banner-advenx-footer .footer-block--newsletter .newsletter-form { margin: 0 auto; max-width: 27rem; width: 27rem; position: relative; padding-left: 0; flex-direction:column;}


/*style-1*/
.footer-block__heading {
    margin-bottom: 0.5rem;
    /* font-size: 18px; */
    font-family: var(--font-body-family);
    text-transform: capitalize;
    line-height: 34px;
    font-weight: 400;
}
.footer-block.grid__item{
  padding:0rem 1.5rem 0;     
  width: calc(17% - var(--grid-desktop-horizontal-spacing) * 4 / 5);     
  max-width: calc(17% - var(--grid-desktop-horizontal-spacing) * 4 / 5); 

}
.footer-block.grid__item:last-child {   width: calc(19% - var(--grid-desktop-horizontal-spacing) * 4 / 5);  max-width: calc(19% - var(--grid-desktop-horizontal-spacing) * 4 / 5);  }
.footer-block.grid__item:not(:last-child) {  border-right: 1px solid #FFFFFF50; }
.footer-block.grid__item.footer_address.left {     width: calc(30% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(30% - var(--grid-desktop-horizontal-spacing) * 4 / 5); }

.footer__blocks-wrapper.border-right .footer-block.grid__item{ border-right:1px solid var(--gradient-base-accent-1);}
.footer__blocks-wrapper.border-right .footer-block.grid__item:last-child { border-right: 0;}
.footer-block__details-content-newsletter p{margin-bottom:1.25rem; margin-top:0;}

@media screen and (max-width:1540px) {
.footer-block.grid__item{
  padding:0rem 1.5rem 0;     width: calc(30% - var(--grid-desktop-horizontal-spacing) * 4 / 5);     max-width: calc(30% - var(--grid-desktop-horizontal-spacing) * 4 / 5); 
}
.footer-block.grid__item:last-child {   width: calc(30% - var(--grid-desktop-horizontal-spacing) * 4 / 5);  max-width: calc(30% - var(--grid-desktop-horizontal-spacing) * 4 / 5);  }
/* .footer-block.grid__item.footer_address.left {     width: calc(40% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(40% - var(--grid-desktop-horizontal-spacing) * 4 / 5); } */
}


@media screen and (max-width:1199px) {
 .grid--4-col-tablet .grid__item{
    width:calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 2);  max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 2);
 }
 .footer-block.grid__item.footer_address.left {     width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 2); }
 .footer-block.grid__item:last-child {   width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 2);  max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 2); margin: auto; }
 .footer__blocks-wrapper.border-right .footer-block.grid__item{margin-bottom:50px;}
 .footer-block.grid__item:nth-child(2),  .footer-block.grid__item:nth-child(4),
  .footer__blocks-wrapper.border-right .footer-block.grid__item{border-right:0;}
/*  .footer-block.grid__item{padding:0 15px 35px;} */
.footer-style3 .footer-block.grid__item:last-child .footer-block__heading { display: flex; align-items: center; justify-content: center;  text-align: center; }

}

@media screen and (max-width:750px) {
 .grid--4-col-tablet .grid__item{  width:calc(100% - var(--grid-desktop-horizontal-spacing) * 3 / 4);}
 .footer__blocks-wrapper.border-right .footer-block.grid__item{border-right:0; }
 .footer-block.grid__item:first-child, .footer-block.grid__item:nth-child(2){margin-bottom:0;}
/*  .footer-block.grid__item div{display:none;} */
 .footer-block.grid__item.footer-block--menu.footer-links h2.footer-block__heading:after { content: ""; background: rgba(var(--color-foreground),1); width: 15px; height: 2px; right: 0; margin: auto; position: absolute;}
 .footer-block.grid__item.footer-block--menu.footer-links h2.footer-block__heading:before { content: ""; height: 15px; width: 2px; position: absolute; right: 6px; background: rgba(var(--color-foreground),1); margin: auto;}
 .footer-block.grid__item.footer-block--menu.footer-links h2.footer-block__heading{position:relative;}
 
 .footer-style3 .footer__content-top{padding-top:0; padding-bottom:0;}
  .grid--4-col-tablet .grid__item{
    width: 100%;  max-width:  100%;
 }
 .footer-block.grid__item.footer_address.left {     width:  100%;
    max-width:  100%; }
 .footer-block.grid__item:last-child {   width:  100%;  max-width:  100%;  }
 .footer-block.grid__item { border: none; border-right: none; }
 .footer-block.grid__item:not(:last-child) { border: none; border-right: none; }
  .footer-style3 .footer-block.grid__item:last-child .footer-block__heading { display: flex; align-items: center; justify-content: left;  text-align: left; }
  .footer-block--newsletter .newsletter-form {  margin: auto auto auto 0; }
}

.newsletter-form__field-wrapper-underline_input_field .field__input{height:4.5rem;}
.newsletter-form__field-wrapper-underline_input_field .field__input{
    border:none;
    border-bottom: 2px solid var(--gradient-base-accent-1);
    box-shadow: none;
    padding: 0 !important;
    background:none;
}
.footer-style3 .newsletter-form__button.icon{
    width:5rem;
    border-bottom: 2px solid var(--gradient-base-accent-1);
    background: transparent;
    height:4.5rem;
}
.footer-style3 .newsletter-form__button.icon:focus, .footer-style3 .newsletter-form__button.icon:hover{
  background-color:transparent;
}
.footer-style3 .newsletter-form__button svg {
    width: 1.8rem;
    height: 1.8rem;
    color: currentcolor;
    transition:all var(--duration-default) linear; display: none; 
}
.footer-style3 .newsletter-form__button.icon svg{color:var(--gradient-base-accent-1)}
.footer-style3 .newsletter-form__button.icon:hover svg{color:var(--gradient-base-background-2);}
.footer-style3 .newsletter-form__button.icon:hover { border-bottom: 2px solid var(--gradient-base-background-2);}.newsletter-form__button:focus, .newsletter-form__button:hover
.newsletter-form__button.button:focus, .newsletter-form__button.button:hover{background:var(--gradient-base-background-2);}
.newsletter-form__button.button{background:var(var(--gradient-base-accent-1)); }
.footer-block__details-content.footer-block--newsletter li.list-social__item {
    display: inline-block;
    margin-right: 20px;
}
.footer-block__details-content.footer-block--newsletter .list-social{    padding: 0; list-style: none; margin: 36px 0 0;}
.footer-block__details-content.footer-block--newsletter .list-social__link{padding:0; display: inline-block; width: auto; height: auto; text-align: center; line-height: 1;
 border: 0; border-radius: 0;}
.footer-block.grid__item.footer-block--menu.center a.link--text { justify-content: center;}
.footer-block.grid__item.footer-block--menu.left a.link--text { justify-content: left;}
.footer-block.grid__item.footer-block--menu.right a.link--text { justify-content: right;}
 ul.contact-info svg{display:none;}
.footer-style3 .newsletter-form__field-wrapper .field__input{border:none; background: transparent;
    border-bottom: 1px solid var(--gradient-base-background-1); border-radius: 0;}
.footer-style3 .newsletter-form__field-wrapper .field__input:focus { border-bottom: 1px dashed var(--gradient-base-background-1); box-shadow: none;}
.footer-style3 .newsletter-form__field-wrapper .field__input::placeholder { color: #ffffff54; }
.footer-style3 .newsletter-form__button.field__button{  position: relative; width: auto; background: transparent; font-size: 1.2rem; color: var(--gradient-base-background-1);
     text-transform: uppercase;  padding: 0.75em 2em;  margin: 0; line-height: normal; margin-top: 15px; }
.footer-style3 .newsletter-form__field-wrapper .field__input{padding: 0 2rem;     color: var(--gradient-base-background-1); }

.footer-style3 .footer__content-bottom-wrapper{padding:1.5rem 0;}

.footer-style3 .list-payment__item{    padding: 0;}
.footer-style3 .footer-block__subheading {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-right: 2rem;
    font-size: 1.6rem;
}

.footer-style3 ::placeholder{color: var(--gradient-base-accent-2);}

 .footer-style3 .footer-block.grid__item .footer-block__heading{  margin-bottom: 20px;} 
.footer-style3 .footer-block__details-content .list-menu__item--link{margin-bottom:10px;display:inline-block;}
.footer-style3 .address_socialicon li.list-social__item { padding:0;}
.footer-style3 .address_socialicon .list-social__link{  padding: 0; color: rgb(var(--color-foreground));/* border: 1px solid var(--gradient-base-accent-2); width: 40px; height: 40px;*/ align-items: center; justify-content: center; display: flex; transition: all .5s ease; border-radius: 50%;text-decoration: none;font-weight: 700;font-size: 1.6rem;line-height:normal;}
.footer-style3 .address_socialicon .list-social__link:hover{    /*border-style: solid; border-width: 1px; border-color: var(--gradient-base-accent-1); transform: translateY(-5px); */color: var(--gradient-base-accent-2);}
.footer-style3 .list-social__item .list-social__link .icon { color: var(--gradient-base-accent-2); }
.footer-style3 .list-social__item:hover .list-social__link .icon{transform:none; color: var(--gradient-base-background-1); }
.footer-style3 .footer-block__details-content{ margin-bottom: 0px;}
/* .footer-style3 .footer-block.grid__item:first-child{border-bottom:1px solid var(--gradient-base-accent-2);} */
.footer-style3 .footer-block.grid__item:first-child .footer-block__heading:after { display: none;}
.footer-style3 .footer-block.grid__item:first-child .footer-block__heading:before {  display: none;}
.footer-style3 .list-payment__item svg{height:25px; margin:0 10px 0 0; width: auto;}
.footer-block.footer--address {display: block!important;}
.footer__copyright small.copyright__content {font-size: 16px; letter-spacing: 0;
    font-weight: 500; }
.footer__list-social li:not(:last-child) .list-social__link{margin-right:0px;}
/* .footer__list-social li:not(:last-child) .list-social__link:after {
    content: "-";
    display: inline-block;
    margin: 0 8px;
} */

.footer__blocks-wrapper .footer-block__details-content .footer-block__address .footer-block img { max-width: 170px; object-fit: cover; height: 100%; }
.footer-style3 .footer__blocks-wrapper .newsletter-form__field-wrapper .field { display: block; }


@media screen and (min-width:1200px) {
.footer-block.grid__item.footer-block--menu{padding-left: 5rem;}
}
 @media screen and (max-width:989px) {
.footer__copyright{margin-bottom:0}
.footer-style3 .footer__content-bottom-wrapper{padding:1.4rem 0 1.5rem;  }   
} 
  
@media screen and (max-width:768px) {
  .footer__copyright small.copyright__content p {
    margin: 0;
    font-size: 14px;
}
 .footer-style3 .footer-block.grid__item:not(:first-child) .footer-block__heading{    margin-bottom: 10px;}
 .footer-block.grid__item{    padding: 1.5rem 0rem 0;}
 .footer-style3 .footer-block__details-content{margin-bottom:0;}
 .footer-style3 .footer-block__details-content .list-menu__item--link{margin-bottom:0px;}
/*  .footer-style3 .footer-block.grid__item:first-child{  padding-bottom: 50px; margin-bottom: 15px;} */
 .footer-block.grid__item h2.footer-block__heading.open:before{display:none;}
 .footer-block.grid__item h2.footer-block__heading{position:relative; cursor:pointer;}
 .footer-style3 address{max-width:500px}
 .footer-style3 .list-payment__item svg{ margin: 0 8px 0 0;}
 .footer-block__address h2.footer-block__heading { cursor: auto;}
}

.field__button {
  align-items: center;
  background-color: var(--gradient-base-accent-1);
  border: 0;
  color: var(--gradient-base-accent-2);
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 4.4rem;
  transition: all 0.3s linear; letter-spacing: 1.2px;   font-family: var(--font-body-family);
    font-weight: var(--font-heading-weight); 
}

.field__button:before {  
position: absolute;
    content: "";
    background: var(--gradient-base-accent-2);
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-mask-image: url(button.svg);
    mask-image: url(button.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: top left;
    transition: all .3s linear;
    z-index: -1; height: 40px;
    margin: auto;

}



.field__button:after {  
position: absolute;
    content: "";
    background: var(--gradient-base-accent-2);
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-mask-image: url(button.svg);
    mask-image: url(button.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom right;
    transition: all .3s linear;
    z-index: -1; height: 100%;
    margin: auto;

}
.field__button:hover:after,
.field__button:hover:before { background: var(--gradient-base-background-3); }

.field__button > svg {
  height: 1.5rem;
  width: 1.5rem;

}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}
#Banner-advenx-footer .newsletter-form__message{justify-content:flex-start;}
.footer-block__details-content .list-menu__item--link:hover{
  color: currentcolor;
  text-decoration: underline;
}
.footer-style3 ul.contact-info li a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 1540px){
  .footer-block__details-content.footer-block--newsletter .newsletter-form__button{top:1px;left: 50%; transform: translateX(-50%);}
}
@media screen and (max-width: 749px){
  .footer-block__details-content.footer-block--newsletter .newsletter-form__button{left: 0;transform: translateX(0%)}
}

@media screen and (max-width: 749px){
  .footer-links .footer_menu {
    display: none;
  }
  .section-footer_style5-padding{
    padding-top:10px !important;
  }
  .header__heading{
    min-width:unset !important;
    margin-left: 50px !important;
  }
  .footer-links.open .footer_menu {
    display: block;
    transition: all .5s ease-in-out;
}
  .footer-block.grid__item.open h2.footer-block__heading:before{
    opacity: 0;
}
}
.mobile-toolbar__icons{display:none !important}

/* ==========================================================================
   ESTATE JOURNAL PREMIUM FOOTER OVERRIDES
   ========================================================================== */

.estate-journal-footer {
  background-color: #6b3737 !important;
  color: #fff8f0 !important;
  font-family: 'Playfair Display', Georgia, serif;
  position: relative;
  overflow: hidden;
  line-height: 1.6;
}

/* Base text styling overrides */
.estate-journal-footer p,
.estate-journal-footer span,
.estate-journal-footer a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #fff8f0;
}

/* SECTION A: ESTATE STORY HERO */
.footer-hero-section {
  padding: 120px 24px 60px 24px;
  border-bottom: 1px solid rgba(244, 239, 232, 0.15);
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.footer-hero-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}

@media screen and (min-width: 990px) {
  .footer-hero-container {
    grid-template-columns: 46% 54%;
    gap: 80px;
  }
}

.footer-story-block {
  text-align: left;
}

.footer-logo-holder {
  margin-bottom: 20px;
}

.footer-logo-img {
  max-width: 140px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 8px;
}

.footer-logo-svg {
  width: 70px;
  height: 70px;
  color: #f4efe8;
}

.footer-brand-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 36px;
  font-weight: 800;
  color: #fff8f0;
  margin: 0 0 16px 0;
  letter-spacing: 0.02em;
}

.footer-brand-text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 248, 240, 0.85);
  margin: 0 0 32px 0;
}

/* Trust Pills Grid */
.footer-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background-color: #f4efe8;
  color: #6b3737 !important;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 4px 8px rgba(0,0,0,0.06);
  transition: transform 0.2s ease;
}
.trust-pill:hover {
  transform: translateY(-2px);
}

/* Newsletter circle Card on right */
.footer-newsletter-block {
  width: 100%;
}

.newsletter-circle-card {
  background-color: #f4efe8;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
  color: #6b3737;
  text-align: left;
}

.newsletter-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 800;
  color: #6b3737;
  margin: 0 0 10px 0;
}

.newsletter-card-subtext {
  font-size: 14.5px;
  line-height: 1.5;
  color: #7e4545 !important;
  margin: 0 0 28px 0;
}

/* Circular Form inputs */
.footer-circle-form {
  width: 100%;
}

.newsletter-form-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .newsletter-form-fields {
    flex-direction: row;
    gap: 10px;
  }
}

.newsletter-email-input {
  flex: 1;
  background-color: #fff;
  border: 1px solid rgba(107, 55, 55, 0.2);
  color: #3e2723;
  padding: 16px 24px;
  border-radius: 30px;
  font-size: 14px;
  outline: none;
  font-family: inherit;
  width: 100%;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.03);
}
.newsletter-email-input::placeholder {
  color: #a08c87;
}

.newsletter-submit-btn {
  background-color: #6b3737;
  color: #fff8f0;
  border: none;
  padding: 16px 32px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}
.newsletter-submit-btn:hover {
  background-color: #7e4545;
  transform: scale(1.02);
}

.newsletter-success-message {
  color: #4a6c4b !important;
  font-size: 14px;
  margin: 12px 0 0 0;
  font-weight: 600;
}
.newsletter-error-message {
  color: #c0392b !important;
  font-size: 13px;
  margin: 8px 0 0 0;
  display: block;
}

/* SECTION B: SIMPLIFIED NAVIGATION GRID */
.footer-nav-section {
  padding: 80px 24px;
  border-bottom: 1px solid rgba(244, 239, 232, 0.15);
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.footer-nav-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media screen and (min-width: 768px) {
  .footer-nav-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media screen and (min-width: 990px) {
  .footer-nav-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
  }
}

.footer-nav-col {
  text-align: left;
}

.footer-nav-header {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff8f0;
  margin: 0 0 24px 0;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav-link {
  font-size: 14.5px;
  color: rgba(255, 248, 240, 0.8) !important;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
  display: inline-block;
  margin-bottom: 0px !important; /* Reset default DT margins */
}
.footer-nav-link:hover {
  color: #d8b07a !important;
  text-decoration: none !important;
  padding-left: 4px;
}

/* Premium outline Amazon button */
.amazon-premium-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid #fff8f0;
  color: #fff8f0 !important;
  border-radius: 30px;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  margin-bottom: 4px;
}
.amazon-premium-outline-btn svg {
  margin-right: 8px;
  transition: transform 0.2s ease;
}
.amazon-premium-outline-btn:hover {
  background-color: #d8b07a;
  color: #6b3737 !important;
  border-color: #d8b07a;
  text-decoration: none !important;
}
.amazon-premium-outline-btn:hover svg {
  transform: scale(1.1);
}

/* Social icons block row */
.footer-social-icons-row {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.footer-social-circle-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 248, 240, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff8f0 !important;
  transition: all 0.25s ease;
}
.footer-social-circle-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.footer-social-circle-link:hover {
  background-color: #fff8f0;
  color: #6b3737 !important;
  border-color: #fff8f0;
}

/* SECTION C: FARM TO CUP TIMELINE */
.footer-timeline-section {
  padding: 60px 24px;
  border-bottom: 1px solid rgba(244, 239, 232, 0.15);
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.footer-timeline-container {
  max-width: 720px;
  margin: 0 auto;
  overflow: hidden;
}

.footer-timeline-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.timeline-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.node-emoji {
  font-size: 24px;
  line-height: 1;
}

.node-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 248, 240, 0.9);
}

.timeline-dot-connector {
  flex-grow: 1;
  height: 2px;
  border-top: 2.5px dotted rgba(244, 239, 232, 0.4);
  margin: 0 16px;
  min-width: 16px;
}

.timeline-subtitle {
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 15px;
  color: #d8b07a;
  margin: 24px 0 0 0;
  letter-spacing: 0.04em;
}

/* SECTION D: BOTTOM BAR */
.footer-bottom-bar-section {
  padding: 40px 24px 60px 24px;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.footer-bottom-bar-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  font-size: 13.5px;
  color: rgba(255, 248, 240, 0.65);
}

@media screen and (min-width: 768px) {
  .footer-bottom-bar-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-bottom-bar-container span, 
.footer-bottom-bar-container a {
  color: rgba(255, 248, 240, 0.65);
}

.bottom-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.bottom-dot-sep {
  opacity: 0.5;
  margin: 0 4px;
}

/* ==========================================================================
   MOBILE ACCORDION MECHANICAL STYLES (under 768px)
   ========================================================================== */
@media screen and (max-width: 767px) {
  .footer-hero-section {
    padding: 70px 16px 40px 16px;
  }
  .footer-nav-section {
    padding: 40px 16px;
  }
  .footer-timeline-section {
    padding: 40px 16px;
  }
  .footer-bottom-bar-section {
    padding: 30px 16px 40px 16px;
  }

  .newsletter-circle-card {
    padding: 24px;
    border-radius: 16px;
  }

  /* Accordion Headers */
  .footer-nav-col {
    border-bottom: 1px solid rgba(244, 239, 232, 0.1);
    padding: 4px 0;
  }
  
  .footer-nav-col:first-child {
    border-top: 1px solid rgba(244, 239, 232, 0.1);
  }

  .footer-nav-header {
    font-size: 16px;
    margin: 0;
    padding: 16px 0;
    cursor: pointer;
  }

  /* Accordion indicators */
  .accordion-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    margin-right: 6px;
  }

  .toggle-accordion.active-header .accordion-arrow {
    transform: rotate(-135deg) translateY(-2px);
  }

  /* Content Drawer animation */
  .footer-nav-list {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    gap: 10px;
    padding: 0;
    margin: 0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .footer-nav-list.active-accordion {
    max-height: 400px;
    opacity: 1;
    padding-bottom: 20px;
    margin-top: 4px;
  }

  /* Mobile Swipe Timeline Horizontal Scroll */
  .footer-timeline-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    scrollbar-width: none;
  }
  .footer-timeline-container::-webkit-scrollbar {
    display: none;
  }

  .footer-timeline-strip {
    width: max-content;
    padding: 0 16px;
    gap: 8px;
  }

  .timeline-dot-connector {
    width: 40px;
    min-width: 40px;
  }
}