.logo_description .footer_logo img{
  margin-bottom: 15px;
}
.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.footer__content-top {
  padding-bottom: 5rem;
  display: block;
}
button#scroll {
  position: fixed;
  bottom: 60px;
  right: 20px;
  font-size: 18px;
  color: rgb(var(--color-button-text));
  cursor: pointer;
  z-index: 2;
  background: rgba(var(--color-button),var(--alpha-button-background));
  min-width: 44px;
  min-height: 44px;
  display: flex!important;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 1;
  transition: all .5s ease-in-out 0s;
  transform: scale(1);
  padding: 6px 0;
  border-radius: var(--buttons-radius);
  border: 1px solid;
}
#scroll.scrollhide {
  bottom: -100px;
  opacity: 0;
  transform: scale(0);
}
#scroll svg {
  fill: rgb(var(--color-button-text));
  width: 20px;
  height: 20px;
}
.footer .custom-newsletter .grid__item.footer-block--newsletter {
  width: 100%;
  max-width: 100%;
  padding: 37px;
  border-radius: var(--text-boxes-radius);
}
.custom-newsletter .footer-block--newsletter .tmfootcont  {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-newsletter .footer-block--newsletter .footer-block__heading {
  margin: 0;
}
@media screen and (max-width: 989px) {
  .footer__content-top {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 749px) {
  .footer .grid {
    display: block;
  }

  .footer-block.grid__item {
    padding: 0;
    margin: 0rem 0;
    width: calc(50% - 2px);
  }

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

  .footer__content-top {
    padding-bottom: 1rem;
    padding-left: calc(2rem / var(--font-body-scale));
    padding-right: calc(2rem / var(--font-body-scale));
  }
}

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

.footer__content-bottom .footer__column:only-child {
  justify-content: center;
}
.footer__content-bottom:only-child {
  border-top: 0;
}

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@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 .logo_description {
    width: 100%;
  }
  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 0.5rem;
    justify-content: center;
  }

  .footer__content-bottom.scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }
}

.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;
  display: flex;
}

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

.footer-block:only-child:last-child {
  text-align: center;
  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:only-child {
  margin-top: 0;
}

@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: center;
  }
}

.footer-block__heading {
  margin-bottom: 3rem;
  margin-top: 0;
  font-size: calc(var(--font-heading-scale) * 2rem);
  text-transform: capitalize;
  background: transparent;
  border: 0;
  padding: 0;
  color: rgb(var(--color-foreground));
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight-semibold);
}

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

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

.footer__follow-on-shop {
  display: flex;
  text-align: center;
}

.footer__list-social.list-social:only-child {
  justify-content: center;
}
.footer-block__newsletter h2, .footer-block__newsletter h2 p{
  margin-top: 0;
}
/* .newsletter-form__field-wrapper .field_newsflex {
  display: flex;
  gap: 12px;
} */
.newsletter-form__field-wrapper {
  max-width: 36rem;
}
.footer .newsletter-form, .footer .newsletter-form__field-wrapper {
  max-width: 100%;
}
.footer .footer-block--newsletter {
  width: 39%;
}

@media screen and (min-width: 750px) {

  /* Pushes other components to the right of the flexbox */
  .footer-block__newsletter:not(:only-child) {
    text-align: left;
    margin-right: auto;
  }

  .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__follow-on-shop {
    margin-bottom: 0.4rem;
  }

  /* Follow on shop is the first button but it has siblings*/
  .footer__follow-on-shop:first-child:not(:last-child) {
    justify-content: flex-start;
    margin-right: auto;
    text-align: left;
  }

  /*
    All three components are present, email, Follow on Shop, and social icons.
    Moves the FoS button next to the social icons so they appear grouped together
  */
  .footer__follow-on-shop:not(:first-child):not(:last-child) {
    justify-content: flex-end;
    text-align: right;
  }
}

@media screen and (max-width: 749px) {

  /*
    On a small screen we want all the items to be centered
    because they will be stacked.
   */
  .footer-block--newsletter {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    align-items: left;
    gap: 3rem;
    overflow: hidden;
  }

  .footer__list-social.list-social,
  .footer__follow-on-shop,
  .footer-block__newsletter {
    display: flex;
    justify-content: center;
  }

  .footer-block__newsletter {
    flex-direction: column;
  }
}

@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-items: center;
  flex-wrap: wrap;
  padding: 1rem 1rem 0;
}

.footer__localization:empty {
  display: none;
}

.footer__localization h2 {
  margin: 1rem 1rem 0.5rem;
  color: rgba(var(--color-foreground));
  font-weight: var(--font-body-weight-medium);
  letter-spacing: 0;
  font-size: 1.7rem;
}
.footer--social .list-social__item svg{
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 750px) {
  .footer__localization {
    padding: 0rem 0;
    justify-content: flex-end;
    align-items: center;
  }

  .footer__localization h2 {
    margin: 0rem 0 10px;
  }
}

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

.footer__content-bottom-wrapper--center {
  justify-content: center;
}

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

@media screen and (min-width: 750px) {
  .footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .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: 4rem;
}

@media screen and (min-width: 750px) {

  .tmfootcont .footer-block__details-content.footer-collapse,
  .tmfootcont .footer-block__contact-info, .footer-block--newsletter {
    height: auto !important;
  }
}

@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;
    color: rgba(var(--color-foreground), .8);
  }

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

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

.footer-block__details-content .list-menu__item--link, .copyright__content a,
.footer-block--brandinformation a {
  color: rgba(var(--color-foreground), .8);
}
.footer-block--brandinformation a:hover{
  color: rgba(var(--color-foreground)) !important;
}
.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 750px) {

  .footer-block__details-content .list-menu__item--link:hover{
    color: rgb(var(--color-foreground));
  }
  .copyright__content a:hover{
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }
  .footer-block__details-content .list-menu__item--active:hover {
    text-decoration-thickness: 0.2rem;
  }
}
@media screen and (max-width: 989px) {
  .footer .rte>*:first-child {
    font-size: calc(var(--font-body-scale) * 14px);
}
}
@media screen and (max-width: 989px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1.6rem;
    line-height: normal;
    padding-bottom: 1rem;
    font-weight: var(--font-body-weight);
  }

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

.footer-block-image {
  display: flex;
}

.footer-block-image.left {
  justify-content: flex-start;
}

.footer-block-image.center {
  justify-content: center;
}

.footer-block-image.right {
  justify-content: flex-end;
}

@media screen and (max-width: 749px) {

  .footer-block-image,
  .footer-block-image.left,
  .footer-block-image.center,
  .footer-block-image.right {
    justify-content: center;
  }
}

.footer-block__image-wrapper {
  margin-bottom: 2rem;
  overflow: hidden !important;
}

.footer-block__image-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.footer-block__brand-info {
  text-align: left;
}

.footer-block:only-child .footer-block__brand-info {
  text-align: center;
}

.footer-block:only-child>.footer-block__brand-info>.footer-block__image-wrapper {
  margin-left: auto;
  margin-right: auto;
}

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

.footer-block:only-child .footer-block__brand-info .footer__list-social.list-social {
  justify-content: center;
}

.footer-block__brand-info .footer__list-social.list-social {
  justify-content: flex-start;
  margin-left: -1.3rem;
  margin-right: -1.3rem;
}

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

.copyright__content {
  font-size: 1.4rem;
}

.policies .copyright__content {
  font-size: 1.4rem;
}

.copyright__content a {
  text-decoration: none;
}

.policies {
  display: inline;
}

.policies li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.4rem;
}

.policies li:first-child {
  padding-left: 0;
}

.policies li:last-child {
  padding-right: 0;
}

.policies li a {
  padding: 1rem 0;
  display: block;
}


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

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

/* 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;
    }
  }
}

@media screen and (min-width: 750px) {
  .footer .grid--3-col-tablet .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing)* 9 / 3);
  }
}

.footer-block__details-content .list-menu__item--active {
  text-decoration: underline;
}

.footer-block-description p {
  line-height: 3.2rem;
  font-weight: var(--font-body-weight);
  margin: 0;
  color: rgba(var(--color-foreground), .8);
}

.localization-form:only-child {
  padding: 0 0;
}

.footer-bottom-social--icon {
  display: flex;
  gap: 12px;
}

.footer__localization button.disclosure__button {
  margin: 1rem 0 0;
  height: 3rem;
  min-height: 3rem;
  font-size: 1.4rem;
}


.footer__localization .disclosure__list-wrapper .disclosure__link {
  color: rgb(var(--color-foreground));
}

.payment--heading h3 {
  margin: 0;
  font-size: calc(var(--font-heading-scale)* 1.7rem);
  font-weight: var(--font-body-weight-medium);
  letter-spacing: 0;
  line-height: normal;
  text-transform: capitalize;
}

.footer-bottom-social--icon {
  flex-wrap: wrap;
}

.footer-bottom-social--icon .payment--heading {
  width: 100%;
}

.footer-bottom-social--icon .footer__list-social .list-social__link {
  padding: 0rem 0.7rem;
}

.footer__content-bottom-wrapper .footer__copyright {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom-social--icon .list-social__item:hover .list-social__link {
  opacity: 0.7;
}
.footer-block--newsletter button.footer-block__heading svg{
  width: 30px;
  height: 30px;
  fill: rgba(var(--color-foreground));
}
@media screen and (max-width: 1400px) {

  .footer-block__heading {
    /* font-size: calc(var(--font-heading-scale)* 2.4rem); */
  }

  .copyright__content {
    font-size: 1.4rem;
  }

  .policies .copyright__content {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1199px) {
  .footer .custom-newsletter .grid__item.footer-block--newsletter {
    padding: 15px;
  }
  .footer__localization{
    gap: 10px;
  }
  .footer-block__heading {
    margin-bottom: 1.5rem;
  }

  .footer-block-description p {
    line-height: 25px;
  }

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

  .footer__localization h2,
  .payment--heading h3 {
    font-size: calc(var(--font-heading-scale)* 1.6rem);
  }

  .footer__localization button.disclosure__button {
    font-size: 1.2rem;
  }
  .localization-selector.link {
    padding-right: 3rem;
  }

  .footer__content-bottom {
    /* padding-top: 1rem;
    padding-bottom: 1rem; */
  }
  .footer-block__heading {
    /* font-size: calc(var(--font-heading-scale)* 2.2rem); */
  }
  .footer-block__details-content .list-menu__item--link,
  .footer-block--brandinformation ul.footer-block__details-content.brand_info span,
  .footer .footer-block--text.footer-block p{
    font-size: calc(var(--font-body-scale)* 1.4rem) !important;
  }
  .footer-block--brandinformation ul.footer-block__details-content.brand_info li span.ficon_wrap svg {
    width: 16px;
    height: auto;
  }
  .footer-block--newsletter button.footer-block__heading svg{
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 989px) {
  .policies li {
    padding: 0 10px;
  }
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale)* 2rem);
  }
  
}

@media screen and (max-width: 989px) and (min-width: 750px) {
  .footer .grid--3-col-tablet .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing)*  3);
  }
  .footer .footer-block--newsletter{
    width: 100%;
  }
  .custom-newsletter .footer-block--newsletter .tmfootcont{
    justify-content: center;
    flex-direction: column;
    gap: 30px;
  }
  .footer__blocks-wrapper .contact--info {
    width: 100%;
    order: 5;
  }

  .footer-bottom-social--icon {
    order: 3;
    width: 530px;
  }
  .footer__content-bottom-wrapper{
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer__content-bottom-wrapper .footer__localization{
    order: 3 !important;
    width: 100%;
    justify-content: center;
  }
  .footer__content-bottom-wrapper .copyright_wrap{
    order: 1;
  }
  .footer__content-bottom-wrapper .logo_description {
    order: 2;
  }
 
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  
  .footer__localization {
    order: 1;
    justify-content: flex-start;
    
  }
  
  .footer-bottom-social--icon {
    order: 3;
    flex: 1;
  }
}

@media screen and (max-width: 989px) {
  .payment--heading h3 {
    margin-bottom: 1rem;
  }
  .footer__column.footer__column-other--info,
  .footer__column.footer__column--info {
    width: unset !important;
    align-items: unset !important;
  }
  .footer__content-bottom-wrapper.policy_link{
    justify-content: center;
    column-gap: 20px;
    row-gap: 0;
  }
}

@media screen and (max-width: 749px) {
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale)* 1.8rem);
  }
  .custom-newsletter .footer-block--newsletter .tmfootcont {
    flex-wrap: wrap;
  }
  .footer .footer-block--newsletter {
    width: 100%;
  }
  .footer .footer-block--newsletter .active ~ .footer-block--newsletter {
    margin-top: 15px;
  }
  .footer .custom-newsletter .grid__item.footer-block--newsletter {
    margin-bottom: 20px;
  }
  .footer__content-top .footer__blocks-wrapper {
    display: flex;
    row-gap: 0rem;
  }

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

  .footer-block__details-content,
  .footer-block__contact-info {
    overflow: hidden;
    transition: height .3s ease-out;
  }

  .tmfootcont .footer-block__heading.collapsed {
    width: 100%;
    text-align: left;
    position: relative;
    cursor: pointer;
  }
  .footer-block__contact-info .footer-block-description {
    margin-bottom: 1rem;
  }

  .tmfootcont .footer-block__heading.collapsed:after {
    content: "+";
    font-size: calc(var(--font-body-scale)* 2.2rem);
    font-weight: var(--font-body-weight);
    cursor: pointer;
    color: rgb(var(--color-foreground));
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
  }

  .tmfootcont .footer-block__heading.collapsed.active:after {
    content: "-";
    /* top: -40%;
    transform: rotate(10deg); */
  }

  .footer__column--info,
  .footer-bottom-social--icon {
    flex: 1;
  }

  .footer__column--info {
    align-items: center;
    padding: 0;
  }

  .footer__content-bottom-wrapper .footer__localization {
    column-gap: 1rem;
  }

  .footer__column--info .list-payment,
  .footer__content-bottom-wrapper .footer__localization {
    justify-content: center;
    padding: 0;
    width: 100%;
  }

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

  .footer__localization button.disclosure__button {
    margin: 0rem !important;
  }

  .footer__content-bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer__content-bottom-wrapper .footer__copyright {
    justify-content: center;
    gap: 8px;
  }

  .footer-block__details-content li:last-child {
    margin-bottom: .5rem;
  }

  .footer__copyright .copyright_wrap {
    order: 2;
    width: 100%;
  }
  .footer-block__details-content .list-menu__item--link,
  .footer-block--brandinformation ul.footer-block__details-content.brand_info span{
    font-size: calc(var(--font-body-scale)* 1.4rem) !important;
  }
  
  .footer-block--newsletter {
    visibility: visible;
    height: 100%;
  }
  .footer-block--newsletter.footer-collapse{
    margin-top: 20px;
  }
  .footer__payment .list-payment{
    margin: 0.5rem 0;
  }
}

@media screen and (max-width: 575px) {
  .footer__localization button.disclosure__button {
    height: auto;
    min-height: auto;
  }
  .footer__content-bottom-wrapper {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .custom-newsletter .footer-block--newsletter .footer-block__heading {
    text-align: left;
  }
  .country_language {
    display: flex;
    gap: 12px;
  }
  .logo_description{
    text-align: center;
  }
  .footer__content-bottom-wrapper .footer__localization {
    justify-content: center;
    gap: 15px;
  }
  .footer__column--info {
    flex: 0 0 100%;
    order: 3;
    width: 100%;
    align-items: center;
  }

  .footer-bottom-social--icon {
    gap: 5px;
  }

   .footer__localization h2 {
    text-align: center;
  } 
  .footer-bottom-social--icon .footer__list-social .list-social__link svg {
    width: 25px;
    height: 25px;
  }
  .footer-bottom-social--icon .payment--heading h3, 
  .footer__localization h2, .payment--heading h3 {
    display: none;
  }
  .footer__localization button.disclosure__button {
    background: transparent;
    color: rgb(var(--color-foreground));
  }
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale)* 1.6rem);
  }
  .footer-block__details-content .list-menu__item--link {
    padding-bottom: 1rem;
  }
  .footer__localization button.disclosure__button {
    padding: 1rem;
    padding-right: 4rem;
  }
  .newsletter-form__field-wrapper .field_newsflex{
    flex-wrap: wrap;
  }
  .field__label{
    font-size: 1.2rem;
    left: calc(var(--inputs-border-width) + 1rem);
    top: calc(1rem + var(--inputs-border-width));
  }
  .newsletter-form__field-wrapper .field_newsflex .field__input{
    height: 4rem;
    padding: 1rem;
  }
  .newsletter-form__field-wrapper .field_newsflex .field{
    width: unset;
  }
  .footer-block--newsletter button.footer-block__heading svg,
  .footer-block--newsletter button::after{
    display: none;;
  }
  .footer .custom-newsletter .grid__item.footer-block--newsletter{
    padding: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .policies li {
    padding: 0 4px;
  }
  .copyright__content, .policies .copyright__content {
    font-size: 1.2rem;
  }
}

.footer-block--brandinformation ul.footer-block__details-content.brand_info {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: normal;
  font-size: calc(var(--font-body-scale)* 16px);
}
.footer-block--brandinformation ul.footer-block__details-content.brand_info li {
  display: flex ;
  gap: 10px !important;
  margin-bottom: 15px;
}
.footer-block--brandinformation ul.footer-block__details-content.brand_info li span.ficon_wrap svg{
  width: 14px;
  height: auto;
}
.newsletter-form__button.field__button.button{
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.newsletter-form__button.field__button.button{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.newsletter-form__button.field__button.button:after{
  box-shadow: unset !important;
}
.footer-block__newsletter .newsletter-form__field-wrapper .field_newsflex .field__input{
  background-color: rgba(var(--color-button-text));
}
.footer-block__newsletter .newsletter-form__field-wrapper .field_newsflex{
  position: relative;
}
.footer-block__newsletter .newsletter-form__field-wrapper .newsletter-form__button.field__button{
  position: absolute;
  top: 1px;
  right: 1px;
}
.footer-block__newsletter .newsletter-form__button.field__button{
  height: 45px;
}
@media screen and (max-width: 575px) {
  .footer-block__newsletter .newsletter-form__button.field__button{
    height: 40px;
    min-height: 40px;
  }
}
.footer-block--newsletter button.footer-block__heading{
  display: flex;
  align-items: center;
  gap: 10px;
}
.main_copyright.page-width .footer__content-bottom-wrapper{
  padding: 5px 15px;
  border-radius: var(--text-boxes-radius);
}
.footer__localization .localization-form__select:after{
  box-shadow: none;
}
.footer__localization .localization-form__select:hover.localization-form__select:after{
  box-shadow: none;
}
.copyright__content a:hover{
  text-decoration: none;
  color: rgba(var(--color-foreground));
}
@media screen and (min-width: 750px) {
  .footer__localization .localization-form:only-child{
    margin: 0;
  }
}
.footer__localization .disclosure .disclosure__button.localization-form__select.link{
  /* padding-left: 0; */
  padding-right: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.footer__localization .disclosure .disclosure__button.localization-form__select.link:hover{
  color: rgba(var(--color-foreground), 0.75);
 
}
.disclosure__list-wrapper .disclosure__list .disclosure__item .disclosure__link.link{
  font-size: calc(var(--font-body-scale) * 1.4rem);
}
.footer__localization .disclosure .disclosure__button{
  background: rgba(var(--color-foreground), .03);
  color: rgba(var(--color-foreground));
}
.footer__localization .disclosure .disclosure__button{

}
.footer__column.footer__column-other--info{
  justify-content: flex-end;
}
.footer__column.footer__column-other--info li a,
.footer__column.footer__column-other--info li{
  color: rgba(var(--color-foreground), .6);

}
.footer__column.footer__column-other--info li a:hover{
  color: rgba(var(--color-foreground));
  cursor: pointer;
  text-decoration: none !important;
}
@media screen and (max-width: 749px){
  .footer .footer-block--text.footer-block{
    margin-bottom: 2rem;
  }
  .footer .footer-block--text.footer-block p{
    margin: 0.5rem 0;
  }
}
.footer .policies a,
.footer .copyright__content a,
.footer__content-bottom .footer__column-other--info .copyright__content a,
.footer__content-bottom .footer__column-other--info .copyright__content{
    color: rgba(var(--color-foreground)) !important;
}
.footer .policies a:hover,
.footer .copyright__content a:hover,
.footer__content-bottom .footer__column-other--info .copyright__content a:hover,
.footer__content-bottom .footer__column-other--info .copyright__content:hover{
  /* text-decoration: underline;
  text-underline-offset: .3rem; */
  color: rgba(var(--color-link)) !important;
}
.footer img.footer-logo{
  border-radius: 0 !important;
}
@media (max-width: 575px) {
  .default_search_menu .default_item{
    font-size: calc(var(--font-heading-scale) * 1.6rem);
  }
}
@media (max-width: 1199px) {
  .f_newsletter_main_wrapper .news_wrapper .news_Sunheading .subheading{
    font-size: 1.4rem;
  }
}