/* =========================================
   FOOTER PINK THEME
========================================= */

.footer__content-top {
  display: block;
}

.footer__content-bottom:only-child {
  border-top: 0;
}

.footer__content-bottom-wrapper,
.social_media_icons {
  display: flex;
  width: 100%;
}

.footer__localization:empty + .footer__column--info {
  align-items: right;
}

.footer__column {
  width: 100%;
  align-items: flex-end;
}

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

.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}

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

.footer-block--newsletter {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  padding: 64px 0;
}

.footer-block--newsletter:only-child {
  margin-top: 0;
}

/* TEXT */

.footer-block__heading2 {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  font-weight: 400;
  font-family: var(--font-body-family);
  margin: 0;
  padding-bottom: 16px;
  color: #ff2d8d;
}

.footer-block__heading {
  font-size: 18px;
  font-style: var(--font-heading-style);
  line-height: 27px;
  text-align: left;
  font-weight: 600;
  font-family: var(--font-body-family);
  margin: 0;
  letter-spacing: -0.02em;
  color: #ff2d8d;
  word-break: break-word;
}

.footer_content_list {
  font-size: 14px !important;
  line-height: 21px;
  text-align: left;
  font-weight: 400;
  font-family: var(--font-body-family);
  color: #ff4fa3 !important;
}

.subtext_css {
  font-size: 14px !important;
  line-height: 21px;
  text-align: left;
  font-weight: 400;
  font-family: var(--font-body-family);
  color: #ff4fa3;
}

/* LINKS */

.footer .disclosure__link {
  padding: 0.95rem 3.5rem 0.95rem 2rem;
  color: #ff4fa3;
}

.footer .disclosure__link:hover {
  color: #ff1493;
}

.footer .disclosure__link--active {
  text-decoration: underline;
}

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: #ff4fa3;
}

.footer-block__details-content .list-menu__item--active {
  color: #ff2d8d;
}

.footer-block__details-content .list-menu__item--link:hover,
.copyright__content a:hover {
  color: #ff1493 !important;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

/* ACCORDION */

.accordion2 {
  height: 64px;
  flex: 1;
  margin: 0;
  color: #ff2d8d;
  overflow: hidden;
  border-bottom: 0.5px solid #ffb3d4;
  position: relative;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion2:after,
.active_2,
.active_2:after,
.headerBlu:after {
  color: #ff2d8d !important;
}

.panel2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#footerAccordion,
.accordion2,
.panel2 {
  display: block;
}

.footer__blocks-wrapper {
  display: none !important;
}

.caretfooter {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 20px;
  width: 20px;
  float: right;
  text-align: center;
  color: #ff2d8d;
  font-weight: 700;
}

.svgrotate {
  transform: rotate(180deg);
  color: #ff1493 !important;
}

/* NEWSLETTER */

.footer_newsletter_icon_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 0.5px solid #ffb3d4;
}

.footer_newsletter_icon_section > * {
  flex: 1 1 100%;
}

.footer_localization_copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 64px;
}

/* EMAIL */

.field__label_email,
.email_label_css {
  color: #ff4fa3;
}

.emailTextBoxFooter1 {
  border-color: #ff69b4 !important;
}

.emailTextBoxFooter1:focus {
  border-color: #ff1493 !important;
  box-shadow: 0 0 0 2px rgba(255, 20, 147, 0.15) !important;
}

/* SOCIAL ICON */

.social_icon_footer {
  display: flex;
  align-items: center;
  padding: 0 !important;
  height: 20px;
  width: 20px;
}

.ulClassSocialIcon {
  padding: 0 !important;
  margin: 0 !important;
  column-gap: 24px;
}

.social_icon_anchor {
  padding: 0 !important;
}

.list-social__item-f .icon {
  height: 2rem !important;
  width: 2rem !important;
  color: #ff2d8d !important;
  fill: #ff2d8d !important;
}

.list-social__item-f .icon.icon-linkedin {
  height: 1.5rem !important;
  width: 1.5rem !important;
}

/* BORDER */

.borderBottom {
  border-bottom: 0.1rem solid #ffb3d4;
}

.borderTop {
  border-top: 0.5px solid #ffb3d4;
}

/* COPYRIGHT */

.copyrightCss {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  font-family: var(--font-body-family);
  color: #ff4fa3;
}

.footer__copyright {
  color: #ff4fa3;
}

.copyright__content {
  font-size: 1.1rem;
  color: #ff4fa3;
}

/* POLICY */

.policies {
  display: inline;
}

.policies li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.policies li:before {
  content: "\b7";
  padding: 0 0.8rem;
  color: #ff69b4;
}

.policies li a {
  color: #ff4fa3;
  padding: 0.6rem 0;
  display: block;
}

/* LANGUAGE BUTTON */

.languageBtn {
  border-color: #ff69b4 !important;
  color: #ff2d8d !important;
}

.languageBtn:hover {
  background: #ff2d8d !important;
  color: #ffffff !important;
}

/* FOOTER LINKS HOVER */

.footer a:hover {
  color: #ff1493 !important;
  text-shadow: 0 0 8px rgba(255, 20, 147, 0.35);
}

.footer button:hover {
  color: #ff1493 !important;
  border-color: #ff69b4 !important;
}

/* =========================================
   MOBILE
========================================= */

@media screen and (max-width: 749px) {

  .footer-block--newsletter {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    align-items: center;
    gap: 3rem;
  }

  .footer__follow-on-shop,
  .footer-block__newsletter {
    display: flex;
    justify-content: center;
  }

  .footer-block__newsletter {
    flex-direction: column;
  }

  .footer_localization_copyright {
    padding-bottom: 0;
  }

  .footer__copyright {
    margin-top: 32px;
    padding-top: 32px;
    padding-bottom: 0;
    border-top: 0.5px solid #ffb3d4;
    width: 100%;
  }

  .footer .grid {
    display: block;
  }

  .footer-block.grid__item {
    padding: 0;
    margin: 4rem 0;
    width: 100%;
  }

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }

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

  .footer__content-bottom {
    flex-wrap: wrap;
    padding-top: 56px;
    padding-left: 0;
    padding-right: 0;
    row-gap: 1.5rem;
  }

  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }

  .social_media_icons {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    row-gap: 1.5rem;
  }

  .footer__list-social.list-social {
    justify-content: center;
  }

  .footer-block-image,
  .footer-block-image.left,
  .footer-block-image.center,
  .footer-block-image.right {
    justify-content: center;
  }

  .footer_newsletter_icon_section {
    padding: 0 0 24px;
  }

  .footer_logosMobile {
    padding-top: 56px;
    padding-bottom: 56px;
    display: block;
    margin-left: 30%;
    margin-right: 30%;
  }

  .footerLogo {
    max-height: 65px;
    padding-bottom: 24px;
    width: fit-content;
  }

  .footerLogo:last-child {
    padding-bottom: 0;
  }

  .paymenticon {
    height: 19px;
    width: 30px;
    padding: 0 !important;
  }

  .footer-block__newsletter {
    margin-bottom: 0;
  }

  .emailTextBoxFooter1 {
    height: 48px !important;
    padding: 0 40px;
  }

  .languageBtn {
    width: 234px !important;
    height: 42px !important;
  }

  .footer-block__details-content {
    padding-top: 24px !important;
    padding-bottom: 8px !important;
  }

  .footer_content_list {
    padding-bottom: 16px !important;
    padding-top: 0 !important;
  }

  .subtext_css {
    padding-top: 22px !important;
  }
}

/* =========================================
   DESKTOP
========================================= */

@media screen and (min-width: 769px) {

  .footer_last_section {
    flex-wrap: nowrap;
  }

  .footer_newsletter_icon_section {
    padding: 64px 0;
  }

  .footer__content-top {
    border-top: 1px solid #ffb3d4;
    padding-top: 64px;
  }

  .footer-block__details-content {
    padding-top: 30px !important;
  }

  .footer_content_list {
    padding-bottom: 16px !important;
    padding-top: 0 !important;
  }

  .subtext_css {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .footer_logos {
    text-align: left;
  }

  .footerLogo {
    max-height: 65px;
    padding-bottom: 16px;
    width: fit-content;
  }

  .footerLogo img {
    height: auto;
    max-height: 65px;
  }

  .footer_logosMobile {
    display: none;
  }

  .footerPayment {
    margin-top: 36px !important;
    padding-top: 0 !important;
  }

  .paymenticon {
    height: 24px;
    width: 38px;
    padding: 0 !important;
  }

  .footer-block__newsletter {
    margin-bottom: 30px;
  }

  .languageBtn {
    height: 42px !important;
  }

  .emailTextBoxFooter1 {
    height: 48px !important;
    max-width: 331px !important;
  }

  #footerAccordion,
  .accordion2,
  .panel2 {
    display: none;
  }

  .footer__blocks-wrapper {
    display: flex !important;
    column-gap: 0 !important;
  }

  .footer_newsletter_icon_section {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .footer_localization_copyright {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 64px 0;
  }

  .footer__copyright {
    text-align: right;
  }

  .footer__localization {
    justify-content: flex-start;
  }

  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
  }

  .footer-block {
    display: block;
    margin-top: 0;
  }

  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .footer-block__heading2 {
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    font-weight: 400;
    font-family: var(--font-body-family);
    margin: 0;
    padding-bottom: 16px;
    color: #ff2d8d;
  }
}