/* Fullstarlighting premium footer system.
   This file is loaded after section-footer.css and is scoped to the SHOPLINE footer. */

.footer.section-footer-padding {
  --fs-footer-bg: #0d0f0f;
  --fs-footer-bg-2: #171512;
  --fs-footer-panel: rgba(255, 255, 255, 0.035);
  --fs-footer-text: #ffffff;
  --fs-footer-muted: rgba(255, 255, 255, 0.82);
  --fs-footer-soft: rgba(255, 255, 255, 0.62);
  --fs-footer-line: rgba(255, 255, 255, 0.13);
  --fs-footer-line-soft: rgba(255, 255, 255, 0.09);
  --fs-footer-gold: #b98a2e;
  --fs-footer-gold-strong: #d6a846;
  --fs-footer-gold-line: rgba(185, 138, 46, 0.48);
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  padding: 0 !important;
  color: var(--fs-footer-text) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.08), transparent 24%),
    radial-gradient(circle at 80% 18%, rgba(185, 138, 46, 0.12), transparent 31%),
    linear-gradient(128deg, var(--fs-footer-bg), #121415 47%, var(--fs-footer-bg-2));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.footer.section-footer-padding::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.2;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.55) 42%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.55) 42%, transparent 100%);
}

.footer.section-footer-padding,
.footer.section-footer-padding * {
  box-sizing: border-box;
  letter-spacing: 0 !important;
}

.footer.section-footer-padding .page-width {
  position: relative;
  z-index: 1;
  max-width: 1680px;
}

.footer.section-footer-padding .footer__content-top {
  padding: 56px 44px 38px;
}

.fs-mobile-concierge {
  display: none;
}

.footer.section-footer-padding .footer__blocks-wrapper {
  display: grid !important;
  gap: 0 !important;
  align-items: stretch;
}

.footer.section-footer-padding .footer__blocks-wrapper > * {
  width: auto !important;
  max-width: none !important;
  flex: initial !important;
}

@media (min-width: 960px) {
  .footer.section-footer-padding .footer__blocks-wrapper {
    grid-template-columns:
      minmax(230px, 1.05fr)
      minmax(225px, 1fr)
      minmax(360px, 1.42fr)
      minmax(300px, 1.12fr)
      minmax(320px, 1.16fr) !important;
  }
}

.footer.section-footer-padding .footer-block {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 30px;
  position: relative;
  color: var(--fs-footer-muted) !important;
}

.footer.section-footer-padding .footer-block:first-child {
  padding-left: 0;
}

.footer.section-footer-padding .footer-block:last-child {
  padding-right: 0;
}

@media (min-width: 960px) {
  .footer.section-footer-padding .footer-block:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent, var(--fs-footer-line) 12%, var(--fs-footer-line) 88%, transparent);
  }
}

.footer.section-footer-padding .footer-block__heading {
  --fs-footer-heading-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M4 21c1.6-4 4.3-6 8-6s6.4 2 8 6'/%3E%3C/svg%3E");
  position: relative;
  display: flex !important;
  align-items: center;
  gap: 14px;
  min-height: 32px;
  margin: 0 0 38px !important;
  color: var(--fs-footer-text) !important;
  font-size: 15.5px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

.footer.section-footer-padding .footer-block:nth-child(2) .footer-block__heading {
  --fs-footer-heading-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l8 3v6c0 5-3.2 8-8 9-4.8-.8-8-4-8-9V6l8-3z'/%3E%3Cpath d='M9 12l2 2 4-5'/%3E%3C/svg%3E");
}

.footer.section-footer-padding .footer-block:nth-child(3) .footer-block__heading {
  --fs-footer-heading-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 8a8 8 0 0 1 16 0v5'/%3E%3Cpath d='M4 13h3v6H4z'/%3E%3Cpath d='M17 13h3v6h-3z'/%3E%3Cpath d='M13 21h3a4 4 0 0 0 4-4'/%3E%3C/svg%3E");
}

.footer.section-footer-padding .footer-block:nth-child(4) .footer-block__heading {
  --fs-footer-heading-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v6l4 2'/%3E%3C/svg%3E");
}

.footer.section-footer-padding .footer-block:nth-child(5) .footer-block__heading {
  --fs-footer-heading-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 11v10H4V11h3z'/%3E%3Cpath d='M7 11l5-8c1.5 0 2.2 1.2 1.6 2.8L13 8h5.5c1.3 0 2.2 1.2 1.9 2.5l-1.5 7A3 3 0 0 1 16 20H7'/%3E%3C/svg%3E");
}

.footer.section-footer-padding .footer-block__heading::before {
  content: "";
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: block;
  background: var(--fs-footer-gold);
  -webkit-mask: var(--fs-footer-heading-icon) center / contain no-repeat;
  mask: var(--fs-footer-heading-icon) center / contain no-repeat;
}

.footer.section-footer-padding .footer-block__heading::after {
  content: "";
  position: absolute;
  left: 42px;
  bottom: -14px;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, var(--fs-footer-gold), rgba(185, 138, 46, 0.15));
}

.footer.section-footer-padding .footer-block__heading > svg,
.footer.section-footer-padding .footer-block__heading .icon-arrow,
.footer.section-footer-padding .footer-block__heading .icon-minus {
  display: none !important;
}

.footer.section-footer-padding .footer-block__details-content,
.footer.section-footer-padding .footer-block__details-content.rte,
.footer.section-footer-padding .footer-block__details-content > li {
  margin: 0 !important;
  padding: 0;
  color: var(--fs-footer-muted) !important;
  font-size: 15.5px !important;
  line-height: 1.5 !important;
}

.footer.section-footer-padding .footer-block__details-content:not(.rte) {
  display: grid;
  gap: 20px;
}

.footer.section-footer-padding .footer-block__details-content > li {
  margin-bottom: 0 !important;
}

.footer.section-footer-padding .footer-block__details-content a,
.footer.section-footer-padding .footer-block__details-content.rte a {
  color: var(--fs-footer-muted) !important;
  opacity: 1 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: color 160ms ease, opacity 160ms ease;
}

.footer.section-footer-padding .footer-block__details-content > li,
.footer.section-footer-padding .footer-block__details-content a {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

.footer.section-footer-padding .footer-block__details-content a:hover,
.footer.section-footer-padding .footer-block__details-content.rte a:hover {
  color: var(--fs-footer-gold-strong) !important;
}

.footer.section-footer-padding .footer-block__details-content.rte {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  line-height: 1.58 !important;
}

@media (min-width: 960px) {
  .footer.section-footer-padding .footer-block:nth-child(3) .footer-block__details-content.rte {
    min-width: 270px;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .footer.section-footer-padding .footer-block:nth-child(4) .footer-block__details-content.rte {
    min-width: 235px;
    overflow-wrap: normal;
    word-break: keep-all;
  }
}

.footer.section-footer-padding .footer-block__details-content.rte p {
  margin: 0 0 14px !important;
}

.fs-footer-contact-list {
  display: grid;
  gap: 17px;
  max-width: 350px;
}

.fs-footer-contact-item {
  --fs-contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='m4 6 8 7 8-7'/%3E%3C/svg%3E");
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
  color: var(--fs-footer-muted);
  font-size: 15.5px;
  line-height: 1.48;
}

.fs-footer-contact-item::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-top: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.86);
  -webkit-mask: var(--fs-contact-icon) center / contain no-repeat;
  mask: var(--fs-contact-icon) center / contain no-repeat;
}

.fs-footer-contact-item--phone {
  --fs-contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.3 1.8.7 2.6a2 2 0 0 1-.5 2.1L8.1 9.6a16 16 0 0 0 6.3 6.3l1.2-1.2a2 2 0 0 1 2.1-.5c.8.3 1.7.6 2.6.7A2 2 0 0 1 22 16.9z'/%3E%3C/svg%3E");
}

.fs-footer-contact-item--address {
  --fs-contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 6-9 12-9 12S3 16 3 10a9 9 0 1 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.fs-footer-contact-main {
  min-width: 0;
}

.fs-footer-contact-label {
  display: inline-block;
  margin-right: 4px;
  color: var(--fs-footer-text);
  font-weight: 650;
}

.fs-footer-contact-item a {
  color: var(--fs-footer-muted) !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.fs-footer-contact-address {
  display: block;
  margin-top: 6px;
}

.fs-footer-hours {
  display: grid;
  gap: 18px;
  max-width: 305px;
  color: var(--fs-footer-muted);
  font-size: 15.5px;
  line-height: 1.55;
}

.fs-footer-hours__group {
  display: grid;
  gap: 9px;
}

.fs-footer-hours__label {
  color: var(--fs-footer-text);
  font-weight: 650;
}

.fs-footer-hours__rule {
  display: block;
  height: 1px;
  margin: 2px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  opacity: 0.7;
}

.footer.section-footer-padding .footer__list-social {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer.section-footer-padding .footer__list-social li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.footer.section-footer-padding .footer__list-social a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  background: #f00612;
  box-shadow: 0 6px 14px rgba(240, 6, 18, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.footer.section-footer-padding .footer__list-social a:hover {
  transform: translateY(-1px);
  background: #ff0b18;
  box-shadow: 0 9px 18px rgba(240, 6, 18, 0.22);
}

.footer.section-footer-padding .footer__list-social a svg,
.footer.section-footer-padding .footer__list-social a img {
  width: 19px !important;
  height: 19px !important;
  color: currentColor;
}

.fs-footer-shipping-card {
  margin-top: 38px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 300px;
  max-width: 330px;
  border: 1px solid var(--fs-footer-gold-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(185, 138, 46, 0.14), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.02);
}

.fs-footer-shipping-card__icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--fs-footer-gold);
}

.fs-footer-shipping-card__icon svg {
  width: 30px !important;
  height: 30px !important;
}

.fs-footer-shipping-card__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.fs-footer-shipping-card__copy strong {
  color: var(--fs-footer-text);
  font-size: 14px;
  line-height: 1.25;
  text-transform: uppercase;
}

.fs-footer-shipping-card__copy span {
  color: var(--fs-footer-muted);
  font-size: 13px;
  line-height: 1.35;
}

.footer.section-footer-padding .footer__content-bottom {
  position: relative;
  z-index: 1;
  max-width: 1680px;
  margin: 0 auto !important;
  min-height: 106px;
  padding: 34px 300px 34px 44px !important;
  border-top: 1px solid var(--fs-footer-line);
  display: grid !important;
  grid-template-columns: minmax(280px, 0.75fr) minmax(650px, 1.42fr) minmax(330px, 0.62fr);
  gap: 30px;
  align-items: center;
}

.footer.section-footer-padding .footer__copyright {
  margin: 0 !important;
  text-align: left !important;
}

.footer.section-footer-padding .copyright-menu-box {
  display: none !important;
}

.footer.section-footer-padding .copyright__content,
.footer.section-footer-padding .copyright__content a {
  color: var(--fs-footer-muted) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

.fs-footer-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
}

.fs-footer-trust-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.fs-footer-trust-item__icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--fs-footer-gold);
}

.fs-footer-trust-item__icon svg {
  width: 30px !important;
  height: 30px !important;
}

.fs-footer-trust-item__copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.fs-footer-trust-item__copy strong {
  color: var(--fs-footer-text);
  font-size: 14px;
  line-height: 1.25;
}

.fs-footer-trust-item__copy span {
  color: var(--fs-footer-soft);
  font-size: 13px;
  line-height: 1.35;
}

.footer.section-footer-padding .footer__content-bottom-wrapper {
  justify-content: flex-start !important;
  gap: 0 !important;
  min-width: 0;
}

.footer.section-footer-padding .footer__localization,
.footer.section-footer-padding .footer__content-bottom-wrapper > :not(.footer__column--info),
.footer.section-footer-padding .footer__content-bottom-wrapper localization-form,
.footer.section-footer-padding .footer__content-bottom-wrapper .localization-form,
.footer.section-footer-padding .footer__content-bottom-wrapper .dropdown-menu {
  display: none !important;
}

.footer.section-footer-padding .footer__column--info {
  align-items: flex-start !important;
}

.footer.section-footer-padding .footer__payment {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center;
  gap: 8px !important;
  flex-wrap: wrap;
  max-width: 330px;
}

.footer.section-footer-padding .footer__payment > svg {
  width: 40px !important;
  height: 24px !important;
  min-width: 40px;
  padding: 2px;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1500px) and (min-width: 960px) {
  .footer.section-footer-padding .footer__content-top {
    padding-left: 28px;
    padding-right: 28px;
  }

  .footer.section-footer-padding .footer-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer.section-footer-padding .footer__content-bottom {
    grid-template-columns: 1fr;
    padding: 36px 220px 40px 44px !important;
    gap: 24px;
  }

  .footer.section-footer-padding .footer__copyright,
  .footer.section-footer-padding .fs-footer-trust-row,
  .footer.section-footer-padding .footer__content-bottom-wrapper {
    max-width: 940px;
  }

  .footer.section-footer-padding .footer__payment,
  .footer.section-footer-padding .footer__content-bottom-wrapper {
    justify-content: flex-start !important;
  }
}

@media (max-width: 959px) {
  .footer.section-footer-padding {
    background:
      radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.07), transparent 24%),
      linear-gradient(145deg, #0d0f0f, #161412 72%, #0e0e0d);
  }

  .footer.section-footer-padding .page-width,
  .footer.section-footer-padding .footer__content-top {
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer.section-footer-padding .footer__content-top {
    padding-top: 28px !important;
    padding-bottom: 0 !important;
  }

  .footer.section-footer-padding .footer__blocks-wrapper {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 0 18px;
  }

  .fs-mobile-concierge {
    display: block;
    margin: 0 18px 20px;
    padding: 20px 18px 18px;
    border-top: 1px solid var(--fs-footer-gold-line);
    border-bottom: 1px solid var(--fs-footer-line-soft);
    background: linear-gradient(118deg, rgba(185, 138, 46, 0.13), rgba(255, 255, 255, 0.035));
  }

  .fs-mobile-concierge__eyebrow {
    margin: 0 0 10px !important;
    color: var(--fs-footer-gold-strong);
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 800;
    text-transform: uppercase;
  }

  .fs-mobile-concierge h3 {
    margin: 0 0 10px !important;
    color: var(--fs-footer-text);
    font-size: 20px !important;
    line-height: 1.24 !important;
    font-weight: 800;
  }

  .fs-mobile-concierge p {
    margin: 0 0 16px !important;
    color: var(--fs-footer-muted);
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .fs-mobile-concierge__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .fs-mobile-concierge__action {
    min-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--fs-footer-text) !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.055);
  }

  .fs-mobile-concierge__action--gold {
    border-color: var(--fs-footer-gold-strong);
    color: #111111 !important;
    background: linear-gradient(180deg, #d6a846, #b98a2e);
  }

  .footer.section-footer-padding .footer-block {
    padding: 0 !important;
    border-bottom: 1px solid var(--fs-footer-line-soft);
  }

  .footer.section-footer-padding .footer-block:nth-child(1) {
    order: 4;
  }

  .footer.section-footer-padding .footer-block:nth-child(2) {
    order: 3;
  }

  .footer.section-footer-padding .footer-block:nth-child(3) {
    order: 1;
  }

  .footer.section-footer-padding .footer-block:nth-child(4) {
    order: 5;
  }

  .footer.section-footer-padding .footer-block:nth-child(5) {
    order: 2;
  }

  .footer.section-footer-padding .footer-block::after {
    display: none !important;
  }

  .footer.section-footer-padding footer-menu {
    padding-bottom: 0 !important;
    overflow: visible !important;
  }

  .footer.section-footer-padding .footer-block__heading {
    display: grid !important;
    width: 100%;
    min-height: 58px;
    margin: 0 !important;
    padding: 0 !important;
    grid-template-columns: 26px minmax(0, 1fr);
    column-gap: 12px;
    align-items: center !important;
    justify-content: start !important;
    justify-items: start !important;
    text-align: left !important;
    font-size: 13px !important;
  }

  .footer.section-footer-padding footer-menu .footer-block__heading {
    display: grid !important;
    justify-content: start !important;
  }

  .footer.section-footer-padding .footer-block__heading::before {
    width: 24px;
    height: 24px;
  }

  .footer.section-footer-padding .footer-block__heading::after {
    display: none;
  }

  .footer.section-footer-padding footer-menu .footer-block__details-content,
  .footer.section-footer-padding footer-menu[open] .footer-block__details-content {
    height: auto !important;
    opacity: 1 !important;
  }

  .footer.section-footer-padding .footer-block__details-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 0;
    padding: 0 0 18px 38px !important;
  }

  .footer.section-footer-padding .footer-block__details-content.rte {
    display: block;
    padding: 0 0 18px 38px !important;
  }

  .footer.section-footer-padding .footer-block__details-content > li {
    margin: 0 !important;
  }

  .footer.section-footer-padding .footer-block__details-content > li,
  .footer.section-footer-padding .footer-block__details-content a {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .footer.section-footer-padding .footer-block__details-content a {
    min-height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .footer.section-footer-padding .footer-block__details-content.rte,
  .footer.section-footer-padding .footer-block__details-content.rte * {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  .fs-footer-contact-list,
  .fs-footer-hours {
    max-width: none;
    gap: 14px;
  }

  .fs-footer-contact-item {
    grid-template-columns: 22px minmax(0, 1fr);
    column-gap: 11px;
    font-size: 14px;
    line-height: 1.55;
  }

  .fs-footer-contact-item::before {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }

  .fs-footer-contact-item a {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .fs-footer-hours {
    font-size: 14px;
    line-height: 1.58;
  }

  .fs-footer-hours__group {
    gap: 6px;
  }

  .footer.section-footer-padding .footer__list-social {
    padding: 0 0 18px 38px !important;
    gap: 11px !important;
  }

  .footer.section-footer-padding .footer__list-social a {
    width: 38px;
    height: 38px;
    box-shadow: 0 5px 12px rgba(240, 6, 18, 0.18);
  }

  .footer.section-footer-padding .footer__list-social a svg,
  .footer.section-footer-padding .footer__list-social a img {
    width: 18px !important;
    height: 18px !important;
  }

  .fs-footer-shipping-card {
    margin: 0 0 18px 38px;
    padding: 15px 16px;
    min-width: 0;
    max-width: 280px;
  }

  .footer.section-footer-padding .footer__content-bottom {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 18px 120px !important;
  }

  .fs-footer-trust-row {
    order: 1;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .fs-footer-trust-item {
    min-height: 54px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--fs-footer-line-soft);
  }

  .footer.section-footer-padding .footer__content-bottom-wrapper {
    order: 2;
    justify-content: center !important;
  }

  .footer.section-footer-padding .footer__column--info {
    align-items: center !important;
  }

  .footer.section-footer-padding .footer__payment {
    justify-content: center !important;
    gap: 7px !important;
  }

  .footer.section-footer-padding .footer__payment > svg {
    width: 36px !important;
    min-width: 36px;
    height: 22px !important;
  }

  .footer.section-footer-padding .footer__copyright {
    order: 3;
    text-align: center !important;
  }

  .footer.section-footer-padding .copyright__content,
  .footer.section-footer-padding .copyright__content a {
    font-size: 12px !important;
  }
}
