#shopline-section-footer {
    background-color: #060313;
}

.footer {
  background-color: #060313;
  max-width: 1320px;
  margin: auto;
}

.footer.section-footer-padding {
  margin-top: 0;
  padding-top: 134px;
  padding-bottom: 0;
}

@media (max-width: 959px) {
    .footer.section-footer-padding {
        padding: 20px 15px;
    }
}

.footer-block:empty {
  display: none;
}

.footer-block__heading {
  margin-bottom: 6px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 17px;
}

@media (max-width: 959px) {
    .footer-block__heading {
        margin-bottom: 0;
    }
}

.footer-block--full {
  margin-top: 40px;
}

@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.footer-block-image {
    display: flex;
    justify-content: center;
}

.footer-block__details-content.footer-block-image > img {
    height: fit-content!important;
}

.footer-block__details-content > li {
  margin-top: 3px;
}

.footer-block__details-content a:hover {
    color: #EE1C24;
}

.footer-block__details-content.rte {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.footer-block__details-content.rte > a {
    background: transparent;
    color: white;
    padding: 4px 12px;
    margin: 0 48px 20px;
    font-size: 26px;
    text-transform: uppercase;
    border: 1px solid white;
    border-radius: 14px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    width: 330px;
}

@media (max-width: 959px) {
    .footer-block__details-content.rte>a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 52px;
        width: 270px;
        font-size: 18px;
    }
}

.footer-block__details-content.rte > a:hover {
    background-color: #e82126;
    border: 1px solid #e82126;
}

footer-menu {
  display: flex;
  flex-direction: column;
}

.footer-block__details-newsletter-form {
  margin-top: 15px;
  max-width: 250px;
}

@media (max-width: 959px) {
    .footer-block__details-newsletter-form {
        margin-top: 2px;
    }
}


.footer-block__details-newsletter-form input {
    max-height: 48px;
    background-color: white;
    border-radius: 14px;
    color: black!important;
    font-size: 18px;
}

.footer-block__details-newsletter-form label {
    font-family: var(--body-font) !important;
    font-size: 14px;
    color: black;
    opacity: 0.8;
}

.footer-block__details-newsletter-form input {
    font-family: var(--body-font) !important;
    font-size: 14px;
}

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

@media (max-width: 959px) {
    .footer-block .field__suffix {
        justify-content: center;
        margin: 0;
    }
}

.footer-block__details-newsletter-form .field__suffix {
    justify-content: flex-start;
}

.footer-block__details-newsletter-form .field__suffix .button {
  padding: 0;
  padding-bottom: 0;
}

.footer-block__details-newsletter-form .field__suffix .button:after {
  content: none;
}

.footer-block__details-newsletter-form:after {
  border-radius: 4px;
  width: 250px;
  border-style: none !important;
}

.footer-block__social_media-container {
  display: flex;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  flex-wrap: wrap;
}

@media (max-width: 959px) {
    .footer-block__social_media-container {
        margin: 6px auto 0;
    }

}

@media (min-width: 960px) {
  .footer-block--list .footer-block__heading svg {
    display: none;
  }
}

@media (max-width: 959px) {
  footer-menu {
    overflow: hidden;
    position: relative;
    padding-bottom: var(--grid-vertical-space);
  }

  footer-menu .footer-block__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(var(--color-text));
  }

  footer-menu ul {
    height: 0;
    opacity: 0;
  }

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

  footer-menu .icon-minus {
    display: none;
  }

  footer-menu::after {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--color-text), 0.1);
  }
  footer-menu[open] ul {
    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--link:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  color: #EE1C24;
  opacity: 1;
  transition: color .15s ease-in-out,
            background-color .15s ease-in-out,
            border-color .15s ease-in-out;
}

.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: 20px;
  padding-bottom: 20px;
  position: relative;
}

.footer__copyright small,
.footer__copyright a {
    font-family: var(--body-font) !important;
    font-size: 12px;
}

@media (max-width: 959px) {
    .footer__copyright small,
    .footer__copyright a {
        font-size: 11px;
    }

    .footer__copyright {
        border-top: 1px solid #6b6b6b;
        padding: 16px 0 0;
        margin: 4px 12px 0;
    }
}

.footer-block--newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 960px) {
  .footer-block--newsletter {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-block--newsletter .field {
    width: 410px;
  }
}

@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__desc {
  color: rgba(var(--color-text));
  margin-top: 2px;
}

.footer__list-social {
  display: flex;
  gap: 8px;
}

.footer__list-social a svg {
  transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__list-social a:hover svg {
  transform: scale(1.1);
}

.footer__content-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

@media (max-width: 959px) {
    .footer__content-bottom-wrapper {
        display: none;
    }
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

@media (min-width: 960px) {
  .footer__column--info {
    max-width: 30%;
  }
}

@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);
}

.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__payment {
    justify-content: center;
  }
  .footer__localization form {
    gap: 6px;
  }
  .footer__localization dropdown-menu:last-child .dropdown-menu__list-wrapper {
    right: 0;
  }
}

@media (max-width: 959px) {
  .footer-block {
    width: 100% !important;
  }
}

.footer .newsletter-form__button {
  padding: 0 42px;
  background-color: #ee1c24;
  border-radius: 14px;
  font-weight: 900;
  font-size: 26px;
  height: 52px;
  width: 200px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .25s linear;
  z-index: 1;
}

.footer .field__suffix:has(.newsletter-form__button) {
    padding: 0;
}

.footer .newsletter-form__button.newsletter-form__button:hover {
    background-color: #AE171C;
}

.footer .newsletter-form__button.newsletter-form__button::after {
    content: none;
}

.footer__content-top {
    padding: 0 12px;
}

/* Custom Mobile and Desktop Versions*/
@media (max-width: 959px) {
    .desktop-only {
        display: none !important;
    }

  .footer-mobile-menus {
      display: flex;
      justify-content: space-between;
      margin-top: 24px;
      order: 3;
  }

  .footer-mobile-menu {
      width: auto !important;
      /* override el inline style */
      min-width: 0;
      /* evita overflow */
  }

  .footer-mobile__heading {
      margin-bottom: 10px;
      white-space: normal;
      font-size: 17px;
      line-height: 30px;
  }

  .footer-mobile__list li {
      margin-bottom: 6px;
  }

  .footer-mobile__list li a {
      font-family: var(--body-font) !important;
      font-size: 13.5px;
      font-weight: 400;
  }

}

@media (min-width: 960px) {
    .footer__blocks-wrapper .mobile-menu,
    .footer-mobile-menus {
        display: none !important;
    }
}

/*  */
.footer__blocks-wrapper> :nth-child(1) a,
.footer__blocks-wrapper> :nth-child(2) a,
.footer__blocks-wrapper> :nth-child(3) a, 
.footer__blocks-wrapper .footer-block__desc p {
    font-family: var(--body-font)!important;
}

.footer__blocks-wrapper> :nth-child(1) a,
.footer__blocks-wrapper> :nth-child(2) a,
.footer__blocks-wrapper> :nth-child(3) a {
    font-size: 15px;
}

/* Social Media Section */
.footer__blocks-wrapper > :nth-child(6) {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%!important;
    position: relative;
    margin-top: -27px;

}

/* Social Media: Follow Us */
.footer__blocks-wrapper> :nth-child(6) > div {
    font-family: var(--body-font)!important;
    font-weight: 100!important;
}

@media (max-width: 959px) {
    .footer__blocks-wrapper> :nth-child(6) > div {
        font-size: 16px;
    }
}

/* Social Media: Icons */
.footer__blocks-wrapper> :nth-child(6) li{
    padding: 0 3px
}

.footer__blocks-wrapper> :nth-child(6) li svg:hover{
    fill: #ee1c24;
}


.footer__blocks-wrapper> :nth-child(7) {
    width: 100%!important;
    position: relative;
    margin-top: 60px;
}

.footer__blocks-wrapper> :nth-child(7) img {
    width: 102px!important;
}

/* Reorder footer container for mobile */
@media (max-width: 959px) {
    /* Email sub first */
    .footer__blocks-wrapper> :nth-child(5) {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px 0;
        margin-top: 0;
        border-bottom: 0.5px solid #464646;
    }

    .footer__blocks-wrapper> :nth-child(5) p {
        font-size: 14px;
        padding: 0 12px;
        text-align: center;
        font-weight: 400;
    }

    .footer__blocks-wrapper> :nth-child(5) .tips-cart {
        justify-content: center;
    }

    /* Free Stuff, Stay Informed buttons second */
    .footer__blocks-wrapper> :nth-child(4) {
        order: 2;
        padding: 30px 0 20px;
    }

    /* Menus */
    .footer__blocks-wrapper> :nth-child(1) {
        order: 3;
    }
    .footer__blocks-wrapper> :nth-child(2) {
        order: 4;
    }
    .footer__blocks-wrapper> :nth-child(3) {
        order: 5;
    }

    /* Follow Us, social media section */
    .footer__blocks-wrapper> :nth-child(6) {
        order: 6;
        margin: 12px 0;
    }

    .footer__blocks-wrapper> :nth-child(7) {
        order: 7;
    }
}




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