.footer__menu {
  position: relative;
}

.footer__menu-title {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.footer__menu-title .icon__arrow,
.footer__menu-title .icon__minus {
  display: none;
}

@media (max-width: 959px) {
  .footer__menu-title {
    padding-block-start: 15px;
  }

  .footer__menu-title .icon__arrow {
    display: inline;
  }

  .footer__menu-title .icon__minus {
    display: none;
  }
}

.footer__menu-item {
  padding-block-start: 15px;
}

.footer__menu-item a {
  display: block;
}

.footer__menu-item--active a {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.footer__menu-item--active a:hover {
  text-decoration: underline;
}

@media (max-width: 959px) {
  .footer__menu-content {
    height: 0;
    padding-block-end: 15px;
    overflow: hidden;
    opacity: 0;
  }
}

.footer__menu::after {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  display: none;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(var(--color-text), 0.1);
}

@media (max-width: 959px) {
  .footer__menu::after {
    display: block;
  }
}

@media (max-width: 959px) {
  .footer__menu[open] .footer__menu-title .icon__arrow {
    display: none;
  }

  .footer__menu[open] .footer__menu-title .icon__minus {
    display: inline;
  }
}

.footer__menu[open] .footer__menu-content {
  height: auto;
  opacity: 1;
}
.footer__custom-text-title {
  padding-block-end: 15px;
}
@media (max-width: 959px) {
  .footer__custom-text-title {
    padding-block-start: 15px;
  }
}
.footer__email-subscribe-title {
  margin-block-end: 15px;
  font-weight: bold;
}
@media (min-width: 960px) {
  .footer__email-subscribe--small .field__input {
    padding-block-start: 16px;
  }
  .footer__email-subscribe--middle .field__input {
    padding-block: 20px 2px;
  }
  .footer__email-subscribe--large .field__input {
    padding-block: 30px 19px;
  }

  .footer__email-subscribe--large .field__input:focus ~ .field__label,
  .footer__email-subscribe--large
    .field__input:not(:placeholder-shown)
    ~ .field__label,
  .footer__email-subscribe--large
    .field__input:-webkit-autofill
    ~ .field__label {
    transform: scale(0.7) translate(0, -150%);
  }
}
.footer__image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
.footer__localization-form .localization__selector:nth-last-of-type(2) {
  margin-block-end: 10px;
  margin-inline-end: 15px;
}
.footer__localization-form form {
  display: contents;
}
@media (max-width: 959px) {
  .footer__localization-form .localization__selector {
    width: 100%;
  }

  .footer__localization-form .localization__selector:nth-last-of-type(2) {
    margin-block-end: 6px;
    margin-inline-end: 0;
  }
}
.footer__payment-icons > svg {
  width: auto;
  height: 22px;
}
.footer__social-media-title {
  padding-block-end: 20px;
  font-weight: bold;
}
.footer__social-media-content {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
}
.footer__social-media-content svg,
.footer__social-media-content img {
  width: 24px;
  height: 24px;
}
.footer__social-media-content img {
  border-radius: 100%;
}
@media (min-width: 960px) {
  .footer__social-media--small .footer__social-media-content {
    gap: 8px;
  }

  .footer__social-media--small .footer__social-media-content svg,
  .footer__social-media--small .footer__social-media-content img {
    width: 28px;
    height: 28px;
  }
  .footer__social-media--middle .footer__social-media-content {
    gap: 16px;
  }

  .footer__social-media--middle .footer__social-media-content svg,
  .footer__social-media--middle .footer__social-media-content img {
    width: 32px;
    height: 32px;
  }
  .footer__social-media--large .footer__social-media-content {
    gap: 16px;
  }

  .footer__social-media--large .footer__social-media-content svg,
  .footer__social-media--large .footer__social-media-content img {
    width: 64px;
    height: 64px;
  }
}
.footer__copyright-menu a {
  word-break: break-all;
}
.footer__copyright-menu span {
  padding: 0 10px;
}
.footer__copyright-menu span:last-child {
  display: none;
}
.footer {
  background-color: rgb(var(--color-background));
}


/* ALIBARBAR V18 footer — black, gold, cyan and pink accents */
.footer{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:#f6f7f3;
  background:
    radial-gradient(circle at -4% 82%,rgba(50,213,255,.22),transparent 27%),
    radial-gradient(circle at 104% 78%,rgba(255,64,188,.22),transparent 28%),
    radial-gradient(circle at 50% -8%,rgba(255,211,78,.12),transparent 32%),
    linear-gradient(180deg,#0d100f 0%,#060706 100%)!important;
  border-top:1px solid rgba(255,211,78,.22);
}
.footer::before,
.footer::after{
  position:absolute;
  z-index:-1;
  bottom:-120px;
  width:260px;
  height:360px;
  content:"";
  filter:blur(14px);
  opacity:.72;
  pointer-events:none;
}
.footer::before{
  left:-100px;
  background:linear-gradient(35deg,transparent 4%,rgba(46,218,255,.72) 48%,rgba(46,218,255,0) 72%);
  transform:rotate(-13deg);
}
.footer::after{
  right:-100px;
  background:linear-gradient(-35deg,transparent 4%,rgba(255,52,191,.70) 48%,rgba(255,52,191,0) 72%);
  transform:rotate(13deg);
}
.footer .page-width,
.footer__inner{
  position:relative;
  z-index:1;
}
.footer__inner{
  padding:34px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  box-shadow:0 22px 50px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.04);
}
.footer__menu-title,
.footer__custom-text-title,
.footer__email-subscribe-title,
.footer__social-media-title{
  color:#ffd34e!important;
  font-weight:850!important;
  letter-spacing:.045em;
}
.footer__inner > .footer__group:nth-child(4n+2) .footer__menu-title,
.footer__inner > .footer__group:nth-child(4n+2) .footer__custom-text-title,
.footer__inner > .footer__group:nth-child(4n+2) .footer__email-subscribe-title{
  color:#73dcff!important;
}
.footer__inner > .footer__group:nth-child(4n+3) .footer__menu-title,
.footer__inner > .footer__group:nth-child(4n+3) .footer__custom-text-title,
.footer__inner > .footer__group:nth-child(4n+3) .footer__email-subscribe-title{
  color:#ff65c7!important;
}
.footer__menu-content,
.footer__custom-text-content,
.footer__copyright,
.footer__copyright-text,
.footer__copyright-menu,
.footer__localization-form{
  color:rgba(255,255,255,.76)!important;
}
.footer a{
  color:rgba(255,255,255,.78);
  transition:color .2s ease,text-shadow .2s ease,transform .2s ease;
}
.footer a:hover,
.footer a:focus-visible{
  color:#d7ff45!important;
  text-shadow:0 0 16px rgba(215,255,69,.28);
}
.footer__social-media-content a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border:1px solid rgba(255,211,78,.30);
  border-radius:50%;
  background:rgba(255,255,255,.035);
}
.footer__social-media-content a:nth-child(3n+2){border-color:rgba(115,220,255,.38)}
.footer__social-media-content a:nth-child(3n+3){border-color:rgba(255,101,199,.38)}
.footer__email-subscribe .field,
.footer__email-subscribe .field__input{
  border-color:rgba(255,211,78,.34)!important;
  background:rgba(5,7,6,.72)!important;
}
.footer__payment-icons{
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
}
.footer__payment-icons > svg{
  opacity:.9;
  filter:drop-shadow(0 0 8px rgba(255,211,78,.10));
}
@media(max-width:959px){
  .footer__inner{
    padding:22px 18px;
    border-radius:20px;
  }
  .footer__menu::after{
    background:linear-gradient(90deg,rgba(255,211,78,.28),rgba(115,220,255,.18),rgba(255,101,199,.24));
  }
}
