.als-site-footer,
.als-site-footer .als-site-footer-inner.als-shared-site-footer.als-home-site-footer {
  background: #ffffff;
}

.als-site-footer .als-site-footer-inner.als-shared-site-footer.als-home-site-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.als-site-footer .als-site-footer-inner.als-shared-site-footer.als-home-site-footer .footer-primary {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(324px, 0.82fr) minmax(0, 1.18fr);
  gap: 0 10px;
  align-items: stretch;
  padding: 18px 22px;
  border-radius: 34px;
}

.als-site-footer .als-site-footer-inner.als-shared-site-footer.als-home-site-footer .footer-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(214, 188, 191, 0.52);
  border-radius: 34px;
  background: #fefbfb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 12px 28px rgba(34, 22, 24, 0.03);
  z-index: -1;
}

.als-site-footer .footer-brand {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 100%;
  max-width: 394px;
  gap: 14px;
  align-self: center;
  justify-items: start;
  align-content: center;
  padding: 28px 30px 24px;
  border: 1px solid rgba(190, 108, 124, 0.22);
  border-radius: 22px;
  background: #fdf7f7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 6px 16px rgba(124, 57, 72, 0.03);
}

.als-site-footer .footer-brand-mark,
.als-site-footer .footer-brand-copy {
  display: grid;
  gap: 10px;
}

.als-site-footer .footer-brand-mark {
  width: 100%;
  justify-items: center;
}

.als-site-footer .footer-brand-link {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

.als-site-footer .brand-logo {
  width: min(100%, 320px);
  max-height: 110px;
  object-fit: contain;
  object-position: center center;
}

.als-site-footer .als-branding__sub { display: none; }

.als-site-footer .footer-brand-copy {
  width: min(100%, 320px);
  justify-self: center;
  justify-items: start;
}

.als-site-footer .footer-manifesto {
  position: relative;
  left: 20px;
  margin: 0;
  width: max-content;
  max-width: none;
  color: #393234;
  font-size: 13.5px;
  line-height: 1.52;
  letter-spacing: 0.115em;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.als-site-footer .footer-links {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-self: center;
  margin-left: -25px;
  width: 100%;
  min-height: 100%;
  padding: 2px 0;
  background: transparent;
}

.als-site-footer .footer-links-group {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 0;
  min-width: 0;
  min-height: 100%;
  padding: 12px 6px 12px 0;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.als-site-footer .footer-links-group + .footer-links-group::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(199, 169, 174, 0.62);
}

.als-site-footer .footer-links-group--account::before { left: -39px; }
.als-site-footer .footer-links-group--information::before { left: 0; }

.als-site-footer .footer-links-group summary {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 50px;
  padding: 0;
  list-style: none;
  cursor: default;
  pointer-events: none;
}

.als-site-footer .footer-links-group summary::-webkit-details-marker,
.als-site-footer .footer-links-group summary::marker,
.als-site-footer .footer-links-group summary::after,
.als-site-footer .footer-links-group__chevron {
  display: none;
  content: none;
}

.als-site-footer .footer-links-group--catalog summary { position: relative; left: -25px; }
.als-site-footer .footer-links-group--account summary { position: relative; left: 15px; }
.als-site-footer .footer-links-group--information summary { position: relative; left: 40px; }

.als-site-footer .footer-links-group__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: rgb(215, 30, 30);
}

.als-site-footer .footer-links-group__icon svg {
  width: 45px;
  height: 45px;
  stroke-width: 1.2;
}

.als-site-footer .footer-links-group__label {
  color: #1b1416;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.145em;
  font-weight: 500;
  text-transform: uppercase;
}

.als-site-footer .footer-links-group__panel {
  display: grid !important;
  gap: 11px;
  padding: 0;
  border-top: 0;
}

.als-site-footer .footer-links-group--catalog .footer-links-group__panel { position: relative; left: -15px; }
.als-site-footer .footer-links-group--account .footer-links-group__panel { position: relative; left: 25px; }
.als-site-footer .footer-links-group--information .footer-links-group__panel { position: relative; left: 48px; }

.als-site-footer .footer-links a {
  display: block;
  margin: 0;
  color: #494244;
  font-size: 14.5px;
  line-height: 1.42;
  font-weight: 300;
}

.als-site-footer .footer-payments {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 167px minmax(0, 1fr);
  gap: 12px 10px;
  align-items: center;
  padding: 2px 52px 0;
  border: 0;
  background: transparent;
}

.als-site-footer .footer-payments-title {
  position: relative;
  left: -10px;
  margin: 0;
  color: #342d31;
  font-size: 13.5px;
  line-height: 1.15;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}

.als-site-footer .footer-payments-strip {
  display: block;
  width: 100%;
  max-width: 620px;
  height: 46px;
  margin: 0;
  background-image: url('../images/footer-payment-strip.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}

.als-site-footer .footer-payments-icons {
  display: none;
}

@media (min-width: 1081px) {
  .home .als-site-footer .als-site-footer-inner.als-shared-site-footer.als-home-site-footer .footer-payments-strip {
    display: none !important;
  }

  .home .als-site-footer .als-site-footer-inner.als-shared-site-footer.als-home-site-footer .footer-payments-icons {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: min(100%, 810px);
    margin-left: 25px;
    padding: 12px 16px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .home .als-site-footer .als-site-footer-inner.als-shared-site-footer.als-home-site-footer .footer-payments-icon {
    height: 32px;
  }

  .home .als-site-footer .als-site-footer-inner.als-shared-site-footer.als-home-site-footer .footer-payments-icon--apple-pay,
  .home .als-site-footer .als-site-footer-inner.als-shared-site-footer.als-home-site-footer .footer-payments-icon--alipay,
  .home .als-site-footer .als-site-footer-inner.als-shared-site-footer.als-home-site-footer .footer-payments-icon--bitcoin {
    height: 34px;
  }
}

.als-site-footer .footer-disclaimer {
  grid-column: 1 / -1;
  position: relative;
  display: block;
  gap: 0;
  padding: 24px 28px 24px;
  border: 1px solid rgba(181, 110, 121, 0.12);
  border-radius: 22px;
  background: #fefefe;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 10px 24px rgba(17, 12, 14, 0.03);
}

.als-site-footer .footer-disclaimer h4 {
  display: block;
  margin: 0 0 8px;
  padding-left: 104px;
  color: #241d1f;
  font-size: 13.5px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
}

.als-site-footer .footer-disclaimer__icon {
  position: absolute;
  left: 42px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: rgb(215, 30, 30);
}

.als-site-footer .footer-disclaimer__icon svg {
  width: 60px;
  height: 60px;
  stroke-width: 1.2;
}

.als-site-footer .footer-disclaimer p {
  margin: 0;
  padding-left: 108px;
  padding-right: 8px;
  color: #544d54;
  font-size: 12.5px;
  line-height: 20.25px;
  font-weight: 400;
}

.als-site-footer .footer-legal {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 6px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(31, 27, 34, 0.12);
  color: #4f4a49;
  font-size: 0.72rem;
  line-height: 1.4;
  text-align: center;
}

.als-site-footer .footer-legal p { margin: 0; }

.als-site-footer .footer-legal-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.als-site-footer .footer-legal a,
.als-site-footer .footer-legal-separator {
  color: inherit;
}

@media (max-width: 1080px) and (orientation: landscape),
       (max-width: 980px) and (max-height: 520px) and (orientation: landscape) {
  .als-site-footer .als-site-footer-inner.als-shared-site-footer.als-home-site-footer {
    gap: 12px;
  }

  .als-site-footer .footer-primary {
    grid-template-columns: 256px repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 16px;
  }

  .als-site-footer .footer-primary::before {
    content: none !important;
    display: none !important;
  }

  .als-site-footer .footer-brand,
  .als-site-footer .footer-links-group,
  .als-site-footer .footer-disclaimer {
    border: 1px solid rgba(237, 227, 228, 0.88);
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 4px rgba(69, 39, 42, 0.006);
  }

  .als-site-footer .footer-brand {
    max-width: none;
    gap: 12px;
    padding: 18px 18px 16px;
    align-content: start;
    justify-items: start;
    background: #fefbfb;
  }

  .als-site-footer .footer-brand-mark,
  .als-site-footer .footer-brand-copy {
    width: 100%;
    max-width: none;
    justify-items: start;
    text-align: left;
  }

  .als-site-footer .footer-brand-link { justify-content: flex-start; }

  .als-site-footer .brand-logo {
    width: 100%;
    max-width: none;
    max-height: 72px;
    object-position: left center;
  }

  .als-site-footer .footer-manifesto {
    left: 3px;
    width: 100%;
    font-size: 12.25px;
    line-height: 1.54;
    letter-spacing: 0.11em;
    color: #5c5155;
    white-space: nowrap;
  }

  .als-site-footer .footer-links {
    display: contents;
    margin-left: 0;
  }

  .als-site-footer .footer-links-group {
    gap: 0;
    padding: 14px 16px 16px;
    overflow: visible;
  }

  .als-site-footer .footer-links-group::before { display: none; }

  .als-site-footer .footer-links-group summary {
    min-height: auto;
    padding: 0 0 4px;
    grid-template-columns: 32px minmax(0, 1fr) 10px;
    gap: 13px;
    transform: translateY(-7px);
    cursor: default;
    pointer-events: none;
  }

  .als-site-footer .footer-links-group__icon,
  .als-site-footer .footer-links-group__icon svg {
    width: 26px;
    height: 26px;
  }

  .als-site-footer .footer-links-group__icon { width: 32px; height: 32px; }

  .als-site-footer .footer-links-group__label {
    font-size: 14px;
    line-height: 1.08;
    letter-spacing: 0.115em;
    font-weight: 350;
    color: #23181c;
  }

  .als-site-footer .footer-links-group__chevron {
    display: inline-flex;
    width: 9px;
    height: 9px;
    border-right: 1.4px solid rgba(35, 24, 28, 0.88);
    border-bottom: 1.4px solid rgba(35, 24, 28, 0.88);
    transform: rotate(45deg) translateY(-1px);
    position: relative;
    top: 1px;
    right: 2px;
  }

  .als-site-footer .footer-links-group__panel {
    gap: 8px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 15px 16px 0 24px;
    border-top: 1px solid rgba(242, 235, 235, 0.98);
    position: static;
  }

  .als-site-footer .footer-links a {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 350;
  }

  .als-site-footer .footer-payments {
    grid-column: 1 / -1;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 10px 14px;
    padding: 2px 0;
  }

  .als-site-footer .footer-payments-title {
    left: 0;
    padding-left: 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  .als-site-footer .footer-payments-strip {
    max-width: none;
    height: 34px;
    background-position: center;
    background-size: calc(93.1% - 26.6px) auto;
  }

  .als-site-footer .footer-disclaimer {
    gap: 10px;
    padding: 12px 22px 12px;
    background: #fffdfd;
  }

  .als-site-footer .footer-disclaimer h4 {
    margin: 0 0 4px;
    padding-left: 74px;
    font-size: 12px;
  }

  .als-site-footer .footer-disclaimer__icon {
    left: 24px;
    width: 40px;
    height: 40px;
  }

  .als-site-footer .footer-disclaimer__icon svg {
    width: 40px;
    height: 40px;
  }

  .als-site-footer .footer-disclaimer p {
    padding-left: 74px;
    padding-right: 4px;
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .als-site-footer .footer-disclaimer p br { display: none; }

  .als-site-footer .footer-legal {
    gap: 8px;
    padding: 2px 2px 0;
    font-size: 0.72rem;
    border-top: 1px solid rgba(31, 27, 34, 0.12);
  }
}

@media (max-width: 760px) and (orientation: portrait) {
  .als-site-footer {
    padding: 10px 0 24px;
  }

  .als-site-footer .als-site-footer-inner.als-shared-site-footer.als-home-site-footer {
    gap: 18px;
    padding: 0 0 6px;
  }

  .als-site-footer .als-site-footer-inner.als-shared-site-footer.als-home-site-footer .footer-primary {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 0 !important;
  }

  .als-site-footer .als-site-footer-inner.als-shared-site-footer.als-home-site-footer .footer-primary::before {
    display: none;
  }

  .als-site-footer .footer-brand,
  .als-site-footer .footer-links,
  .als-site-footer .footer-disclaimer {
    border: 1px solid rgba(237, 227, 228, 0.88);
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(16, 10, 11, 0.028);
  }

  .als-site-footer .als-site-footer-inner.als-shared-site-footer.als-home-site-footer .footer-brand {
    gap: 14px !important;
    max-width: none;
    justify-items: start;
    padding: 18px 14px 16px !important;
    background: #fefcfc;
  }

  .als-site-footer .footer-brand-mark,
  .als-site-footer .footer-brand-copy {
    width: min(100%, 286px);
    justify-self: start;
    justify-items: start;
    text-align: left;
  }

  .als-site-footer .footer-brand-link {
    width: auto;
    justify-content: flex-start;
  }

  .als-site-footer .brand-logo {
    width: min(100%, 228px);
    max-height: 58px;
    object-position: left center;
  }

  .als-site-footer .footer-manifesto {
    left: 0;
    max-width: none;
    font-size: 0.79rem;
    line-height: 1.5;
    letter-spacing: 0.09em;
    font-weight: 400;
    color: #2f3440;
    white-space: nowrap;
  }

  .als-site-footer .footer-links {
    grid-template-columns: 1fr;
    gap: 0;
    margin-left: 0;
    padding: 0;
    background: #fffdfd;
    overflow: hidden;
  }

  .als-site-footer .footer-links-group {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .als-site-footer .footer-links-group + .footer-links-group {
    border-top: 1px solid rgba(242, 235, 235, 0.98);
  }

  .als-site-footer .footer-links-group summary {
    min-height: 58px;
    padding: 0 18px 0 16px;
    grid-template-columns: 26px minmax(0, 1fr) 12px;
    gap: 12px;
    cursor: pointer;
    pointer-events: auto;
    position: static;
  }

  .als-site-footer .footer-links-group__icon {
    width: 26px;
    height: 26px;
    color: rgb(215, 30, 30);
  }

  .als-site-footer .footer-links-group__icon svg {
    width: 24px;
    height: 24px;
  }

  .als-site-footer .footer-links-group__label {
    font-size: 14.25px;
    line-height: 1.1;
    letter-spacing: 0.11em;
    font-weight: 400;
    color: #171214;
  }

  .als-site-footer .footer-links-group__chevron {
    display: inline-flex;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-right: 1.8px solid #000;
    border-bottom: 1.8px solid #000;
    transform: rotate(45deg) translateY(-1px);
  }

  .als-site-footer .footer-links-group[open] .footer-links-group__chevron {
    transform: rotate(225deg) translateY(-1px);
  }

  .als-site-footer .footer-links-group__panel {
    display: none !important;
    gap: 2px;
    margin: 0;
    padding: 2px 0 10px 54px;
    border-top: 0;
    position: static;
  }

  .als-site-footer .footer-links-group[open] .footer-links-group__panel {
    display: grid !important;
  }

  .als-site-footer .footer-links a {
    padding: 4px 0;
    font-size: 14.25px;
    line-height: 1.38;
    font-weight: 400;
  }

  .als-site-footer .footer-payments {
    grid-template-columns: 1fr;
    gap: 10px;
    justify-items: start;
    padding: 2px 12px 0;
  }

  .als-site-footer .footer-payments-title {
    left: 0;
    font-size: 0.74rem;
    letter-spacing: 0.16em;
    font-weight: 500;
    color: #23181c;
  }

  .als-site-footer .footer-payments-strip {
    display: none;
  }

  .home .als-site-footer .als-site-footer-inner.als-shared-site-footer.als-home-site-footer .footer-payments-strip {
    display: none !important;
  }

  .als-site-footer .footer-payments-icons {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 2px 0;
  }

  .home .als-site-footer .als-site-footer-inner.als-shared-site-footer.als-home-site-footer .footer-payments-icons {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 2px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    padding: 2px 0 !important;
  }

  .als-site-footer .footer-payments-icon {
    flex: 0 1 auto;
    width: auto;
    min-width: 0;
    height: 23px;
    object-fit: contain;
  }

  .als-site-footer .footer-payments-icon--apple-pay,
  .als-site-footer .footer-payments-icon--bitcoin {
    height: 30px;
  }

  .als-site-footer .footer-payments-icon--alipay {
    height: 34px;
  }

  .als-site-footer .footer-disclaimer {
    gap: 3px;
    padding: 18px 12px 12px;
    background: #fffefe;
  }

  .als-site-footer .footer-disclaimer h4 {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 8px;
    margin: 0;
    padding-left: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #23181c;
  }

  .als-site-footer .footer-disclaimer__icon {
    position: static;
    transform: none;
    width: 26px;
    height: 26px;
  }

  .als-site-footer .footer-disclaimer__icon svg {
    width: 25px;
    height: 25px;
  }

  .als-site-footer .footer-disclaimer p {
    max-width: none;
    padding-left: 42px;
    padding-right: 18px;
    font-size: 0.79rem;
    line-height: 1.48;
  }

  .als-site-footer .footer-legal {
    gap: 8px;
    padding-top: 12px;
    font-size: 0.77rem;
    line-height: 1.5;
    border-top: 1px solid rgba(31, 27, 34, 0.12);
  }
}
