.footer {
  background-color: rgb(var(--color-footer-background));
  --color-text: var(--color-footer-text);
  color: rgb(var(--color-footer-text));
}
.section-footer-padding {
  margin-top: var(--section-vertical-gap);
  padding-top: calc(var(--padding-top) / 2);
  padding-bottom: calc(var(--padding-bottom) / 2);
}
@media (min-width: 960px) {
  .section-footer-padding {
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
  }
}
.footer-block:empty {
  display: none;
}
@media (min-width: 960px) {
  .footer-block .footer-block--subscribe .footer-letter-form {
    width: 100% !important;
    max-width: 590px;
  }
  .footer-block .footer-block--subscribe .footer-block__heading {
    margin-top: 15px;
  }
}
@media (max-width: 959px) {
  .footer-block .footer-block--subscribe .field {
    margin-bottom: 0;
  }
}
.footer-block__heading {
  font-weight: 500;
}
.footer-block--full {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  .footer-block--full {
    margin-top: 20px;
  }
}
.footer-block--full {
  width: 100%;
}
.footer-block--full .footer-block-image img {
  width: 100%;
  height: auto;
  display: block;
}
.footer-block__details-content.rte,
.footer-block__details-content > li {
  margin-top: 15px;
}
.footer-block__details-content a {
  opacity: 0.7;
}
footer-menu {
  display: flex;
  flex-direction: column;
}
.footer__blocks-wrapper .footer__list-social {
  margin-top: 15px;
  grid-column-gap: 8px;
}
@media (min-width: 960px) {
  .footer__blocks-wrapper .footer__list-social {
    grid-column-gap: var(--block-media-icon-padding);
  }
}
.footer__blocks-wrapper .footer__list-social {
  grid-row-gap: 15px;
}
.footer__blocks-wrapper .footer__list-social a svg,
.footer__blocks-wrapper .footer__list-social img {
  width: 28px;
  height: 28px;
}
@media (min-width: 960px) {
  .footer__blocks-wrapper .footer__list-social a svg,
  .footer__blocks-wrapper .footer__list-social img {
    width: var(--block-media-icon-width);
    height: var(--block-media-icon-width);
  }
}
.footer__blocks-wrapper .footer-block--subscribe {
  width: 100% !important;
}
@media (min-width: 960px) {
  .footer__blocks-wrapper .footer-letter-form {
    display: flex;
  }
  .footer__blocks-wrapper .footer-letter-form .field {
    max-width: 590px;
  }
}
@media (min-width: 960px) {
  .footer-block {
    min-width: 200px;
  }
  .footer-block--list .footer-block__heading svg {
    display: none;
  }
  .footer_content_center .footer__blocks-wrapper .footer-block__heading,
  .footer_content_center .footer__blocks-wrapper .footer-block__details-content,
  .footer_content_center
    .footer__blocks-wrapper
    .footer-block__details-content
    li {
    text-align: center;
  }
  .footer_content_center .footer__blocks-wrapper .footer-letter-form {
    justify-content: center;
  }
  .footer_content_center .footer__blocks-wrapper .footer__conact-block,
  .footer_content_center .footer__blocks-wrapper .footer__list-social {
    justify-content: center;
  }
  .footer_content_right .footer__blocks-wrapper .footer-block__heading,
  .footer_content_right .footer__blocks-wrapper .footer-block__details-content,
  .footer_content_right
    .footer__blocks-wrapper
    .footer-block__details-content
    li {
    text-align: right;
  }
  .footer_content_right .footer__blocks-wrapper .footer-letter-form {
    justify-content: flex-end;
  }
  .footer_content_right .footer__blocks-wrapper .footer__conact-block,
  .footer_content_right .footer__blocks-wrapper .footer__list-social {
    justify-content: flex-end;
  }
}
.footer_content_right .content_vertical {
  align-items: flex-end;
}
.footer_content_right .footer__copyright {
  text-align: right;
}
.footer_content_right .copyright-menu-box {
  justify-content: flex-end;
}
@media (max-width: 959px) {
  .footer_content_right .footer__content-bottom-wrapper {
    align-items: flex-end;
    flex-direction: column-reverse;
    display: flex;
    row-gap: 20px;
  }
  .footer_content_right .footer__payment {
    justify-content: flex-end;
  }
}
.footer_content_left .content_vertical {
  align-items: flex-start;
}
.footer_content_left .copyright-menu-box {
  justify-content: flex-start;
}
.footer_content_left .footer__copyright {
  text-align: left;
}
@media (max-width: 959px) {
  .footer_content_left .footer__content-bottom-wrapper {
    align-items: flex-start;
  }
  .footer_content_left .footer__payment {
    justify-content: flex-start;
  }
}
@media (max-width: 959px) {
  .footer-block {
    position: relative;
    padding-bottom: var(--grid-vertical-space);
  }
  .footer-block::after {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--color-text), 0.1);
  }
  footer-menu {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
  }

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

  footer-menu .footer-block__details-content {
    height: 0;
    opacity: 0;
  }

  footer-menu .icon-arrow {
    display: inline-block;
  }

  footer-menu .icon-minus {
    display: none;
  }
  footer-menu[open] .footer-block__details-content {
    opacity: 1;
    height: auto;
  }

  footer-menu[open] .icon-arrow {
    display: none;
  }

  footer-menu[open] .icon-minus {
    display: inline-block;
  }
}
.footer-block__details-content .list-menu__item--active,
.footer-block__details-content .list-menu__item--link:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  color: rgba(var(--color-text));
  opacity: 1;
}
.footer-block-image > img {
  height: auto;
  object-fit: cover;
  object-fit: center center;
}
@media (max-width: 959px) {
  .footer-block-image {
    text-align: left !important;
  }
}
.footer__copyright {
  text-align: center;
  margin-top: 10px;
}
.footer-block--newsletter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 960px) {
  .footer-block--newsletter {
    justify-content: space-between;
  }
  .footer-block--newsletter .field {
    margin-bottom: 0;
  }
  .footer-block--newsletter.content-align-row {
    flex-direction: column;
    justify-content: center;
  }
  .footer-block--newsletter.content-align-row .footer__list-social {
    margin-top: 20px;
  }
  .footer-block--newsletter.content-align-col {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .footer-block--newsletter.content-align-col .footer-block--subscribe {
    max-width: 100%;
    width: 65%;
    margin-right: 40px;
  }
  .footer-block--newsletter.content-align-col .footer__list-social {
    min-width: 300px;
  }
}
.footer-letter-media-up {
  margin-top: 0 !important;
}
@media (min-width: 960px) {
  .footer-block--newsletter {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .content-align-row .footer-block--subscribe {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content-align-row .footer-block--subscribe .footer-block__heading {
    text-align: center;
  }
  .footer-block--subscribe .footer-letter-form {
    width: 396px;
  }
  .footer-block--subscribe {
    flex-shrink: 0;
  }
  .footer-block--subscribe.letter-size--middle .footer-block__heading {
    margin-bottom: 20px;
  }
  .footer-block--subscribe.letter-size--middle .footer-letter-form {
    width: 490px;
  }
  .footer-block--subscribe.letter-size--large .footer-block__heading {
    margin-bottom: 24px;
  }
  .footer-block--subscribe.letter-size--large .footer-letter-form {
    width: 590px;
  }
}
@media (max-width: 959px) {
  .footer-block--newsletter {
    margin-top: 20px;
  }

  .footer-block--subscribe {
    width: 100%;
  }

  .footer-block--newsletter .field {
    width: 100%;
  }

  .footer__list-social {
    margin-bottom: 20px;
  }
}
.footer-block--subscribe .footer-block__heading {
  margin-bottom: 15px;
}
.footer-block--subscribe .field {
  background-color: transparent;
}
.footer__list-social {
  display: flex;
  grid-column-gap: 8px;
}
@media (min-width: 960px) {
  .footer__list-social {
    grid-column-gap: var(--media-icon-padding);
  }
}
.footer__list-social {
  row-gap: 15px;
  flex-wrap: wrap;
}
.footer__list-social a svg,
.footer__list-social a img {
  transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 28px;
  height: 28px;
}
@media (min-width: 960px) {
  .footer__list-social a svg,
  .footer__list-social a img {
    width: var(--media-icon-width);
    height: var(--media-icon-width);
  }
}
.footer__list-social a:hover svg,
.footer__list-social a:hover img {
  transform: scale(1.1);
}
/* .footer__content-bottom {
  border-top: 1px solid rgba(var(--color-footer-border));
  padding-top: 40px;
} */
.copyright-menu-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.copyright-menu-box .line {
  padding: 0 10px;
}
.copyright-menu-box .footer-menu--item {
  flex-shrink: 0;
  flex-wrap: wrap;
}
.copyright-menu-box .footer-menu--item:hover a {
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media (min-width: 960px) {
  .footer__content-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content_vertical {
    flex-direction: column;
  }
  .corner-content__left {
    flex-direction: row-reverse;
    display: flex;
  }
  .corner-content__left .copyright-menu-box {
    margin-left: 10px;
  }
}
@media (max-width: 959px) {
  .footer__content-bottom {
    flex-direction: column-reverse;
    display: flex;
    row-gap: 20px;
  }
  .copyright__content {
    margin-top: 8px;
  }
}
.footer__content-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
/* @media (--pc) {
  .footer__column--info {
    max-width: 30%;
  }
} */
@media (max-width: 959px) {
}
@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-10px);
  }
}
.footer__localization form {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__localization .dropdown-menu__list-wrapper {
  opacity: 1;
  animation: animateLocalization 200ms ease;
  transform: translateY(-10px);
  background-color: rgb(var(--color-footer-background));
}
.footer__payment {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer__payment > svg {
  height: 22px;
  width: 35px;
}
@media (max-width: 959px) {
  .footer__content-bottom-wrapper {
    flex-direction: column;
  }

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

  .footer__copyright {
    margin-top: 0px;
  }

  .footer__payment {
    justify-content: center;
  }
  .footer__localization form {
    gap: 6px;
  }
  .footer__localization dropdown-menu:last-child .dropdown-menu__list-wrapper {
    right: 0;
  }
}
.footer__conact-block {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.footer__conact-block svg {
  color: rgb(var(--color-text));
  width: 20px;
  height: 20px;
}
.footer__conact-block .footer__conact-text {
  margin-left: 20px;
}
.footer__conact-block .footer__conact-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.footer__conact-block .footer__conact-icon .logo-list-icon {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
@media (max-width: 959px) {
  .footer__list-social {
    flex-wrap: wrap;
    gap: 14px;
  }

  .footer__list-social a svg {
    width: 36px;
    height: 36px;
  }
}
/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */
/* ===============================
   BOLDHUE – PERFECT 3-COLUMN FOOTER LAYOUT
   =============================== */

/* Remove footer block titles */
.footer-block__heading {
    display: none !important;
}

/* Remove mobile accordion arrows */
footer-menu .icon-arrow,
footer-menu .icon-minus {
    display: none !important;
}

/* Top area layout: 3 columns */
.footer__blocks-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 60px !important;
    align-items: flex-start;
    margin-bottom: 40px;
}

/* Remove bottom border on mobile accordions */
.footer-block::after {
    display: none !important;
}

/* Menu link styling (BoldHue style) */
.footer-block__details-content a {
    font-size: 18px !important;
    letter-spacing: 0.5px;
    color: #4c5a5c !important;
    opacity: 1 !important;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: inline-block;
}

.footer-block__details-content a:hover {
    text-decoration: underline;
}

/* Social icons under first column */
.footer-block.social-block {
    grid-column: 1 / span 1;
    margin-top: 30px;
}

.footer__list-social {
    display: flex;
    gap: 20px !important;
    margin: 20px 0;
}

.footer__list-social img,
.footer__list-social svg {
    width: 26px !important;
    height: 26px !important;
}

/* Copyright under the icons */
.footer__copyright {
    grid-column: 1 / span 1 !important;
    margin-top: 30px;
    font-size: 14px !important;
    text-align: left !important;
    opacity: .8;
}

/* Hide everything else in the bottom area */
.footer__content-bottom-wrapper,
.footer__payment,
.footer__localization {
    display: none !important;
}


/* ===============================
   MOBILE VERSION
/* =========================================================
   BOLDHUE — EXACT 3 COLUMN FOOTER LAYOUT (MATCHES SCREENSHOT)
   ========================================================= */

/* Remove menu titles everywhere */
.footer-block__heading {
    display: none !important;
}

/* Three-column grid */
.footer__blocks-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 60px !important;
    padding-bottom: 40px;
}

/* Remove mobile accordion lines */
.footer-block::after {
    display: none !important;
}

/* Menu links styling */
.footer-block__details-content a {
    font-size: 18px !important;
    letter-spacing: 0.5px;
    color: #4c5a5c !important;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: inline-block;
}

.footer-block__details-content a:hover {
    text-decoration: underline;
}

/* SOCIALS: always place under FIRST column */
.footer__list-social {
    grid-column: 1 !important;
    margin-top: 25px;
    display: flex !important;
    gap: 22px !important;
}

.footer__list-social img,
.footer__list-social svg {
    width: 26px !important;
    height: 26px !important;
}

/* COPYRIGHT: force under column 1 */
.footer__copyright {
    grid-column: 1 !important;
    margin-top: 20px !important;
    font-size: 14px !important;
    text-align: left !important;
    opacity: .8;
}

/* Hide the entire bottom bar area (localization, payments, etc.) */
.footer__content-bottom-wrapper,
.footer__column--info,
.footer__payment,
.footer__localization {
    display: none !important;
}

/* Keep only the copyright visible */
.footer__content-bottom {
    border: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

/* ===============================
   MOBILE — Stack columns
   =============================== */
@media (max-width: 768px) {


    .footer__list-social {
        margin-top: 10px !important;
    }

    .footer__copyright {
        margin-top: 20px !important;
    }
}
.bh-footer {
    background: #f7edea;
    padding: 60px 0;
}

.bh-footer-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}

.bh-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bh-links li {
    margin-bottom: 14px;
}

.bh-links a {
    font-size: 18px;
    font-weight: 400;
    color: #5b696b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.bh-links a:hover {
    text-decoration: underline;
}

.bh-socials {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.bh-copy {
    margin-top: 20px;
    font-size: 14px;
    opacity: 0.7;
    color: #5b696b;
}

/* mobile */
@media (max-width: 768px) {
    .bh-footer-columns {
        gap: 40px;
    }
}
.bh-footer {
    background: #f7edea;
    padding: 60px 0;
}

.bh-footer-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}

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

.bh-links li {
    margin-bottom: 14px;
}

.bh-links a {
    font-size: 18px;
    color: #5b696b;
    text-transform: uppercase;
    text-decoration: none;
}

.bh-links a:hover {
    text-decoration: underline;
}

.bh-socials {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.bh-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.bh-copy {
    margin-top: 20px;
    font-size: 14px;
    opacity: 0.7;
    color: #5b696b;
}

@media (max-width: 768px) {
    .bh-footer-columns {
        gap: 40px;
    }
}
/* ===============================
   MOBILE: Move socials + center copyright
   =============================== */
@media (max-width: 768px) {

    /* Make column 1 flexible */
    .bh-footer-col {
        display: flex;
        flex-direction: column;
    }

    /* Push socials to the end */
    .bh-socials {
        order: 99;
        margin-top: 10px;
        justify-content: left;
    }

    /* Copyright LAST and centered */
    .bh-copy {
        order: 100;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
}
/* ===============================
   MOBILE FOOTER — CORRECT ORDER
   =============================== */
@media (max-width: 768px) {

    /* Stack everything normally */
    .bh-footer-columns {
        display: flex;
        flex-direction: column;
    }

    /* Make sure columns don’t interfere */
    .bh-footer-col {
        display: contents;
    }

    /* SOCIALS — after ALL links */
    .bh-socials {
        order: 10;
        justify-content: left;
    }

    /* COPYRIGHT — LAST + CENTERED */
    .bh-copy {
        order: 11;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
}
.bh-footer {
    position: relative;
    z-index: 5;
    overflow: hidden;
}
/* MOBILE — KEEP 3 COLUMNS */
@media (max-width: 768px) {
    .bh-footer-columns {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 24px !important;
    }

    .bh-links a {
        font-size: 14px;
        letter-spacing: 0.4px;
    }

    .bh-links li {
        margin-bottom: 10px;
    }
}

/* =================================================
   BOLDHUE FOOTER — CLEAN MOBILE LAYOUT (<700px)
   ================================================= */

@media (max-width: 700px) {

  /* Use ONE vertical column */
  .footer__blocks-wrapper,
  .bh-footer-columns {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
  }

  /* Make all footer columns stack naturally */
  .footer-block,
  .bh-footer-col {
    width: 100% !important;
    display: block !important;
  }

  /* Links look like screenshot */
  .footer-block__details-content a,
  .bh-links a {
    font-size: 15px !important;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    text-align: left;
  }

  /* Social icons near bottom */
  .footer__list-social,
  .bh-socials {
    margin-top: 30px !important;
    justify-content: flex-start !important;
    gap: 16px !important;
  }

  /* Copyright LAST and centered */
  .footer__copyright,
  .bh-copy {
    margin-top: 30px !important;
    text-align: center !important;
    font-size: 13px !important;
    opacity: 0.7;
  }

  /* Kill any grid forcing */
  .bh-footer-columns {
    grid-template-columns: none !important;
  }

  /* Prevent hidden/contents tricks */
  .bh-footer-col {
    display: block !important;
  }
}

/* ===============================
   BASE FOOTER
=============================== */

.bh-footer {
    background: #f7edea;
    padding: 60px 0;
}

.bh-footer-columns {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}

.bh-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bh-links li {
    margin-bottom: 14px;
}

.bh-links a {
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #5b696b;
    text-decoration: none;
}

.bh-links a:hover {
    text-decoration: underline;
}

/* ===============================
   SOCIALS + COPYRIGHT (DESKTOP)
=============================== */

.bh-footer-socials {
    grid-column: 1 / span 1;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.bh-icon img {
    width: 26px;
    height: 26px;
}

.bh-footer-copy {
    grid-column: 1 / span 1;
    margin-top: 20px;
    font-size: 14px;
    opacity: 0.7;
    color: #5b696b;
}

/* ===============================
   MOBILE (<700px)
=============================== */

@media (max-width: 700px) {

    .bh-footer-columns {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

    .bh-footer-col {
        width: 100%;
    }

    .bh-links a {
        font-size: 15px;
    }

    /* SOCIALS — AFTER ALL LINKS */
    .bh-footer-socials {
        margin-top: 32px;
    }

    /* COPYRIGHT — VERY LAST */
    .bh-footer-copy {
        margin-top: 16px;
        text-align: center;
        font-size: 13px;
    }
}
/* ===============================
   DESKTOP FOOTER — MATCH DESIGN
=============================== */

@media (min-width: 960px) {

    .bh-footer {
        background: #f7edea;
        padding: 80px 0 60px;
    }

    .bh-footer-columns {
        max-width: 1400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 160px;
        /* wide spacing like screenshot */
        row-gap: 40px;
        align-items: start;
    }

    /* Columns */
    .bh-footer-col {
        align-self: start;
    }

    .bh-links li {
        margin-bottom: 18px;
    }

    .bh-links a {
        font-size: 18px;
        letter-spacing: 0.6px;
        color: #5b696b;
        text-transform: uppercase;
    }

    /* SOCIAL ICONS — under column 1 */
    .bh-footer-socials {
        grid-column: 1 / span 1;
        margin-top: 40px;
        display: flex;
        gap: 22px;
    }

    .bh-icon img {
        width: 26px;
        height: 26px;
        opacity: 0.9;
    }

    /* COPYRIGHT — under socials */
    .bh-footer-copy {
        grid-column: 1 / span 1;
        margin-top: 20px;
        font-size: 14px;
        color: #5b696b;
        opacity: 0.7;
    }
}